/*
Template Name: Moltran Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Components
*/
/*
  - Badges
  - Buttons
  - Cards
  - Panels
  - Checkbox and Radio
  - Progressbars
  - Tables
  - Form Elements
  - Widgets
  - Carousel
  - modals
  - accordions
  - nav pills
*/
/* ==============
  Badges
===================*/
.label-default {
  background-color: #f7f6f8;
  color: #1d1a22;
  border: 1px solid #d9d9d9;
}

.label-light {
  background-color: #ffffff;
  color: #384154;
  border: 1px solid #d9d9d9;
}

/* ==============
  Buttons
===================*/
.btn {
  border-radius: 4px;
  letter-spacing: 0.2px;
  margin: 5px 5px 5px 0;
  font-weight: 500;
}
.btn .icon {
  vertical-align: middle;
}

.btn-lg {
  font-size: 16px;
  padding: 12px 24px;
}
.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: #f7f6f8;
  border-radius: 25px;
}

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

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

.btn-ghost {
  color: #1d1a22;
  background-color: transparent;
  border: 1px solid transparent;
}

.btn-white, .btn-light {
  color: #1d1a22;
}

.btn-default {
  background-color: #ffffff !important;
  border: 1px solid #d9d9d9 !important;
}
.btn-default:hover, .btn-default.hover {
  background-color: #f0f1f5 !important;
}
.btn-default:focus, .btn-default.focus {
  background-color: #f0f1f5 !important;
}
.btn-default:active, .btn-default.active {
  background-color: #f0f1f5 !important;
  border: 1px solid #f0f1f5 !important;
}

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

.btn-light {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
.btn-light:hover, .btn-light.hover {
  background-color: #ffffff !important;
}
.btn-light:focus, .btn-light.focus {
  background-color: #f0f1f5 !important;
}
.btn-light:active, .btn-light.active {
  background-color: #ffffff !important;
  border: 1px solid #d9d9d9 !important;
  box-shadow: none !important;
}

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

.input-group-btn .btn-white:hover {
  background: #bc0000;
  border: 1px solid #bc0000;
  color: #ffffff;
}

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

.dropdown-menu.profile {
  width: 320px;
}
.dropdown-menu.profile #profileDropdown {
  background: #ffffff;
  margin: 10px;
}
.dropdown-menu a {
  padding: 6px 20px;
  color: #1d1a22;
  font-size: 12px;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.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: #bc0000 !important;
  border: 1px solid #bc0000 !important;
}

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

.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: #498d40 !important;
  border: 1px solid #498d40 !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: #0c8ce9 !important;
  border: 1px solid #0c8ce9 !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: #faad1a !important;
  border: 1px solid #faad1a !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: #d14702 !important;
  border: 1px solid #d14702 !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: #1d1a22 !important;
  border: 1px solid #1d1a22 !important;
  color: #ffffff;
}

.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: #1d1a22;
  border: 1px solid #d9d9d9;
}
.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: #f0f1f5;
}

.btn-outline-white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.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: #ffffff;
  color: #1d1a22;
}

.btn-outline-primary {
  color: #bc0000;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
}
.btn-outline-primary i {
  color: #bc0000;
}
.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: #bc0000;
  color: #ffffff;
}
.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: #ffffff;
}

.btn-outline-secondary {
  color: #48546d;
  border: 1px solid #48546d;
}
.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: #48546d;
  color: #ffffff;
}

.btn-outline-success {
  color: #498d40;
  border: 1px solid #498d40;
}
.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: #498d40;
  color: #ffffff;
}

.btn-outline-info {
  color: #0c8ce9;
  border: 1px solid #0c8ce9;
}
.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: #0c8ce9;
  color: #ffffff;
}

.btn-outline-warning {
  color: #faad1a;
  border: 1px solid #faad1a;
}
.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: #faad1a;
  color: #ffffff;
}

.btn-outline-danger {
  color: #d14702;
  border: 1px solid #d14702;
}
.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: #d14702;
  color: #ffffff;
}

.btn-outline-dark {
  color: #1d1a22;
  border: 1px solid #1d1a22;
}
.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: #1d1a22;
  color: #ffffff;
}

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

