@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext');
.btn-group .btn-group .dropdown-item {
  display: block;
  padding: 3px 20px;
  clear: both;
  white-space: nowrap;
  color: #777;
}
.btn-group .btn-group .dropdown-item:hover {
  background-color: #e1e3e9;
  color: #333;
}
.btn-group-actions {
  margin-bottom: 10px;
}
.info-box-icon {
  background: #d7db2d !important;
}
a.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
body {
  font-family: "Open Sans";
  font-size: 14px;
}
.no-wrap {
  white-space: nowrap;
}
.box.box-primary {
  border-top-color: #75750d;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #d7db2d;
}
.login-box-body .checkbox label {
  margin-left: 0;
}
.ajax-loading {
  background: #d7db2d;
  color: white;
  padding: 20px 40px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}
.bg-primary {
  background: #d7db2d;
}
.sonata-ba-form-actions {
  text-align: right !important;
}
.form-group-inline li {
  display: inline-block;
  white-space: nowrap;
  margin-right: 15px;
}
.form-horizontal td .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.form-horizontal td.text-center .input-group {
  margin: 0 auto;
}
.form-horizontal td.text-center .input-group input {
  text-align: center;
}
.vich-image img {
  margin: 10px 0;
  border: 2px solid #d7db2d;
  max-width: 100%;
  max-height: 80px;
}
.form-control[readonly] {
  border: none;
  background: none;
}
.form-group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.contact .contact-box {
  background: #d7db2d;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 300;
}
.contact .contact-box i {
  margin-right: 10px;
}
.contact .contact-box a {
  color: white;
  font-weight: 300;
  font-size: 18px;
}
table.table td {
  vertical-align: middle !important;
  height: 47px;
}
table.table td .btn-group {
  white-space: nowrap;
}
table.table td .btn-group .dropdown {
  display: inline-block;
}
table.table td .btn-group .dropdown .dropdown-menu {
  z-index: 999999;
  right: 0 !important;
  left: auto !important;
}
table.sonata-ba-list td {
  overflow: inherit !important;
}
h1 {
  margin-top: 0;
}
.box-header {
  border-bottom: 1px solid #f4f4f4;
}
@media (min-width: 800px) {
  .table-responsive {
    overflow-x: initial;
  }
}
canvas {
  margin-bottom: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: auto;
}
.profile-picture img {
  max-width: 100%;
  border-radius: 50%;
  max-height: 100%;
}
table .profile-picture img {
  max-width: 80px;
}
.content-wrapper,
.right-side {
  background-color: #f5f5f5;
}
.navbar-default {
  background-color: #fff;
}
.navbar-top-links li a,
.navbar-top-links li span {
  padding: 15px 5px;
}
.breadcrumb > li + li::before {
  padding: 0;
}
.breadcrumb li:first-child {
  margin-left: 5px;
}
.logo img {
  max-width: 80%;
}
body.login-page {
  background: #f5f5f5;
}
body.login-page .login-logo img {
  max-width: 100%;
}
a {
  color: #75750d;
}
a:hover {
  color: #474708;
}
.btn-success,
.btn-primary {
  background: #d7db2d;
  border-color: #d7db2d;
}
.btn-success:hover,
.btn-primary:hover,
.btn-success:focus,
.btn-primary:focus,
.btn-success:active,
.btn-primary:active {
  background: #b2b61f !important;
  border-color: #b2b61f !important;
}
.label-primary {
  background: #d7db2d !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #d7db2d;
  border-color: #d7db2d;
}
/** Select */
.select2-results .select2-highlighted {
  background-color: #d7db2d;
}
.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #d7db2d;
}
.select2-drop-active {
  border-color: #d7db2d;
}
.select2-drop {
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #d7db2d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 219, 45, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(215, 219, 45, 0.6);
}
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  border: none;
  cursor: pointer;
  background: url('/assets/image/checkbox.png') no-repeat;
}
.icheckbox_square-blue {
  background-position: 0 0;
}
.icheckbox_square-blue.hover {
  background-position: -24px 0;
}
.icheckbox_square-blue.checked {
  background-position: -48px 0;
}
.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default;
}
.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0;
}
.iradio_square-blue {
  background-position: -120px 0;
}
.iradio_square-blue.hover {
  background-position: -144px 0;
}
.iradio_square-blue.checked {
  background-position: -168px 0;
}
.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_square-blue.checked.disabled {
  background-position: -216px 0;
}
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-blue,
  .iradio_square-blue {
    background-image: url('/assets/image/checkbox@2x.png');
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
.sidebar-menu > li a .fal,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  margin-right: 8px !important;
}
@media (max-width: 767px) {
  .skin-black .main-header > .logo {
    background-color: #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-right: none;
  }
  .skin-black .main-header > .logo:hover {
    background-color: #f5f5f5;
  }
}
.content-header .navbar-header {
  height: auto;
}
.content-header .navbar-header .navbar-brand {
  height: auto;
}
.box-danger .box-header {
  color: #d9534f;
}
.box-title .fal {
  margin-right: 8px;
}
.sonata-toggle-filter i {
  margin-right: 8px;
}
.content-header .navbar-brand .fal {
  margin-right: 7px;
}
.my-chart .box-body {
  position: relative;
}
.my-chart .box-body .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d7db2d;
  left: 0;
  top: 0;
  opacity: 0.8;
}
.my-chart .box-body .overlay .message {
  margin: 70px 0;
  opacity: 1;
  text-align: center;
  font-size: 20px;
}
.my-chart .my-chart-body {
  min-height: 80px;
}
.my-chart canvas {
  max-width: 100% !important;
  width: 100% !important;
  max-height: 250px !important;
}
.fade {
  transition: none;
}
.small-box .icon {
  font-size: 80px;
}
.small-box:hover .icon {
  font-size: 80px;
}
.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 25px;
}
.skin-black .sidebar a {
  color: #BFBFBF;
}
.skin-black .treeview-menu > li > a {
  color: #BFBFBF;
}
.full-width-checkbox .col-sm-9 {
  width: 100%;
  max-width: 100%;
}
.full-width-checkbox .col-sm-offset-3 {
  margin-left: 0;
}
.student-progress {
  color: #a94442;
}
.student-progress .step-status {
  border-radius: 50%;
  margin-bottom: 5px;
  background: white;
  position: relative;
  z-index: 10;
  display: inline-block;
  border-color: black;
}
.student-progress .step {
  padding: 25px 15px;
  position: relative;
}
.student-progress .step .line {
  position: absolute;
  top: 44px;
  background: black;
  height: 2px;
  width: 100%;
  z-index: 5;
  left: 0;
}
.student-progress .step .line.first {
  width: 50%;
  left: 50%;
}
.student-progress .step .line.last {
  left: 0;
  width: 50%;
}
.student-progress .step-finished {
  color: #3c763d;
}
@media (max-width: 991px) {
  .student-progress .line {
    display: none;
  }
}

