:root {
    --eduloc-green: #34a334;
    --eduloc-grey: #afafaf;
    --eduloc-red: #cc1e4a;
    --eduloc-blue: #014c6c;
    --eduloc-yellow: #ffc906;
    --eduloc-yellow-light: #ffdf6a;
    --eduloc-yellow-dark: #9c7c09;
    --eduloc-orange: #f4801f;
    --eduloc-red-very-light: #fae9ed;
    --eduloc-grey-light: #dfdfdf;
    --eduloc-dark-white: #f9f9f9;
    --eduloc-blue-very-light: #f3f6fb;
    --eduloc-grey-very-light: #f9f9f9;
    --eduloc-grey-dark: #605a5a;
    --eduloc-grey-background: #e0e0e0;
    --eduloc-blue-very-light: #dbecf4;
    --eduloc-orange-light: #fcebdc;
    --eduloc-red-dark: #a01a3c;
    --eduloc-red-light: #ca4063;
    --eduloc-blue-dark: #00364d;
    --eduloc-blue-light: #0076a9;
}

.bg-red{
    background-color: var(--eduloc-red)
}

.btn-primary {
    color: #fff;
    background-color: var(--eduloc-red);
    border-color: var(--eduloc-red);
}
.btn-primary:focus {
    color: #fff;
    background-color: var(--eduloc-red);
    border-color: var(--eduloc-red);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--eduloc-red-dark);
    border-color: var(--eduloc-red-dark);
}
.btn-primary:disabled {
    color: #fff;
    background-color: var(--eduloc-red-light);
    border-color: var(--eduloc-red-light);
}

.btn-secondary {
    color: #fff;
    background-color: var(--eduloc-blue);
    border-color: var(--eduloc-blue);
}
.btn-secondary:hover {
    color: #fff;
    background-color: var(--eduloc-blue-dark);
    border-color: var(--eduloc-blue-dark);
}
.btn-secondary:disabled {
    color: #fff;
    background-color: var(--eduloc-blue-light);
    border-color: var(--eduloc-blue-light);
}