.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 4px 4px 0px rgba(0, 0, 0, 0.16);
}
.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: #ffffff;
  text-align: center;
}

.card-img-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/11;
  max-height: 132px;
}

.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-info-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

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

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

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

/* ==============
  Panels
===================*/
.panel {
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  border: none;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 8px;
}
.panel .panel-body {
  padding: 16px;
}
.panel .panel-body p + p {
  margin-top: 8px;
}

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

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

.panel-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}

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

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

.panel-primary > .panel-heading {
  background-color: #bc0000;
  color: #ffffff;
}

.panel-secondary > .panel-heading {
  background-color: #48546d;
  color: #ffffff;
}

.panel-success > .panel-heading {
  background-color: #498d40;
  color: #ffffff;
}

.panel-info > .panel-heading {
  background-color: #0c8ce9;
  color: #ffffff;
}

.panel-warning > .panel-heading {
  background-color: #faad1a;
  color: #ffffff;
}

.panel-danger > .panel-heading {
  background-color: #d14702;
  color: #ffffff;
}

.panel-dark > .panel-heading {
  background-color: #1d1a22;
  color: #ffffff;
}

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

.panel-border .panel-heading {
  background-color: #ffffff;
  border-top: 3px solid #d0d5df !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: #bc0000 !important;
  color: #bc0000 !important;
}

.panel-border.panel-success .panel-heading {
  border-color: #498d40 !important;
  color: #498d40 !important;
}

.panel-border.panel-info .panel-heading {
  border-color: #0c8ce9 !important;
  color: #0c8ce9 !important;
}

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

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

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

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

.panel-fill .panel-heading {
  background-color: transparent;
  color: #ffffff;
  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: #48546d;
}

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

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

.panel-fill.panel-secondary {
  background-color: #48546d;
}

.panel-fill.panel-success {
  background-color: #498d40;
}

.panel-fill.panel-info {
  background-color: #0c8ce9;
}

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

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

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

.panel-group .panel {
  margin-bottom: 10px;
}
.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 #d9d9d9;
  margin-top: 0;
}

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

.panel[data-target] {
  cursor: pointer;
}

