/*
Template Name: Moltran Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Components
*/
/*
  - Buttons
  - Cards
  - Panels
  - Checkbox and Radio
  - Progressbars
  - Tables
  - Form Elements
  - Widgets
  - Carousel
  - modals
  - accordions
  - nav pills
*/
/* ==============
  Buttons
===================*/
.btn {
  border-radius: 4px;
  letter-spacing: 0.2px;
  margin: 5px 5px 5px 0;
  font-size: 16px;
  padding: 8px 12px;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.btn .icon {
  vertical-align: middle;
}

.btn-sm {
  font-size: 14px;
}

.btn-lg {
  font-size: 16px;
  padding: 12px 24px !important;
}

.btn-lg i {
  font-size: 18px;
  vertical-align: inherit;
}

.btn-circle {
  border-radius: 100%;
}

.btn-circle.thumb-sm {
  padding: 6px 8px;
  line-height: 42px;
  margin: 0;
  height: 45px;
  width: 45px;
}

.btn-circle.thumb-sm i {
  font-size: 20px;
  vertical-align: initial;
}

.btn-group-wrap {
  background: #f9f9f9;
  border-radius: 25px;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  margin-right: 2px;
}

.close {
  float: right;
  font-size: 14px;
  font-weight: 300;
  line-height: 195%;
  color: #000;
  opacity: 1;
  text-shadow: none;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-dark,
.btn-pink {
  color: #fff !important;
}

.btn-light,
.btn-transparent {
  color: #3D3362 !important;
}

.btn-default {
  background-color: #fff !important;
  border: 1px solid #cad4e3 !important;
  color: #83488E;
}

.btn-default:hover,
.btn-default.hover {
  background-color: #83488E !important;
  color: #fff !important;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:focus {
  background-color: #83488E !important;
  color: #fff !important;
}

.btn-gray {
  background-color: #fff !important;
  border: 1px solid #cad4e3 !important;
}

.btn-gray:hover,
.btn-gray.hover {
  background-color: #f3f3f3 !important;
}

.btn-gray:focus,
.btn-gray.focus {
  background-color: #f3f3f3 !important;
}

.btn-gray:active,
.btn-gray.active {
  background-color: #f5f5f5 !important;
  border: 1px solid #f5f5f5 !important;
}

.input-lg {
  height: 52px;
}

.input-group-btn .btn-white {
  background: #fff;
  border-width: 1px;
  border-color: #cad4e3 #cad4e3 #cad4e3 #fff;
}

.input-group-btn .btn-white:hover {
  background: #83488E;
  border: 1px solid #83488E;
  color: #fff;
}

.open>.dropdown-toggle.btn-default {
  background-color: #f9f9f9 !important;
  border: 1px solid #cad4e3 !important;
}

.btn-light {
  background-color: #fff !important;
  border: 1px solid transparent !important;
}

.btn-light:hover,
.btn-light.hover {
  background-color: #E2E8F5 !important;
}

.btn-light:focus,
.btn-light.focus {
  background-color: #E2E8F5 !important;
}

.btn-light:active,
.btn-light.active {
  background-color: #E2E8F5 !important;
}

.btn-transparent {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}

.btn-transparent:hover,
.btn-transparent.hover {
  background-color: #fff !important;
}

.btn-transparent:focus,
.btn-transparent.focus {
  background-color: #f9f9f9 !important;
}

.btn-transparent:active,
.btn-transparent.active {
  background-color: #fff !important;
}

.open>.dropdown-toggle.btn-light {
  background-color: #f5f5f5 !important;
}

.dropdown-menu.profile {
  width: 320px;
}

.dropdown-menu.profile #profileDropdown {
  background: #f5f5f5;
  margin: 10px;
}

.dropdown-menu a {
  padding: 6px 20px;
  color: #555555;
  font-size: 12px;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.no-caret .dropdown-toggle::after {
  display: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  background-color: #83488E !important;
  border: 1px solid #83488E !important;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary {
  background-color: transparent !important;
  border: 1px solid #83488E !important;
  color: #83488E;
}

.btn-secondary:hover,
.btn-secondary.hover,
.btn-secondary:focus:hover,
.btn-secondary:focus.hover,
.btn-secondary:active:hover,
.btn-secondary:active.hover,
.btn-secondary.active:hover,
.btn-secondary.active.hover,
.btn-secondary.focus:hover,
.btn-secondary.focus.hover,
.btn-secondary:active:hover,
.btn-secondary:active.hover,
.btn-secondary:focus:hover,
.btn-secondary:focus.hover,
.open>.dropdown-toggle.btn-secondary:hover,
.open>.dropdown-toggle.btn-secondary.hover {
  background-color: #83488E !important;
  border: 1px solid #83488E !important;
  color: #fff;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
  background-color: #92B5B5 !important;
  border: 1px solid #92B5B5 !important;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
  background-color: #7099D0 !important;
  border: 1px solid #7099D0 !important;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
  background-color: #BEAC69 !important;
  border: 1px solid #BEAC69 !important;
}

.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
  background-color: #8E4848 !important;
  border: 1px solid #8E4848 !important;
}

.btn-dark,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open>.dropdown-toggle.btn-dark {
  background-color: #131313 !important;
  border: 1px solid #131313 !important;
  color: #fff;
}

.btn-outline-default,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-info,
.btn-outline-warning,
.btn-outline-danger,
.btn-outline-dark {
  background: transparent;
}

.btn-outline-default {
  color: #797979;
  border: 1px solid #cad4e3;
}

.btn-outline-default:hover,
.btn-outline-default.hover,
.btn-outline-default:focus,
.btn-outline-default.focus,
.btn-outline-default:active,
.btn-outline-default.active {
  background-color: #cad4e3;
}

.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
}

