@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?fn4pef');
  src:  url('../fonts/icomoon.eot?fn4pef#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?fn4pef') format('truetype'),
    url('../fonts/icomoon.woff?fn4pef') format('woff'),
    url('..fonts/icomoon.svg?fn4pef#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e900";
  font-size: 16px;
}
.accommo_file_input{
    text-indent: -10px;
    padding-left: 10px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

input.accommo_file_input:after {
  content: "*";
  position: absolute;
  left: 95px;
  color: red;
  top: -1px;
}

#cancel-meeting{
      margin-top: 15px;
    color: red;
    height: 40px;
    line-height: 40px;
    display: block;
}

.icon-notif-tray:before {
  content: "\e901";
  font-size: 16px;
}


h1,h2,h3,h4,h5{
  margin: 0px;
}
span,p{
  font-size: 12px;
}

ul{
  list-style: none;
}

.aligner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aligner-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-ms-flex-align: end;
-webkit-box-align: end;
        align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.aligner-center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-ms-flex-align: center;-webkit-box-align: center;align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}


.aligner-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.aligner-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
            -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.aligner-center-v-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

}



.aligner-item--top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.aligner-item--bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#ajax-action{
  position: fixed;
  background-color: white;
  z-index: 10;
  left: 50%;
  top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 98%;
    overflow-y: auto;
}
.backdrop{
  display: none;
  position: fixed;
  top: 0px;
  height: 100%;
  left: 0px;
  width: 100%;
  background-color: black;
  opacity: 0.7;
    z-index: 20;
    cursor: pointer;
}
.action-name-bar{
    height: 35px;
    background-color: #1582AF;
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    padding-left: 30px;
    color:white;
}
body {
  margin: 10px 10px;
  padding: 0;
  font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  font-size: 14px;
}

.ajax-content{
  padding:30px;
}
.ajax-content #calender{
  max-width: 400px;;
}



.login-details{
  text-align: right;
}

.login-details{
      height: 100%;
}
.inline_list{
    padding-left: 20px;


}
.inline_list li{
  display: inline-block;

}

.agency-nav-title-bar h1{
  font-size: 22px;
  color: #1582AF;
  text-transform: uppercase;
}
.agency-nav-title-bar li a{
  text-transform: uppercase;
  color: #29285D;
}

.agency-nav-title-bar li a:hover{
  text-decoration: none;
}

.agency-nav-title-bar li.active a{
  text-transform: uppercase;
  color: white;
}

.agency-nav-title-bar .inline_list li{
  padding-right: 20px;
  padding-left: 20px;
}

#bk-invite-agent{
  height: 400px;
  width: 100%;
  background-color: lightgray;
}

.listitem{
  height: 35px;
}


.listitem a{
color: gray;
}
.listitem.active a{
  color:#0076AD;
  font-weight: bold;
}
.ajax-content{
  padding: 60px 40px;
}
.agent-profile .field-heading, .contact-profile .field-heading{
  margin-bottom: 20px;
  font-weight: bold;
}

.appointment-time label,.appointment-time select,.appointment-alert label{
  display: inline;
  width: auto;
}

.appointment-time label,.appointment-alert label{
  margin-right: 10px;
}
.appointment-alert .inline_list input{
    width: 70px;

}
.page-header h3{
  margin: 0px;
}
.fc td, .fc th {
    cursor: pointer;
}

.page-header{
  margin-top: 0px;
  margin-bottom: 2px;
  border-bottom: none;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  margin-top: 70px;
  background: #29285D;
}

.page-title{
  background-color:#29285D;
}

.page-header h3{
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}


.status.active,.status.approved{
  color: #1582AF;
      text-transform: capitalize;
}

.status.not-active,.status.not-invited ,.status.invited ,.status.suspended{
  color: orange;
      text-transform: capitalize;
}

.status.not-invited{
  color:#009F00;
      text-transform: capitalize;
}

.status.suspended{
  color: red;
      text-transform: capitalize;
}

.report-table-row, .contact-profile .row, .agent-profile .row{
  height: 40px;
  line-height: 40px;
}

.page-action{
  min-height: 100vh;
}
.fc-event {
     border: none ;
}

.fc-day-grid-event .fc-content {
  font-size: 10px;
}