/* ==============
  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: #ffffff;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  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: #48546d;
  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 {
  content: "\ea74";
  font-family: "Synrgise";
}
.checkbox input[type=checkbox]:disabled + label::before {
  background-color: #f0f1f5;
  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: #bc0000;
  border-color: #bc0000;
}
.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-danger input[type=checkbox]:checked + label::before {
  background-color: #d14702;
  border-color: #d14702;
}
.checkbox-danger input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.checkbox-info input[type=checkbox]:checked + label::before {
  background-color: #0c8ce9;
  border-color: #0c8ce9;
}
.checkbox-info input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

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

.checkbox-success input[type=checkbox]:checked + label::before {
  background-color: #498d40;
  border-color: #498d40;
}
.checkbox-success input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

.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: #ffffff;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  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: #f0f1f5;
  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: #bc0000;
}
.radio-primary input[type=radio]:checked + label::before {
  border-color: #bc0000;
}
.radio-primary input[type=radio]:checked + label::after {
  background-color: #bc0000;
}

.radio-danger input[type=radio] + label::after {
  background-color: #d14702;
}
.radio-danger input[type=radio]:checked + label::before {
  border-color: #d14702;
}
.radio-danger input[type=radio]:checked + label::after {
  background-color: #d14702;
}

.radio-info input[type=radio] + label::after {
  background-color: #0c8ce9;
}
.radio-info input[type=radio]:checked + label::before {
  border-color: #0c8ce9;
}
.radio-info input[type=radio]:checked + label::after {
  background-color: #0c8ce9;
}

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

.radio-success input[type=radio] + label::after {
  background-color: #498d40;
}
.radio-success input[type=radio]:checked + label::before {
  border-color: #498d40;
}
.radio-success input[type=radio]:checked + label::after {
  background-color: #498d40;
}

/* 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: #0c8ce9;
}
.image-radio input[type=radio]:checked + label .icon {
  display: block;
}
.image-radio .icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  background: #0c8ce9;
  color: #ffffff;
  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 #d9d9d9;
  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 #0c8ce9;
  color: #ffffff;
}

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

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

.box_progress_bar {
  background-color: #f0f1f5;
}

.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: #bc0000;
}

.progress-bar-secondary {
  background-color: #48546d;
}

.progress-bar-success, .bar_complete, .box_progress_complete {
  background-color: #498d40;
}

.progress-bar-info {
  background-color: #0c8ce9;
}

.progress-bar-warning, .box_progress_failed, .bar_failed {
  background-color: #faad1a;
}

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

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

.radial_progress {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.radial_label {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #1d1a22;
}

.radial_track {
  stroke: #ffffff;
}

.radial_complete {
  stroke: #498d40;
  stroke-linecap: round;
}

.radial_failed {
  stroke: #faad1a;
  stroke-linecap: round;
}

.radial_progress_complete .radial_complete {
  stroke: #498d40;
}

/* ==============
  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: 0.75rem 1.25rem;
  line-height: 1.42857143;
  vertical-align: middle !important;
  border-top: 1px solid #d9d9d9;
  font-size: 1.2rem;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #d9d9d9 !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: "Lato", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  border-top: 0;
  font-size: 1.2rem;
  color: #1d1a22;
  font-weight: 700;
}

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

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

tbody {
  color: #1d1a22;
}

table.focus-on tbody tr.focused th {
  background-color: #bc0000;
  color: #ffffff;
}
table.focus-on tbody tr.focused td {
  background-color: #bc0000;
  color: #ffffff;
}

.table-accordion {
  background: transparent;
}

.table-accordion > tbody > tr > td {
  border-top: 10px solid #f7f6f8;
  background: #ffffff;
  padding: 15px 20px;
}

.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 #bc0000 !important;
  outline-offset: -1px;
}

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

#datatable-editable .actions a {
  padding: 5px;
}
#datatable-editable .form-control {
  background-color: #ffffff;
  width: 100%;
}
#datatable-editable .icon-trash-o {
  color: #d14702;
}
#datatable-editable .icon-times {
  color: #d14702;
}
#datatable-editable .icon-pencil {
  color: #0c8ce9;
}
#datatable-editable .icon-save {
  color: #498d40;
}

#datatable td {
  font-weight: normal;
}

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

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

/* ==============
  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;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
  color: #1d1a22 !important;
  background-color: #e7f4fd !important;
}

/* ==============
  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;
  color: #ffffff;
  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-indicators > li {
  margin: 0 2px;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
  opacity: 0.7;
}

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

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  position: absolute;
  top: 10%;
  z-index: 3;
  text-transform: uppercase;
}
.hero p {
  color: #ffffff;
  font-size: 1.5em;
}

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

.fade-carousel .carousel-inner .item .hero, .fade-carousel .carousel-inner .item .bannerOverlay {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.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 0.1s;
  -moz-transition: 2s all ease-in-out 0.1s;
  -ms-transition: 2s all ease-in-out 0.1s;
  -o-transition: 2s all ease-in-out 0.1s;
  transition: 2s all ease-in-out 0.1s;
}
.fade-carousel .carousel-inner .item a > img, .fade-carousel .carousel-inner .item img {
  line-height: 1;
  height: auto;
  width: 100%;
  object-fit: contain;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
  .hero {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 4em;
  }
}
/* ==============
  Modals
===================*/
.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-group .panel {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0px;
}
.modal-content .panel {
  border-top: none;
  box-shadow: none;
}

/*******************************
* 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: #ffffff;
}

.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: #ffffff;
}

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

.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: #1d1a22;
}

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

.admin_menu_dropdown li {
  padding: 10px 0;
}

.admin_menu_dropdown a {
  color: #1d1a22;
}

.admin_menu_dropdown a:hover {
  color: #bc0000;
}

.hr-heading {
  border-color: #bc0000;
  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 rgba(0, 0, 0, 0.0705882353);
}

/* ==============
  Nav Pills
===================*/
.nav-pills > li > a {
  color: #1d1a22;
  line-height: inherit;
  padding: 10px 20px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #ffffff;
  background-color: #bc0000;
}

.nav-pills > li.selected > a, .nav-pills > li.selected > a:focus, .nav-pills > li.selected > a:hover {
  color: #ffffff;
  background-color: #bc0000;
}

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