.btn-outline-white:hover,
.btn-outline-white.hover,
.btn-outline-white:focus,
.btn-outline-white.focus,
.btn-outline-white:active,
.btn-outline-white.active {
  background-color: #fff;
  color: #131313;
}

.btn-outline-primary {
  color: #83488E;
  border: 1px solid #83488E;
}

.btn-outline-primary i {
  color: #83488E;
}

.btn-outline-primary:hover,
.btn-outline-primary.hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: #83488E;
  color: #fff;
}

.btn-outline-primary:hover i,
.btn-outline-primary.hover i,
.btn-outline-primary:focus i,
.btn-outline-primary.focus i,
.btn-outline-primary:active i,
.btn-outline-primary.active i {
  color: #fff;
}

.btn-outline-secondary {
  color: #7099D0;
  border: 1px solid #7099D0;
}

.btn-outline-secondary:hover,
.btn-outline-secondary.hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
  background-color: #7099D0;
  color: #fff;
}

.btn-outline-success {
  color: #92B5B5;
  border: 1px solid #92B5B5;
}

.btn-outline-success:hover,
.btn-outline-success.hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success.active {
  background-color: #EAEFEE;
  color: #131313;
}

.btn-outline-info {
  color: #7099D0;
  border: 1px solid #7099D0;
}

.btn-outline-info:hover,
.btn-outline-info.hover,
.btn-outline-info:focus,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info.active {
  background-color: #7099D0;
  color: #fff;
}

.btn-outline-warning {
  color: #BEAC69;
  border: 1px solid #BEAC69;
}

.btn-outline-warning:hover,
.btn-outline-warning.hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
  background-color: #BEAC69;
  color: #fff;
}

.btn-outline-danger {
  color: #8E4848;
  border: 1px solid #8E4848;
}

.btn-outline-danger:hover,
.btn-outline-danger.hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
  background-color: #8E4848;
  color: #fff;
}

.btn-outline-dark {
  color: #131313;
  border: 1px solid #131313;
}

.btn-outline-dark:hover,
.btn-outline-dark.hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:active,
.btn-outline-dark.active {
  background-color: #131313;
  color: #fff;
}

.btn-rounded {
  border-radius: 2em;
  padding: 6px 18px;
}

.icon {
  vertical-align: middle;
}

.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}

.fileinput .btn {
  vertical-align: middle;
}

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

.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
}

.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