.agent-view h4, #contact-view h4, #contact-submit h4{
  text-transform: uppercase;
  font-size: 20px;
  color: #0089CF;
  font-weight: normal;
}
.page-form{
  padding: 40px;
}

#contact-view .section-header{
  margin-bottom: 80px;
}

#contact-view .page-content,
.admin-profile-main .page-content {
  padding: 40px;
}

.admin-profile-main .page-header a,
.admin-profile-main .page-header a i,
.admin-profile-main .page-header a:hover,
#contact-view .page-header a,
#contact-view .page-header a:hover {
  color: #fff;
}

.no-padding{
  padding: 0px;
}

.agent-view .section{
  margin-top: 20px;
  padding: 40px;
  padding-bottom: 30px;
  padding-top: 30px;
      background: rgba(149, 152, 154, 0.1);
}
.calendar{
      background: white;
}

 input[required='required']:after { content:" *"; }

 #add-quick-contact{
    height: 30px;
    width: 100%;
    border-left: none;
    background: white;
    border: 1px solid;
    border-left: none;
 }

 .add-contact-container{
    position: relative;
 }

 #quick-contact label{
  color: white;
  font-weight: normal;
 }
 #quick-contact a{
  color: white;
  text-transform: uppercase;
  float: right;
  text-decoration: none;
  width: 80px;
 }
 #quick-contact a:hover{
  text-decoration: none;
 }
 #quick-contact{
  position: absolute;
  display: none;
  width: 400px;
  background-color: #888888;
  z-index: 9999;
  right: 0px;
  padding: 10px;
  top: 40px;
 }

#quick-contact .fa.fa-sort-asc{
    font-size: 50px;
  position: absolute;
  top: -19px;

      right: 60px;
  color: #888888;
 }
 .required label:after {
    color: red;
    content: '*';
}
label.error {
  color:red;
}
label.error:after {
  content: "";
  display: none;
}

.appointments-index .section{
    padding-bottom: 30px;


}
.appointments-index .section .calendar{
  margin: 0px auto;
}


.contracts-index .status{
  text-transform: uppercase;
}
.contracts-index span.approved{
  color: green;
}
.custom-calender-header{
  max-width: 900px;
  margin: 20px auto;
}

.custom-calender-header span{
  height: 40px;
  color:white;
  line-height: 40px;
  font-size: 15px;

  text-transform: uppercase;
  text-align: center;
}

.custom-calender-header span.current-month{
  background-color: #075f83;
}

.custom-calender-header span.week-view{
  background-color: #1482ae;
}

.custom-calender-header span.month-view{
  background-color: #9bcadc;
}
.custom-calender-header span.day-view{
  background-color: #9bcadc;
}
.agency-nav-title-bar li{
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.input.date select{
  display: inline;
  width: auto;
  margin-right: 10px;
}

.input.date label{
  display: block;
}

.input.textarea label{
  display: block;
}

.contracts-view .contact-profile{
  margin-top: 20px;
  padding: 10px;
  padding-bottom: 30px;
  padding-top: 30px;
  background: #ddd;
}

.comments .comment{
  margin-top: 20px;
}
.compose{
  margin-top: 30px;
}

#loadFacebookG{
  width:29px;
  height: 29px;
  display: block;
  position: relative;
  margin:0px;
  display: none;
}

.facebook_blockG{
  background-color:rgb(255,255,255);
  border:1px solid rgb(0,0,0);
  float:left;
  height:20px;
  margin-left:2px;
  width:5px;
  opacity:0.1;
  animation-name:bounceG;
    -o-animation-name:bounceG;
    -ms-animation-name:bounceG;
    -webkit-animation-name:bounceG;
    -moz-animation-name:bounceG;
  animation-duration:1.105s;
    -o-animation-duration:1.105s;
    -ms-animation-duration:1.105s;
    -webkit-animation-duration:1.105s;
    -moz-animation-duration:1.105s;
  animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
  animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
  transform:scale(0.7);
    -o-transform:scale(0.7);
    -ms-transform:scale(0.7);
    -webkit-transform:scale(0.7);
    -moz-transform:scale(0.7);
}

#blockG_1{
  animation-delay:0.3295s;
    -o-animation-delay:0.3295s;
    -ms-animation-delay:0.3295s;
    -webkit-animation-delay:0.3295s;
    -moz-animation-delay:0.3295s;
}

