/* 
   Font
 ======================================================================= */
 a ,
 a:hover ,
 a:focus ,
 a:active ,
 a:visited {
    text-decoration: none;
    color: #0091ea;
 }
a:hover {
    color: #0aa2ff;
}
a.active {
    color: #007ecb;
}
.font-bold {
    font-weight: bold;
}
.font-normal {
    font-weight: normal;
}
.font-light {
    font-weight: lighter;
}
.font-size20{
    font-size:20px;
}
.font-size40{
     font-size:40px;
}
.uppercase {
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
}
.line-through {
    text-decoration: line-through;
}
h1 , h2, h3, h4, h5, h6{
    margin: 0;
}
a, a:hover, a:focus, a:active, .btn-link:focus, .btn-link:hover {
  text-decoration: none;
}

.loader-box, .img-upload-box {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.lazy-load {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
}
.loader i {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 25px;
}
.loader i:before, .loader i:after {
  position: absolute;
  display: block;
  width: inherit;
  height: inherit;
  content: '';
  border-radius: inherit;
}
.loader i:first-child:before {
  -webkit-animation: rotate-top-left 1.5s linear infinite;
  -moz-animation: rotate-top-left 1.5s linear infinite;
  background: rgba(52, 149, 221, .9);
}
.loader i:first-child:after {
  -webkit-animation: rotate-top-right 1.5s linear infinite;
  -moz-animation: rotate-top-right 1.5s linear infinite;
  background: rgba(225, 73, 44, .9);
}
.loader i:last-child:before {
  -webkit-animation: rotate-bottom-left 1.5s linear infinite;
  -moz-animation: rotate-bottom-left 1.5s linear infinite;
  background: rgba(249, 206, 43, .9);
}
.loader i:last-child:after {
  -webkit-animation: rotate-bottom-right 1.5s linear infinite;
  -moz-animation: rotate-bottom-right 1.5s linear infinite;
  background: rgba(0, 153, 117, .9);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate-top-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    -webkit-transform-origin: 20% 20%;
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate-top-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 80% 20%;
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-bottom-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    -webkit-transform-origin: 80% 80%;
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate-bottom-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 20% 80%;
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(-180deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate-top-right {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(-180deg);
    -moz-transform-origin: 20% 20%;
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate-top-left {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 80% 20%;
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-bottom-right {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(-180deg);
    -moz-transform-origin: 80% 80%;
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-moz-keyframes rotate-bottom-left {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 20% 80%;
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
#sideBar {
  position: absolute;
  left: 0;
  width: 44px;
  height: 44px;
}
#sideBar .menu, .hide {
  display: none;
}
#sideBar .burger {
  position: absolute;
  z-index: 99;
  top: -5px;
  left: 12px;
  width: 24px;
  height: 44px;
  cursor: pointer;
}
#sideBar .x, #sideBar .y, #sideBar .z {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 2px;
  background: #3071d4;
}
#sideBar .x, #sideBar .y, #sideBar .z {
  width: 20px;
  height: 2px;
}
#sideBar .y {
  top: 12px;
}
#sideBar .z {
  top: 24px;
}
#sideBar .collapse {
  top: 20px;
  display: block;
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
  background: #fff;
}
#sideBar .rotate30 {
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#sideBar .rotate150 {
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
#sideBar .rotate45 {
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sideBar .rotate135 {
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#sideBar .circle {
  position: fixed;
  z-index: 99;
  top: 22px;
  left: 22px;
  width: 0;
  height: 0;
  -webkit-transition: all 300ms cubic-bezier(.000, .995, .990, 1.000);
  -moz-transition: all 300ms cubic-bezier(.000, .995, .990, 1.000);
  -ms-transition: all 300ms cubic-bezier(.000, .995, .990, 1.000);
  -o-transition: all 300ms cubic-bezier(.000, .995, .990, 1.000);
  transition: all 300ms cubic-bezier(.000, .995, .990, 1.000);
  opacity: 1;
  background: linear-gradient(45deg, #7e67e5, #02cbdf);
  border-radius: 50%;
}
#sideBar .circle.expand {
  top: -1000px;
  left: -1000px;
  width: 2560px;
  height: 2560px;
  -webkit-transition: all 400ms cubic-bezier(.000, .995, .990, 1.000);
  -moz-transition: all 400ms cubic-bezier(.000, .995, .990, 1.000);
  -ms-transition: all 400ms cubic-bezier(.000, .995, .990, 1.000);
  -o-transition: all 400ms cubic-bezier(.000, .995, .990, 1.000);
  transition: all 400ms cubic-bezier(.000, .995, .990, 1.000);
}
#sideBar .circle.expand + .menu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
#sideBar .menu ul {
  overflow: scroll;
  height: 100%;
  padding: 0;
}
#sideBar .menu ul li {

  /*position: absolute;
    top: 50px;
    left: 0;*/
  width: 100%;
  margin-top: 40px;
  list-style: none;
  -webkit-transition: all 70ms cubic-bezier(.000, .995, .990, 1.000);
  -moz-transition: all 70ms cubic-bezier(.000, .995, .990, 1.000);
  -ms-transition: all 70ms cubic-bezier(.000, .995, .990, 1.000);
  -o-transition: all 70ms cubic-bezier(.000, .995, .990, 1.000);
  transition: all 70ms cubic-bezier(.000, .995, .990, 1.000);
  text-align: center;
  opacity: 0;
}
#sideBar .menu ul li a {
  padding: 20px;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}
