@charset "UTF-8";
@import 'libs/font-awesome.min.css';
@import 'libs/nanoscroller.css';
@import 'libs/datepicker.css';
@import 'compiled/theme_styles.css';
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,300);
h2 {
  font-weight: 400;
}

#content-wrapper {
  margin-left: 0;
}

.sidebar-left #content-wrapper {
  margin-left: 220px;
}
@media all and (max-width: 991px) {
  .sidebar-left #content-wrapper {
    margin-left: 0;
  }
}

.mobile-search.active {
  width: 300px;
}
@media all and (max-width: 991px) {
  .mobile-search.active {
    width: auto;
  }
}
.mobile-search.active .drowdown-search {
  width: 300px;
}
@media all and (max-width: 991px) {
  .mobile-search.active .drowdown-search {
    width: 100%;
  }
}

.badge-holder {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  text-align: center;
}

#sidebar-nav .nav li .submenu > li > a {
  padding-left: 21px;
}

#sidebar-nav .nav > .open .submenu > li > .submenu a, #sidebar-nav .nav > .active .submenu > li > .submenu a {
  padding-left: 35px;
}

@media all and (max-width: 991px) {
  #sidebar-nav.navbar-collapse {
    max-height: none;
  }
}

#sidebar-nav li {
  white-space: nowrap;
  list-style-type: none;
}
#sidebar-nav .fa-circle {
  margin-right: 10px;
}
#sidebar-nav .dropdown-toggle .caret {
  display: none;
}
#sidebar-nav .dropdown-menu {
  position: static;
  display: block;
  opacity: 1;
  visibility: visible;
  transform: none;
  float: none;
  box-shadow: none;
  border: 0;
}
#sidebar-nav .dropdown-menu li a {
  color: #484848;
  font-size: 14px;
}
#sidebar-nav .dropdown-menu li ul {
  padding-left: 55px;
}
#sidebar-nav .dropdown-menu li ul li a {
  font-size: 13px;
}
#sidebar-nav .dropdown-menu li ul {
  margin-bottom: 15px;
}
#sidebar-nav .dropdown-menu > .active > a {
  background-color: #f5f5f5;
}
#user-profile .profile-details {
  margin-bottom: 0;
}
#user-profile .profile-details ul.fa-ul {
  margin-left: 20px;
}
#user-profile h2 {
  padding-right: 0;
}
#user-profile .user-image {
  text-align: center;
}
#user-profile .add-profile-image {
  margin-top: 20px;
  text-align: center;
  display: none;
}

.student-cn.create-page .add-profile-image, .student-cn.info-page .add-profile-image {
  display: block !important;
}

.main-box {
  position: relative;
}
.main-box .collapse-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  color: #ccc;
  cursor: pointer;
}
.main-box .collapse-icon .fa:before {
  content: "";
}
.main-box.closed .collapse-icon .fa:before {
  content: "";
}

.dont-show {
  display: none;
}

.clr {
  clear: both;
}