#blockG_2{
  animation-delay:0.446s;
    -o-animation-delay:0.446s;
    -ms-animation-delay:0.446s;
    -webkit-animation-delay:0.446s;
    -moz-animation-delay:0.446s;
}

#blockG_3{
  animation-delay:0.5525s;
    -o-animation-delay:0.5525s;
    -ms-animation-delay:0.5525s;
    -webkit-animation-delay:0.5525s;
    -moz-animation-delay:0.5525s;
}



@keyframes bounceG{
  0%{
    -webkit-transform:scale(1.2);
            transform:scale(1.2);
    opacity:1;
  }

  100%{
    -webkit-transform:scale(0.7);
            transform:scale(0.7);
    opacity:0.1;
  }
}

@-webkit-keyframes bounceG{
  0%{
    -webkit-transform:scale(1.2);
    opacity:1;
  }

  100%{
    -webkit-transform:scale(0.7);
    opacity:0.1;
  }
}

.comment .time{
  font-size: 9px;
}


.submit-contact{
  margin-top: 10px;
}

.document-check-heading span{
  font-weight: bold;
}

.radio-option-container{
  text-align: center;
}
.radio-option-container input[type="radio"]{
    display: inline;
    width: auto;
}

.toolbar-action{
  text-align: right;
  height: 100%;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.toolbar-action a{
  color:white;
}
.document-check-heading,.document-check {
  margin-top: 15px;
}

.file-selection{
  padding-top:20px;
  padding-bottom:10px;
}


.radio-option-container input[required='required']:after {
    content: "";
}

.the_heading{
  color:red;
}
.range-filter form{
    width: 300px;
    float: right;
    display: block;
}
.message.error{

    background: indianred;
    text-align: center;
    color: white;

}
.message.success{
    background: green;
    text-align: center;
    color: white;

}

.header{
      height: 97px;
    background-color: #08649A;
}
body{
  margin: 0px;
}

#logo{
  margin-left: 20px;
}

.form{
  max-width: 768px;
  margin: 80px auto;
}

legend{
  border: none;
  font-size: 24px;
  line-height: 30px;
  color:#005F9B;
}


h2{
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 30px;
  color:#005F9B;
}

input[type="text"],input[type="password"],input[type="email"],input[type="tel"],textarea{
  background-color: rgba(149, 152, 154, 0.1);
}


input[type="text"],input[type="password"],input[type="email"], input.awesomplete,input[type="tel"],textarea{
  height: 30px;
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #95989A;
  padding-left: 10px;
  color:#005F9B;
  outline: none;
}

.page-form select{
  display: block;

}

.page-form textarea{
  height: 200px;
}
.administrators.form.login label{
  font-weight: normal;
}
 input[type='checkbox']:after { content:""; }
button[type="submit"], .bm-button,.fileUpload.btn.btn-primary{
    background: #005F9B;
    border: solid 1px #1582AF;
    color: white;
    height: 30px;
    min-width: 100px;
    display: inline-block;
    text-transform: uppercase;
}
button[type="submit"]:hover,.bm-button:hover,.fileUpload.btn.btn-primary:hover{
  color: #0089CF;
}

.bm-button{
  line-height: 30px;
  padding: 0px 10px;
  text-align: center;
  min-width: 0px;

}



#terms-label{
  margin-bottom: 10px;
  font-weight: normal;
}

#terms-and-conditions{
  background-color: #E6E6E6;
  padding: 40px;
}
.fixed-center
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    display: none;
}
.btn-close{
  cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;

}

#dimmer{
  background-color: black;
  opacity: 0.7;
  position: fixed;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}

.administrators.activate.form{
  max-width: 350px;
}
#agency_name{
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
.logo-container, .agency_name_container{
  height: 97px;
}
.agency_name_container{
  padding-right: 20px;
}

.agency-nav-title-bar{
  background-color: #0089CF;
}

.page-title{
  height: 40px;
  font-size:16px;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0px 20px;
  color:white;
}

.pg-header{
      margin-left: 15px;margin-right: 15px;
}

.pg-header [type="submit"] {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color:#29285D;
}

