﻿@charset "utf-8";
/* CSS Document */
/*header*/
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #9e9e9e;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9e9e9e;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9e9e9e;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9e9e9e;
}
input {
  box-shadow: none !important;
}
header,
.body {
  width: 100%;
  float: left;
}
.body {
  margin-top: 45px;
}
.family-category-listing header .left-header img {
  width: 20px;
  display: inline-block;
  margin-top: 7px;
}
.family-category-listing .icon-selector {
  width: 16%; /*20%;*/
  float: left;
}
.left-header {
  width: 20%;
  float: left;
  min-height: 30px;
}
.left-header img {
  width: 32px;
}
.left-header .home-icon {
  width: 20px;
  padding-top: 10px;
}
.center-header {
  width: 60%;
  float: left;
  text-align: center;
}
.center-header h5 {
  color: #fff;
}
.right-header {
  width: 20%;
  float: left;
  text-align: right;
}
.right-header h5 {
  color: #fff;
}
.right-header ul {
  margin: 8px 0px;
}
.right-header ul li {
  display: inline-block;
}
.right-header ul li img {
  vertical-align: middle;
}
.dropdown-content .close {
  width: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.header-top {
  padding: 5px 10px;
  border-bottom: 1px solid #baeeff;
  float: left;
  background-color: #028ed2;
  position: fixed;
  width: 100%;
  z-index: 996;
  height: 50px;
  min-height: 40px;
}
.header-bottom {
  width: 100%;
  float: left;
  background: url(../images/bg-header.png) no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: 50px;
}
.header-bottom img {
  margin: auto;
  width: 100px;
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid #fff;
  height: 100px;
}
.header-bottom h5 {
  color: #baeeff;
  text-align: center;
  margin-top: 2px;
}
.header-bottom .person-img {
  width: 200px;
  margin: auto;
  text-align: center;
}
.changeColor {
  border-bottom: 0px solid #039be5 !important;
  box-shadow: 0 1px 0 0 #039be5 !important;
}
.right-header img.menu-btn {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 20px;
}
.done {
  width: 30px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'open-sans-thin'
}
.rounded-header img {
  width: 100%;
}
.header-bottom h5,
.center-header h5{
  margin-bottom: 5px;
  font-size: 16px;
  font-family: 'open-sans-lt';
}
.right-header h5 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'open-sans-thin';
}
footer .row {
  margin: 0px;
}
.footer-links {
  padding: 10px;
  text-align: center;
  height: 55px;
  display: table;
}
.footer-links h6 {
  font-size: 16px;
  color: #707070;
  display: table-cell;
  vertical-align: middle;
}
.footer-links img {
  width: 14px;
  vertical-align:middle;
}
.footer-bg-1 {
  background-color: #f5f5f5;
}
.footer-bg-2 {
  background-color: #ededed;
}
.footer-bg-3 {
  background-color: #e8e7e7;
}
.footer-bg-4 {
  background-color: #e2e1e1;
}
.view-all {
	color:#fff;
	font-size:14px;
	font-family: 'open-sans-regular';
	}
@media (max-width: 425px) {
  .left-header,
  .right-header {
    width: 25%;
  }
  .center-header {
    width: 50%;
  }
  .center-header h5 {
    font-size: 16px;
  }
  .header-bottom .person-img {
    width: 100px;
  }
  .header-bottom {
    background: url(../images/bg-header-small.png) no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .header-bottom h5{
    font-size: 12px;
  }
  .right-header h5{
    font-size: 16px;
  }
  .done {
    font-size: 16px;
    font-weight: bold;
    font-family: 'open-sans-thin';
  }
  .family-category-listing header .left-header img {
    width: 15px;
  }
  .footer-links {
    padding: 5px !important;
    height: 42px;
  }
  .footer-links img {
    width: 10px;
  }
  .footer-links h6 {
    font-size: 16px;    
    font-weight: bold;
    font-family: 'open-sans-thin';
  }
}
@media (max-width: 390px) {
.view-all img {
    width:15px !important;
}
.view-all {
    font-size:12px !important;
}
.center-header h5 {
    font-size: 16px;
}
.right-header h5{
    font-size: 16px;
}
.done {
    font-size: 16px;
    font-weight: bold;
    font-family: 'open-sans-thin';
}
}
@media (max-width: 350px) {
.right-header h5{
  font-size: 14px;
}
.center-header h5 {
  font-size: 14px;
}
.done {
  padding: 2px 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'open-sans-thin';
}
}

.login_body_div {
  margin-top: 15px !important;
}
.footer-bar-icons {
  position: fixed;
  bottom: 0;
  width: inherit;
  background-color: white;
  z-index:996;
}
.footer-bar {
  margin-top: 0px;
  margin-bottom: 10px;
}
.input-bottom-width-clear:active {
  border-bottom: 0px solid #039be5 !important;
}
.phonebook-table {
  margin-bottom: 30px;
}
.input-field div.error {
  color: #ff1744;
  font-size: 12px;
  text-align: right;
  margin-top: -18px;
}