/* ==============
  Cards
===================*/
.card {
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.card img {
  height: 220px;
  width: 100%;
}

.card .card-header {
  background: white;
}

.card .card-footer {
  background: white;
  border: 0;
}

@media (min-width: 576px) {
  #prep-sections .card-columns {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

.card-img-thumb {
  position: relative;
  background: #fff;
  text-align: center;
}

.card-img-thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-img-thumb .overlay {
  width: 100%;
  max-height: 292px;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
}

.card-img-thumb .overlay.gallery {
  opacity: 1;
  display: table;
}

.card-img-thumb .overlay.gallery p {
  text-align: center;
  color: #fff;
  vertical-align: middle;
  display: table-cell;
}

.card-info-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.card.panel:hover .overlay {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.card .progress {
  margin-bottom: 0;
  border-radius: 0;
}

.card-info {
  position: absolute;
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 0px 4px #131313;
  right: 10px;
  top: 10px;
}

.card .panel-body.hover-desc {
  min-height: 145px;
}

#course-price {
  min-height: 22px;
}

/* ==============
  Panels
===================*/
.panel {
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}

.panel .panel-body {
  padding: 16px;
}

.panel .panel-body p+p {
  margin-top: 10px;
}

.panel-heading {
  border-radius: 0;
  border: none !important;
  padding: 10px 20px;
}

.panel-default>.panel-heading {
  color: #131313;
}

.panel-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.panel-footer {
  border-top: 0px;
}

.panel-color .panel-title {
  color: #fff;
}

.panel-primary>.panel-heading {
  background-color: #83488E;
  color: #fff;
}

.panel-secondary>.panel-heading {
  background-color: #7099D0;
  color: #fff;
}

.panel-success>.panel-heading {
  background-color: #92B5B5;
  color: #fff;
}

.panel-info>.panel-heading {
  background-color: #7099D0;
  color: #fff;
}

.panel-warning>.panel-heading {
  background-color: #BEAC69;
  color: #fff;
}

.panel-danger>.panel-heading {
  background-color: #8E4848;
  color: #fff;
}

.panel-dark>.panel-heading {
  background-color: #131313;
  color: #fff;
}

.panel-border {
  border-radius: 3px;
}

.panel-border .panel-heading {
  background-color: #fff;
  border-top: 3px solid #ccc !important;
  border-radius: 3px;
  padding: 10px 20px 0px;
}

.panel-border .panel-body {
  padding: 15px 20px 20px 20px;
}

.panel-border.panel-primary .panel-heading {
  border-color: #83488E !important;
  color: #83488E !important;
}

.panel-border.panel-success .panel-heading {
  border-color: #92B5B5 !important;
  color: #92B5B5 !important;
}

.panel-border.panel-info .panel-heading {
  border-color: #7099D0 !important;
  color: #7099D0 !important;
}

.panel-border.panel-warning .panel-heading {
  border-color: #BEAC69 !important;
  color: #BEAC69 !important;
}

.panel-border.panel-danger .panel-heading {
  border-color: #8E4848 !important;
  color: #8E4848 !important;
}

.panel-border.panel-dark .panel-heading {
  border-color: #131313 !important;
  color: #131313 !important;
}

.panel-fill {
  border-radius: 3px;
}

.panel-fill .panel-heading {
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.panel-fill .panel-body {
  color: rgba(255, 255, 255, 0.85);
}

.panel-fill.panel-default .panel-body {
  color: #666;
}

.panel-fill.panel-default .panel-heading {
  background-color: transparent;
  color: #131313;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.panel-fill.panel-primary {
  background-color: #83488E;
}

.panel-fill.panel-secondary {
  background-color: #7099D0;
}

.panel-fill.panel-success {
  background-color: #92B5B5;
}

.panel-fill.panel-info {
  background-color: #7099D0;
}

.panel-fill.panel-warning {
  background-color: #BEAC69;
}

.panel-fill.panel-danger {
  background-color: #8E4848;
}

.panel-fill.panel-dark {
  background-color: #131313;
}

.panel-group .panel {
  margin-bottom: 10px;
}

.panel-group .panel.panel-light.active {
  background: rgba(8, 134, 141, 0.1);
}

.panel-group .panel.panel-light.active p {
  color: #08868d !important;
}

.panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
  content: '\ea43';
}

.panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: '\ea43';
}

.panel-group .panel .panel-heading a[data-toggle=collapse] {
  display: block;
}

.panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  content: '\ea42';
  display: block;
  float: right;
  font-family: 'Synrgise';
  font-size: 14px;
  text-align: right;
  width: 25px;
}