.bg-image-red{
    background-image: url('/images/base/login_background.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.login-form{
    min-width: 400px;
}

.eduloc360-mark{
    background-image: url('/images/base/eduloc360_background.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 33% auto;
}

.is-fullheight{
    height: 100vh;
    padding-top: 58px;
    padding-bottom: 40px;
    overflow-y: hidden;
}

#mainContent .content{
    max-height: calc(100vh - 170px);
    overflow-y: auto;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.navbar.bg-red .navbar-nav .nav-item, .navbar.bg-red .navbar-nav .nav-item .nav-link, .navbar.bg-red .dropdown .nav-link {
    color: #FFFFFF;
}
.navbar-brand img{
    height: 30px;
}
.nav-link:hover{
    cursor: pointer;
}

.navbar.bg-red .navbar-nav .nav-item.active, .navbar.bg-red .navbar-nav .nav-item.active a{
    color:var(--eduloc-yellow);
}

.wait{
    cursor: wait !important;
}

.has-bg-white{
    background-color: #FFFFFF;
}

.header{
    background-color: var(--eduloc-blue);
    padding:1rem;
    color:#ffffff;
}

.header h2{
    margin-bottom: 0;
}

.dt-buttons .btn.btn-secondary{
    color: var(--eduloc-grey-dark);
    background-color: var(--eduloc-yellow);
    border-color: var(--eduloc-yellow);
}
.dt-buttons .btn-secondary:hover {
    color: var(--eduloc-grey-dark);
    background-color: var(--eduloc-yellow-dark);
    border-color: var(--eduloc-yellow-dark);
}
.dt-buttons .btn-secondary:disabled {
    color: var(--eduloc-grey-dark);
    background-color: var(--eduloc-yellow-light);
    border-color: var(--eduloc-yellow-light);
}
.dt-buttons.btn-group .btn{
    padding-top: 0.375rem !important;
}
.dt-buttons.btn-group .btn-group{
    margin-left: 0 !important;
}

.btn-yellow{
    color: var(--eduloc-grey-dark);
    background-color: var(--eduloc-yellow);
    border-color: var(--eduloc-yellow);
}
.btn-yellow:hover {
    color: var(--eduloc-grey-dark);
    background-color: var(--eduloc-yellow-dark);
    border-color: var(--eduloc-yellow-dark);
}
.btn-yellow:disabled {
    color: var(--eduloc-grey-dark);
    background-color: var(--eduloc-yellow-light);
    border-color: var(--eduloc-yellow-light);
}

td{
    vertical-align: middle;
}

.ms-container{
    width: 100%;
}

.text-muted{
    color:var(--eduloc-grey);
} 
.font-italic{
    font-style: italic;
}
.multiSelectTextDescription{
    font-size: 0.75rem;
}

.dt-search{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    max-width: 30%;
    float: right;
    margin-bottom: 2rem;
}

.is-primary{
    color:var(--eduloc-red);
}
.is-primary:hover{
    color:var(--eduloc-red);
}

label{
    font-weight: bold;
}

.title{
    color:var(--eduloc-blue)
}

.nav-link.is-primary.active{
    background-color: var(--eduloc-red-light);
    color: #fff;
    border-bottom: 1px solid var(--eduloc-red);
}
.nav-link.is-primary:hover{
    border-color:var(--eduloc-red);
}

.nav-tabs.is-primary {
    border-bottom: 1px solid var(--eduloc-red);
}
.nav-tabs.is-secondary {
    border-bottom: 1px solid var(--eduloc-blue);
}
.nav-tabs.is-secondary .nav-link.active{
    background-color: var(--eduloc-blue-light);
    color: #fff;
    border-bottom: 1px solid var(--eduloc-blue);
}
.nav-tabs.is-secondary .nav-link:hover{
    border-color:var(--eduloc-blue);
}
.nav-tabs.is-secondary .nav-link{
    color:var(--eduloc-blue);
}

a{
    text-decoration: none;
    color: var(--eduloc-red)
}

a:hover{
    text-decoration: none;
    color: var(--eduloc-red)
}

a:visited{
    text-decoration: none;
    color: var(--eduloc-red-dark)
}

.dropdown-item.active, .dropdown-item:active{
    background-color:var(--eduloc-red)
}

.swal2-confirm{
    background-color:var(--eduloc-red)
}
.swal2-confirm:hover{
    background-color:var(--eduloc-red-dark)
}

.table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}

.table.dataTable th.dt-type-numeric div.dt-column-header, table.dataTable th.dt-type-numeric div.dt-column-footer, table.dataTable th.dt-type-date div.dt-column-header, table.dataTable th.dt-type-date div.dt-column-footer, table.dataTable td.dt-type-numeric div.dt-column-header, table.dataTable td.dt-type-numeric div.dt-column-footer, table.dataTable td.dt-type-date div.dt-column-header, table.dataTable td.dt-type-date div.dt-column-footer {
    flex-direction: row;
}

.is-bg-white{
    background-color: #FFFFFF;
}

#loading{
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background-color: rgba(0,0,0,0.8);
}
.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

#loading .center-screen i{
    color: var(--eduloc-red);
    font-size: 125px;
}

.title-bordered{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid var(--eduloc-blue);
    border-bottom: 1px solid var(--eduloc-blue);
    color: var(--eduloc-blue);
    margin-top: 1rem;
}

.text-muted{
    color:var(--eduloc-grey);
    font-style: italic;
}

.error-field{
    color:var(--eduloc-red) !important;
}

.btn-check:active+.btn-outline-primary, 
.btn-check:checked+.btn-outline-primary, 
.btn-outline-primary.active, 
.btn-outline-primary.dropdown-toggle.show, 
.btn-outline-primary:active
 {
    color: #fff;
    background-color: var(--eduloc-red);
    border-color: var(--eduloc-red);
}

.btn-check:active+.btn-outline-secondary, 
.btn-check:checked+.btn-outline-secondary, 
.btn-outline-secondary.active, 
.btn-outline-secondary.dropdown-toggle.show, 
.btn-outline-secondary:active
 {
    color: #fff;
    background-color: var(--eduloc-blue);
    border-color: var(--eduloc-blue);
}