#sideBar .menu li.animate {
  font-size: 21px;
  -webkit-transition: all 150ms cubic-bezier(.000, .995, .990, 1.000);
  -moz-transition: all 150ms cubic-bezier(.000, .995, .990, 1.000);
  -ms-transition: all 150ms cubic-bezier(.000, .995, .990, 1.000);
  -o-transition: all 150ms cubic-bezier(.000, .995, .990, 1.000);
  transition: all 150ms cubic-bezier(.000, .995, .990, 1.000);
  opacity: 1;
}
#sideBar .menu li.animate:nth-of-type(1) {
  top: 40px;
  transition-delay: .0s;
}
#sideBar .menu li.animate:nth-of-type(2) {
  top: 110px;
  transition-delay: .03s;
}
#sideBar .menu li.animate:nth-of-type(3) {
  top: 180px;
  transition-delay: .06s;
}
#sideBar .menu li.animate:nth-of-type(4) {
  top: 250px;
  transition-delay: .09s;
}
#sideBar .menu li.animate:nth-of-type(5) {
  top: 320px;
  transition-delay: .12s;
}
#sideBar .menu li.animate:nth-of-type(6) {
  top: 390px;
  transition-delay: .15s;
}
#sideBar .menu li.animate:nth-of-type(7) {
  top: 460px;
  transition-delay: .15s;
}

