@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body,
html {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
    background-color: #eceef0;
    width: 100%;

}
#main{
    min-height: 89vh;
}

.main-menu{
    width:100%;
    padding: 0;
    margin: 0px;
    min-height: 5vh;

}

#content-center{
   min-height: 70vh;
}


.footer {

    background: #0b1e7c;
    color: white;
    padding: 8px 0 8px 25px;
    font-size: 0.9em;
    width: 100%;
    margin: 0px;
    min-height: 25vh;
}

.footer p,
a {
    color: #d3d3d3;
}

.footer a:hover {
    color: #fff;
}

hr.hr-mt-col{
    border: 1px solid rgb(116, 115, 119);
    border-radius: 5px;
}

hr.hr-mt{
    border: 1px solid rgb(221, 220, 223);
    border-radius: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
    line-height: 2;
}

ul {
    margin: 0;
    padding: 0;
}

p,
ul,
ol {
    font-size: 1em;
}

input[type="submit"],
a {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

a {
    color: #B6B6B6;
}

a:hover {
    color: #0b1e7c;
}

.a {
    color: rgb(14, 42, 199);
}

.input-filter{
    border: 1px solid rgb(201, 199, 199);
    height: 25px;
}

.afilter {
    color: #0b1e7c;
}

.bg-primary {
    background-color: #0b1e7c !important;
}

.tooltip-inner {
    background-color: #666666;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #666666 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #666666 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #666666 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #666666 !important;
}

.tootip-i {
    color: #999;
}

.border {
    border: 1px solid #000;
}

.btn-primary {
    background: #0b1e7c;
    border: 1px solid #5b5b5f;
}

.container-principal {
    min-height: 370px;
}

.label {
    font-size: 0.9em;
    color: #000;
    padding-left: 20px;
    padding-top: 10px;
    text-align: left;
    font-weight: bold;
}

label {
    font-size: 0.9em;
    color: #000;
    padding-top: 10px;
    text-align: left;
    font-weight: bold;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(145, 138, 138);
    opacity: 1; /* Firefox */
    font-size: 0.9em;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(145, 138, 138);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(145, 138, 138);
}

.login-form {
    width: 340px;
    margin: 60px auto 30px;
    padding: 15px;
    position: relative;
    background: #e2e2e2;
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
}

.recuperar-form {
    width: 380px;
    margin: 60px auto 30px;
    padding: 15px;
    position: relative;
    background: #e2e2e2;
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
}

.divemail {
    float: left;
    overflow: hidden;
    background: #f0e68c;
}

.divider-1 {
    min-height: 265px;
}


/* Add padding and border to inner content
		for better animation effect */

.box-inner {
    width: 400px;
    padding: 10px;
    border: 1px solid #a29415;
}

.logo {
    background: url(../images/logo.png) no-repeat 0px 0px;
    width: 70%;
    margin-left: 15%;
    width: 230px;
    height: 68px;
}

.titulo-pagina,
.titulo-pagina h2 {
    background: #0099CC;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 10px;
    padding: 5px;
}

.overlay {
    display: none;
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    -webkit-appearance: none;
    transition: 3s all;
    opacity: 0;
}

.overlayShow {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.7);
    z-index: 10;
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    -webkit-appearance: none;
    transition: 3s all;
}

.ventana {
    background: #663399;
    color: #eee;
    font-size: 1.2em;
    width: 400px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    z-index: 9;
    text-align: center;
    padding-top: 50px;
}

.ocultar {
    display: none;
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    -webkit-appearance: none;
    transition: 3s all;
    opacity: 0;
}

.mostrar {
    display: block;
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    -webkit-appearance: none;
    transition: 3s all;
    opacity: 0;
}

.divfiltro {
    -webkit-transition: 3s ease-in-out;
    -moz-transition: 3s ease-in-out;
    -o-transition: 3s ease-in-out;
    -ms-transition: 3s ease-in-out;
    -webkit-appearance: none;
    transition: 3s all;
    display: block;
    position: absolute;
    margin-left: 75%;
    margin-top: 1%;
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 230px;
    height: 200px;
    padding: 5px 4px 5px 4px;
    background: #e2e2e2;
    font-size: 1em;
    border-radius: 4px;
}

.selectall {
    text-decoration: underline;
    font-weight: normal;
    color: #2E9858;
    cursor: pointer;
}

.impar {
    border-top: 1p solid #333;
    border-bottom: 1p solid #333;
    background: #E9ECEF;
    padding: 4px 0 4px 0;
}



/*scroll to top*/

#topBtn {
    color: #0b1e7c;
    font-weight: 600;
    background: #fff;
    border: 1px solid #0b1e7c;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
    font-size: 2em;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-bottom: 50px;
}