.btn-check:active+.btn-outline-ternary, 
.btn-check:checked+.btn-outline-ternary, 
.btn-outline-ternary.active, 
.btn-outline-ternary.dropdown-toggle.show, 
.btn-outline-ternary:active
 {
    color: #000000;
    background-color: var(--eduloc-yellow);
    border-color: var(--eduloc-yellow);
}
.btn-outline-primary {
    color: var(--eduloc-red);
    border-color: var(--eduloc-red);
}
.btn-outline-secondary {
    color: var(--eduloc-blue);
    border-color: var(--eduloc-blue);
}
.btn-outline-ternary {
    color: var(--eduloc-yellow);
    border-color: var(--eduloc-yellow);
}

.btn-outline-ternary:hover{
    color:#ffffff;
}
.btn-outline-ternary.active:hover{
    color:#000000;
}

.accordion-button{
    font-size: 1.2rem;
}

.accordion-button.bg-eduloc-blue{
    color: #fff;
    background-color: var(--eduloc-blue);
    border-color: var(--eduloc-blue);
}

.accordion-button::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.percent.right{
    text-align: right;
}

.bg-eduloc-red{
    color: #fff !important;
    background-color: var(--eduloc-red) !important;
    border-color: var(--eduloc-red) !important;
}

.bg-eduloc-blue{
    color: #fff;
    background-color: var(--eduloc-blue) !important;
    border-color: var(--eduloc-blue);
}

.bg-eduloc-yellow{
    color: #000000;
    background-color: var(--eduloc-yellow) !important;
    border-color: var(--eduloc-yellow);
}
/* Infobox ===================================== */
.info-box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px; }
    .info-box .icon i {
      color: #fff;
      font-size: 50px;
      line-height: 80px; }
      .info-box .icon i.fa{
      color: #fff;
      font-size: 2rem;
      line-height: 80px; }
    .info-box .icon .chart.chart-bar {
      height: 100%;
      line-height: 100px; }
      .info-box .icon .chart.chart-bar canvas {
        vertical-align: baseline !important; }
    .info-box .icon .chart.chart-pie {
      height: 100%;
      line-height: 123px; }
      .info-box .icon .chart.chart-pie canvas {
        vertical-align: baseline !important; }
    .info-box .icon .chart.chart-line {
      height: 100%;
      line-height: 115px; }
      .info-box .icon .chart.chart-line canvas {
        vertical-align: baseline !important; }
  .info-box .inner-content {
    width: 100%;
    display: inline-block;
    padding: 7px 10px; }
    .info-box .inner-content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box .inner-content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box.hover-zoom-effect .icon {
  overflow: hidden; }
  .info-box.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.info-box.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 80px;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box.hover-expand-effect:hover:after {
  width: 100%; }

.info-box-2 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box-2 .icon {
    display: inline-block;
    text-align: center;
    width: 80px; }
    .info-box-2 .icon i {
      color: #fff;
      font-size: 50px;
      line-height: 80px; }
  .info-box-2 .chart.chart-bar {
    height: 100%;
    line-height: 105px; }
    .info-box-2 .chart.chart-bar canvas {
      vertical-align: baseline !important; }
  .info-box-2 .chart.chart-pie {
    height: 100%;
    line-height: 123px; }
    .info-box-2 .chart.chart-pie canvas {
      vertical-align: baseline !important; }
  .info-box-2 .chart.chart-line {
    height: 100%;
    line-height: 115px; }
    .info-box-2 .chart.chart-line canvas {
      vertical-align: baseline !important; }
  .info-box-2 .content {
    display: inline-block;
    padding: 7px 10px; }
    .info-box-2 .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box-2 .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box-2.hover-zoom-effect .icon {
  overflow: hidden; }
  .info-box-2.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.info-box-2.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box-2.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box-2.hover-expand-effect:hover:after {
  width: 100%; }

