table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dbdbe6;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dbdbe6;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dbdbe6;
}
.table .table {
  background-color: #f0f1f6;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dbdbe6;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dbdbe6;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
  border-bottom: 2px solid #dbdbe6;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #fafafc;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #fafafc;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #e6c1c7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #dfaeb7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 769px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dbdbe6;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
body {
  color: #797979;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 13px;
}
*:focus {
  outline: 0;
}
textarea:focus,
input:focus {
  outline: 0;
}
a {
  text-decoration: none;
  outline: 0;
}
a:focus {
  border: 0;
}
object,
embed {
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
.p-0 {
  padding: 0px!important;
}
.p-4px {
  padding: 4px!important;
}
.p-20px {
  padding: 20px!important;
}
.p-15px {
  padding: 15px!important;
}
.pl-0 {
  padding-left: 0!important;
}
.pad20px {
  padding: 20px!important;
}
.m-0 {
  margin: 0!important;
}
.mt-4px {
  margin-top: 4px!important;
}
.mt-5px {
  margin-top: 5px!important;
}
.mt-25px {
  margin-top: 25px!important;
}
.mt-24px {
  margin-top: 25px!important;
}
.mt-10px {
  margin-top: 10px!important;
}
.mt-15px {
  margin-top: 15px!important;
}
.ml-5px {
  margin-left: 5px!important;
}
.mb-20px {
  margin-bottom: 20px!important;
}
.mt-20px {
  margin-top: 20px!important;
}
.mt-30px {
  margin-top: 30px!important;
}
.r4 {
  border-radius: 4px!important;
}
.text-green {
  color: #019F8A!important;
}
.mt-40px {
  margin-top: 40px!important;
}
.mt-42px {
  margin-top: 42px!important;
}
.th-small {
  width: 30px!important;
}
.form-error-text {
  display: block;
  margin-bottom: 15px;
}
.text-violet {
  color: #1b3282;
}
.layout-mbox {
  background: #fff;
  margin: 0;
  border: 1px solid #CECECE;
}
.layout-mbox .layout_head {
  background: #DEE4F2;
  padding: 4px 20px;
  color: #FFF;
  border: 1px solid #C4C8DB;
  border-top: 3px solid #C4C8DB;
  margin: 0 -1px;
}
.layout-mbox .layout_head .control-label {
  color: #1b3282;
}
.layout-mbox .layout_head .nav-action {
  margin: 8px 0 0 10px;
}
.layout-mbox .layout_head.second {
  padding: 50px 0 14px!important;
  text-align: center;
}
.layout-mbox .layout_head3 {
  padding: 18px;
  background: #fbfbfb;
}
.layout-mbox .layout_head-2 {
  background: #F3F3F7;
  padding: 10px 8px;
  border-bottom: 1px solid #C4C8DB;
  box-shadow: #FFF 0 1px 0 inset;
}
.layout-mbox .nav-list-actions {
  margin: 0;
}
.layout-mbox .layout_head-title {
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  margin: 17px 10px 0;
  color: #1B3282;
  letter-spacing: 0;
}
.layout_head2 {
  padding: 18px 20px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 28px;
}
.layout_footer {
  padding-top: 16px;
  background: #F7F7F9;
  border-top: 1px solid #DDD;
}
.layout_footer .list-inline {
  margin: 6px 10px 0;
}
.main-container {
  margin-top: 100px;
  padding-top: 20px;
  padding-left: 100px;
  /*min-width: 480px;*/
  min-width: 1280px;
  padding-bottom: 16px;
  width: 100%;
  padding-right: 18px;
}
.main-container-b {
  margin-top: -15px;
  padding-top: 0;
}
.layout_head2.sm.b0 {
  border: 0;
  padding-bottom: 0;
}
.box-gray {
  padding: 15px;
  background: #DDD;
  border-radius: 3px;
  display: block;
  box-sizing: border-box;
  background: #ECECEC;
  border: 1px solid #CECECE;
  text-shadow: #FFF 0 1px 0;
}
.block-l3 {
  background: #fff;
  margin: 0 0 17px;
  border-radius: 3px;
  border: 1px solid #C4C8DB;
}
.block-l3 .block_title {
  text-transform: uppercase;
  color: #1B3282;
  margin: 3px 0 0;
}
.block-l3 .block_head {
  background: #e5e9f3;
  padding: 16px 19px 14px;
  border-radius: 2px 2px 0 0;
  height: 54px;
}
.block-l3 .block_content {
  padding: 10px 18px 20px;
}
.block-l3 .block_footer {
  background: #F7F7F9;
  border-top: 1px solid #DDD;
  padding: 10px 20px;
  border-radius: 0 0 3px 3px;
}
.block-l3 .block_footer .client-status {
  margin-top: 4px;
}
.main-container_inner-left {
  width: 275px;
  float: left;
  margin-right: -275px;
  position: relative;
}
.main-container_inner-right {
  padding-left: 292px;
  float: right;
  width: 100%;
}
.main-container--flipped .main-container_inner-left {
  padding-right: 230px;
  margin-right: 0;
  float: left;
  width: 100%;
}
.main-container--flipped .main-container_inner-right {
  width: 215px;
  float: right;
  padding-left: 0;
  margin-left: -215px;
  position: relative;
}
.user-inline {
  float: left;
  font-size: 13px;
}
.user-inline span {
  display: inline-block;
}
.user-inline_avatar {
  display: inline-block;
  float: left;
  width: 26px;
  margin-right: 5px;
  height: 26px;
  border-radius: 100%;
  overflow: hidden;
}
.user-inline_avatar img {
  max-width: 100%;
}
.user-inline_details {
  float: left;
  display: block;
  margin-top: 4px;
  margin-left: 5px;
}
.list-inline h5 {
  margin: 10px 0 0;
  display: block;
  line-height: .7;
}
.tooltip {
  z-index: 99999999!important;
}
iframe {
  max-width: 100%;
}
.alert-wrap .alert {
  padding: 10px;
  margin-bottom: 5px;
}
/* From http://codepen.io/chriscoyier/full/kycDp */
.map-container {
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-top: 38%;
  position: relative;
  display: none;
  /* Hide for small screens */
  background: #d4d4d4;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  /* had to specify height/width */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.mr-10px {
  margin-right: 10px;
}
/* Medium Screens */
@media all and (min-width: 34.375em) {
  .map-container {
    display: block;
  }
  .static-img {
    display: none;
  }
}
.js-alert {
  position: absolute;
  top: 0;
  width: 100%;
}
.js-alert .close {
  margin-top: -5px;
}
.js-alert.in {
  position: relative;
}
.tab-content--2nd {
  position: relative;
}
.table-preloader-container {
  position: relative;
}
.table-preloader {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff url(../img/preloader.gif) center no-repeat;
  width: 28px;
  height: 28px;
  padding: 10px;
}
.table-preload-in {
  opacity: 0.3;
}
.mt-0 {
  margin-top: 0!important;
}
.logo {
  font-size: 17px;
}
.logout {
  float: left;
  margin: 2px 0 0;
  margin-left: 50px;
}
.logout .icon-off {
  margin-right: 6px;
}
.logo {
  float: left;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.dropdown-menu.extended {
  max-width: 300px !important;
  min-width: 160px !important;
  top: 42px;
  width: 235px !important;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
  border: none !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-left: -6px;
  margin-top: -5px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  .dropdown-menu.extended {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
  }
}
.dropdown-menu.extended.user-dropdown {
  padding-bottom: 0;
}
.dropdown-menu.extended.user-dropdown li.red a {
  background: #D9534F!important;
  color: #FFF!important;
  margin-bottom: -1px;
}
.dropdown-menu.extended.user-dropdown li a {
  padding: 8px 10px !important;
  border-bottom: 1px solid #C3CFD8 !important;
  font-size: 12px;
  list-style: none;
  color: #6E7275!important;
  text-shadow: #FFF 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.53) 0 1px 0;
}
.dropdown-menu.extended .list-group .list-group-item {
  border-left: 0;
  border-right: 0;
}
.dropdown-menu.extended .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.dropdown-menu.extended .list-group .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-menu.extended p {
  background-color: #F1F2F7;
  color: #666666;
  padding: 10px;
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  color: #FFF;
  margin: 0;
  padding: 8px 10px;
}
.dropdown-menu.extended p.red {
  background-color: #D9534F;
  color: #fff;
}
.dropdown-menu.extended p.green {
  background-color: #019F8A;
  color: #fff;
  letter-spacing: -1px;
  border-radius: 0px !important;
}
.dropdown-menu.extended p.violet {
  background-color: #1b3282;
  color: #fff;
}
.dropdown-menu.extended li a {
  border-bottom: 1px solid #EBEBEB !important;
  font-size: 12px;
  list-style: none;
}
.dropdown-menu.extended li a {
  padding: 12px 10px !important;
  width: 100%;
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-menu.extended li a:hover {
  background-color: #F7F8F9 !important;
  color: #2E2E2E;
}
.notify-arrow {
  border-style: solid;
  border-width: 0 9px 9px;
  height: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  left: 7px;
  top: -18px;
  transition: all 0.25s ease 0s;
  width: 0;
  z-index: 10;
  margin-top: 10px;
  opacity: 1;
}
.notify-arrow-red {
  border-color: transparent transparent #D9534F;
  border-bottom-color: #D9534F !important;
  border-top-color: #D9534F !important;
}
.notify-arrow-green {
  border-color: transparent transparent #019F8A;
  border-bottom-color: #019F8A !important;
  border-top-color: #019F8A !important;
}
.notify-arrow-blue {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #dee4f2;
  border-bottom-color: #DEE4F2 !important;
  border-top-color: #DEE4F2 !important;
}
.notify-arrow-violet {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1b3282;
  border-bottom-color: #1b3282 !important;
  border-top-color: #1b3282 !important;
}
.notify-arrow-right {
  left: 82px;
}
.navbar {
  border-radius: 0;
}
.navbar-top {
  min-width: 480px;
  background: #1b3282;
  border-bottom: 1px solid #212C69;
  height: 46px;
  margin: 0;
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  min-height: 0;
  padding: 0 17px;
  padding: 0;
}
.navbar-top .navbar_utility {
  float: right;
  margin: 8px;
}
.navbar-top .navbar_utility a {
  color: #DADDEC;
}
.navbar-top .navbar_item {
  display: block;
  float: left;
  padding: 9px 14px;
  border-left: 1px solid rgba(196, 207, 233, 0.14);
  height: 45px;
  position: relative;
  -webkit-box-shadow: rgba(12, 12, 12, 0.6) -1px 0 0;
  box-shadow: rgba(12, 12, 12, 0.6) -1px 0 0;
}
.navbar-top .navbar_item a {
  color: #D6E1EA;
}
.navbar-top .navbar_item:first-child {
  border-left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-top .caret {
  border-top: 4px solid #DADDEC;
}
.navbar-top .fa-info-circle {
  font-size: 25px;
}
.navbar-top .count-msg {
  position: absolute;
  background: #F00;
  width: 14px;
  height: 14px;
  line-height: 1.6;
  border-radius: 100%;
  font-size: 10px;
  text-align: center;
  left: 15px;
  letter-spacing: -1px;
}
.navbar-left {
  background: url('../img/noise-blue-shadow.png') right 0 repeat-y, url('../img/noise-blue.png');
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 45px 6px 0;
  border-right: 1px solid #BBC1D5;
  width: 82px;
  height: 100%;
  z-index: 3;
}
.menu-sidebar {
  padding: 0;
  margin-top: 9px;
}
.menu-sidebar > li {
  display: block;
}
.menu-sidebar > li a {
  font-size: 12px;
  letter-spacing: -1px;
  display: block;
  padding: 11px 0 10px;
  margin: 5px 0;
  color: #72778E;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.menu-sidebar > li a:focus {
  outline: 0;
}
.menu-sidebar > li a * {
  display: block;
  text-align: center;
}
.menu-sidebar > li a:hover {
  color: #1b3282;
}
.menu-sidebar > li i {
  font-size: 28px;
  padding: 0 3px 2px;
}
.menu-sidebar > li.open > a,
.menu-sidebar > li.active > a {
  background: #FFF;
  border: 1px solid #C4C8DB;
  border-radius: 3px 0 0 3px;
  color: #1B3282;
  border-right: 0;
  margin-right: -7px;
}
.menu-sidebar > li.open > a {
  background: #E7EAF5;
}
.menu-sidebar > li.open > .dropdown-menu {
  left: 74px;
  top: 0;
  border-color: #ADB4D1;
  border-radius: 0 3px 3px 0;
  /* border-left: 0; */
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: #E7EAF5;
  min-height: 100px;
}
.menu-sidebar > li.open > .dropdown-menu > li > a {
  border: 0;
  background: rgba(0, 0, 0, 0);
  text-align: left;
  width: 100%;
  padding: 5px 8px;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 13px;
  color: #414141!important;
  letter-spacing: 0;
}
.menu-sidebar > li.open > .dropdown-menu > li > a > * {
  text-align: left;
}
.menu-sidebar > li.open > .dropdown-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.04);
}
.menu-sidebar > li.open > .dropdown-menu > li.active a {
  background: rgba(0, 0, 0, 0.04);
  cursor: default;
  pointer-events: none;
}
.navbar-middle {
  min-width: 480px;
  background: #FFF;
  padding: 7px 0;
  border-bottom: 1px solid #C4C8DB;
  position: fixed;
  right: 18px;
  left: 100px;
  top: 46px;
  margin: 0;
  height: 60px;
  z-index: 4;
}
.navbar-middle .client-status {
  margin: 8px 0 0 20px!important;
}
.navbar-middle .navbar-middle-status {
  float: left;
  display: block;
  margin: 11px;
}
.navbar-middle_title {
  margin: 13px 0 0;
  text-transform: uppercase;
}
.navbar-middle_utility {
  float: right;
  padding: 0;
}
.navbar-middle_utility > ul {
  margin: 8px 0 0;
  padding: 0;
}
.navbar-middle_utility > ul > li {
  position: relative;
  margin-left: 5px;
  display: inline-block;
}
.navbar-middle_utility > ul > li:first-child {
  margin-left: 0;
}
.navbar-middle_utility > ul .list-inline {
  margin-bottom: -7px;
  display: block;
}
.navbar-middle_utility > ul .list-inline:before,
.navbar-middle_utility > ul .list-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-middle_utility > ul .list-inline:after {
  clear: both;
}
.navbar-middle_utility > ul .list-inline > li {
  margin: 0;
  float: left;
}
.navbar-middle_utility .btn-group {
  margin-top: 8px;
}
.navbar-middle_utility .btn-group .active {
  background-color: #EBEBEB;
}
.navbar-middle_utility .radio,
.navbar-middle_utility .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-middle_utility .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar-middle_utility .dropdown-menu .notify-arrow {
  left: auto;
  right: 17px;
}
.navbar-middle_utility-left .list-inline {
  margin: 7px 0 0 10px;
}
.nav-tabs {
  border-radius: 3px;
  border: 0;
  margin-bottom: 14px;
}
.nav-tabs > li {
  padding: 0;
  margin-right: 1px;
}
.nav-tabs > li > a {
  display: block;
  padding: 11px 18px 12px!important;
  border-radius: 0;
  margin: 0;
  font-size: 13px;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  border: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.nav-tabs > li > a:hover {
  background-color: #fff;
  color: #1b3282;
}
.nav-tabs > li > a .fa {
  margin-right: 4px;
}
.nav-tabs > li:first-child {
  border: 0;
}
.nav-tabs > li:first-child > a {
  border-radius: 2px 0 0 0!important;
}
.nav-tabs > li.active a,
.nav-tabs > li.hover a,
.nav-tabs > li.focus a {
  border: 0!important;
  border-radius: 0;
  background-color: #fff;
  color: #1b3282;
  margin: 0;
}
.nav-tabs > li.active a:hover,
.nav-tabs > li.hover a:hover,
.nav-tabs > li.focus a:hover {
  border: 0;
  border-radius: 0;
  background-color: #fff;
  color: #1b3282;
  margin: 0;
}
.nav-tabs-sm > li > a {
  padding: 11px 18px 12px!important;
  height: 40px;
}
.navbar-form {
  margin: 0;
  padding: 0;
}
.navbar-form li > a {
  border-left: 1px solid #D5D5D5;
  padding: 12px 12px;
  color: #7A7A7A;
}
.navbar-form li > a:hover {
  background: none;
  color: #3A4895;
}
.navbar-form li > a .fa {
  margin-right: 4px;
}
.navbar-form li.active a {
  color: #fff;
  background: #1b3282;
  cursor: default;
}
.navbar-form li:first-child > a {
  border: 0;
  margin-left: -1px;
  border-radius: 4px 0 0 0!important;
}
.navbar-top_utility-right .dropdown-menu {
  left: auto!important;
  right: 0;
  font-size: 13px;
  padding: 3px 0;
}
.navbar-top_utility-right .dropdown-menu .divider {
  margin: 5px 0;
}
.navbar-top_utility-right .dropdown-menu > li > a {
  padding: 3px 14px;
}
.navbar-top_utility-right {
  float: right;
  margin: 0;
}
.navbar-top_utility-right .dropdown {
  margin: 3px 6px;
}
.navbar-top_utility-right .icon-cog {
  margin-left: 3px;
}
.navbar_item:first-child {
  border: 0;
}
.navbar_item a:hover {
  color: #fff;
}
.navbar-middle_title .fa {
  border-radius: 100%;
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border: 1px solid #B1B1B1;
  line-height: 1.8;
  margin-top: -7px;
  margin-right: 2px;
}
.navbar-top_utility {
  padding: 0;
  float: left;
}
.navbar-top_utility .navbar_item a {
  float: none;
}
.navbar-top_utility .navbar_item.site-url {
  width: 81px;
  text-align: center;
}
.navbar-top_utility .navbar_item.site-url a {
  letter-spacing: 2px;
}
.navbar-top_utility .navbar_item:first-child {
  padding: 9px 9px;
}
.navbar_item a {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.dropdown-menu.extended.user-dropdown {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: url('../img/noise-blue-shadow.png') right 0 repeat-y, url('../img/noise-blue.png');
  margin: 4px 0 0;
  right: 0;
  border-radius: 0;
  position: fixed;
  height: 100%;
  bottom: 0;
  padding-top: 0;
  border-left: 1px solid #C4C8DB!important;
  width: 170px!important;
}
.nav-tabs-right {
  float: right!important;
  margin-right: 0!important;
}
.nav-tabs-right a {
  background: #DEE4F2;
  border-radius: 0 4px 0 0!important;
  color: #1b3282!important;
}
.branding--admin {
  margin-bottom: 40px;
  font-size: 20px;
  text-align: center;
}
.branding--admin img {
  display: inline-block;
}
.branding-subtitle {
  display: block;
  color: #b8b8b8;
}
.table {
  color: #8F8F8F;
  border-radius: 2px;
}
.table th {
  font-weight: normal;
  color: #585858;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.table th,
.table td {
  padding: 9px 14px!important;
}
.table .is-sortable .fa-sort {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.table .is-sortable .fa-sort-up {
  display: none;
  top: 4px;
}
.table .is-sortable.desc .fa-sort-down {
  display: inline;
}
.table .is-sortable.desc .fa-sort-up {
  display: none;
}
.table .is-sortable.asc .fa-sort-up {
  display: inline;
}
.table .is-sortable.asc .fa-sort-down {
  display: none;
}
.table .sort-wrap {
  position: relative;
}
.table-sm {
  font-size: 13px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #DDD;
}
.table-skin2 {
  margin-bottom: 0;
}
.table-skin2 thead {
  background: #F0F0F0!important;
}
.table-skin2 thead th {
  padding: 14px!important;
}
.table-skin2 tbody {
  font-size: 13px;
}
.table-skin2 tbody a {
  font-weight: 700;
}
.table-skin2 td {
  padding: 16px 14px!important;
}
.apointment-listing {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
}
.apointment-listing thead {
  background: #fbfbfb;
  font-size: 13px;
}
.apointment-listing thead tr th:first-child {
  padding-left: 22px!important;
}
.apointment-listing td,
.apointment-listing th {
  padding: 0 5px!important;
}
.apointment-listing tr td:first-child {
  padding-left: 22px!important;
}
.block_body table {
  background: #fff;
}
.table-list--table {
  margin-bottom: 0;
}
.table-list--no-results {
  background: #F0F0F0;
  font-size: 15px;
  padding: 16px;
  font-style: italic;
}
.table-blurred {
  opacity: 0.3;
}
.pagination {
  margin: 0 0 15px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li a [class^="icon-"],
.pagination ul > li span [class^="icon-"],
.pagination ul > li a [class*=" icon-"],
.pagination ul > li span [class*=" icon-"] {
  font-size: 10px;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
  text-decoration: none;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination-list {
  padding-left: 0;
}
.pagination-primary ul {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination-primary ul > li a,
.pagination-primary ul > li span {
  float: left;
  padding: 6px 20px 8px;
  line-height: 18px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #C6C6C6;
  border-left-width: 0;
}
.pagination-table ul > li {
  float: left;
  margin: 0 1px;
  border: 1px solid #DDD;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.pagination-table ul > li a {
  color: #797979;
  padding: 5px 16px;
  display: inline-block;
}
.pagination-table ul > li a .fa {
  font-size: 9px;
  position: relative;
  top: -1px;
}
.pagination-table ul > li.disable a {
  color: #C7C7C7;
}
.pagination-table ul > li:hover a,
.pagination-table ul > li.active a {
  color: #797979;
  background: #EEE;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-appearance: none;
}
input,
select[multiple],
textarea {
  border: 1px solid #CCC;
  padding: 2px 8px;
  border: solid 1px #BBB;
  border-radius: 3px;
}
.form-control {
  height: 28px;
  box-shadow: none;
  padding: 0 9px;
  font-size: 13px;
}
.field label {
  font-weight: bold;
}
label {
  font-weight: 600;
}
.form-horizontal.second .control-label {
  float: left;
  font-weight: 400;
  padding-top: 4px!important;
  margin-right: 9px;
}
.form-horizontal.second .form-group {
  display: inline-block;
  float: right;
  margin: 20px 0px 8px;
}
.form-horizontal.second .form-group:first-child {
  float: left;
}
.form-horizontal.second .input-control.date {
  float: left;
}
.upload-image {
  border-top: 1px solid #CCC;
  box-shadow: rgba(255, 255, 255, 0.49) 0 1px 0 inset;
  padding: 18px 2px 0;
}
.upload-image img {
  max-width: 100%;
}
.upload-image .btn {
  margin: 17px 1px 10px;
  padding: 6px 17px 7px;
}
.treatment-notes {
  padding: 10px 22px 22px;
}
.treatment-notes textarea {
  width: 100%;
  padding: 12px 15px;
  color: #636363;
  line-height: 1.7;
}
.field-l2 .field_group h3 {
  margin: 0;
  color: #444;
}
.field-l2 .field_group h4 {
  margin: 0;
}
.field-l2 .field_label {
  font-size: 12px;
  display: block;
  padding: 1px 0;
  margin-bottom: 4px;
}
.field-l2.sm {
  padding: 10px 13px 5px;
  margin-bottom: 0;
  border-bottom: 1px solid #E2E2E2;
}
.field-full textarea {
  width: 100%;
  padding: 12px 14px;
}
.field {
  margin: 9px 0;
  display: inline-block;
  width: 100%;
}
.main-container_head {
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.main-container_head .field_label {
  font-size: 12px;
  text-transform: uppercase;
}
.main-container_head .field {
  margin-bottom: 10px;
}
.main-container_head .daterange-inline {
  margin: 0;
  float: none!important;
}
.main-container_head .daterange-inline .input-append {
  float: none!important;
}
.main-container_head .daterange-inline .input-append input {
  width: 100%;
  float: none;
}
.daterange-full {
  margin: 0;
  float: none!important;
}
.daterange-full .input-append {
  float: none!important;
}
.daterange-full .input-append input {
  width: 100%;
  float: none;
}
select[multiple] {
  height: 110px;
}
.sm-cbr {
  margin: 0;
  height: 13px;
}
.select-full select,
.select-full .select2.selectBox-dropdown {
  width: 100%!important;
}
.form-error {
  display: block;
  margin-top: 15px;
  padding-top: 15px;
  padding: 10px;
  border-radius: 4px;
  background: #ee6464;
  font-size: 12px;
  color: #fff;
}
.form-error .icon-warning-sign {
  margin-right: 10px;
}
.form-group-md {
  margin-bottom: 22px;
}
.form-group-md .form-control,
.form-group-md .select2-container .select2-choice,
.form-group-md .select2-container-multi .select2-choices {
  min-height: 46px;
  padding: 8px 12px;
}
.form-group-md .select2-container-multi .select2-choices {
  padding: 8px 5px;
}
.form-group-md .select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 6px;
  top: 7px;
  background-clip: padding-box;
}
.form-group-input-justify:before,
.form-group-input-justify:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-group-input-justify:after {
  clear: both;
}
.form-group-input-justify-l {
  display: block;
  width: 50%;
  float: left;
}
.form-group-input-justify-l:first-child .form-control {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.form-group-input-justify-l:last-child .form-control {
  border-radius: 0 4px 4px 0;
}
.form-group--pretty {
  position: relative;
}
.form-group--pretty .fa {
  position: absolute;
  top: 12px;
  left: 12px;
}
.form-group--pretty .fa-lock {
  font-size: 18px;
}
.form-control--pretty {
  height: 40px;
  padding: 12px 16px 12px 34px;
}
#modalCalendar .modal-header {
  text-align: center;
}
#modalCalendar .modal-title {
  text-transform: uppercase;
  color: #707087;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 1;
  margin: 18px 0 0;
}
#modalCalendar #modalCalendarTitle {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 4px;
}
#modalCalendar #modalCalendarTitle:after,
#modalCalendar #modalCalendarTitle:before {
  content: ' - ';
}
#modalCalendar .fa.fa-clock-o.fa-spin {
  font-size: 28px;
  background: #fff;
  padding: 8px;
  border-radius: 100%;
}
#modalCalendar .modal-body {
  padding: 33px 50px;
}
#modalCalendar .modal-footer {
  padding: 13px 50px 16px;
  margin: 0;
  text-align: center;
  background: #EEE;
  border-radius: 0 0 8px 8px;
}
#modalCalendar .modal-footer .form-group-md {
  margin-bottom: 0;
}
#modalCalendar .form-group label {
  text-transform: uppercase;
}
.btn {
  padding: 3px 12px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
}
@include transition-duration(0.3s);
.btn [class^="icon"] {
  margin-right: 5px;
}
.btn-primary:hover {
  background: #1f2a67;
}
.btn-border {
  background: #fff;
  border: 1px solid #CACACA;
  border-radius: 4px;
  color: #565656!important;
}
.btn-border:hover {
  color: #555!important;
  border: 1px solid #AFAFAF;
}
.btn-green {
  background: #019f8a;
  color: #fff;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.btn-green:hover {
  background: #008b79;
  color: #fff;
  text-decoration: none;
}
.btn-edit {
  padding: 5px 8px;
  font-size: 12px;
  margin-top: 6px;
}
.btn-login {
  background: #6799c4;
  border-color: #6799c4;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-login:hover {
  background: #4578a5;
  border-color: #4578a5;
}
.btn--block {
  padding: 12px 16px;
}
.btn--block {
  display: block;
  width: 100%;
}
.btn-md {
  width: 150px;
}
.btn-lg {
  padding: 15px 16px;
  text-transform: uppercase;
  line-height: 1.33!important;
  letter-spacing: 1px;
}
.btn-group-justified .btn {
  display: inline-block;
  width: 49%!important;
  float: left;
  border-radius: 4px!important;
}
.btn-group-justified .btn + .btn {
  float: right;
}
.btn-group-justified .btn + .btn,
.btn-group-justified .btn + .btn-group,
.btn-group-justified .btn-group + .btn,
.btn-group-justified .btn-group + .btn-group {
  margin-left: -1px;
  border-left: 0;
}
.copyright {
  margin: 26px 0;
  font-size: 12px;
  text-align: center;
  font-weight: 100;
  letter-spacing: 1px;
}
.client-status {
  margin: 0;
  font-size: 13px;
  color: #969696;
  height: 28px;
}
.client-status .title {
  float: left;
  font-weight: 400;
  font-size: 11px;
  margin: 2px 13px 0 0!important;
  text-transform: uppercase;
  display: block;
}
.client-status_item {
  margin: 2px 0 0;
  padding: 0 7px!important;
  min-width: 42px;
}
.client-status_item .radio,
.client-status_item .checkbox {
  padding-left: 0!important;
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.client-status_item .prettycheckbox a,
.client-status_item .prettyradio a {
  width: 16px;
  height: 16px;
}
.search-form {
  background: #FFF;
  margin: -15px 0 10px;
}
.search-form .field {
  margin: 0 0 12px;
}
.search-form label {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.search-form_inner {
  padding: 13px 0 10px;
  position: relative;
  border-bottom: 1px solid #C4C8DB;
}
/*
 * Login
 */
.login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -255px 0 0 -200px;
  z-index: 9999;
  max-width: 400px;
  -webkit-animation-iteration-count: 1;
  width: 90%;
}
.login-box_content {
  background: #fff;
  padding: 23px;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
#map_canvas {
  border: 5px solid #DBDBE6!important;
}
.cbox-left {
  float: left;
  width: 50%;
  background: #eaedf9;
  border-right: 1px solid #C1C8DD;
  min-height: 514px;
}
.cbox-left .panel {
  border: 0;
}
.cbox-left .nav-tabs > li:first-child > a {
  border-radius: 0!important;
}
.cbox-left .nav-tabs > li:last-child > a {
  border-radius: 0!important;
}
.cbox-right {
  float: right;
  width: 50%;
  padding: 10px;
}
.cbox-right:before,
.cbox-right:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cbox-right:after {
  clear: both;
}
.cbox-right .panel {
  border: 1px solid #C1C8DD;
  background: #eaedf9;
}
.cbox {
  overflow: hidden;
  border: 1px solid #c1c8dd;
  border-radius: 6px;
  margin-bottom: 28px;
}
.cbox:before,
.cbox:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cbox:after {
  clear: both;
}
.cbox .form-group {
  margin-bottom: 8px;
}
.cbox .form-control {
  border-color: #BDC4E4;
}
.cbox label {
  margin-bottom: 4px;
  color: #515C8D;
}
.cbox-inline-field h1 {
  margin: 0;
  display: block;
  position: relative;
  top: 5px;
}
.panel-heading-inline {
  margin: 5px 0 0;
  padding: 0!important;
  border-bottom: 1px solid #eee;
}
.panel-action-left {
  width: 550px;
  padding: 0;
}
.panel-action-left li {
  width: 49%;
}
.panel-action-left label {
  float: right;
  margin: 5px 0 0;
}
.panel-action-left .col-xs-3 {
  padding-right: 0;
}
.panel-action-left .pane-content-inner {
  min-height: 511px;
}
.panel-profile {
  border: 1px solid #DFDFDF;
}
.panel-profile:before,
.panel-profile:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-profile:after {
  clear: both;
}
.panel-user-detail-footer {
  border-top: 1px solid #DFDFDF;
  padding-left: 16px;
  padding-right: 17px;
}
.panel-user-detail-footer .select2-container {
  height: auto!important;
}
.panel-user-detail-footer .select2-container .select2-choice {
  height: 49px;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 13px;
  margin: 4px 0 0;
}
.panel-user-detail-footer .select2-container .select2-choice .select2-arrow {
  top: 8px;
  margin-right: 5px;
}
.panel-user-detail-footer .field {
  margin: 16px 0 0;
}
.select2 {
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 4px;
  height: 28px;
  padding: 0 10px;
  color: #5C5C5C;
}
#calendar {
  position: relative;
  z-index: 0;
}
.fc-content {
  background: #fff;
}
.fc-event-inner {
  padding: 4px 8px 4px 8px;
  position: relative;
}
.fc-grid .fc-event-time {
  display: block;
  border-bottom: 1px solid rgba(238, 238, 238, 0.57);
  padding-bottom: 5px;
  margin-bottom: 3px;
}
.fc-event-title br:first-child {
  display: none;
}
.fc-event-time,
.fc-event-title {
  font-weight: 400;
}
.fc-state-default {
  background-color: #fff!important;
}
.fc-state-down,
.fc-state-active {
  background-color: #E4E4E4!important;
}
.fc-grid .fc-day-number {
  font-size: 11px;
  margin: 1px 2px;
}
.prettycheckbox,
.prettyradio {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.prettyradio {
  margin: 0 2px -4px 0;
}
.prettyradio a {
  width: 18px;
  height: 18px;
  background: #F7F7F7;
  display: block;
  float: left;
  cursor: pointer;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 100%;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.prettyradio a:focus {
  outline: 0 none;
}
.prettyradio a.checked {
  background: #009f8b;
  box-shadow: #FFF 0 0 0 2px inset;
}
.prettyradio.blue a.checked {
  background: #14b9f1;
}
.prettyradio.violet a.checked {
  background: #1b3282;
}
.prettyradio.gray a.checked {
  background: #999999;
}
.prettyradio.disabled label,
.prettyradio.disabled a {
  cursor: not-allowed;
}
.prettyradio label {
  display: block;
  float: left;
  margin: 0 -6px -4px 7px;
  cursor: pointer;
}
.prettyCheckbox {
  position: relative;
}
.prettyCheckbox label {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #CACACA;
  background: #fff;
  margin: 2px 0 0 0;
}
.prettyCheckbox label span {
  position: absolute;
  left: 24px;
  width: 100px;
  top: -3px;
}
.prettyCheckbox label:after {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 6px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 3px solid #276d91;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.prettyCheckbox input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
}
.prettyCheckbox input[type=checkbox]:checked + label:after {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.table tbody a {
  font-weight: bold;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  vertical-align: middle;
}
.dataTables_info {
  margin: 8px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
}
.panel {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.panel .table {
  background: #FCFCFD;
  border-radius: 0;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.panel-heading {
  padding: 10px 0;
}
.panel-heading .list-inline {
  margin: 2px 0;
  float: left;
}
.panel-heading .list-inline:before,
.panel-heading .list-inline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-heading .list-inline:after {
  clear: both;
}
.panel-heading .list-inline > li {
  float: left;
}
.panel-heading .list-inline > li:first-child {
  padding-left: 0;
}
.panel-heading .list-inline.pull-right > li:last-child {
  padding-right: 0;
}
.panel-footer {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0);
}
.panel-heading-gray {
  border-bottom: 2px solid #ABB5C6;
  background: #CED3DC;
}
.panel-heading-gray {
  border-bottom: 2px solid #ABB5C6;
  background: #CED3DC;
}
.panel-heading-blue {
  background: #1cc4f5;
}
.panel-heading-blue .list-inline h1 {
  color: #fff!important;
}
.panel-heading-blue .chosen-container-single .chosen-single,
.panel-heading-blue .btn-border {
  background: #fff;
  border: 1px solid #20BCE9!important;
}
.panel-heading-sm {
  height: 40px;
}
.panel-l2 {
  position: relative;
  border: 0;
}
.panel-l2 .panel-title {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 34px;
}
.panel-l2 h3 {
  margin: 0;
}
.panel-l2 .panel-body {
  padding: 0;
}
.panel-l2 .panel-heading .list-inline h1 {
  position: relative;
  top: 6px;
  text-transform: uppercase;
  color: #1b3282;
}
.panel-l2 .pane-content {
  position: relative;
  overflow: hidden;
}
.panel-l2 .pane-content-inner {
  height: 372px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  margin-bottom: 33px;
}
.panel-l2 .pannel-footer {
  position: absolute;
  bottom: 0;
  display: block!important;
  padding: 8px;
  background: #CED3DC;
  left: 0;
  right: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.11);
}
.panel-l2 .nav-tabs {
  margin-bottom: 0;
  padding: 0 0;
}
.panel-l2 .tab-content {
  position: relative;
  min-height: 100vh;
}
.panel-l2 .navbar-nav > li > a {
  padding-top: 8px!important;
  padding-bottom: 8px!important;
}
.panel-l2 .radio,
.panel-l2 .checkbox {
  margin: 6px 0 0!important;
}
.panel-l2 h1 {
  margin: 0;
}
.panel-l2 p {
  margin: 0;
}
.panel-l3 {
  border: 1px solid #DFDFDF;
}
.panel-l3 .panel-heading {
  padding: 14px 12px;
  border-bottom: 1px solid #DFDFDF;
}
.panel-l4 {
  border: 1px solid #C1C8DD;
  background: #EAEDF9;
}
.panel-sm .panel-heading {
  padding: 4px 8px;
}
.panel-sm .panel-heading .fa {
  font-size: 20px;
  color: #0F566F;
  line-height: 1;
  display: block;
  position: relative;
  top: 3px;
}
.panel-sm .selectBox-dropdown .selectBox-label {
  padding: 7px 10px 4px;
}
.list-icons a {
  cursor: move;
}
.list-group-l2 {
  margin-bottom: 0;
}
.list-group-l2 label {
  margin: 5px 0 0;
}
.list-group-l2 .list-group-item {
  border: 0;
  border-top: 1px solid #E3E3E3;
  border-radius: 0!important;
  padding: 6px 12px;
  height: 44px;
}
.list-group-l2 .list-group-item:first-child {
  border: 0;
}
.list-group-l2 .list-group-item .form-control {
  border-color: #CDCDCD;
  box-shadow: none;
  height: 30px;
}
.list-group-l3 .list-group-item {
  border-left: 0!important;
  border-right: 0!important;
  border-radius: 0!important;
}
.list-group-l3 .list-group-item:first-child {
  border-top: 0;
}
.tab-bg-dark-navy-blue {
  background: #d5daec!important;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: none;
  border: 0!important;
}
.tab-bg-dark-navy-blue .nav-tabs > li > a {
  display: block;
  color: #1b3282;
  padding: 11px 18px 12px!important;
}
.tab-bg-dark-navy-blue .nav-tabs > li.focus a,
.tab-bg-dark-navy-blue .nav-tabs > li.active a,
.tab-bg-dark-navy-blue .nav-tabs > li.hover a {
  background: #EAEDF9;
}
.tab-bg-dark-blue {
  background: #d5daec!important;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: none;
  border: 0!important;
  margin: 10px 0;
  background: #1b3282 !important;
  border-radius: 5px;
}
.tab-bg-dark-blue .nav-tabs > li > a {
  display: block;
  color: #1b3282;
  padding: 11px 18px 12px!important;
}
.tab-bg-dark-blue .nav-tabs > li.focus a,
.tab-bg-dark-blue .nav-tabs > li.active a,
.tab-bg-dark-blue .nav-tabs > li.hover a {
  background: #EAEDF9;
}
.tab-bg-dark-blue .nav-tabs > li > a {
  display: block;
  color: #fff;
  padding: 13px 9px 15px!important;
}
@media (min-width: 992px) {
  .tab-bg-dark-blue .nav-tabs > li > a {
    padding: 13px 16px 15px!important;
  }
}
.tab-bg-dark-blue .nav-tabs > li > a:hover {
  background: transparent;
}
.tab-bg-dark-blue .nav-tabs > li:first-child a {
  border-radius: 4px 0 0 4px!important;
}
.tab-bg-dark-blue .nav-tabs > li.active a {
  background: #EAEDF9;
  color: #1b3282;
}
.pane-content-inner {
  background: #EAEDF9;
}
#ajaxAdReferral {
  margin-bottom: 10px!important;
}
#ajaxAdReferral #diagnosis {
  height: 374px;
  overflow-x: hidden;
  margin-bottom: 10px;
}
.label-searchresult {
  margin-bottom: 10px;
  display: inline-block;
}
.list-group-item-title {
  margin: 5px 0 4px;
  display: block;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 750px;
  }
}
.modal-content {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border: 0!important;
  border-radius: 4px!important;
}
.panel-heading-inline .panel-title {
  float: left;
}
.panel-heading-inline .panel-action {
  list-style: none;
}
.panel-heading-inline .panel-action-left {
  float: left;
}
.panel-heading-inline .panel-action-right {
  float: right;
}
.panel-heading-inline .panel-action li {
  display: inline-block;
}
.box-date {
  padding: 7px 10px 8px;
  background: #DDD;
  border-radius: 3px;
  display: block;
  float: right;
  width: 46.8%;
  box-sizing: border-box;
  border: 1px solid #CECECE;
  text-shadow: #FFF 0 1px 0;
}
.box-date:first-child {
  float: left;
}
.box-date_label {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  color: #9E9E9E;
}
.box-date_time {
  font-size: 16px;
  color: #707070;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.block_title .client-status li {
  margin: 0;
}
.icon-list-ul {
  font-size: 23px;
}
.icon-list {
  font-size: 23px;
}
.user-cal-appointment.label {
  display: block;
  text-align: left;
  padding: 0;
  margin: 3px 0 0;
}
.user-cal-appointment.label input {
  margin: 0 7px 0 0;
  float: left;
  height: 13px;
  text-align: left;
}
.panel-user {
  background: #AEC785;
  color: #FFF;
  text-align: center;
  padding: 19px 0;
  border-radius: 3px 0 0 3px;
  float: left;
  width: 255px;
  margin-right: -225px;
}
.panel-user img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 4px solid # ;
  display: block;
  margin: auto;
}
.panel-user-footer {
  text-transform: uppercase;
}
.panel-user-title {
  font-size: 24px;
  margin: 20px 0 6px;
}
.panel-user-detail {
  padding-left: 19.6em;
}
.panel-user-detail .btn {
  margin: 24px 0;
}
.panel-user-detail h3,
.panel-user-detail .h3 {
  font-size: 22px;
}
.panel-user-detail h3 small,
.panel-user-detail .h3 small {
  font-size: 10px;
  display: block;
  line-height: 1.4;
  text-transform: uppercase;
}
.panel-user-detail .list-inline {
  margin: 1px 0 11px 15px;
}
.panel-user-detail .list-inline li {
  padding-left: 15px;
  padding-right: 15px;
}
.panel-user-detail .list-inline li:first-child {
  padding-left: 0;
}
.list-inline .radio,
.list-inline .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.has-error .alert {
  list-style: none;
  padding: 4px 6px;
  border-radius: 0 0 4px 4px;
}
.has-error .select2-choice,
.has-error .select2-choices,
.has-error .form-control {
  border-radius: 4px 4px 0 0!important;
  border: 1px solid #e6c1c7 !important;
  border-bottom: 0!important;
}
.alert-dismissable .modal-body {
  padding: 0!important;
}
.panel-prfhide-editor-toolbar ul.wysihtml5-toolbar {
  display: none;
}
.wysihtml5-sandbox {
  padding: 10px 10px!important;
}
.panel-heading-border-actions {
  border-bottom: 1px solid #C1C8DD;
  padding: 9px 14px!important;
}
.panel-heading-border-actions .panel-title {
  margin-top: 5px;
}
.panel-l3.panel-l4 .panel-heading {
  border-bottom: 1px solid #C1C8DD;
}
.panel-l3.panel-l4 .list-group-item {
  background-color: transparent;
}
.list-inline.list-icons {
  background: #E0E4EE;
  padding: 6px 3px;
  margin: 6px 0;
  border-radius: 4px;
  box-shadow: #fff 0 1px 0;
  border: 1px solid rgba(19, 9, 9, 0.09);
}
.modal-success {
  text-align: center;
}
.modal-success .modal-title {
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 10px;
  color: #5D8F31;
}
.modal-success .modal-content {
  padding: 18px 0 24px;
}
.modal-success .modal-msg {
  margin-bottom: 16px;
}
.modal-success .modal-dialog {
  width: 500px!important;
}
.modal-success .fa-check {
  font-size: 34px;
  color: #5D8F31;
}
.import-csv {
  margin-top: 0;
  padding-bottom: 6px;
}
input[type=file] {
  padding: 3px;
}
#modalCalendarForm .btn-actions .btn {
  width: 100%;
}