.table-heading{
    background: #0089CF;
    padding: 0px 40px;
    margin-bottom: 20px;
}

.table-heading a,.table-heading span{
  color: white;
}

.table-heading div.headerSortUp a:after {
   content: " \2191";
}

.table-heading div.headerSortDown a:after {
   content: " \2193";
}
.table-heading div.headerSortable a:after{
  content: " \2193";
  opacity: 0.7;
}

.table-heading a:after {
   color: white;
}

.page-content{
  background: rgba(149, 152, 154, 0.1);
}
.administrator-edit{
  max-width: 700px;
  margin-top: 10px;
      padding: 0px 15px;
      background-color: white;

}

.administrators-index{
  margin-top: 10px;
}

.vertical-table tr{
  height: 40px;
}
.inline_list {
    margin-bottom: 0px;
    padding-left: 5px;
}
.pg-header [type="submit"] {
    width: 100%;
    height: 40px;
    max-width: 100%;
    min-width: 0px;
    background-color: #29285D;
        border: none;
}
.agency-nav-title-bar li {
    min-width: 50px;
}
.inline_list.right{
  float: right;
}

.secondary-nav li{
  text-align: center;
}

.secondary-nav li i{
  font-size: 20px;
}
.secondary-nav li:first-child{
  padding-right: 20px;
}
.floating-menu,.floating-notifications{
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 270px;
  height:auto;
  /*  130px */
  background-color: #888888;
  position: absolute;
  right: 15px;
  top:45px;
  z-index: 10;
  display: none;
}
.floating-notifications{
  height: auto;
  width: 450px;
      right: 70px;
}
.agency-nav-title-bar{
  position: relative;
  height: 40px;
}
.inline_list,.inline_list li{
  height: 40px;
}
.floating-menu ul, .floating-notifications ul{
  padding-left: 0px; margin: 0px;
}
.agency-nav-title-bar .floating-menu li,.agency-nav-title-bar .floating-notifications li{
  border:none;
  padding-right: 0px;
  margin-bottom: 10px;
}

.agency-nav-title-bar .floating-menu li:last-child,.agency-nav-title-bar .floating-notifications li:last-child {margin-bottom:0px;}

.agency-nav-title-bar .floating-menu li  a,.agency-nav-title-bar .floating-notifications li  a{
    color: white;
    text-transform: none;
    line-height: 17px;
    font-size: 14px;
}
.agency-nav-title-bar li a {
    line-height: 40px;
}

.floating-menu:after, .floating-notifications:after {

  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #888888;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.notification-area a{
  position: relative;
  display: block;
}
.notification-area span{
    position: absolute;
    top: 0px;
    right: 0px;
    /* height: 1px; */
    display: block;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
}
.floating-notifications span, .floating-notifications a{
  color: white;
}

#new-appointment{
  padding: 30px;
}

#new-appointment h3{
  font-size: 20px;
  color:#0089CF;
  margin: 0px;
  margin-bottom: 30px;
}

#new-appointment label{
  font-weight: normal;
}

#new-appointment label span{
  display: none;
}
#new-appointment input.awesomplete{
  height: 30px;
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #95989A;
}

#new-appointment .awesomplete{
  width: 100%;
}

#add-quick-contact {
  height: 30px;
  border: solid 1px #95989A;
  border-left: none;
}
.calendar .fc-basic-view .fc-body .fc-row {
    min-height: 3em !important;
    /* height: 10px; */
}

#new-appointment .calendar {
     padding: 0px;
     margin-bottom: 10px;
}

.calendar .fc-toolbar .fc-left {
  margin: 0px auto;
  display: inline-block;
  float: none;
}
#new-appointment .calendar .fc-toolbar{
    width: 340px;
}
.calendar .fc-toolbar{
    background: #08649A;
      height: 40px;
      margin-bottom: 2px;
}
#new-appointment .calendar .fc-toolbar .fc-button{
  border: none;
  border-radius: 0px;
}

.calendar .fc-toolbar .fc-button{
  padding: 0px;
  background: #08649A;
  height: 40px;
  outline: none;
}
.calendar .fc-toolbar .fc-button .fc-icon{
    margin: 0px;
}

.calendar .fc-toolbar .fc-left span:after {
    color: white;
}
.calendar  .fc-toolbar .fc-left h2{
    font-weight: 100;
    font-family: Helvetica;
  line-height: 20px;
  line-height: 40px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}

