@import "../plugins/select2/select2.min.css";
@import "../plugins/iCheck/flat/red.css";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600);
.main-header .navbar {
  background-color: white;
}
.main-header .navbar .nav > li > a {
  color: black;
}
.main-header .navbar .nav > li > a:hover,
.main-header .navbar .nav > li > a:active,
.main-header .navbar .nav > li > a:focus,
.main-header .navbar .nav .open > a,
.main-header .navbar .nav .open > a:hover,
.main-header .navbar .nav .open > a:focus,
.main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.main-header .navbar .sidebar-toggle:hover,
.main-header .navbar .sidebar-toggle:focus {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.main-header .navbar .sidebar-toggle {
  color: #fff;
}
.main-header .navbar .sidebar-toggle:hover,
.main-header .navbar .sidebar-toggle:focus {
  background-color: #d73925;
}
@media (max-width: 767px) {
  .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .main-header .navbar .dropdown-menu li a:hover,
  .main-header .navbar .dropdown-menu li a:focus {
    background: #d73925;
  }
}
.main-header .logo {
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.main-header li.user-header {
  background-color: #ca4242;
}
.content-header {
  background: transparent;
  padding-top: 0;
}
.wrapper,
.main-sidebar,
.left-side {
  background-color: #ca4242;
}
.content-wrapper,
.main-footer {
  border-left: 1px solid #d2d6de;
}
.user-panel > .info,
.user-panel > .info > a {
  color: #fff;
}
.sidebar-menu > li {
  -webkit-transition: border-left-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease;
  transition: border-left-color 0.3s ease;
}
.sidebar-menu > li.header {
  color: #fff;
  background: #ca4242;
}
.sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: 600;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a,
.sidebar-menu > li.focus > a {
  color: #fff;
  background: #ab3636;
}
.sidebar-menu > li.active {
  border-left-color: #ca4242;
}
.sidebar-menu > li.active > a {
  font-weight: 600;
}
.sidebar-menu > li > .treeview-menu {
  background: #ab3636;
}
.sidebar a {
  color: #fff;
}
.sidebar a:hover,
.sidebar a:focus {
  text-decoration: none;
}
.sidebar a:focus {
  color: white;
}
.treeview-menu > li.active > a,
.treeview-menu > li > a:hover,
.treeview-menu > li > a:focus {
  color: #000000;
}
.treeview-menu > li.active > a {
  font-weight: 600;
}
.sidebar-form {
  border-radius: 3px;
  border: 1px solid #d2d6de;
  margin: 10px 10px;
}
.sidebar-form input[type="text"],
.sidebar-form .btn {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid transparent;
  height: 35px;
}
.sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.sidebar-form input[type="text"]:focus,
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.sidebar-form .btn-flat {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    border-left: 1px solid #d2d6de;
  }
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.transition {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.text-shadow {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.center-aligned {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vertical-aligned {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
hr.space {
  background: transparent;
  border: 0;
  margin: 0;
  height: 30px;
}
hr.sm-space {
  border: 0;
  margin: 0;
  height: 15px;
  background: transparent;
}
hr.lg-space {
  border: 0;
  margin: 0;
  height: 60px;
  background: transparent;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
body {
  color: black;
}
a {
  color: inherit;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover,
a:active,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
  color: #ab3636;
}
ul,
ol {
  padding-left: 15px;
}
.link-nohover:hover,
.link-nohover:active,
.link-nohover:focus {
  color: inherit;
}
a.highlight-link {
  color: #ca4242;
}
.table {
  /*font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;*/
}
.login-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  /* background-image: url(../img/bg.jpg); */
 /* background-image: url(../img/bg2017.png);*/
  background-image: url(../img/grey-background.jpg);
  padding-bottom: 100px;
}
@media (max-height: 1000px) {
  .login-page {
    position: relative;
  }
}
@media (max-width: 767px) {
  .login-page {
    padding-bottom: 0;
  }
}
.login-box {
  width: 400px;
  max-width: 100%;
}
.login-box.register {
  width: 700px;
}
.login-box .login-box-body {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 15px;
}
.login-box .login-box-msg {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
}
.login-box #back-portal {
  margin-top: 10px;
  display: block;
}
.login-box #back-portal:hover,
.login-box #back-portal:active,
.login-box #back-portal:focus {
  color: inherit;
}
.login-box, .register-box {
  margin: 10vh auto 0px;
}
form .form-desc {
  /*font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;*/
  font-size: 14px;
}
form .form-control {
  color: black;
  background-color: transparent;
  /*font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;*/
  font-size: 13px;
  /*&[type="text"],
    &[type="password"],
    &[type="email"],
    &[type="tel"],
    &[type="date"],
    &[type="url"]{
      border-width: 0 0 1px 0;
      padding: 0;
    }*/
}
form .form-control:focus {
  border-color: black;
}
form .form-group {
  margin-bottom: 20px;
  position: relative;
}
form label {
  color: #000;
  font-weight: 400;
  padding-right: 30px;
  position: relative;
  font-size: 14px;
}
form label .mandatory {
  color: #ef5151;
  position: absolute;
  left: -10px;
  font-size: 16px;
}
form .form-control-static {
  /*font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;*/
  font-weight: 400;
  font-size: 13px;
}
form .help-block {
  font-size: 12px;
}
form .input-guide {
  cursor: pointer;
  vertical-align: bottom;
  position: absolute;
  top: -5px;
  right: 0;
}
form .input-guide i {
  color: #ca4242;
  font-size: 22px;
}
form .popover {
  min-width: 300px;
  max-width: 100%;
}
/*form .input-group .input-group-addon {
  border-width: 0 0 1px 0;
}*/
form .form-horizontal .control-label {
  text-align: left;
}
.btn-action {
  margin-right: 10px;
}
.app-photo {
  text-align: center;
}
.app-photo .photo-holder img {
  max-width: 100%;
}
.app-photo .form-group label {
  padding-right: 0;
  font-size: 12px;
  position: relative;
}
.app-photo .form-group .input-guide {
  right: -20px;
}
.app-photo .form-group .btn {
  display: block;
  margin: 4px auto 0;
}
.input-guide-modal {
  font-size: 15px;
  font-weight: normal;
  /*font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;*/
}
.input-guide-modal .modal-body {
  padding-top: 30px !important;
}
.input-guide-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.top-action {
  text-align: right;
}
.select2 {
  max-width: 100%;
  width: auto;
  min-width: 80%;
  display: block;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 34px;
  border-color: #d2d2d2;
}
.selection,
.select2-results {
  /*font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;*/
  font-weight: 400;
  font-size: 13px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ca4242;
}
.radio,
.checkbox {
  margin-top: 0;
}
.radio label,
.checkbox label {
  padding-left: 0;
  margin-bottom: 10px;
  /*font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;*/
  text-transform: none;
  font-size: 13px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.btn,
.dt-button {
  font-size: 14px;
  border-radius: 0;
  padding: 8px 15px;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-s {
  padding: 1px 3px;
  font-size: 12px;
}
.btn-s.btn-action {
  margin-right: 0;
}
.btn-xs {
  padding: 1px 3px;
  font-size: 10px;
}
.btn-xs.btn-action {
  margin-right: 0;
}
.btn.btn-lg,
.dt-button.btn-lg {
  font-size: 18px;
  padding: 8px 50px;
}
.btn.btn-sm,
.dt-button.btn-sm {
  padding: 6px 16px;
}
.btn:hover,
.dt-button:hover,
.btn:focus,
.dt-button:focus,
.btn.focus,
.dt-button.focus {
  outline: 0;
}
.btn:active,
.dt-button:active,
.btn.active,
.dt-button.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.dt-button.disabled,
.btn[disabled],
.dt-button[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .dt-button {
  opacity: 0.65;
}
.btn.btn-primary,
.dt-button.btn-primary {
  background-color: #ef5151;
}
.btn.btn-primary:hover,
.dt-button.btn-primary:hover,
.btn.btn-primary:focus,
.dt-button.btn-primary:focus,
.btn.btn-primary.focus,
.dt-button.btn-primary.focus {
  border-color: #ca4242;
  background-color: #ca4242;
}
.btn.btn-default,
.dt-button.btn-default {
  color: #fff;
  background-color: #b1b1b1;
}
.btn.btn-default:hover,
.dt-button.btn-default:hover,
.btn.btn-default:focus,
.dt-button.btn-default:focus,
.btn.btn-default.focus,
.dt-button.btn-default.focus {
  border-color: #ccc;
  background-color: #ccc;
}
.full-footer {
  background: #ca4242;
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .full-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
  }
}
.full-footer ul {
  margin-top: 10px;
}
.full-footer ul li {
  border-right: 1px solid #fff;
}
.full-footer ul li:last-child {
  border-right: 0;
}
.full-footer ul li a:hover,
.full-footer ul li a:active,
.full-footer ul li a:focus {
  color: inherit;
}
@media (max-width: 767px) {
  .full-footer ul li {
    display: block;
    border-right: 0;
    margin-bottom: 5px;
  }
}
.main-header {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.main-header .navbar {
  min-height: 60px;
}
.main-header .logo {
  height: 60px;
}
.main-header .logo img {
  margin: 10px 0;
  max-height: 40px;
}
.main-header .date-time {
  margin-left: 15px;
  margin-top: 20px;
  color: #696969;
}
@media (max-width: 767px) {
  .main-header .date-time {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header .sidebar-form {
    display: none;
  }
}
.main-header .header-search-wrapper {
  width: 300px;
  float: right;
  position: relative;
}
.main-header .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar-toggle {
  float: left;
  background-color: #ca4242;
  background-image: none;
  padding: 15px 10px;
  font-family: fontAwesome;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 9;
  color: #fff !important;
}
@media (max-width: 767px) {
  .sidebar-toggle {
    padding: 15px 10px;
    right: -30px;
  }
  .sidebar-toggle.desktop {
    display: none;
  }
  .sidebar-toggle.mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  .sidebar-toggle.mobile {
    display: none;
  }
}
.sidebar-toggle:before {
  content: "\f0c9";
}
.sidebar-toggle:hover,
.sidebar-toggle:focus {
  color: #fff;
}
.sidebar-toggle .icon-bar {
  display: none;
}
.content-wrapper {
  background: #f1f3f5;
  background: -moz-linear-gradient(top, #f1f3f5 0%, #e4dcdc 100%);
  background: -webkit-linear-gradient(top, #f1f3f5 0%, #e4dcdc 100%);
  background: linear-gradient(to bottom, #f1f3f5 0%, #e4dcdc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f3f5', endColorstr='#e4dcdc', GradientType=0);
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 60px;
  }
}
.sidebar-form {
  border: 0;
}
.sidebar-form .btn-flat {
  color: #ef5151;
  border: 0;
  padding: 7px 10px;
}
.sidebar-form .btn i {
  font-size: 18px;
}
.sidebar-form input[type="text"],
.sidebar-form .sidebar-form .btn {
  border: 0;
}
hr.colored {
  border-top: 1px solid #d2d2d2;
  margin: 0;
}
.main-sidebar {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .main-sidebar .sidebar-form {
    display: none;
  }
}
.main-sidebar hr {
  border-top: 2px solid #ab3636;
  margin: 0;
}
.main-sidebar .sidebar-menu {
  text-transform: uppercase;
  font-size: 13px;
}
.main-sidebar .sidebar-menu > li > a {
  font-weight: 400;
  padding: 8px 5px;
}
.main-sidebar .sidebar-menu .footer-link a {
  color: #401010;
  font-size: 12px;
}
.main-sidebar .sidebar-menu .header {
  color: #5a1919;
  font-size: 11px;
  padding: 8px 5px;
}
.main-sidebar .sidebar-menu .footer {
  margin-top: 30px;
}
.sidebar-menu .treeview-menu {
  padding-left: 0;
  border-bottom: 1px solid #ab3636;
}
.sidebar-menu li > .treeview-menu {
  background: transparent;
}
.sidebar-menu li > .treeview-menu a  {
  padding-left: 25px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span,
.sidebar-mini.sidebar-collapse .sidebar-menu > li:focus > a > span {
  padding: 10px 5px !important;
  top: -2px !important;
  border-radius: 0;
}
.page-header {
  font-size: 24px;
  color: #ca4242;
  border: 0;
  margin-bottom: 0;
}
.page-header .desc {
  color: black;
  display: block;
  font-size: 14px;
  padding-left: 0;
  margin-top: 10px;
  font-weight: 600;
}
.section-heading {
  color: #ca4242;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 20px;
}
.section-heading.small {
  font-size: 16px;
}
.table-container {
  background: #fff;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  /*.table-tab {
    display: none;
  }

  @media (max-width: 767px) {
    .table-tab {
      display: block;
    }
    .nav-tabs {
      display: none !important;
    }
  }*/
}
.table-container .nav-tabs > li {
  vertical-align: bottom;
}
.table-container .nav-tabs > li > a {
  border-radius: 0;
  border: 0;
  border-bottom: 6px solid #d2d2d2;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px 10px;
  white-space: nowrap;
  border-right: 2px solid #ccc;
}
.table-container .nav-tabs > li.active > a,
.table-container .nav-tabs > li.active > a:hover,
.table-container .nav-tabs > li.active > a:focus {
  color: #ca4242;
  border-width: 0 2px 6px 0;
  border-bottom-color: #ca4242;
}
.table-container .nav-tabs > li > a:hover,
.table-container .nav-tabs > li > a:focus {
  background: transparent;
}
.table-container .nav-tabs > li:last-child a {
  border-right: 0 !important;
}
.table-container .dataTables_filter {
  padding: 10px 5px 0;
}
.table-container .table > thead > tr > th {
  color: white;
  text-transform: uppercase;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  border-bottom: 2px solid #d2d2d2;
  background: #CA4242;
  vertical-align: top;
  text-align: center;
}
.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-color: #ccc;
}
.content-container {
  padding: 15px;
}
.top-form {
  border-bottom: 1px solid #d2d2d2;
}
.block-legend {
  width: 10px;
  height: 15px;
  margin-bottom: -3px;
  display: inline-block;
}
.block-legend.progressing {
  /*background-color: #2e8bff;*/
}
.block-legend.incomplete {
  background-color: #2e8bff;
}
.block-legend.completed {
  background-color: #4dc57b;
}
.block-legend.rejected {
  background-color: #d00d36;
}
.block-legend.cancelled {
  background-color: #b3b3b3;
}
.block-legend.expired {
  background-color: #ffab08;
}
.photo-holder {
  display: block;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  background: white;
  padding: 5px;
}
.photo-holder img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.table {
  text-align: left;
  width: 100% !important;
}
.table .photo .photo-holder {
  width: 70px;
  padding: 2px;
}
.table .applicant-info label {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.table tr.status-legend > td:first-child {
  border-left: 10px solid #d2d2d2;
}
.table tr.status-legend.progressing > td:first-child {
  border-left-color: #2e8bff;
}
.tab-status.incomplete .status-indicator::before {
  content: "\f044";
  color: #d00d36;
}
.table tr.status-legend.completed > td:first-child {
  border-left-color: #4dc57b;
}
.table tr.status-legend.rejected > td:first-child {
  border-left-color: #d00d36;
}
.table tr.status-legend.cancelled > td:first-child {
  border-left-color: #b3b3b3;
}
.table tr.status-legend.expired > td:first-child {
  border-left-color: #ffab08;
}
.table .input-guide {
  cursor: pointer;
  vertical-align: middle;
  position: static;
}
.table .input-guide i {
  color: #ca4242;
  font-size: 18px;
}
.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: 4px 8px;
}
.view-file-btn svg#view-file {
  width: 18px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.view-file-btn:hover #view-file,
.view-file-btn:focus #view-file {
  fill: #ca4242;
}
.tooltip {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  border-radius: 2px;
}
.pagination > li > a,
.pagination > li > span {
  border: 0 !important;
  color: black;
  font-weight: 600;
  background: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: transparent;
  color: #ca4242;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background: transparent;
  color: #d2d2d2;
}
.navtab-collapse {
  margin-bottom: 0;
}
.navtab-collapse .navbar-toggle {
  color: #ca4242;
}
.navtab-collapse .navbar-collapse {
  padding: 0;
}
.navtab-collapse .navbar-brand {
  font-size: 16px;
}
.navtab-collapse .navbar-header {
  background: #eee;
}
@media (min-width: 1200px) {
  .navtab-collapse .navbar-brand {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navtab-collapse .nav-tabs.nav-justified > li > a {
    text-align: left;
    border-bottom: 1px solid #d2d2d2 !important;
  }
}
.tab-status .status-indicator {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
}
.tab-status .status-indicator::before {
  color: #d2d2d2;
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 18px !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-status.blank .status-indicator::before {
  content: "\f10c";
}
.tab-status.pending .status-indicator::before {
  content: "\f252";
  color: #d00d36;
}
.tab-status.completed .status-indicator::before {
  content: "\f046";
  color: #4dc57b;
}
@media (min-width: 992px) {
  .form-field-col:not(.col-md-12) {
    border-left: 1px solid #d2d2d2;
  }
}
@media (min-width: 992px) {
  .top-form .form-field-col {
    border-left: 0;
  }
}
.form-desc-col {
  /*font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;*/
  font-size: 13px;
  padding-top: 10px;
  text-align: justify;
}
@media (max-width: 991px) {
  .form-desc-col {
    padding-bottom: 40px;
  }
}
.form-desc-col .section-heading {
  text-transform: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel {
  border-color: #eee;
  border-radius: 0 !important;
}
.panel .panel-heading {
  border-radius: 0 !important;
  background: #ca4242;
  cursor: pointer;
}
.panel .panel-title {
  color: white;
}
.panel .panel-title .label-primary {
  background-color: black !important;
  border-radius: 0;
}
.panel .panel-title a:hover,
.panel .panel-title a:focus {
  color: inherit;
}
.panel .panel-title i {
  float: right;
}
.panel .panel-heading.collapsed .panel-title i:before {
  content: "\f078";
}
@media (min-width: 768px) {
  .panel .panel-body {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .striped-form .form-field-col {
    background-color: #fff;
    padding-top: 10px;
  }
  .striped-form .form-field-col .form-group {
    margin-bottom: 10px;
  }
  .striped-form .form-field-col > .row {
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .striped-form .form-field-col > .row:nth-of-type(even) {
    background-color: #f7f7f7;
  }
}

.modal-body img {
  max-width: 100%;
}
.box-header {
  padding-right: 40px;
}
.box-body {
  /*font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;*/
}
.dl-announcements .read-more {
  color: #ca4242;
  display: block;
}
.dl-announcements dd {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .dl-announcements dt {
    width: 90px;
    text-align: left;
  }
  .dl-announcements dd {
    margin-left: 110px;
  }
}
.circle-icon-tab.nav-tabs li {
  vertical-align: top;
}
.circle-icon-tab.nav-tabs li > a {
  border-right: 0 !important;
  white-space: normal;
}
.circle-icon-tab.nav-tabs .completed .status-indicator {
  border-color: #4dc57b;
  color: #4dc57b;
}
.circle-icon-tab.nav-tabs .completed .status-indicator .status-label {
  background-color: #4dc57b;
}
.circle-icon-tab.nav-tabs .rejected .status-indicator {
  border-color: #d00d36;
  color: #d00d36;
}
.circle-icon-tab.nav-tabs .rejected .status-indicator .status-label {
  background-color: #d00d36;
}
.circle-icon-tab.nav-tabs .pending .status-indicator {
  border-color: #2e8bff;
  color: #2e8bff;
}
.circle-icon-tab.nav-tabs .pending .status-indicator .status-label {
  background-color: #2e8bff;
}
.circle-icon-tab.nav-tabs .blank .status-indicator {
  border-color: #b3b3b3;
  color: #b3b3b3;
}
.circle-icon-tab.nav-tabs .blank .status-indicator .status-label {
  background-color: #b3b3b3;
}
.circle-icon-tab.nav-tabs .status-indicator {
  display: block;
  border: 3px solid #d2d2d2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0 auto 10px;
  position: relative;
  color: #d2d2d2;
}
@media (min-width: 1200px) {
  .circle-icon-tab.nav-tabs .status-indicator::after {
    content: "\f105";
    position: absolute;
    right: -25px;
    top: 15px;
    color: #b3b3b3;
    font-family: fontAwesome;
    font-size: 20px;
    z-index: 9;
  }
}
.circle-icon-tab.nav-tabs > li:last-child .status-indicator::after {
  content:"";
}
.circle-icon-tab.nav-tabs .status-indicator .status-label {
  position: absolute;
  background: #d2d2d2;
  color: white;
  border-radius: 50%;
  padding: 4px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  right: 0;
  top: 0;
}
.circle-icon-tab.nav-tabs .status-indicator::before,
.circle-icon-tab.nav-tabs .status-indicator > img,
.circle-icon-tab.nav-tabs .status-indicator > i.fa:not(.status-label) {
  font-size: 24px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.circle-icon-tab.nav-tabs .status-indicator::before {
  content: '' !important;
}
@media (max-width: 1199px) {
  .circle-icon-tab.nav-tabs .status-indicator {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-width: 2px;
    margin-right: 15px;
  }
  .circle-icon-tab.nav-tabs .status-indicator::before,
  .circle-icon-tab.nav-tabs .status-indicator > img,
  .circle-icon-tab.nav-tabs .status-indicator > i.fa:not(.status-label) {
    font-size: 22px !important;
  }
  .circle-icon-tab.nav-tabs .status-indicator .status-label {
    font-size: 10px;
    right: -5px;
    top: -5px;
  }
}
@media (min-width: 992px) {
  .md-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  .sm-right {
    text-align: right;
  }
}

.lined-bottom {
  border-bottom: 1px solid #b3b3b3;
}

.with-info {
  position: relative;
}
.hover-info-box {
  background: #f4d2d2;
  border: 1px solid #ddaeae;
  font-size: 12px;
  width: 200px;
  padding: 10px;
  color: #000;
  text-align: left;
  white-space: normal;
  text-transform: none;
  position:absolute;
  top: 20px;
  left:0;
  z-index: 9;
  display: none;
}
.with-info:hover .hover-info-box {
  display: block;
}
.hover-info-box h3 {
  font-size: 14px;
  margin: 0 0 5px;
}
.hover-info-box p {
  margin: 0;
}

.expanded-searchbox {
  display: none;
}

@media (min-width: 768px) {
  .expanded-searchbox {
    padding: 10px;
    position: absolute;
    background: white;
    right: 10px;
    top: 100%;
    width: 280px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  }
}

.custom-icon {
  background: #666;
  background: #DF4E4E;
  border-radius: 100%;
  border: 6px solid #fff;
  box-shadow: 0 1px 10px #E19B9B;
  color: #fff;
  display: table-cell;
  font-size: 15px;
  height: 20px;
  padding: 10px;
  text-align: center;
  transition: .5s;
  vertical-align: middle;
  width: 10px;
  margin: 0 auto 20px;
}
.custom-icon:hover {
  background: #742323;
}
.fix-editor {
  display: none;
}
.icon-wrapper {
  display: inline-block;
}

.tbl_label{
	background-color: #F5F5F5;
	font-weight: bold;
}

.tbl_data{
	#font-weight: bold;
}