/*Main*/
.bar-tab {
  z-index: 9;
}
.title {
  color: #3071d4;
}
.container-fluid {
  margin-top: 15px;
}
.segmented-control {
  border-color: #007aff;
}
.segmented-control .control-item {
  color: #007aff;
  border-color: #007aff;
}
.segmented-control .control-item.active {
  color: #fff;
  background-color: #007aff;
}
.bar-tab .tab-item.active, .bar-tab .tab-item:active {
  color: #007aff;
}
.card {
  margin: 0;
  border: 0;
}
.service-box {
  position: relative;
  display: block;
  padding: 20px 0 15px 0;
}
.service-box:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000px;
  height: 1px;
  content: '';
  background-color: #e6e6e6;
}
.service-box.not:after {
  display: none;
}
.box-icon-img {
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  background: #9fb9c6 none repeat scroll 0 0;
}
.media-object .box-icon-img {
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.media-object .box-icon-img img {
  line-height: 20px;
  width: 20px;
  height: auto;
}
.box-title {
  font-size: 11px;
  display: block;
  overflow: hidden;
  margin: 10px 0;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.has-footer {
  padding-bottom: 50px;
}
.border-god {
  position: relative;
  overflow: hidden;
}
.border-god:after {
  position: absolute;
  top: 0;
  left: 48.5%;
  width: 1px;
  height: 1500px;
  content: '';
  background-color: #e6e6e6;
}
.bg-color1 {
  background: #f38382;
}
.bg-color2 {
  background: #f380c1;
}
.bg-color3 {
  background: #af94f5;
}
.bg-color4 {
  background: #93a9f5;
}
.bg-color5 {
  background: #64b0fb;
}
.bg-color6 {
  background: #53cbaf;
}
.bg-color7 {
  background: #80d96c;
}
.bg-color8 {
  background: #fec060;
}
.bg-color-default {
  background: #ccc;
}
.bg-color-default img {
  opacity: .5;
}
.color-red{
    color:#ff0000;
}
.progress {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  border-radius: 0;
}
.mt5 {
  margin-top: 5px;
}
.m0 {
  margin: 0 !important;
}
.step {
  margin-top: 20px;
}

/*.step-title {
margin-right: -15px;
margin-left: -15px;
}*/
.table-view-divider {
  border-top: 0;
  background-color: #fff;
}
.media {
  margin: 0;
}
.media-object {
  width: 48px;
  text-align: center;
}
.media-object p:first-child {
  color: #fff;
  background: #e9674f;
}
.media-object p:last-child {
  font-size: 16px;
  color: #333;
  border: 1px solid #ddd;
}
.table-view-cell label {
  line-height: 1.2;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.table-view-wide .table-view-cell {
  overflow: visible;
  padding-right: 15px;
}
.image-list {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.menu-control {
  position: absolute;
  top: -88px;
  left: 0;
  width: 50px;
  height: 80px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .95);
}
.menu-control:after {
  position: absolute;
  bottom: auto;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  content: '';
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
}
.menu-control a {
  text-align: center;
  color: #fff;
}
.image-list li {
  position: relative;
  float: left;
  margin: 0 5px 5px 0;
  list-style: none;
}
.image-list li a img {
  width: 50px;
  height: 50px;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
}
.mask-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-image: url('../img/fancybox_sprite.png');
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
.mask-loading div {
  width: 44px;
  height: 44px;
  background: url('../img/fancybox_loading.gif') center center no-repeat
}
.photo-loading,
.photo-loading:after {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.photo-loading {
    display: inline-block;
    font-size: 10px;
    position: relative;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-left: 2px solid #4fa4f8;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: photo-loading 1.1s infinite linear;
    animation: photo-loading 1.1s infinite linear;
}
@-webkit-keyframes photo-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes photo-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/****DEBUT TEST****/
#test {
  height: 5px;
  width: 5px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  left: 10px;
}
#rond {
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  animation: rond 2s infinite;
  -webkit-animation: rond 2s infinite;
}
@keyframes rond {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rond {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/****FIN TEST****/
.menu-list {
  display: block;
  overflow: hidden;
  width: 130px;
  margin: 0;
}
.menu-list li {
  display: block;
  float: none;
  width: 50px;
  margin: 0;
}
.menu-list li a {
  line-height: 40px;
  display: block;
}
.add-photo {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: top;
  border: 1px dotted #ddd;
}
.add-photo span {
  font-size: 2em;
  line-height: 50px;
  color: #ccc;
}
.add-photo input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  cursor: pointer;
  opacity: 0;
}
.wide {
  width: 100%;
}
.input-row label, .input-row input {
  width: 50%;
}
.long .input-row label {
  width: 30%;
}
.long .input-row input {
  width: 70%;
}
.input-row select {
  float: right;
  width: 50%;
  height: 35px;
  margin-bottom: 0;
  padding-left: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-appearance: menulist;
}
.li-btn, .input-btn {
  padding: 15px;
}
input[type=date] {
  -webkit-appearance: menulist;
}
input.note-input {
  float: left;
  width: calc(100% - 100px);
  margin-top: 4px;
  margin-left: 10px;
}
input.take-photo {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  opacity: 0;
}
.bar-footer .glyphicon-camera {
  z-index: 90;
  pointer-events: none;
}
.btn.btn-send {
  margin-top: -2px;
}
.chat {
  overflow: hidden;
  padding: 0 3px;
}
.chat section {
  position: relative;
  display: block;
  margin-bottom: 14px;
  padding-right: 20%;
}
.chat section:last-child {
  margin-bottom: 0;
}
.chat section .bubble {
  position: relative;
  padding: 8px 15px;
  border-radius: 15px;
  background: #ebebeb;
  display: inline-block;
}
.chat section .bubble:after {
  position: absolute;
  bottom: 0;
  left: -5px;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  background: url('../img/chat-left.png') left top no-repeat;
}
.chat section .bubble p.message {
  line-height: 1.2;
  color: #333;
}
.chat section .bubble p.message img {
  width: 200px;
  height: auto;
}
.chat section .bubble .time {
  font-size: .8em;
  margin-top: 5px;
  color: #979797;
}
.chat section.current-user {
  padding-right: 0;
  padding-left: 20%;
  text-align: right;
}
.chat section.current-user img {
  right: 0;
  left: auto;
}
.chat section.current-user .bubble {
  background: #d9edf7;
}
.chat section.current-user .bubble:after {
  right: -6px;
  left: auto;
  background: url('../img/chat-right.png') left top no-repeat;
}
@media (min--moz-device-pixel-ratio:1.3), (-o-min-device-pixel-ratio:2.6 / 2), (-webkit-min-device-pixel-ratio:1.3), (min-device-pixel-ratio:1.3), (min-resolution:1.3dppx) {
  .chat section.current-user .bubble:after {
    background-image: url('../img/chat-right@2x.png');
    background-size: 13px 13px;
  }
  .chat section .bubble:after {
    background-image: url('../img/chat-left@2x.png');
    background-size: 13px 13px;
  }
}
.badge-none {
  font-weight: normal;
  color: #979797;
  background-color: transparent;
}
.rate .inline {
  width: 100% !important;
  min-height: 50px;
  text-align: left;
}
.inline img {
  width: 50px;
  height: 50px;
}
.bar-footer-lg {
  height: 296px;
  padding: 0;
}
.bar-footer-lg .table-view {
  border-top: 0;
}
.btn-confirm {
  padding: 0 15px;
}
.bar-footer-lg ~ .content {
  padding-bottom: 288px;
}
.no-resize {
  resize: none;
}
.bar-btn {
  height: 50px;
}
.table-view-cell.read * {
  font-weight: normal;
  opacity: .7;
}
.table-view-cell.unread * {
  font-weight: bolder;
}
.modal, .modal.active {
  display: block;
}
.btn-group {
  width: 100%;
  margin-right: -15px;
}
.btn-group .btn {
  font-weight: normal;
  position: relative;
  width: 100%;
  padding: 8px 0;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
  background: transparent;
  box-shadow: none;
}
.btn-group .btn.active {
  font-weight: bolder;
  color: #a94442;
}
.btn-group .btn.active:after {
  font-family: Ratchicons;
  float: right;
  content: '\e810';
}
.btn-group .btn > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.btn-group .btn:last-child {
  border-bottom: 0;
}
.list-img img {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.list-img-lg img {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 4px;
}
.icon-star-filled {
  color: #f4af35;
}
.icon-star-filled.icon-na {
  color: #ddd;
}
.carousel {
  text-align: center;
  display: none;
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
  display: inline-block;
}
.carousel .item {
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  -ms-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
}
.carousel .active.left {
  z-index: 2;
  left: 0;
  opacity: 0;
}
.carousel .next {
  z-index: 1;
  left: 0;
  opacity: 1;
}
.bg-black {
  background: #000;
}
.carousel-indicators {
  position: fixed;
}
.call-now {
  line-height: 6;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin-top: -120px;
  margin-left: -75px;
  text-align: center;
  opacity: .8;
  border: 10px solid #5cb85c;
  border-radius: 50%;
}
.call-now .icon {
  font-size: 6em;
  line-height: 130px;
  color: #5cb85c;
}
.call-now p {
  line-height: 2;
  color: #5cb85c;
}
.bar-btn {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-save {
  padding: 15px;
}
.text-none-li {
  border-bottom: none;
}
.text-none {
  text-align: center;
  padding-top: 20%;
}
.text-error p {
  color: #ff0000;
  padding-top: 10px;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #fff;
}
.pt44 {
  padding-top: 44px;
}
.multiselect-container::-webkit-scrollbar, .ui-autocomplete::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bbb;
    background: rgba(0, 0, 0, .15);
}
::-webkit-scrollbar-track {
    background: #ddd;
    background: rgba(0, 0, 0, .05);
}
/*--------------------------------------------------------*/

/*-------------------  sweet alert  --------------------*/

/*--------------------------------------------------------*/
.sweet-alert h2 {
  font-size: 1em;
  line-height: 25px;
  margin: 10px 0;
}
.sweet-alert p {
  font-size: 1em;
}
.attachment-delete {
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, .5);
}
.attachment-delete:focus, .attachment-delete:active, .attachment-delete:hover {
  color: #fff;
}
.attachment-delete i {
  font-style: normal;
  position: absolute;
  top: -5px;
  right: -4px;
  pointer-events: none;
  font-size: 1em;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #ff5b35;
}
.swal2-container{
    z-index:2147483647;
}

/*form-control*/
.form-control, .form-control:focus, .has-error .form-control, .has-error .form-control:focus {
  box-shadow: none;
}
.form-control {
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.8);
  height: 50px;
  line-height: 20px;
}
.form-control, .form-group-lg .form-control, .form-control.input-lg {
  padding: 15px 10px;
}
.form-group-lg .form-control, .form-control.input-lg, .form-group-lg select.form-control {
  height: 55px;
  line-height: 25px;
  border-radius: 0;
  font-size: 14px;
}
.form-group-sm .form-control, .form-control.input-sm {
  padding: 10px;
}
.form-group-sm .form-control, .form-control.input-sm, .form-group-sm select.form-control {
  height: 40px;
  line-height: 20px;
  border-radius: 0;
  font-size: 14px;
}
.form-group-xs .form-control, .form-control.input-xs {
  padding: 5px 10px;
  height: 30px;
  line-height: 20px;
  border-radius: 0;
  font-size: 12px;
}
.num-select.border-none .form-control, .form-group.border-none .form-control {
  border: none;
}
.form-group.border-none textarea.form-control {
  padding: 0;
}
.form-group.border-bottom .form-control, .input-group.border-bottom {
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.input-group.border-none .form-control:last-child {
  border-left: none;
}
.input-group.border-none .form-control:first-child {
  border-right: none;
}
.border-none .form-control:focus {
  border-color: rgba(0, 0, 0, 0.12);
}
.has-label .input-group-addon {
  padding: 5px 10px;
  text-align: left;
  min-width: 185px;
  font-size: 12px;
}
.input-group-addon {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 0;
  padding: 5px 20px;
  color: rgba(0, 0, 0, 0.8);
}
.input-group.border-bottom .form-control {
  border: none;
  background: transparent;
}
.input-group.border-bottom .input-group-addon {
  padding: 0 10px 0 20px;
  font-size: 22px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.16);
  text-align: left;
  background: none;
  border: none;
  border-radius: 0;
}
.background-primary .input-group.border-bottom .form-control, .background-primary .input-group.border-bottom .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
}
.background-primary .input-group.border-bottom {
  border-color: rgba(255, 255, 255, 0.8);
}
.form-control:focus, .form-group.border-bottom .form-control:focus {
  border-color: #0091EA;
}
.has-error .form-control, .has-error .form-control:focus, .has-error.form-group.border-bottom .form-control, .has-error .input-group-addon, .has-error .input-group.border-bottom {
  border-color: #ef5350;
}
.has-error .input-group-addon {
  background: #fff;
  color: #ef5350;
}
.has-error .text-danger, .error {
  margin-top: 5px;
  color: #ef5350;
}
.form-control[readonly] {
  background: #fff;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url(../Sources/images/cah/select-arrow.png) no-repeat 95.7% center;
}
textarea.form-control, .form-group-lg textarea.form-control {
  resize: none;
  height: 90px;
}
.background-primary input::-o-input-placeholder {
  color: rgba(255, 255, 255, 0.56);
}
.background-primary input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.56);
}
.background-primary input::-moz-input-placeholder {
  color: rgba(255, 255, 255, 0.56);
}
.background-primary input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.56);
}
.alert {
  border-radius: 0;
}