.fc .fc-h-event.fc-not-start {
  padding-left: 8px;
}
.fc .fc-title {
  font-weight: bold;
}
.fc .fc-view > table {
  border: 1px solid #dddddd;
}
.fc .fc-toolbar .fc-left h2 {
  font-size: 30px;
  font-weight: 300;
}
.fc .fc-event {
  padding: 3px 6px;
  margin-bottom: 3px;
  border-radius: 0;
}
.fc .fc-button {
  box-shadow: none;
  border-radius: 0px;
  text-shadow: none;
  height: auto;
  color: white;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background: #d7db2d;
  border-color: #d7db2d;
  margin-left: 1px;
}
.fc .fc-button:hover,
.fc .fc-button.fc-state-active {
  background: #b2b61f !important;
  border-color: #b2b61f !important;
}
.fc .fc-day-grid-event .fc-content {
  white-space: normal;
}

a.fc-event {
    background: #eee;
}

.fc-h-event {
    border-color: #eee;
}

.popover {
  border-radius: 0;
}
.popover .popover-title {
  font-size: 14px;
  background: #d7db2d;
  color: white;
  border-radius: 0;
}
.popover .popover-content {
  font-size: 14px;
}
.timetable-wrapper {
  position: relative;
}
.timetable-wrapper .overlay {
  position: absolute;
  top: 100px;
  width: 100%;
  height: 100px;
  padding: 30px;
  text-align: center;
  font-size: 30px;
  display: none;
  color: white;
  background: #d7db2d;
}
/* Input file styling */
.js .input-file-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file-upload + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}
.no-js .input-file-upload + label {
  display: none;
}
.input-file-upload:focus + label,
.input-file-upload.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.input-file-upload + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}
.input-file-upload + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}
/* style 1 */
.input-file-upload + label {
  color: white;
  background-color: #d7db2d;
}
.input-file-upload:focus + label,
.input-file-upload.has-focus + label,
.input-file-upload + label:hover {
  background-color: #75750d;
}


/** CUSTOM **/
.student-progress .step-status {
    width: 43px;
    height: 43px;
}
