:root{
    --primary-lightblue: #0176DE;
    --primary-lightblue-v2: #3f6ad8;
    --primary-blue: #173F8A;
    --primary-blue-dark: #03122E;
    --primary-yellow: #FEC60D;
    --primary-yellow-dark: #E3AE00;
    --secundary-black: #000000;
    --secundary-gray: #808080;
    --secundary-lightgray-a: #eaeaea;
    --secundary-lightgray-b: #f0f0f0;
    --secundary-lightgray-c: #f6f6f6;
}
body{
    color: var(--primary-blue-dark);
}

.iframe-full>iframe{
    width: 100% !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
#loader {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    /* left: 50%;
    top: 50%; */
    
}
#loader .spinner{
    width: 100px;
    height: 100px;
    margin-bottom: 1em;
    /* margin: -75px 0 0 -75px; */
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary-blue);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader .spinner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary-lightblue);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader .spinner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary-yellow);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.alert-modal{
    padding: .35rem 1.25rem !important;
}
/* .modal{
    background-color: rgba(0,0,0,0.5);
} */
.fc-content .fc-time, .fc-content .fc-title{
    color: var(--secundary-lightgray-c);
}

.app-theme-white.fixed-header .app-header__logo{
    background: var(--primary-blue);
}
.app-header .app-header__content{
    background-color: var(--primary-lightblue);
}
.app-theme-white.fixed-header .app-header__logo .logo{
    display: flex;
}
.app-theme-white.fixed-header .app-header__logo .logo span{
    display: block;
    font-weight: 900;
    font-size: 1.6em;
    color: var(--secundary-lightgray-c);
}
.app-theme-white.closed-sidebar .app-header__logo .logo{
    display: none;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
    background-color: var(--secundary-lightgray-c);
}
.app-theme-white .app-page-title{
    background-color: transparent;
}
.app-page-title .page-title-wrapper{
    color: var(--secundary-lightgray-c);
}
.app-page-title .page-title-heading{
    font-weight: 800;
}
.app-page-title .page-title-icon{
    background-color: var(--secundary-lightgray-c);
}
.app-page-title .page-title-icon i{
    color: var(--primary-lightblue);
}
.vertical-nav-menu li a:hover{
    background: transparent;
}
.app-sidebar__heading a.title{
    color:var(--primary-blue-dark) !important;
}
.app-header .app-header__content .app-header-center{
    display: flex;
    align-items: center;
}
.app-header .app-header__content .app-header-center h1{
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.widget-content .widget-content-left{
    color: var(--secundary-lightgray-c);
}
.widget-content .widget-content-left .widget-heading{
    color: var(--secundary-lightgray-c);
}
.widget-content .widget-content-left .widget-subheading{
    color: var(--secundary-lightgray-c);
}
#monedas-header{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 4em 0 0;
}
 #monedas-header li {
    display: inline-block;
    margin-right: 1em;
    color: var(--secundary-lightgray-c);
    font-weight: 800;
    align-self: center;
 }
 #monedas-header li p{
     margin: 0;
 }