#topBtn:hover {
    background: #0b1e7c;
    color: #000;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
}


/************INDICADORES ++++++*/

.divindicadores {
    background: #ebebeb;
    color: #0b1e7c;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 98%;
    margin: auto;
}

.divindicadores p {
    font-size: 0.85em;
}

.divindicadores h5 {
    font-size: 1em;
    font-weight: bold;
}

.divindicadores a {
    color: #0b1e7c;
}

.divindicadores a:hover {
    color: #999;
}

.nonehref {
    color: #999;
}

.nonehref:hover {
    color: #999;
    text-decoration: none;
}


/************FIN INDICADORES ++++++*/

.icon-filter {
    color: #666;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


/************MENÚ REPORTES ++++++*/

.report-menu {
    background: #f7f7f7;
    width: 100%;
    padding: 0;
    margin: 0;
}

.report-includes table {
    font-size: 0.9em;
}

.report-menu a {
    color: #0B1E7C;
    text-decoration: none;
}

.report-menu a:hover {
    color: #999;
}

.report-menu-ul {
    padding: 0 !important;
    margin: 0 !important;
}

.report-menu li {
    font-size: 0.9em;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.last-level {
    font-size: 0.9em;
}


/************FIN MENÚ REPORTES ++++++*/

.ratios h2 {
    font-size: 1.1em;
    padding-bottom: 5px;
}

.ratios h3 {
    font-size: 1em;
    padding-bottom: 5px;
    color: #6699FF;
}

.ratios h4 {
    font-size: 0.95em;
}

.ratios p {
    font-size: 0.8em;
}

.ratios div {
    padding-left: 5px;
    margin: 0 !important;
}

.last-year {
    border-left: 1px solid #6699FF;
    border-right: 1px solid #6699FF;
    font-weight: bold;
    text-align: center;
}

.open-chart {
    cursor: pointer;
}

.open-chart:hover {
    color: #6699FF;
}

.tooltip-inner {
    background-color: #666666;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #666666 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #666666 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #666666 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #666666 !important;
}

.tootip-i {
    color: #999;
}

.report-detail {
    padding: 5px;
    height: 65vh;
}

.spacer-60 {
    height: 60vh;
}

.tooltip-detail {
    position: absolute;
    z-index: 99;
    padding: 5px;
    color: #000;
    font-weight: 400;
}

.repot-padding {
    font-size: 0.9em;
    width: 200px;
    padding: 5px;
    top: -10px;
    left: 100px;
}

.act:hover {
    color: red;
    cursor: help;
}

#livesearch {
    position: absolute;
    display: none;
    z-index: 2;
    top: 40px;
    background: #f8f9fa;
}

.live_search {
    position: absolute;
    display: none;
    z-index: 2;
    top: 65px;
    background: #889df0;
}

.btn-suggest {
    font-size: 0.9em;
    border-bottom: 1px solid #9b9ca0;
}

.table-blc tr {
    text-align: right;
    font-size: 12px;
}

.table-blc th {
    text-align: center;
}

.total-blc {
    color: #fff;
}

.table-eerr th {
    color: #fff;
    text-align: center;
}

.table-eerr tr {
    text-align: center;
    font-size: 12px;
}

.promedios td,
th {
    text-align: right;
}

.report-fe {
    font-size: 80%;
}

.report-fe thead {
    font-size: 0.9em;
}

.report-fe td {
    font-size: 0.9em;
}

.report-fe-small {
    font-size: 0.78em;
}


/*****SLIDER SWITCH*****************/

.day {
    color: #333;
    font-size: 1.2em;
    text-align: justify;
    padding-top: 10px;
    width: 80px;
    display: block;
    float: left;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    left: 20px;
    top: 5px;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/***** FIN SLIDER SWITCH*****************/

.add-input {
    margin: 5px 0 5px 0;
}

.add {
    padding-top: 5px;
    cursor: pointer;
    border: none;
    color: #0066CC;
    background: transparent;
    width: 100%;
}

.close-add {
    cursor: pointer;
    border: none;
    color: #0066CC;
    background: transparent;
    width: 100%;
}

.close-add:hover {
    text-decoration: underline;
}

.ok-hrs {
    color: #83AE00;
}

.nook-hrs {
    color: #FF0000;
}

.proccess-hrs {
    color: #FF6600;
}

.grilla {
    font-size: 0.9em;
}

#detalle-reserva input[type="text"],
#detalle-reserva input[type="date"],
#detalle-reserva input[type="email"],
#detalle-reserva input[type="tel"] {
    font-weight: 600;
}

.principal {
    min-height: 400px;
    width: 80%;
    margin-left: 10%;
}

.resultado {
    /*	background:url(../images/bkg-principal.jpg) no-repeat 0px 0px;*/
    width: 60%;
    margin-left: 20%;
}

.calendario {
    /*	background:url(../images/bkg-principal.jpg) no-repeat 0px 0px;*/
}

.nombredr {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.espdr {
    font-size: 0.9em;
    font-weight: 200;
    text-transform: uppercase;
}

.contenido {
    background: #fff;
    border: solid 1px #ccc;
    padding: 5px;
    margin-bottom: 5px;
}


.device-small {
    display: none;
}

.cover {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.form-1 input[type="text"],
.form-1 input[type="email"] {
    width: 90%;
    color: #000;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .7em .8em;
    border: solid 1px #ccc;
    -webkit-appearance: none;
    display: inline-block;
    margin-bottom: 1em;
}

.form-1 input[type="text"]:focus,
.form-1 input[type="email"]:focus {
    -moz-box-shadow: 0px 0px 30px #0099CC;
    -webkit-box-shadow: 0px 0px 30px #0099CC;
    box-shadow: 0px 0px 30px #0099CC;
    padding: 10px;
    border: 1px solid #0099CC;
}

.form-1 legend {
    background: #0099CC;
    color: #fff;
}

.hidde {
    display: none;
}

.show {
    display: block;
}

.select-form-1 {
    width: 90%;
    outline: none;
    font-size: 1em;
    padding: .7em .8em;
    border: solid 1px #ccc;
    display: inline-block;
    font-size: 1em;
    background: transparent;
    color: #777;
    margin-bottom: 1em;
}

.div-radio {
    padding-left: 40px;
    text-align: left;
}

.div-form-1 {
    border: solid 1px #ccc;
    background: #fff;
    padding: 0 0 5px 0;
    height: 200px;
    margin-bottom: 5px;
}

.h200px {
    height: 200px;
}

.buttons {
    background: #0099CC;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    border: #ccc;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 10px 15px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.buttons:hover {
    background: #CCC;
    color: #000;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.btn30 {
    width: 30%;
}

.btn48 {
    width: 48%;
}

.btn90 {
    width: 90%;
}

.btnMmL {
    margin: 10px 0 10px 10%;
}

.btnMmR {
    margin: 10px 10% 10px 0;
}

.btnMasMenos {
    background: #0099CC;
    color: #fff;
    font-size: 2em;
    border: #ccc;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    width: 30%;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-appearance: none;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.btnMasMenos:hover {
    background: #CCC;
    color: #000;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.nreserva {
    font-size: 1.2em;
    padding: 5px;
}

.td-calendar {
    font-size: 1.4em;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #ccc;
}

.td-calendar:hover {
    background: #0099CC;
    font-size: 1.4em;
    font-weight: 600;
}

.img-size {
    max-height: 120px;
}

.linkChange {
    cursor: pointer;
    text-decoration: none;
}

.scrolltop {
    color: #330099;
    font-size: 3.5em;
    bottom: 20px;
    display: none;
    height: 75px;
    width: 70px;
    left: auto;
    overflow: hidden;
    padding: 17px 16px;
    position: fixed;
    right: 10px;
    top: auto;
    z-index: 90;
}

.scrolltop:hover {
    color: #006699;
}


.nav-tabs .nav-item .nav-link {
    color: #0b1e7c;
  }
  
  .nav-tabs .nav-item .nav-link.active {
    color: #ff0000;
  }
  

  

/* Remove the navbar's default margin-bottom and rounded borders */

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}


/* Set height of the grid so .sidenav can be 100% (adjust as needed) */

.row.content {
    height: 450px
}


/* Set gray background color and 100% height */

.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}


/* On small screens, set height to 'auto' for sidenav and grid */

@media screen and (max-width: 991px) {
    .repot-padding {
        top: 2px;
        left: -100px;
    }
    .divfiltro {
        margin-left: 0%;
        width: 90%;
    }
    #filter {
        float: right;
    }
    .list-mandantes table {
        font-size: 12px;
    }
    .nombredr {
        font-size: 1em;
    }
    .device-big {
        display: none;
    }
    .device-small {
        display: block;
    }
    .principal {
        width: 96%;
        margin-left: 2%;
    }
    .resultado {
        width: 96%;
        margin-left: 2%;
    }
    .div-form-1 {
        width: 100%;
    }
    .buttons {
        width: 100%;
    }
    .buttons btn48 {
        width: 100%;
    }
    .sidenav {
        height: auto;
        padding: 15px;
    }
    .row.content {
        height: auto;
    }
}