.calendar .fc-head tr{
  height: 40px;
    background: #0089CF;
}

.calendar .fc th {
    border-style: none;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
    line-height: 40px;
}
.fc-widget-header .fc-day-header span,.fc-widget-header .fc-day-header a{
  line-height: 40px;
  color: white;
}

.calendar  th.fc-day-header.fc-widget-header{
  color: white;
}

.calendar .fc-unthemed .fc-content,
.calendar .fc-unthemed .fc-divider,
.calendar .fc-unthemed .fc-list-heading td,
.calendar .fc-unthemed .fc-list-view,
.calendar .fc-unthemed .fc-popover,
.calendar .fc-unthemed .fc-row,
.calendar .fc-unthemed tbody,
.calendar .fc-unthemed td,
.calendar .fc-unthemed th,
.calendar .fc-unthemed thead {
    border-color: black;

}

.calendar .fc-day-number{
  color: #141414;
  font-size: 12px;
}



#new-appointment select{
  height: 30px;
  border-radius: 0px;
  width: 100px;
}

#new-appointment label {
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}

#new-appointment .appointment-alert label,#new-appointment .appointment-time label{
  font-weight: bold;
}
.appointment-alert select {
      width: 120px;
        float: right !important;
}

#new-appointment button[type="submit"]{
    float: right;
    margin-top: 15px;

}

.appointments-index .calendar .fc-left,
.agent-view .calendar .fc-left
{
  float: left;
  margin-left: 17px;
}
.appointments-index .calendar .fc-left button,
.agent-view .calendar .fc-left button{
  border: none;
}
.fc-state-default{
    text-shadow: none;
    box-shadow: none;
}

.appointments-index .calendar .fc-right .fc-button-group button,
.agent-view .calendar .fc-right .fc-button-group button,
.fc-day-header{
  min-width: 130px;
  border-left: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 100;
}

.appointments-index .calendar .fc-right .fc-button-group button.fc-month-button,
.agent-view .calendar .fc-right .fc-button-group button.fc-month-button{
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.appointments-index .calendar .fc-right .fc-button-group button.fc-basicDay-button,
.agent-view .calendar .fc-right .fc-button-group button.fc-basicDay-button{
 border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.fc-state-default.fc-corner-left {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.appointments-index .calendar .fc-right .fc-state-active,
.agent-view .calendar .fc-right .fc-state-active{
  color: white;
}

.appointments-index .calendar .fc-right .fc-button-group button.fc-agendaWeek-button,
.agent-view .calendar .fc-right .fc-button-group button.fc-agendaWeek-button{
  border-right: 2px solid rgba(255, 255, 255, 0.1) !important;
}
.fc-agendaWeek-button{
 border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.fc-state-active.fc-agendaWeek-button{
 border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}
td.fc-axis.fc-widget-content {
    background: rgba(149, 152, 154, 0.1);
    text-align: center;
    font-size: 12px;
}

.fc th{
  border: 1px solid #0089CF;
}


#quick-contact input[type="text"],
#quick-contact input[type="email"],
#quick-contact input[type="password"]
{
  background-color: white;
}

#quick-contact{
  padding: 40px;
}

#quick-contact .message.error{
  display: none;
  margin-bottom: 5px;
}

#search-form input,#search-form form{
    margin: 0px;
    height: 40px;
    border: none;
    background: #95989A;
    color:#29285D;

}
#search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#29285D;
}
#search-form input::-moz-placeholder { /* Firefox 19+ */
  color:#29285D;
}
#search-form input:-ms-input-placeholder { /* IE 10+ */
  color:#29285D;
}
#search-form input:-moz-placeholder { /* Firefox 18- */
  color:#29285D;
}
#search-form button{
  height: 40px;
  width: 40px;
  min-width: 40px;
  border: none;
  float: right;
  margin-right: -20px;
  border-radius: 0;
}
#search-form input{
  background: #95989A;
  width: 100%;
  max-width: calc(100% - 40px);
  float: right;
}
#agency_list_agent{
  float:right;
  height:40px;
  margin-right: 0px;
}
#agency_list_agent.agency_list_agent_cls{
 margin-right: -46px;
}
#search-form a,.agents-index span{
    font-size: 12px;
}