.panel-group .panel .panel-heading .accordion-toggle {
  display: block;
}

.panel-group .panel .panel-heading .accordion-toggle:before {
  content: '\ea42';
  display: block;
  float: right;
  font-family: 'Synrgise';
  font-size: 14px;
  text-align: right;
  width: 25px;
}

.panel-group .panel .panel-heading+.panel-collapse .panel-body {
  border-top: none;
}

.panel-group .panel-heading {
  padding: 12px 26px;
}

.panel-group.panel-group-joined .panel+.panel {
  border-top: 1px solid #fafafa;
  margin-top: 0;
}

.panel-group-joined .panel-group .panel+.panel {
  border-top: 1px solid #fafafa;
  margin-top: 0;
}

/* ==============
  Checkbox and Radio
===================*/
.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #cad4e3;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}

.checkbox label::after {
  color: #555555;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}

.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus+label::before {
  outline-offset: -2px;
  outline: none;
  outline: thin dotted;
}

.checkbox input[type="checkbox"]:checked+label::after {
  font-family: 'Synrgise';
  content: '\ea80';
}

.checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #fafafa;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single label {
  height: 17px;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
  background-color: #83488E;
  border-color: #83488E;
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
  background-color: #8E4848;
  border-color: #8E4848;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
  background-color: #7099D0;
  border-color: #7099D0;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
  background-color: #BEAC69;
  border-color: #BEAC69;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
  background-color: #92B5B5;
  border-color: #92B5B5;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #cad4e3;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  outline: none !important;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 17px;
}

.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #555555;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 11px;
  left: 3px;
  margin-left: -20px;
  position: absolute;
  top: 3px;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 11px;
}

.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.radio input[type="radio"]:disabled+label {
  opacity: 0.65;
}

.radio input[type="radio"]:focus+label::before {
  outline-offset: -2px;
  outline: none;
}

.radio input[type="radio"]:checked+label::after {
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.radio-single label {
  height: 17px;
}

.radio-primary input[type="radio"]+label::after {
  background-color: #83488E;
}

.radio-primary input[type="radio"]:checked+label::before {
  border-color: #83488E;
}

.radio-primary input[type="radio"]:checked+label::after {
  background-color: #83488E;
}

.radio-danger input[type="radio"]+label::after {
  background-color: #8E4848;
}

.radio-danger input[type="radio"]:checked+label::before {
  border-color: #8E4848;
}

.radio-danger input[type="radio"]:checked+label::after {
  background-color: #8E4848;
}

.radio-info input[type="radio"]+label::after {
  background-color: #7099D0;
}

.radio-info input[type="radio"]:checked+label::before {
  border-color: #7099D0;
}

.radio-info input[type="radio"]:checked+label::after {
  background-color: #7099D0;
}

.radio-warning input[type="radio"]+label::after {
  background-color: #BEAC69;
}

.radio-warning input[type="radio"]:checked+label::before {
  border-color: #BEAC69;
}

.radio-warning input[type="radio"]:checked+label::after {
  background-color: #BEAC69;
}

.radio-success input[type="radio"]+label::after {
  background-color: #92B5B5;
}

.radio-success input[type="radio"]:checked+label::before {
  border-color: #92B5B5;
}

.radio-success input[type="radio"]:checked+label::after {
  background-color: #92B5B5;
}

/* Image Radio Button */
.image-radio {
  cursor: pointer;
  outline: 0;
  padding: 0;
  text-align: center;
}

.image-radio label {
  border: 2px solid transparent;
  width: 100%;
  padding: 10px;
}

.image-radio label>img {
  margin: 0 auto;
}

.image-radio label::after,
.image-radio label::before {
  display: none;
}

.image-radio input[type="radio"] {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0 !important;
  display: none;
}

.image-radio input[type="radio"]:checked+label {
  border-color: #7099D0;
}

.image-radio input[type="radio"]:checked+label .icon {
  display: block;
}

.image-radio .icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  background: #7099D0;
  color: #fff;
  display: none;
}