/*checkbox*/
.checkbox, .radio {
  position: relative;
  line-height: 20px;
  padding: 10px 0;
  margin: 0;
}
.radio input[type="radio"], .checkbox input[type="checkbox"], .radio label:before, .checkbox label:before, .checkbox label:after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0px;
  display: inline-block;
  margin-top: -10px;
  line-height: 20px;
  text-align: center;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  left: 20px;
  opacity: 0;
  z-index: 1;
}
.radio label, .checkbox label {
  position: relative;
  padding-left: 30px;
}
.radio label:before, .checkbox label:before {
  content: " ";
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}
.checkbox label:before {
  border-radius: 4px;
}
.checkbox label:after {
  content: " ";
}
.checkbox-primary input[type="checkbox"]:checked + label:after {
  font-family: "iconfont";
  content: " \e62c ";
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #0091ea;
  border-radius: 4px;
}
.radio label:after {
  display: inline-block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.radio-success input[type="radio"]:checked + label:before {
  border-color: #4ADDAD;
}
.radio-success input[type="radio"]:checked + label:after {
  background: #4ADDAD;
}
.btn-group .radio.btn {
  padding: 0;
  line-height: 18px;
}
.btn-group .radio.btn input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.btn-group .radio.btn input[type="radio"], .btn-group .radio.btn label, .btn-group .radio.btn label:before {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.btn-group .radio.btn label {
  text-align: center;
  padding: 6px 12px;
}
.btn-group .radio.btn + .radio.btn {
  margin-top: 0;
}
@media(max-width:767px) {
  .input-group.border-bottom .input-group-addon {
    padding: 0 10px 0 0px;
  }

  /*.form-control, .form-group-lg .form-control, .form-control.input-lg{
      padding: 0 15px;
  }*/
  .model .switch-button label {
    height: 18px;
    width: 35px;
  }
  .model .switch-button label:after {
    width: 20px;
    height: 20px;
  }
}

/* 
   Iconfont
 ======================================================================= */
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-info:before {
  content: "\e63d";
}
.icon-kefu:before {
  content: "\e62d";
}
.icon-zhifeiji:before {
  content: "\e62e";
}
.icon-anquanbaozhang:before {
  content: "\e630";
}
.icon-zidingyineirong:before {
  content: "\e632";
}
.icon-note:before {
  content: "\e62f";
}
.icon-renzhengtongguo:before {
  content: "\e635";
}
.icon-xinyongqia:before {
  content: "\e636";
}
.icon-add:before {
  content: "\e600";
}
.icon-return:before {
  content: "\e601";
}
.icon-more:before {
  content: "\e602";
}
.icon-contact:before {
  content: "\e603";
}
.icon-history:before {
  content: "\e604";
}
.icon-home:before {
  content: "\e605";
}
.icon-messages:before {
  content: "\e606";
}
.icon-rating:before {
  content: "\e607";
}
.icon-settings:before {
  content: "\e608";
}
.icon-mail:before {
  content: "\e609";
}
.icon-address:before {
  content: "\e60a";
}
.icon-name:before {
  content: "\e60b";
}
.icon-phone:before {
  content: "\e60c";
}
.icon-photo:before {
  content: "\e60d";
}
.icon-air:before {
  content: "\e60e";
}
.icon-appliances:before {
  content: "\e60f";
}
.icon-cabinets:before {
  content: "\e610";
}
.icon-doors:before {
  content: "\e611";
}
.icon-electrical:before {
  content: "\e612";
}
.icon-flooring:before {
  content: "\e613";
}
.icon-garage:before {
  content: "\e614";
}
.icon-general:before {
  content: "\e615";
}
.icon-landscape:before {
  content: "\e616";
}
.icon-masonry:before {
  content: "\e617";
}
.icon-paint:before {
  content: "\e618";
}
.icon-plumbing:before {
  content: "\e619";
}
.icon-pool:before {
  content: "\e61a";
}
.icon-roof:before {
  content: "\e61b";
}
.icon-window:before {
  content: "\e61c";
}
.icon-password:before {
  content: "\e61d";
}
.icon-default:before {
  content: "\e61e";
}
.icon-cooler:before {
  content: "\e61f";
}
.icon-gate:before {
  content: "\e620";
}
.icon-package:before {
  content: "\e621";
}
.icon-pest:before {
  content: "\e622";
}
.icon-sign:before {
  content: "\e623";
}
.icon-violation:before {
  content: "\e624";
}
.icon-scheduled:before {
  content: "\e625";
}
.icon-announcements:before {
  content: "\e626";
}
.icon-documents:before {
  content: "\e627";
}
.icon-orientat:before {
  content: "\e628";
}
.icon-library:before {
  content: "\e629";
}
.icon-cloudy:before {
  content: "\e62a";
}
.icon-noinformation:before {
  content: "\e62b";
}
.icon-snow1:before {
  content: "\e634";
}
.icon-shoppingcar:before {
  content: "\e637";
}
.icon-place:before {
  content: "\e638";
}
.icon-close:before {
  content: "\e63c";
}
.icon-correct:before {
  content: "\e62c";
}
.icon-carpet:before {
  content: "\e639";
}
.icon-landscape1:before {
  content: "\e63a";
}
.icon-pest1:before {
  content: "\e63b";
}
.icon-rain:before {
  content: "\e631";
}
.icon-sun:before {
  content: "\e633";
}
.icon-product2:before {
  content: "\e63e";
}
.icon-edit:before {
    content: "\e920";
}

/* ---Signin CSS--- */
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.pb0 {
  padding-bottom: 0;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.rw .mask.white {
  background: rgba(8, 15, 51, .7);
}
.rw .text-muted {
    color: #a5a5a5;
}
.mask.white {
  background: rgba(236, 236, 236, .95);
}
.mask.white {
  background: rgba(236, 236, 236, .95);
}
.signin-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.cah, .wph .cah-signup, .pathlight{
  display: none;
}
.wph .cah, .hpa .pathlight{
  display: block;
}
.pathlight > p{
  line-height: 1;
  color: #bababa;
}
.pathlight > p > a{
  color: #639dcc;
}
.sms-one {
    position: fixed;
    top: 30px;
    left: 40px;
    display: block;
    width: 150px;
    height: 70px;
    background-image: url('/img/one-by-lessen-logo-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
    .sms-one.new-sms-one {
        height: 70px;
        background-image: url('/img/one-by-lessen-logo-white.svg');
    }
.signin-title {
    display: inline-block;
    width: 300px;
    height: 44px;
    margin-top: 50px;
    transform-origin: center;
    background-image: url('/img/Lessen-Logo.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hpa .signin-title {
    display: inline-block;
    width: 301px;
    height: 77px;
    margin-top: 30px;
    transform-origin: center;
    background-image: url('../img/hpa-logo.png');
    background-image: -webkit-image-set(url('../img/hpa-logo.png') 1x, url('../img/hpa-logo@2x.png') 2x);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.rw .signin-title {
    display: inline-block;
    width: 300px;
    height: 169px;
    margin-top: 0;
    transform-origin: center;
    background-image: url('../img/rwlogo.png');
    background-image: -webkit-image-set(url('../img/rwlogo.png') 1x, url('../img/rwlogo@2x.png') 2x);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
 .gps .signin-title {
     display: inline-block;
     width: 400px;
     height: 51px;
     margin-top: 30px;
     transform-origin: center;
     background-image: url('../img/gps-logo.png');
     background-image: -webkit-image-set(url('../img/gps-logo.png') 1x, url('../img/gps-logo@2x.png') 2x);
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
 }
.rw-authorize .signin-title{
    display: inline-block;
    width: 300px;
    height: 127px;
    margin-top:0;
    transform-origin: center;
    background-image: url('../../theme/rw/images/rw-logo.png');
    background-image: -webkit-image-set(url('../../theme/rw/images/rw-resident-logo.png') 1x, url('../../theme/rw/images/rw-resident-logo@2x.png') 2x);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tri .signin-title {
    display: inline-block;
    width: 300px;
    height: 125px;
    margin-top: 30px;
    transform-origin: center;
    background-image: url('../img/tri-logo.png');
    background-image: -webkit-image-set(url('../img/tri-logo.png') 1x, url('../img/tri-logo@2x.png') 2x);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.wph .signin-title {
    display: inline-block;
    width: 300px;
    height: 79px;
    margin-top: 30px;
    transform-origin: center;
    background-image: url('../img/wph-logo.png');
    background-image: -webkit-image-set(url('../img/wph-logo.png') 1x, url('../img/wph-logo@2x.png') 2x);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.ih .signin-title {
    display: inline-block;
    width: 340px !important;
    height: 126px !important;
    margin-top: 30px;
    transform-origin: center;
    background-image: url('../img/ih-logo.png');
    background-image: -webkit-image-set(url('../img/ih-logo.png') 1x, url('../img/ih-logo@2x.png') 2x);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.rw-authorize .card-box .form-horizontal .form-group, .rw-authorize .card-box .text-center {
    display:none;
}
.rw-authorize .card-box .form-horizontal .form-group.cah {
    display:block;
}
.rw-authorize .cah-signup{
     display:none;
}
.card-box {
  padding: 20px;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
  margin-top: 20px;
}
.btn-bordred.btn-custom {
  border-radius: 2px;
  line-height: 18px;
  padding: 10px 20px;
  color: #fff;
  background-color: #71b6f9;
  border-bottom: 2px solid #4fa4f8 !important;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover, .open > .dropdown-toggle.btn-custom {
  background-color: #59a9f8 !important;
  border-bottom: 2px solid #59a9f8 !important;
}
.btn-bordred.btn-white {
  border-radius: 2px;
  line-height: 18px;
  padding: 10px 20px;
  color: #8a8a8a;
  background-color: #e4e4e4;
  border-bottom: 2px solid #cbcbcb !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus, .btn-white:hover, .open > .dropdown-toggle.btn-white {
  color: #333;
  background-color: #d2d2d2 !important;
  border-bottom: 2px solid #bdbdbd !important;
}
.ih .btn-bordred.btn-custom{
    background: #00A651;
    border-bottom: 2px solid #109447 !important;
}
.ih .btn-custom:hover, .ih .btn-custom:focus, .ih .btn-custom:active, .ih .btn-custom.active, .ih .btn-custom.focus, .ih .btn-custom:active, .ih .btn-custom:focus, .ih .btn-custom:hover, .ih .open > .dropdown-toggle.btn-custom {
    background-color: #109447 !important;
    border-bottom: 2px solid #0C8341 !important;
}
.ih a, .ih a:hover, .ih a:focus, .ih a:active, .ih a:visited{
    color:#38b04a;
}
.signin-legend {
  margin-top: 10px;
  text-transform: uppercase;
}
.rw .card-box-title .signin-legend,.card-box-title .signin-legend.rw-title{
  display: none;
}
.rw .card-box-title .signin-legend.rw-title{
  display: block;
}
.sent-check {
  margin: 25px 0 20px;
  width: 80px;
  height: 80px;
}
.account-pages {
  background: url('../img/renter-bg.jpg') center;
  position: fixed;
  height: 100%;
  width: 100%;
  background-size: cover;
  top: 0;
}
.ih .account-pages {
    background: url("../theme/ih/images/home-banner.jpg") center;
    position: fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
    top: 0;
}
.wrapper-page {
  margin: 5% auto;
  position: relative;
  width: 420px;
}
.wrapper-page .card-box {
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}
.signin-info>h2 {
  word-break: keep-all;
  color: #777;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
.signin-info>h2:first-child {
  margin-bottom: 5px;
}
.login__signup {
  font-size: 14px;
  text-align: center;
}
.login__signup a {
  text-decoration: underline;
}
@media (max-width:768px) {
  .wrapper-page {
    width: 90%;
  }
  .signin-title {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    transform-origin: bottom;
  }
}
@media (max-width:736px) {
  .sms-one {
    top: 10px;
    left: 15px;
    width: 120px;
    background-size: contain;
  }
}
.validation{
    color:#f44336;
}