.info-box-3 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box-3 .icon {
    position: absolute;
    right: 10px;
    bottom: 2px;
    text-align: center; }
    .info-box-3 .icon i {
      color: rgba(0, 0, 0, 0.15);
      font-size: 60px; }
  .info-box-3 .chart {
    margin-right: 5px; }
  .info-box-3 .chart.chart-bar {
    height: 100%;
    line-height: 50px; }
    .info-box-3 .chart.chart-bar canvas {
      vertical-align: baseline !important; }
  .info-box-3 .chart.chart-pie {
    height: 100%;
    line-height: 34px; }
    .info-box-3 .chart.chart-pie canvas {
      vertical-align: baseline !important; }
  .info-box-3 .chart.chart-line {
    height: 100%;
    line-height: 40px; }
    .info-box-3 .chart.chart-line canvas {
      vertical-align: baseline !important; }
  .info-box-3 .content {
    display: inline-block;
    padding: 7px 16px; }
    .info-box-3 .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box-3 .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box-3.hover-zoom-effect .icon i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.info-box-3.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box-3.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box-3.hover-expand-effect:hover:after {
  width: 100%; }

.info-box-4 {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
  display: flex;
  cursor: default;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .info-box-4 .icon {
    position: absolute;
    right: 10px;
    bottom: 2px;
    text-align: center; }
    .info-box-4 .icon i {
      color: rgba(0, 0, 0, 0.15);
      font-size: 60px; }
  .info-box-4 .chart {
    margin-right: 5px; }
  .info-box-4 .chart.chart-bar {
    height: 100%;
    line-height: 50px; }
    .info-box-4 .chart.chart-bar canvas {
      vertical-align: baseline !important; }
  .info-box-4 .chart.chart-pie {
    height: 100%;
    line-height: 34px; }
    .info-box-4 .chart.chart-pie canvas {
      vertical-align: baseline !important; }
  .info-box-4 .chart.chart-line {
    height: 100%;
    line-height: 40px; }
    .info-box-4 .chart.chart-line canvas {
      vertical-align: baseline !important; }
  .info-box-4 .content {
    display: inline-block;
    padding: 7px 16px; }
    .info-box-4 .content .text {
      font-size: 13px;
      margin-top: 11px;
      color: #555; }
    .info-box-4 .content .number {
      font-weight: normal;
      font-size: 26px;
      margin-top: -4px;
      color: #555; }

.info-box-4.hover-zoom-effect .icon i {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.info-box-4.hover-zoom-effect:hover .icon i {
  opacity: 0.4;
  -moz-transform: rotate(-32deg) scale(1.4);
  -ms-transform: rotate(-32deg) scale(1.4);
  -o-transform: rotate(-32deg) scale(1.4);
  -webkit-transform: rotate(-32deg) scale(1.4);
  transform: rotate(-32deg) scale(1.4); }

.info-box-4.hover-expand-effect:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  color: transparent;
  -moz-transition: all 0.95s;
  -o-transition: all 0.95s;
  -webkit-transition: all 0.95s;
  transition: all 0.95s; }

.info-box-4.hover-expand-effect:hover:after {
  width: 100%; }


/*
.dropzone .dz-preview.dz-image-preview{
        background-color: #EEEEEE;
    }
    .form-group{
        margin-bottom: 5px;;
    }
    .form-group .form-control {
        width: 100%;
        box-shadow: none;
        padding-left: 0px;
        border-width: initial;
        border-style: solid;
        border-color: #cccccc;
        border-width: 1px;
        border-image: initial;
        border-radius: 4px;
        padding-left: 5px;
    }
    .form-group label{
        margin-bottom: 0;
    }
    .multiSelectTextDescription{
        font-size: 1.2rem;
    }
    .switch label{
        font-weight: bold;
        font-size: 14px;
    }
    
    .btn-group.bootstrap-select{
        border-radius: 4px;
        border-style: solid;
        border-color: #cccccc;
        border-width: 1px;
    }
    .btn-group.bootstrap-select .btn.dropdown-toggle{
        padding-top: 8px;
    }*/