/* Radio Button */
.radio-btn {
  background: transparent;
  text-align: center;
  width: 250px;
  margin: 5px !important;
  height: 70px;
  padding: 20px;
  line-height: 175%;
}

.radio-btn label {
  border: 1px solid #cad4e3;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  padding: inherit;
  line-height: inherit;
  vertical-align: middle;
  margin: 0 !important;
}

.radio-btn label>img {
  display: none;
}

.radio-btn input {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0 !important;
}

.radio-btn input[type="radio"]:checked+label {
  border: 1px solid #7099D0;
  color: #fff;
}

.radio-btn.radio label::after,
.radio-btn.radio label::before {
  display: none;
}

/* ==============
  Progressbars
===================*/
.progress {
  -webkit-box-shadow: none !important;
  background-color: #f5f5f5;
  box-shadow: none !important;
  height: 10px;
  margin-bottom: 18px;
  overflow: hidden;
}

.progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}

.progress.progress-sm {
  height: 5px !important;
}

.progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

.progress.progress-md {
  height: 15px !important;
}

.progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

.progress.progress-lg {
  height: 20px !important;
}

.progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

.progress-bar-primary {
  background-color: #83488E;
}

.progress-bar-secondary {
  background-color: #7099D0;
}

.progress-bar-success {
  background-color: #92B5B5;
}

.progress-bar-info {
  background-color: #7099D0;
}

.progress-bar-warning {
  background-color: #BEAC69;
}

.progress-bar-danger {
  background-color: #8E4848;
}

.progress-bar-dark {
  background-color: #131313;
}

/* ==============
  Tables
===================*/
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  padding: .75rem 1.25rem;
  line-height: 1.42857143;
  vertical-align: middle !important;
  border-top: 1px solid #cad4e3;
  font-size: 1.2rem;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 1px solid #cad4e3 !important;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  font-family: 'Roboto', 'Lato', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  border-top: 0;
  font-size: 1.2rem;
  color: #617d92;
  font-weight: 700;
}

thead tr th {
  padding: 15px !important;
}

.table {
  background: #fff;
  margin-bottom: 10px;
}

tbody {
  color: #555555;
}

table.focus-on tbody tr.focused th {
  background-color: #83488E;
  color: #fff;
}

table.focus-on tbody tr.focused td {
  background-color: #83488E;
  color: #fff;
}

.table-accordion {
  background: transparent;
}

.table-accordion>tbody>tr>td {
  border-top: 10px solid #e4e9ef;
  background: #fff;
}

.table-accordion thead tr th {
  padding: 5px 5px 5px 20px !important;
}

.table-accordion>thead:first-child>tr:first-child>th {
  color: #567F91;
  font-weight: normal;
  font-size: 1em;
}

div#datatable-buttons_info {
  float: left;
}

table.dataTable th.focus,
table.dataTable td.focus {
  outline: 3px solid #83488E !important;
  outline-offset: -1px;
}

.fixedHeader-floating {
  top: 70px !important;
}

#datatable-editable .actions a {
  padding: 5px;
}

#datatable-editable .form-control {
  background-color: #fff;
  width: 100%;
}

#datatable-editable .icon-trash-o {
  color: #8E4848;
}

#datatable-editable .icon-times {
  color: #8E4848;
}

#datatable-editable .icon-pencil {
  color: #7099D0;
}

#datatable-editable .icon-save {
  color: #92B5B5;
}

#datatable td {
  font-weight: normal;
}

.dataTables_filter {
  margin-bottom: 20px;
  float: right;
}

div.dataTables_paginate ul.pagination {
  margin-top: 30px;
  float: right;
}

div.dataTables_info {
  padding-top: 38px;
}

.table-color th {
  background: #89b3e2;
  color: #fff !important;
}

/* ==============
  Form Elements
===================*/
select.filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

select+i.icon {
  float: right;
  margin-top: -24px;
  margin-right: 5px;
  pointer-events: none;
  padding-right: 5px;
}