.row.table-heading{
  margin: 0px;
}

.table-row {
  height: 40px;
    padding: 0px 40px;
}
.table-heading{
  height: 40px;
  line-height: 40px;
}
.table-row span, .table-row a{
  font-size: 12px;
}
.page-header a {
  height: 40px;
  line-height: 40px;

}

.page-content .paginator{
    padding: 40px;
}
.range-filter button[type="submit"]{
  float: right;
  margin-top: 10px;
  margin-bottom: 15px;
}
.page-content .range-filter{

  /* padding-bottom: 40px; */
}

.page-content .table{
  background-color: transparent;
  overflow: hidden;
}
.page-content .table .overflowscroll{ overflow-x: auto; overflow-y: hidden;}
.range-filter .row{
    margin: 0px;
    height: 30px;
}

.range-filter select{
  width:100%;
}

.range-filter .no-padding{
  padding-left:5px;
}

/* #agencies-reports .page-content, */
#agents-reports .page-content
 {
      padding: 40px;
}
#agencies-reports .table-row span,
.report-table-row span,
#agents-reports .table-row span{
    color:#1582AF;
}
#agencies-reports .table .align-center,
#agents-reports .table .align-center,
.report-table-row .align-center
{
    text-align: center;
}
#agencies-reports .table-row span.red-color,
#agents-reports .table-row span.red-color,
.report-table-row span.red-color
{
  color:#D10B0B;
}


.contact-profile .row{
  height: auto;
}

.marital_status_label{
  margin-top: 10px;
}

select[name="marital_status"],select[name="agent_id"],select[name="country_id"],select[name="filter"],select[name="status"],select[name="contact_type"]{
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}

.contract-basic-details {
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.contract-basic-details hr{
  display: inline-block;
  border-top: 1px solid #8c8b8b;
  width: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.contract-progress-indicator{
  height: 20px;
}

.contract-progress-indicator img{
  height: 20px;
  width: 20px;
}
.line{
    display: inline-block;
    width: 100px;
    border-bottom: 1px solid black;
}

.contract-progress-indicator a{
  font-size: 12px;
}

#contact-submit .page-content{
  background-color: white;
}

.file-selection{
 background: rgba(149, 152, 154, 0.1);
 height: 250px;
 padding: 40px;
 margin-bottom: 40px;
}
.checklist-section{
  background: rgba(149, 152, 154, 0.1);
  padding: 40px;
  margin-bottom: 40px;
}

.file-selection h4,.checklist-section h4{
  margin-bottom:60px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#uploadFile{
      width: 230px;
}
.fileUpload.btn.btn-primary{
  margin: 0px;
  border-radius: 0px;
}
.fileUpload.btn.btn-primary span{
    display: block;
}


.checklist-section span{
  color:#676767;
}
#contact-index #search-form  a{
  display: block;
  width: 40px;
  height: 40px;
  border-left: 1px white solid;
}


#contact-index #search-form button{
  float: none;
  margin: 0px;
}
.add-contact img{
  height: 39px;
  width: 40px;
}
#contact-index #search-form button,#contact-index #search-form  .action-buttons a{
  float: right;
}
#contact-index .action-buttons{
  width: 80px;
  float: right;
  margin-right: 0px;
}
#contact-index #search-form input{
    margin-right: -20px;
}
img#logo{
    height: 40px;
    width: 158px;
}
.appointments.section .bm-button{
  max-width: 200px;
}

footer{
  height: 76px;
  background: #E6E6E6;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 40px;
}
.footer-logo{
  height: 51px;
  width: 127px;
}

#administrator-add .page-content{
  padding: 30px;
}

.clear-search{
  color:white;
  text-transform: uppercase;
  font-size: 12px;
      text-decoration: underline;
}

.appointments.section.reports .table-heading {
    height: 40px;
    line-height: 40px;
}

.table-footer-row{
  margin-top:30px;
}

.appointments.section.reports .table{
  padding-top: 30px;
  padding-bottom: 30px;
}

textarea#message{
  height: 60px;
}

.inpage-nav img{
  height: 30px;
}

.inpage-nav{
  height: 80px;
}

.message.error.w-margin {
    margin-top: 5px;
}

