.bootbox-body .selectivity-dropdown {
    top: auto !important;
    left: inherit !important;
  }

.selectivity-input {
  width: 100% !important;
}

.selectivity-single-select-input {
  position: absolute;
  top: -10000px;
}

.has-error .selectivity-input {
  border-bottom: 2px solid red;
}

.menu-items>li.active, ul.sub-menu>li.active {
  font-weight: bold;
}

ul.sub-menu {
  font-weight: normal;
}

.article .date {
  margin-right: 12px;
  color: #ffffff;
  font-weight: 300;
  text-align: center; 
}
.article .date span {
  display: block;
  line-height: 1; 
}
.article .date .day {
  padding: 2px 5px 3px;
  background-color: #2196f3;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  font-size: 1.733em; 
}
.article .date .month {
  padding: 0 5px 3px;
  background-color: #2196f3;
  font-size: 0.933em;
  text-transform: uppercase; 
}
.article .date .year {
  padding: 3px 5px 2px;
  background-color: #666;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  font-size: 0.800em; 
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #efefef;
  color: rgb(31, 38, 45);
}

.background-caption {
  background-color: #0d3454
}

.page-sidebar {
  background-color:  #0d3454;
  background-position: center bottom; 
  background-repeat: no-repeat; 
  background-size: contain; 
}

.page-sidebar .sidebar-menu {
  padding-top: 20px !important;
}

.page-sidebar .sidebar-menu .menu-items {
  height: calc(100% - 50px) !important
}

.page-sidebar .sidebar-menu {
  height: calc(100% - 90px) !important;
}

.page-sidebar ul.menu-items {
  overflow-x: hidden !important;
}

.page-sidebar, .page-sidebar .sidebar-menu .menu-items li  {
  background-color: #0d3454;
  color: white;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
  background-color: #0d3454;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li .icon-thumbnail, .icon-thumbnail {
  background-color: #0d3454;
  color: silver;
}

.page-sidebar .sidebar-header{
  height:unset;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-sidebar .sidebar-header{
    height:auto !important;
  }
}

.sidebar-header img {
max-height: 120px !important;
}

.sidebar-header {
  text-align: center;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}


.page-sidebar .sidebar-menu .menu-items li.active > a, 
.page-sidebar .sidebar-menu .menu-items li.active > a .icon-thumbnail {
  color: white;
}

li.active .icon-thumbnail{
  color: white;
}

.breadcrumb {
  padding-top: 30px;
}

@media only screen and (min-width: 980px){
  .header .brand {
    display: none;
    width:60px;
  }
}

@media (max-width: 767px){
  .jumbotron, .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
}

.container-fluid {
  padding-top: 10px;
}

.page-sidebar .sidebar-menu .menu-items li:hover > a{
  color:ivory;
  }

  .page-sidebar a, .page-sidebar a:visited, .page-sidebar button:visited, .page-sidebar a:focus, .page-sidebar button:focus {
    color:silver;
  }

  .sidebar-header a {
    color:#444 !important;
    font-weight: bold;
  }

.card-dataset, .card-school {
  cursor: pointer;
}

.datepicker-dropdown {
  z-index: 9999 !important;
}

.btn-toolbar {
  display:block;
}

.datepicker .table tbody tr td{
  padding:5px;
}

.footer {
  z-index: 5 !important;
}


.nav-tabs,
.nav-pills {
  position: relative;
}

.note-toolbar .note-color .dropdown-toggle {
  width:inherit !important;
}

.note-link-dialog .checkbox input[type=checkbox] {
  opacity: inherit !important;
  width: inherit !important;
  height: inherit !important;
}

.note-link-dialog .radio label, .note-link-dialog .checkbox label {
  padding-left: 0px !important; 
}

.note-link-dialog .radio label:before, .note-link-dialog .checkbox label:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit !important;
  content: inherit !important;
  display: inherit !important;
  width: inherit !important;
  height: inherit !important;
  margin-right: inherit !important;
  position: inherit !important;
  left: inherit !important;
  background-color: inherit !important;
  border: inherit !important;
}

.module-dashboard .entity-menu-item {
  background-color: white;
  border: 1px solid teal;
  padding:25px;
}

.module-dashboard .dictionary-menu-item {
  background-color: white;
  border: 1px solid cornflowerblue;
  padding:25px;
}

.module-dashboard .fa {
  font-size: 36px;
  margin-right:20px;
}

.module-dashboard .dictionary-menu-item  {
  color:cornflowerblue;
}

.module-dashboard .entity-menu-item  {
  color:teal;
}

.module-dashboard .module-name {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gradebook-table .gradebook-grade {
  color:black;
  font-size: 14px;
  margin:3px;
  padding:3px;
  padding-left: 20px;
  padding-right: 10px;
  min-width: 170px;
  border: 1px solid rgb(129, 189, 224);
  border-radius: 3px;
  min-height:33px;
}

.gradebook-average {
  font-weight: bold;
  color: rebeccapurple !important;
}

.gradebook-table .gradebook-absence {
  color:black;
  font-size: 14px;
  margin:3px;
  padding:3px;
  padding-left: 20px;
  padding-right: 10px;
  min-width: 170px;
  border: 1px solid rgb(172, 89, 89);
  border-radius: 3px;
  min-height:33px;
}

.gradebook-table .gradebook-grade-value {
  margin-right: 10px;
  cursor: pointer;
}
.gradebook-table .gradebook-absence-value {
  margin-right: 10px;
  cursor: pointer;
}

.gradebook-table .btn-add-grade {
  margin:3px;
  width: 160px;
}

.gradebook-table .trainee-name {
  max-width: 300px;
  font-size:26px;
}

.gradebook-table .trainee-note {
  font-size:18px;
}

.school-results-table .subject-name {
  max-width: 300px;
  font-size:26px;
}

.school-results-table .subject-trainer {
  display: block;
  max-width: 300px;
  font-size:20px;
}

.school-results-table .subject-note {
  display: block;
  max-width: 300px;
  font-size:13px;
  border: 1px solid silver;
  padding:10px;
}


.small-org-text p {
  line-height: 18px;
  font-size: 85%;
  font-weight: 400;
}


.card.card-primary{
  border-radius: 5px !important;
  border: 2px solid #E9ECEF;
}

.card.card-white{
  border-radius: 5px !important;
  border: 2px solid #E9ECEF;
}

.card .card-header {
  padding-top: 10px !important;
}

#record-form {
  margin-bottom: 30px !important;
}

.card-dataset .card-body {
  min-height: 80px;
}

.table-bordered .form-group {
  margin-bottom: 0px !important;
}

.card-university {
  cursor: pointer;
}