.input-group-btn .btn {
  margin: 0px;
}

.fileupload {
  overflow: hidden;
  position: relative;
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* ==============
  Widgets
===================*/
.mini-stat {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 10px;
}

.mini-stat-icon {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 30px;
  height: 60px;
  line-height: 55px;
  margin-right: 10px;
  text-align: center;
  width: 60px;
}

.mini-stat-icon i {
  vertical-align: middle;
}

.mini-stat-info span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.mini-stat-info span.name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}

/*================================== BOOTSTRAP CAROUSEL ==================================*/
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
  height: auto;
}

.fade-carousel .carousel-inner img {
  width: 100%;
  object-fit: cover;
}

.fade-carousel .carousel-indicators>li {
  margin: 0 2px;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
  opacity: .7;
}

.fade-carousel .carousel-indicators>li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #7099D0;
  border-color: #7099D0;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 3;
}

.hero h1 {
  font-size: 4em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

ol.carousel-indicators {
  bottom: 0;
}

.fade-carousel .carousel-inner {
  height: 350px;
}

.fade-carousel .carousel-inner .item {
  height: 100%;
}

.fade-carousel .carousel-inner .item .hero,
.fade-carousel .carousel-inner .item .bannerOverlay {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .bannerOverlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.fade-carousel .carousel-inner .item.active .hero,
.fade-carousel .carousel-inner .item.active .bannerOverlay {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item a>img,
.fade-carousel .carousel-inner .item img {
  line-height: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides img {
  object-fit: cover;
  height: 44.5vh;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
  .hero {
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 4em;
  }
}

@media screen and (max-width: 1440px) {
  .item.active {
    height: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .item.active {
    height: 100%;
  }
}

/* ==============
  Modals
===================*/
.modal .modal-dialog.modal-sm {
  width: 364px;
}

.modal .modal-dialog .modal-content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 16px;
  box-shadow: none;
  padding: 12px;
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom-width: 2px;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0;
}

.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  padding-top: 15px;
}

.modal .modal-dialog .modal-content .modal-footer.mobi {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  border: 0;
}

.modal .modal-dialog.modal-full {
  width: 100% !important;
  max-width: 100% !important;
}

.modal-full {
  width: 98%;
}

.modal-content .nav.nav-tabs+.tab-content {
  margin-bottom: 0px;
}

.modal-content .panel-group {
  margin-bottom: 0px;
}

.modal-content .panel {
  border-top: none;
  box-shadow: none;
  margin-bottom: 0;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
/*== MODALS ==*/
/* modal right, left, bottom */
.modal-header h4 {
  margin: 0;
}

.modal-topfull {
  margin-top: 0;
  width: 100%;
}

.modal-topfull .modal-content {
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: #fff;
}

.modal.modal-topfull {
  padding-right: 0 !important;
}

.modal-bottomfull .modal-content {
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.modal-bottomfull .modal-dialog {
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  margin-top: auto;
  position: absolute;
  right: 0;
  width: 100%;
}

.modal.fade.in.modal-bottomfull .modal-dialog {
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-out;
}

.modal.fade.modal-bottomfull .modal-dialog {
  -o-transform: translate3d(0, 25%, 0);
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
  transition: transform 0.3s ease-out;
}

.modal.slideright .modal-dialog {
  bottom: 0;
  height: 100%;
  left: auto;
  margin: 0;
  max-width: 414px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.modal.slideright .modal-body {
  background: #fff;
}

.modal.slideright .modal-dialog .modal-content {
  border: none;
  min-height: 100%;
}

.modal-slideleft .modal-dialog {
  bottom: 0;
  height: 100%;
  left: 0;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 300px;
  position: absolute;
  right: auto;
  top: 0;
  width: 100%;
}

.modal-slideleft .modal-dialog .modal-content {
  border: none;
  height: 100%;
}

.modal-slideleft .modal-dialog .modal-body {
  border-collapse: collapse;
  display: table;
  height: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
  table-layout: fixed;
  vertical-align: middle;
  width: 100%;
}

.modal-slideleft .modal-dialog .modal-body .row {
  display: table-row;
}

.modal-slideleft .modal-dialog .modal-body .row .col-md-12 {
  display: table-cell;
  float: none;
  text-align: center;
  top: -20%;
  vertical-align: middle;
}

.modal.fade.slideright .modal-dialog {
  -o-transform: translate3d(25%, 0, 0);
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
  transition: transform 0.3s ease-out;
}

.modal.fade.modal-slideleft .modal-dialog {
  -o-transform: translate3d(-25%, 0, 0);
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
  transition: transform 0.3s ease-out;
}

.modal.fade.in.slideright .modal-dialog {
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-out;
}

.modal.fade.in.modal-slideleft .modal-dialog {
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-out;
}

.modal-img {
  -moz-transition: all 0.2s ease-out 0;
  -webkit-transition: all 0.2s ease-out 0;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease-out 0;
  width: 100%;
}

.modal-container {
  -moz-transition: all 0.2s ease-out 0;
  -webkit-transition: all 0.2s ease-out 0;
  background: #E6E6E6;
  cursor: pointer;
  height: 250px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-out 0;
}

.modal-container:hover {
  background: #131313;
}

/* mega menu admin */
.admin_menu_dropdown {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1000;
  height: 100vh;
  border-top: 1px solid #cad4e3;
  cursor: default !important;
}

.admin_menu_dropdown li {
  padding: 10px 0;
}

.admin_menu_dropdown a {
  color: #131313;
}

.admin_menu_dropdown a:hover {
  color: #83488E;
}

.hr-heading {
  border-color: #83488E;
  border-width: 1px;
  width: 100px;
  margin: 20px 0 -20px 0;
}

.admin_menu_dropdown .panel-body {
  padding-top: 0;
}

#close_adminMenu {
  position: fixed;
  right: 25px;
  top: 80px;
  cursor: pointer;
  z-index: 1;
}

/*================================== SECTION ACCORDION ==================================*/
.sections .panel-heading {
  display: block;
}

.sections:hover {
  box-shadow: 0px 3px 5px #00000012;
}

/* ==============
  Nav Pills
===================*/
.nav-pills>li+li {
  margin-left: 6px;
}

.nav-pills>li>a {
  color: #131313;
  line-height: inherit;
  padding: 10px 20px;
  background-color: #C6D3EC;
}

.nav-pills>li>a:hover {
  background-color: #C9B4D0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
 .nav-pills>li>a.active,
 .nav-pills>li>a.active:focus,
 .nav-pills>li>a.active:hover{
  color: #fff;
  background-color: #83488E !important;
}

.nav-pills>li.selected>a,
.nav-pills>li.selected>a:focus,
.nav-pills>li.selected>a:hover {
  color: #fff;
  background-color: #83488E;
}

/* ==============
  Organogram
===================*/
.tree * {
  margin: 0;
  padding: 0;
}

.tree ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.tree li::before,
.tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #7099D0;
  width: 50%;
  height: 20px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #7099D0;
}

.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

.tree li:only-child {
  padding-top: 0;
}

.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}

.tree li:last-child::before {
  border-right: 1px solid #7099D0;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #7099D0;
  width: 0;
  height: 20px;
}

.tree li a {
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.tree ul.vertical,
ul.vertical ul {
  padding-top: 0px;
  left: 50%;
}

.tree ul ul.vertical::before {
  display: none;
}

.tree ul.vertical li {
  float: none;
  text-align: left;
}

.tree ul.vertical li::before {
  right: auto;
  border: none;
}

.tree ul.vertical li::after {
  display: none;
}

.tree ul.vertical li a {
  padding: 10px 0.75em;
  margin-left: 16px;
}

.tree ul.vertical li::before {
  top: -20px;
  left: 0px;
  border-bottom: 1px solid #7099D0;
  border-left: 1px solid #7099D0;
  width: 20px;
  height: 60px;
}

.tree ul.vertical li:first-child::before {
  top: 0px;
  height: 40px;
}

div.tree>ul>li>ul>li>a {
  width: 11em;
}

.tree li a:hover,
.tree li a:hover+ul li a {
  box-shadow: 3px 3px 5px rgba(138, 148, 166, 0.3);
}

.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
  border-color: #BEAC69;
}

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