/*
Template Name: Moltran Dashboard
Author: CoderThemes
Email: coderthemes$gmail.com
File: Components
*/
/*
  - Buttons
  - Panels
  - Portlets
  - Checkbox and Radio
  - Progressbars
  - Tables
  - Form Elements
  - Calendar
  - Widgets
  - Carousel
  - modals
  - Cards
  - accordions
  - nav pills
*/
/* ==============
  Buttons
===================*/
.btn {
  border-radius: 2px;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.2px;
  margin: 5px 5px 5px 0; }
  .btn.focus, .btn:focus {
    box-shadow: none !important; }

.btn-lg {
  font-size: 14px;
  padding: 10px 20px !important; }
  .btn-lg i {
    font-size: 18px;
    vertical-align: inherit; }

.btn-circle {
  border-radius: 100%; }
  .btn-circle.thumb-sm {
    line-height: 45px; }

#topicons .btn:hover {
  background: rgba(255, 255, 255, 0.13);
  color: #fff; }

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

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

.btn-default {
  background-color: #fff !important;
  border: 1px solid #dddddd !important; }
  .btn-default:hover, .btn-default.hover {
    background-color: #f3f3f3 !important; }
  .btn-default:focus, .btn-default.focus {
    background-color: #f3f3f3 !important; }
  .btn-default:active, .btn-default.active {
    background-color: #e5e8e9 !important;
    border: 1px solid #e5e8e9 !important; }

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

.btn-light {
  background-color: #fff !important;
  border: 1px solid transparent !important; }
  .btn-light:hover, .btn-light.hover {
    background-color: #f9f9f9 !important; }
  .btn-light:focus, .btn-light.focus {
    background-color: #f9f9f9 !important; }
  .btn-light:active, .btn-light.active {
    background-color: #e5e8e9 !important; }

.open > .dropdown-toggle.btn-light {
  background-color: #fff !important;
  border: 1px solid #dddddd !important; }

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

.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: #192857 !important;
  border: 1px solid #192857 !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: #86764e !important;
  border: 1px solid #86764e !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: #2aa94a !important;
  border: 1px solid #2aa94a !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: #285aa9 !important;
  border: 1px solid #285aa9 !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: #e2c377 !important;
  border: 1px solid #e2c377 !important;
  color: #4a4a4a !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: #AF1685 !important;
  border: 1px solid #AF1685 !important; }

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

.btn-purple, .btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  background-color: #5e36ba !important;
  border: 1px solid #5e36ba !important;
  color: #fff; }

.btn-pink, .btn-pink:hover, .btn-pink:focus, .btn-pink:active {
  background-color: #ee2b70 !important;
  border: 1px solid #ee2b70 !important;
  color: #fff; }

.btn-custom-default {
  background-color: #f9f9f9 !important;
  border: 1px solid transparent !important; }
  .btn-custom-default:hover, .btn-custom-default.hover {
    background-color: #f3f3f3 !important; }
  .btn-custom-default:focus, .btn-custom-default.focus {
    background-color: #f3f3f3 !important; }
  .btn-custom-default:active, .btn-custom-default.active {
    background-color: #bec0c1 !important;
    border: 1px solid #bec0c1 !important;
    color: #d4d7d8 !important; }

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

.btn-custom-light {
  background-color: #fff !important;
  border: 1px solid transparent !important; }
  .btn-custom-light:hover, .btn-custom-light.hover {
    background-color: #f9f9f9 !important; }
  .btn-custom-light:focus, .btn-custom-light.focus {
    background-color: #f9f9f9 !important; }
  .btn-custom-light:active, .btn-custom-light.active {
    background-color: #bec0c1 !important;
    border: 1px solid #bec0c1 !important;
    color: #d4d7d8 !important; }

.btn-custom.btn-default:hover {
  color: #4a4a4a !important; }
.btn-custom.btn-default:active {
  color: #4a4a4a !important; }
.btn-custom.btn-default:focus {
  color: #4a4a4a !important; }

.btn-custom.btn-primary {
  color: #192857 !important; }

.btn-custom.btn-success {
  color: #2aa94a !important; }

.btn-custom.btn-info {
  color: #285aa9 !important; }

.btn-custom.btn-warning {
  color: #e2c377 !important; }

.btn-custom.btn-danger {
  color: #AF1685 !important; }

.btn-custom.btn-inverse {
  color: #212121 !important; }

.btn-custom.btn-purple {
  color: #5e36ba !important; }

.btn-custom.btn-pink {
  color: #ee2b70 !important; }

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

.btn-custom {
  -moz-border-radius: 2px;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-border-radius: 2px;
  -webkit-transition: all 400ms ease-in-out;
  background: transparent;
  background-color: transparent !important;
  border-radius: 2px;
  border-width: 1px;
  transition: all 400ms ease-in-out; }
  .btn-custom:hover {
    color: #fff !important; }
  .btn-custom:focus {
    color: #fff !important; }

.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; }

/* ==============
  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; } }
/* ==============
  Panels
===================*/
.panel {
  border: none;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px; }
  .panel .panel-body {
    padding: 20px; }
    .panel .panel-body p {
      margin: 0px; }
    .panel .panel-body p + p {
      margin-top: 15px; }

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

.panel-default > .panel-heading {
  background-color: #fafafa;
  border-bottom: none;
  color: #797979; }

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

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

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

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

.panel-success > .panel-heading {
  background-color: #2aa94a; }

.panel-info > .panel-heading {
  background-color: #285aa9; }

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

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

.panel-purple > .panel-heading {
  background-color: #5e36ba; }

.panel-pink > .panel-heading {
  background-color: #ee2b70; }

.panel-inverse > .panel-heading {
  background-color: #212121; }

.panel-custom > .panel-heading {
  background-color: #a79d82; }

.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: #192857 !important;
  color: #192857 !important; }

.panel-border.panel-success .panel-heading {
  border-color: #2aa94a !important;
  color: #2aa94a !important; }

.panel-border.panel-info .panel-heading {
  border-color: #285aa9 !important;
  color: #285aa9 !important; }

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

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

.panel-border.panel-purple .panel-heading {
  border-color: #5e36ba !important;
  color: #5e36ba !important; }

.panel-border.panel-pink .panel-heading {
  border-color: #ee2b70 !important;
  color: #ee2b70 !important; }

.panel-border.panel-inverse .panel-heading {
  border-color: #212121 !important;
  color: #212121 !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: #4a4a4a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }

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

.panel-fill.panel-secondary {
  background-color: #86764e; }

.panel-fill.panel-success {
  background-color: #2aa94a; }

.panel-fill.panel-info {
  background-color: #285aa9; }

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

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

.panel-fill.panel-purple {
  background-color: #5e36ba; }

.panel-fill.panel-pink {
  background-color: #ee2b70; }

.panel-fill.panel-inverse {
  background-color: #212121; }

.panel-fill.panel-custom {
  background-color: #a79d82; }

.panel-group .panel {
  margin-bottom: 10px; }
  .panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
    content: '\f067'; }
  .panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
    content: '\f067'; }
  .panel-group .panel .panel-heading a[data-toggle=collapse] {
    display: block; }
    .panel-group .panel .panel-heading a[data-toggle=collapse]:before {
      content: '\f068';
      display: block;
      float: right;
      font-family: 'FontAwesome';
      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: '\f068';
      display: block;
      float: right;
      font-family: 'FontAwesome';
      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 #eeeeee;
  margin-top: 0; }

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

/* ==============
  Portlets
===================*/
.portlet {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: all 0.4s; }
  .portlet .portlet-heading {
    border-radius: 3px;
    color: #fff;
    padding: 12px 20px; }
    .portlet .portlet-heading .portlet-title {
      color: #fff;
      float: left;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 0;
      margin-top: 0; }
    .portlet .portlet-heading .portlet-widgets {
      display: inline-block;
      float: right;
      font-size: 15px;
      line-height: 30px;
      padding-left: 15px;
      position: relative;
      text-align: right; }
      .portlet .portlet-heading .portlet-widgets .divider {
        margin: 0 5px; }
      .portlet .portlet-heading .portlet-widgets .collapsed .ion-minus-round:before {
        content: "\f217" !important; }
    .portlet .portlet-heading a {
      color: #999999; }
  .portlet .portlet-body {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px; }

.portlet-default .portlet-title {
  color: #797979 !important; }

.portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-warning a, .portlet .portlet-heading.bg-inverse a, .portlet .portlet-heading.bg-pink a {
  color: #fff; }

.panel-disabled {
  background: rgba(243, 242, 241, 0.5);
  bottom: 15px;
  left: 0px;
  position: absolute;
  right: -5px;
  top: 0; }

.loader-1 {
  -moz-animation: loaderAnimate 1000ms linear infinite;
  -o-animation: loaderAnimate 1000ms linear infinite;
  -webkit-animation: loaderAnimate 1000ms linear infinite;
  animation: loaderAnimate 1000ms linear infinite;
  clip: rect(0, 30px, 30px, 15px);
  height: 30px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px; }
  .loader-1:after {
    -moz-animation: loaderAnimate2 1000ms ease-in-out infinite;
    -o-animation: loaderAnimate2 1000ms ease-in-out infinite;
    -webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
    animation: loaderAnimate2 1000ms ease-in-out infinite;
    border-radius: 50%;
    clip: rect(0, 30px, 30px, 15px);
    content: '';
    height: 30px;
    position: absolute;
    width: 30px; }

/* ==============
  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 #cccccc;
      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 {
    content: "\ea5f";
    font-family: 'Synrgise-Paramount'; }
  .checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    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: #192857;
  border-color: #192857; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

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

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

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

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #2aa94a;
  border-color: #2aa94a; }
.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 #cccccc;
      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: #192857; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #192857; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #192857; }

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

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

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

.radio-success input[type="radio"] + label::after {
  background-color: #2aa94a; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #2aa94a; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #2aa94a; }
/* 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: #44b4a6; }
      .image-radio input[type="radio"]:checked + label .icon {
        display: block; }
  .image-radio .icon {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background: #44b4a6;
    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 #dddddd;
  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 #44b4a6;
  color: #fff; }

.radio-btn.radio label::after, .radio-btn.radio label::before {
  display: none; }
/* ==============
  Progressbars
===================*/
.progress {
  -webkit-box-shadow: none !important;
  background-color: #e5e8e9;
  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: #192857; }

.progress-bar-secondary {
  background-color: #86764e; }

.progress-bar-success {
  background-color: #2aa94a; }

.progress-bar-info {
  background-color: #285aa9; }

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

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

.progress-bar-inverse {
  background-color: #212121; }

.progress-bar-purple {
  background-color: #5e36ba; }

.progress-bar-pink {
  background-color: #ee2b70; }

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: animationProgress;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: animationProgress;
  transition: 5s all; }

/* ==============
  Tables
===================*/
.table {
  margin-bottom: 10px; }

tbody {
  color: #797979; }

th {
  color: #666666;
  font-size: 15px; }

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

.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal; }

.modal-block {
  background: transparent;
  margin: 40px auto;
  max-width: 600px;
  padding: 0;
  position: relative;
  text-align: left; }

.dt-buttons {
  float: left; }

div#datatable-buttons_info {
  float: left; }

table.dataTable th.focus, table.dataTable td.focus {
  outline: 3px solid #192857 !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 .fa-trash-o {
  color: #AF1685; }
#datatable-editable .fa-times {
  color: #AF1685; }
#datatable-editable .fa-pencil {
  color: #29b6f6; }
#datatable-editable .fa-save {
  color: #33b86c; }

#datatable td {
  font-weight: normal; }

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

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

/* ==============
  Form-elements
===================*/
.error {
  color: #ff0000; }

.datepicker {
  border: 1px solid #dddddd;
  padding: 8px; }
  .datepicker th {
    font-size: 14px !important; }

.search-input {
  margin-bottom: 10px; }

.ms-selectable {
  box-shadow: none;
  outline: none !important; }

.ms-container .ms-list.ms-focus {
  box-shadow: none; }
.ms-container .ms-selectable li.ms-hover {
  background-color: #192857; }
.ms-container .ms-selection li.ms-hover {
  background-color: #192857; }

.adjust-huener-buttons.btn-group-vertical .btn {
  background-color: #eeeeee;
  border: none !important;
  box-shadow: none !important;
  height: 17px;
  line-height: 16px;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  width: 22px; }
  .adjust-huener-buttons.btn-group-vertical .btn i {
    color: #4a4a4a !important;
    line-height: 10px;
    margin-top: -3px; }
  .adjust-huener-buttons.btn-group-vertical .btn:first-child {
    -webkit-border-radius: 0 0px 0 0 !important;
    border-radius: 0 0px 0 0 !important; }
  .adjust-huener-buttons.btn-group-vertical .btn:last-child {
    -webkit-border-radius: 0 0 0px !important;
    border-radius: 0 0 0px !important; }

.note-editor {
  border: 1px solid #dddddd;
  position: relative; }
  .note-editor .note-toolbar {
    background-color: #f3f3f3;
    border-bottom: 1px solid #dddddd;
    margin: 0; }
  .note-editor .note-statusbar {
    background-color: #fff; }
    .note-editor .note-statusbar .note-resizebar {
      border-top: 1px solid #dddddd;
      height: 15px;
      padding-top: 3px; }

.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px; }

.note-toolbar {
  padding: 5px 0 10px 5px; }

.code-edit-wrap {
  padding: 0px !important; }

.cm-s-ambiance .CodeMirror-linenumber {
  color: #bcbcbc; }
.cm-s-ambiance .CodeMirror-gutters {
  background-color: #212121 !important;
  box-shadow: none; }

.cm-s-ambiance.CodeMirror {
  background-color: #212121 !important;
  box-shadow: none; }

.bootstrap-timepicker-widget table td a:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  color: #192857;
  text-decoration: none; }

.editor-horizontal .popover-content {
  padding: 9px 30px; }

.wizard > .content {
  background: #fff;
  min-height: 240px;
  padding: 20px; }

.wizard > .content > .body {
  padding: 0px; }
  .wizard > .content > .body input {
    border: 1px solid #eeeeee; }
  .wizard > .content > .body ul > li {
    display: block;
    line-height: 30px; }
  .wizard > .content > .body label.error {
    color: #e55957;
    margin-left: 0; }
  .wizard > .content > .body label {
    display: inline-block;
    margin-top: 10px; }

.wizard > .steps .number {
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  margin-right: 10px; }
.wizard > .steps .disabled a {
  background: #f2f2f2;
  color: #4a4a4a;
  cursor: default; }
  .wizard > .steps .disabled a:hover {
    background: #f2f2f2;
    color: #4a4a4a;
    cursor: default; }
  .wizard > .steps .disabled a:active {
    background: #f2f2f2;
    color: #4a4a4a;
    cursor: default; }
.wizard > .steps .current a {
  background: #192857; }
  .wizard > .steps .current a:hover {
    background: #192857; }
    .wizard > .steps .current a:hover .number {
      background: transparent;
      color: #fff; }
  .wizard > .steps .current a:active {
    background: #192857; }
    .wizard > .steps .current a:active .number {
      background: transparent;
      color: #fff; }
  .wizard > .steps .current a .number {
    background: transparent;
    color: #fff; }
.wizard > .steps .done a {
  background: #cccccc; }
  .wizard > .steps .done a:hover {
    background: #cccccc; }
  .wizard > .steps .done a:active {
    background: #cccccc; }

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active, .wizard > .content {
  border-radius: 2px; }

.wizard > .actions {
  margin-bottom: 30px; }
  .wizard > .actions a {
    background: #192857;
    border-radius: 2px;
    color: #fff; }
    .wizard > .actions a:hover {
      background: #192857;
      border-radius: 2px;
      color: #fff; }
    .wizard > .actions a:active {
      background: #192857;
      border-radius: 2px;
      color: #fff; }
  .wizard > .actions .disabled a {
    background: #e2e2e2;
    color: #4a4a4a; }
    .wizard > .actions .disabled a:hover {
      background: #e2e2e2;
      color: #4a4a4a; }
    .wizard > .actions .disabled a:active {
      background: #e2e2e2;
      color: #4a4a4a; }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-color: #192857 !important;
  background-image: none;
  box-shadow: none; }

/* Select2 */
.select2-container .select2-choice {
  background-image: none !important;
  border: none !important;
  height: auto  !important;
  padding: 0px !important;
  line-height: 22px !important;
  background-color: transparent !important;
  box-shadow: none !important; }
  .select2-container .select2-choice .select2-arrow {
    background-image: none !important;
    background: transparent;
    border: none;
    width: 14px;
    top: 2px;
    right: 5px; }
.select2-container .select2-container-multi.form-control {
  height: auto; }

.select2-results .select2-highlighted {
  background-color: #192857; }

.select2-drop-active {
  border: 1px solid #e3e3e3 !important;
  padding-top: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }

.select2-search input {
  border: 1px solid #e3e3e3; }

.select2-container-multi {
  width: 100%; }
  .select2-container-multi .select2-choices {
    border: 2px solid fade(#fff, 20%) !important;
    box-shadow: none !important;
    background: transparent !important;
    background-image: none  !important;
    border-radius: 4px  !important;
    min-height: 34px; }
    .select2-container-multi .select2-choices .select2-search-choice {
      padding: 6px 8px 7px 19px;
      margin: 5px 0 3px 5px;
      background: #eeeeee;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .select2-container-multi .select2-choices .select2-search-field input {
      padding: 7px 7px 7px 10px;
      font-family: inherit; }
    .select2-container-multi .select2-choices .select2-search-choice-close {
      top: 6px; }

.select2-chosen {
  height: 34px;
  line-height: 34px;
  padding-left: 15px;
  color: #444444; }

/* Timepiker */
.bootstrap-timepicker-widget table td input {
  border: none; }

/* Dropzone */
.dropzone {
  min-height: 230px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 6px; }
  .dropzone .dz-message {
    font-size: 30px; }

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; }

@media (min-width: 1500px) {
  .col-xl-2 {
    width: 16.66666667%; } }
/* ==============
  Calendar
===================*/
.calendar {
  float: left;
  margin-bottom: 0px; }

.none-border .modal-footer {
  border-top: none; }

.fc-toolbar {
  margin-bottom: 5px; }
  .fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase; }

.fc-day {
  background: #fff; }

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
.fc-toolbar button:focus, .fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0; }

.fc-widget-header {
  border: 1px solid #d5d5d5; }

.fc-widget-content {
  border: 1px solid #d5d5d5; }

.fc th.fc-widget-header {
  background: #dddddd;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px;
  text-transform: uppercase; }

.fc-button {
  background: #fff;
  border: 1px solid #d5d5d5;
  color: #555555;
  text-transform: capitalize; }

.fc-text-arrow {
  font-family: arial;
  font-size: 16px; }

.fc-state-hover {
  background: #F5F5F5; }

.fc-state-highlight {
  background: #f0f0f0; }

.fc-cell-overlay {
  background: #f0f0f0; }

.fc-unthemed .fc-today {
  background: #fff; }

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center; }

.external-event {
  color: #fff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px; }

.fc-basic-view td.fc-week-number span {
  padding-right: 5px; }
.fc-basic-view td.fc-day-number {
  padding-right: 5px; }

/* ==============
  Form Elements
===================*/
.input-group-btn .btn {
  margin: 0px; }

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

.mini-stat-icon {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  float: left;
  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 {
  color: #212121; }
  .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: #fff;
  border-color: #fff;
  opacity: 0.7; }

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

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

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

/*.fade-carousel .carousel-inner {
  height: 450px; }*/
  .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) {
  /*.fade-carousel .carousel-inner {
    height: 450px; }*/

  .item.active {
    height: 100%; } }
@media screen and (max-width: 1280px) {
  /*.fade-carousel .carousel-inner {
    height: 450px; }*/

  .item.active {
    height: 100%; } }
/* ==============
  Modals
===================*/
/*******************************
* 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: 400px;
  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: #212121; }

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

.admin_menu_dropdown li {
  padding: 10px 0; }

.admin_menu_dropdown a {
  color: #212121; }

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

.hr-heading {
  border-color: #192857;
  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; }

/*================================== CARDS ==================================*/
.card-img-thumb {
  position: relative;
  background: #e5e8e9;
  text-align: center; }

.card-img-thumb img {
  width: 100%;
  height: 170px;
  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-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 #212121;
  right: 10px;
  top: 10px; }

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

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

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

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

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