.app-sidebar__heading a.title i{
    color: var(--primary-lightblue) !important;
    opacity:1;
}
.closed-sidebar .app-sidebar .app-sidebar__inner .app-sidebar__heading::before{
    top:100%;
}
.minh-100{
    height: 20vh;
}
.tabla-borde{
    border-collapse: collapse;
    width: 100%;
    border: black 1px solid;
}
.tabla-mini tbody tr td{
    border-collapse: collapse;
    width: 100% !important;
    border: white 1px solid !important;
}
.tabla-borde  tr th {
    border: black 1px solid;
}
.tabla-borde-td  tr td {
    border: black 1px solid;
}
.tabla-verde{
    background-color:  #C6E0B4;
}
.tabla-azul{
    background-color: #BDD7EE;
}
.tabla-gris {
    background-color: #BFBFBF;
}
.fondo-azul{
    background-color: #5A9BF8;
}
.fondo-rojo{
    background-color: #B71C1C;
}
.fondo-naranja{
    background-color: #FF9802;
}
.fondo-verde{
    background-color: #0FC47A;
}
.fondo-gris-claro{
    background-color: #F7F7F7;
}
.fondo-gris{
    background-color: #818181;
}
.texto-azul{
    color:#405C99;    
}
.texto-negrita{
    font-weight: bold;
}
.lh-0{
    line-height: 0em;
}
.no-padding {
    padding: 0;
}
.contenedor{    
    border: 3px solid  #5A9BF8;
    border-radius: 7px;
    margin-bottom: 22px;
}
.tabla2-azul {
    margin-bottom: 0;
    box-sizing: border-box;
}
.tabla2-azul tr th {   
    border: 3px solid  #5A9BF8;
    border-radius: 5px;
}
.tabla2-azul tr td{
    border: 1px solid  #5A9BF8;
}
.nav-tabs a.nav-link.text-danger:hover, .nav-tabs a.nav-link.text-danger:focus{
    color: #981a38 !important;
}
.nav-tabs a.nav-link.text-success:hover, .nav-tabs a.nav-link.text-success:focus{
    color: #298957  !important;
}
.va-middle{
    vertical-align: middle !important;
}
.fc-timeGridDay-view .fc-event{
    width: 100px !important;
}
.wrap-color-status{
    width: 100%;
    display: flex;
}
.colorBox{
    height: 50px;
    width: 50px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
    font-weight: bold;
}
.borderBoxTarifa{
    border: 4px solid rgba(0,0,0,0.5);
}

.sidebar-right{
    right: 0;
    top: 0;
    /* padding-top: 40px; */
    margin-top: 80px;
    position: fixed;
    height: 100vh;
    box-shadow: 7px 0 60px rgba(0,0,0,0.5);
    background: white;
    width: 420px;
    display: flex;
    z-index: 11;
    overflow: hidden;
    min-width: 420px;
    flex: 0 0 420px;
    /* margin-top: -60px;
    padding-top: 60px; */
    transition: all .2s;
}
.sidebar-right .btn-toggle-sidebar-right{
    top: 25%;
    position: fixed;
    color: var(--primary-blue-dark);
    width: 50px;
    height: 50px;
    background: var(--primary-yellow);
    margin-left: -50px;
    border-radius: 10px 0 0 10px;
    padding: 1em;
    text-align: center;
}
.sidebar-right .btn-toggle-sidebar-right i {
    font-size: 1.8em;
}
.sidebar-right.closed-sidebar-right{
    width: 0;
    min-width: 0;
}

.sidebar-right .inner-sidebar-right{
    padding: 20px;
    width: 100%;
}

.custom-checkbox {
    min-height: 1rem;
    padding-left: 0;
    margin-right: 0;
    cursor: pointer; 
}
.custom-checkbox .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    /* margin: 0 16px; */
    box-shadow: none; 
}
.custom-checkbox .custom-control-indicator:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -2px;
    top: -4px;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
    transition: left .3s ease, background .3s ease, box-shadow .1s ease; 
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-color: var(--primary-lightblue);
    background-image: none;
    box-shadow: none !important; 
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
    background-color: var(--primary-lightblue);
    left: 15px; 
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important; 
}
.error{
    color: red;
}

.tarifa_ss{
    background-color:#cccccc;
}
.tarifa_media{ 
    background-color:#f7b924;
}
.tarifa_alta{
   background-color:#fd5555;
}
.tarifa_baja{
    background-color:#3ac47d;
}
.process-step .btn:focus{outline:none}
.process{display:table;width:100%;position:relative}
.process-row{display:table-row}
.process-step button[disabled]{opacity:1 !important;filter: alpha(opacity=100) !important}
.process-row:before{top:40px;bottom:0;position:absolute;content:" ";width:100%;height:1px;background-color:#ccc;z-order:0}
.process-step{display:table-cell;text-align:center;position:relative}
.process-step p{margin-top:4px}
.btn-circle{width:80px;height:80px;text-align:center;font-size:12px;border-radius:50%}

.list-unstyled.list-inline.pull-right li{
    float: left;
    margin-right: 5px;
}
.bootstrap-select{
    border: 1px solid #cccccc !important;
}