.contract-filter ul{
  padding-top: 20px;
  margin-bottom: 20px;
}

.contract-filter ul li{
  display: inline-block;
  border-left: solid 1px #29285D;
  padding-left: 10px;
  padding-right: 10px;
}

.contract-filter ul li:first-child{
  border-left: solid 1px transparent;
  padding-left: 0px;
}

.contract-filter ul li{

}

#contracts-index .status.approved{
  color:#008D0B;
        text-transform: capitalize;
}

#contracts-index .status.rejected{
  color:#ED4743;
        text-transform: capitalize;
}

#contracts-index .status.submitted{
  color:#1582AF;
        text-transform: capitalize;
}

#contracts-index .status.pending{
  color:#8F09AF;
        text-transform: capitalize;
}

footer span{
    opacity: 0.3;
}

button.fc-month-button, button.fc-agendaWeek-button, button.fc-agendaDay-button{
  color: #29285D;
}
#new-appointment input,#new-appointment textarea,#new-appointment input.awesomplete{
    margin-bottom: 10px;
    border: none;
    background-color: #e2e2e2;
}

#new-appointment #add-quick-contact{
  background-color: #08649A;
  color:white;
}

#new-appointment label {
    font-size: 12px;
}


#new-appointment .calendar .fc-toolbar,#new-appointment .calendar .fc-toolbar .fc-button{
  height: 30px;
}

#new-appointment .calendar  .fc-toolbar .fc-left h2,#new-appointment .calendar .fc-head tr,#new-appointment .fc-widget-header .fc-day-header span,#new-appointment .fc-widget-header .fc-day-header a{
  height: 30px;
  line-height:30px;
}


#new-appointment .calendar .fc-day-number {
    font-size: 10px;
}

#new-appointment #start_time,#new-appointment #end_time,#new-appointment #alert_minutes{
  font-size: 10px;
}


#contact-edit label {
    font-weight: 100;
}

#contact-edit input,#contact-edit textarea{
  border:none;
}

.container{
  min-height: 100vh;
}
#value-calculator-import td,#value-calculator-import th{
  padding-right:20px;
  min-width: 100px;
}

#value-calculator-import h4{
  margin-top: 20px;
  margin-bottom: 20px;
}

/*Admin Styles*/
.admin table th,.admin table td{
  padding-right: 30px;
}

.admin table,.admin .side-menu ul{
  margin-top: 10px;
  width: 100%;
}

.admin .page-action form fieldset{
padding: 30px 0px;
}

h4.result-message{
  text-align: center;
  margin: 30px;
}

.question-form {
  text-align: center;
}

#progress{
  height: 10px;
}

.inventoryAvailability ul{
  padding-left: 0px;
}
.inventoryAvailability ul li{
  display: inline;
}
.inventoryAvailability{
  margin-top: 60px;
}

.inventoryAvailability .active a{
    font-weight: bold;
}

.inventoryAvailabilityList{
  margin-top: 30px;
}

.backdrop{
  z-index: 1;
}

.no_data_found{
  text-align: center;
}

.word_break_cls{
      word-break: break-word;
}

#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('http://loadinggif.com/images/image-selection/3.gif');
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
#loadinggif.show
{
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}

.agent-listing-grid {
    margin-bottom: 5px;
}

.accomodation_remove_all {
    margin-top: 15px;
}

.accommo_table {
    margin-top: 15px;
}

.no-pad-right {padding-right: 0;}
.no-mar-right,
#search-form button.no-mar-right,
#agency_list_agent.agency_list_agent_cls.no-mar-right,
#contact-index #search-form input.no-mar-right {margin-right: 0;}
#contact-index .table-row:nth-child(2) {clear:both;}
form#search-form .action-buttons + input {
  max-width: calc(100% - 80px);
}