.clr-sm,
.clr-md,
.clr-lg {
  display: none;
  height: 20px;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .clr-sm {
    display: block;
    clear: both;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .clr-md {
    display: block;
    clear: both;
  }
}
@media all and (min-width: 1200px) {
  .clr-lg {
    display: block;
    clear: both;
  }
}
table.no-uppercase tbody > tr > td:first-child {
  font-size: 0.875em;
  font-weight: 500;
}
table.black-links td a {
  color: #212121;
}
table a.delete {
  float: right;
}
table .add-classification {
  display: none;
}
table .add-classification td {
  border-top-width: 3px !important;
}
table .add-classification td .form-group {
  margin-bottom: 0;
}

.hide-add-form {
  display: none;
  margin-right: 10px;
}

.table-responsive {
  overflow-x: inherit;
}

.student-cn.diagnosis-page .table-responsive table, .student-cn.perspective-page .table-responsive table {
  table-layout: fixed;
}
.student-cn.diagnosis-page .table-responsive td, .student-cn.perspective-page .table-responsive td {
  width: 25%;
}

.form-group-select2 .select2 {
  width: 100% !important;
}
.form-group-select2 .select2.select2-container--open .select2-selection, .form-group-select2 .select2.select2-container--focus .select2-selection {
  border: 2px solid #abb9c4 !important;
}
.form-group-select2 .select2-selection__clear {
  position: absolute;
  top: 4px;
  right: 0;
  display: none;
}

.select2-container .select2-dropdown {
  border: 2px solid #abb9c4 !important;
  border-top: 0 !important;
}

.form-control:focus, .form-control:active {
  border-color: #abb9c4;
  outline: none;
  box-shadow: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 18px !important;
  font-size: 13px;
}

.select2-container--krajee .select2-selection {
  border: 2px solid #e7ebee;
  box-shadow: none;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border-left: 2px solid #e7ebee;
}

.select2-container .select2-search--inline {
  width: 100%;
}
.select2-container .select2-search--inline input.select2-search__field {
  width: 100% !important;
}

.has-success .select2-container--krajee .select2-selection {
  border-color: #8bc34a;
}

.search-filters {
  transition: margin-top 0.3s;
}
.search-filters.active {
  margin-top: -322px;
}
.search-filters .main-box-header {
  cursor: pointer;
}
.search-filters .main-box h2,
.search-filters .main-box h4,
.search-filters .main-box h5 {
  display: inline-block;
}
.search-filters .main-box .main-box-body label {
  display: block;
}
.search-filters .slider.slider-horizontal {
  width: 90%;
  margin-top: 7px;
}
.search-filters .input-daterange input {
  height: 34px;
}
.search-filters .input-daterange span.input-group-addon {
  border: 0;
}
.search-filters .filter-col .badge {
  display: none;
}

.reset-filters {
  float: right;
}

.show-filters,
.hide-filters {
  margin-bottom: 15px;
}

.dataTables_length select {
  padding-top: 3px;
}

#login-page-full #login-box-inner #loginform-username,
#login-page-full #login-box-inner #loginform-password,
#login-page-full #login-box-inner #loginform-twofactorcode,
#login-page-full #login-box-inner #users-username {
  height: 46px;
  line-height: 42px;
}
#login-page-full #login-box-inner .help-block {
  margin: 0;
}
#login-page-full #login-box-inner .help-block:empty {
  display: none;
}

.modal {
  z-index: 2000;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.student-cn.results-page .table-responsive table {
  table-layout: fixed;
}
.student-cn.results-page .table-responsive table td {
  width: 25%;
}

.theme-white a,
.theme-white .pagination > li > a,
.theme-white .dataTable thead th:hover,
.theme-white #user-profile .profile-details ul > li > span {
  color: #ff9933;
}

.theme-white a:hover,
.theme-white a:focus {
  color: #ff8000;
}

.theme-white .btn-primary,
.theme-white #header-navbar,
.badge.badge-success,
#login-logo {
  background-color: #ff9933;
}

.theme-white .btn-primary {
  border-color: #ff8000;
}
.theme-white .btn-primary:hover {
  background-color: #ff8000;
  border-color: #e67300;
}

.theme-white .navbar > .container .navbar-brand {
  background-color: #ff9933 !important;
}

.slider-selection {
  background: #e0e0e0 !important;
}

.theme-white .pagination > .active > a {
  background: #ff9933;
  border-color: #ff9933;
}
.theme-white .pagination > .active > a:hover {
  background: #ff9933;
  border-color: #ff9933;
}

.theme-white .btn-primary:focus, .theme-white .btn-primary:active,
.theme-white .navbar-toggle:hover,
.theme-white .navbar-toggle:focus,
.theme-white #header-navbar .nav > li > a:hover,
.theme-white #header-navbar .nav .open > a,
.theme-white #header-navbar .nav > li > a:focus {
  background-color: #ff8000 !important;
}

.breadcrumb {
  margin-bottom: 15px;
}
.breadcrumb span {
  font-weight: bold;
}

.toggle.btn {
  border: 0;
}
.toggle.btn .toggle-group {
  border: 0;
  padding: 0;
}
.toggle.btn .toggle-group .btn {
  border: 0;
}

/*# sourceMappingURL=main.css.map */