.report-filter select[name="agency_id"]{
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
}
.reports .container{width:100%;}
.table table th{ background: #0089CF;
    padding: 7px 7px;
    font-size: 12px;
    color: #fff;}
.table table tr td{color: #1582AF; padding: 7px 7px;}
.table table tfoot tr td{padding-top: 30px;}

.report-dropdown .dropdown-filter-item{color:#333;}
.report-dropdown .dropdown-filter-item input[type="checkbox"]{width:auto; margin-right:3px;}
.set-div + .report-dropdown{background: #FFF; margin-left: 3px;}
.set-div + .report-dropdown .arrow-down {border-width:0 2px 2px 0;}
.table-fix-div {overflow-x: auto;}
.custom-width {min-width:2400px;}

.table table th.apply-filter{ position: relative; padding-right: 25px;}

.apply-filter .report-dropdown{ position: absolute;
    right: 5px; bottom: 5px;}

.export-btn{ margin-bottom: 5px;}
.dataTables_filter, .dataTables_info { display: none; }
.table table th span a{
    color: #fff;
}

table.custom-width th.leftdropdd .dropdown-filter-content {
    right: 0;
    left: auto;
}
table.dataTable thead th, table.dataTable thead td,
table.dataTable tbody td {padding:10px 20px 10px 10px !important;}
table.dataTable tfoot th, table.dataTable tfoot td {padding:30px 18px 6px 10px !important;border-top:1px solid #111}



 /*--- KCS CSS START ---*/
.d-flex{display:flex}
.contract-list #search-form input{min-width:250px}
.contract-list #search-form button{margin:0}
.form-offset{margin:-75px 0 0}
/*--- KCS CSS END ---*/
.wrap--flush.wrap-custom {max-width: 1200px;}
.wrap--flush.wrap-custom .w--1-of-6, .wrap--flush.wrap-custom .w--2-of-12 {width:14.20%;}

.min-table{min-height: 200px;}

.note-heading {padding-top:20px; border-top:solid 1px #CCC;}
.notes-list{margin-top: 20px; list-style: initial; padding-left: 0px;}
.notes-list {margin:0px; padding: 0px; list-style:none;}
.notes-list li{line-height: normal; margin-bottom:15px; border-bottom:solid 1px #999; position: relative;text-align: justify;}
.notes-list li:last-child {margin: 0px;}
.notes-list li b {font-weight: normal; display:block; margin-bottom:10px;}
.notes-list li span {text-align: right; padding-bottom:10px; display: block; color:#999;}

.table table th.apply-filter select {color:#000;}
.pxy-15 {padding:20px; padding-bottom: 20px;}

.dataTables_length label {display: flex;}
.dataTables_length label select{margin:0px 8px;}

.fileList {padding: 0px; height: 105px; overflow: auto;}
.fileList li {padding:4px 0px; border-bottom: solid 1px #999;}
.fileList li strong {word-break: break-all;}

.mb-3 {margin-bottom:20px;}
.mb-0 {margin: 0px !important;}

.voucher-add .select label.error {
    padding-top: 0px !important;
}

.dataTables_scrollBody .contract-table  {
   margin-top: -40px;
}

.DTFC_LeftWrapper .custom-width.contract-table {
  min-width: auto;
}

.DTFC_LeftBodyLiner table.contract-table thead {
  display: none;
}


.DTFC_LeftWrapper .custom-width.contract-table thead th:nth-child(1) {width: 150px !important;}
.DTFC_LeftWrapper .custom-width.contract-table tbody td:nth-child(1) {width: 150px !important;}


.DTFC_LeftWrapper .custom-width.contract-table thead th:nth-child(2) {width: 150px !important;}
.DTFC_LeftWrapper .custom-width.contract-table tbody td:nth-child(2) {width: 150px !important;}


.DTFC_LeftWrapper .custom-width.contract-table thead th:nth-child(3) {width: 132px !important;}
.DTFC_LeftWrapper .custom-width.contract-table tbody td:nth-child(3) {width: 132px !important;}


.DTFC_LeftWrapper .custom-width.contract-table thead th:nth-child(4) {width: 143px !important;}
.DTFC_LeftWrapper .custom-width.contract-table tbody td:nth-child(4) {width: 143px !important;}


.DTFC_LeftWrapper .custom-width.contract-table thead th:nth-child(5) {width: 103px !important;}
.DTFC_LeftWrapper .custom-width.contract-table tbody td:nth-child(5) {width: 103px !important;}

.DTFC_ScrollWrapper {
    height: auto !important;
}

.DTFC_LeftBodyLiner {
    height: auto !important;
    max-height: initial !important;
}

.DTFC_LeftBodyWrapper {
    height: auto !important;
}
