/* BODY */

body.login {
    background-position: bottom;
    background: url(/img/fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}

.container-login.container {
    margin-top: 45px;
}

body.app {
    background-color: transparent !important;
}

.logoPrincipal {
    width: 30%;
}



/* inicio de boton busqueda */

.box {
    margin: 70px auto;
    width: 90%;
    height: 50px;
}

.container-3 {
    width: 90%;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.container-3 input#search {
    width: 90%;
    height: 55px;
    background: #005dce;
    border: none;
    font-size: 10pt;
    float: left;
    color: #00377b;
    padding-left: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 20px;
    color: #fff;
    opacity: 0.8;
}

.container-3 input#search::-webkit-input-placeholder {
    color: #65737e;
}

.container-3 input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #65737e;
}

.container-3 input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #65737e;
}

.container-3 input#search:-ms-input-placeholder {
    color: #65737e;
}

.container-3 .icon {
    position: absolute;
    top: 50%;
    margin-left: 17px;
    margin-top: 17px;
    z-index: 1;
    color: #4f5b66;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

.container-3 input#search:focus,
.container-3 input#search:active {
    outline: none;
}

.container-3:hover .icon {
    margin-top: 16px;
    color: #ffc107;
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -moz-transform: scale(1.5);
    /* Firefox */
    -ms-transform: scale(1.5);
    /* IE 9 */
    -o-transform: scale(1.5);
    /* Opera */
    transform: scale(1.5);
}


/* fin de boton busqueda */


/* CONTENEDOR */

.container.logueo {
    background-position: bottom !important;
    /*background: url(/img/logueo.png)!important;*/
    background-repeat: no-repeat!important;
    background-size: contain !important;
    position: absolute!important;
    height: 100%;
    width: 39%;
}

.container.principal {
    display: block;
    justify-content: center;
}


/* FORMS */

div.form-group {
    justify-content: center;
    color: #000 !important;
}

.form-group {
    justify-content: center;
    color: #00377b !important;
}


/* LABEL */

label {
    color: #00377b !important;
}


/* CARD  */

.card-body {
    background: #ffffff !important;
    color: #00377b;
    margin-top: 0px;
    border: 2px solid;
    position: relative;
    border-radius: 28px;
    display: block;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 999;
}

.card-header.logueo {
    /*background: url(/img/logueo.png)!important;*/
    background-repeat: no-repeat!important;
}

.card .logueo {
    position: relative!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    min-width: 0!important;
    word-wrap: break-word!important;
    background-color: transparent!important;
    background-clip: border-box!important;
    border: 0px solid rgba(0, 0, 0, .125)!important;
    border-radius: .25rem!important;
}

.card {
    background-color: transparent!important;
    border: 0px solid rgba(0, 0, 0, .125)!important;
    margin-top: 0px;
}

.cards {
    background-color: transparent!important;
    border: 0px solid rgba(0, 0, 0, .125)!important;
    margin-top: -51px;
}

.card-header .logueo {
    padding: 4.75rem!important;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03)!important;
    border-bottom: 0px solid rgba(0, 0, 0, .125)!important;
}


/* .card-header.logueo {
    position: relative!important;
    top: 55px!important;
    left: 0px!important;
    border: none!important;
    z-index: 1000!important;
} */


/* BACKGROUND */

div.bg-tigo {
    color: #00377b !important;
    padding: 12px;
}

.gris {
    background-color: #cccc !important;
    color: #00377b !important;
}

.azultigo {
    background-color: #00377b !important;
    color: #fff !important;
}

.amarillo {
    background-color: #FFBE00 !important;
    color: #000 !important;
}

.Error {
    background-color: #F01E46 !important;
    color: #000 !important;
}

.Warning {
    background-color: #FFAA32 !important;
    color: #000 !important;
}

.Highlight {
    background-color: #3264DC !important;
    color: #000 !important;
}

.Confirmation {
    background-color: #37C846 !important;
    color: #000 !important;
}


/* MENUS */

nav.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm {
    background-color: #00377b !important;
}

.nav-tabs .nav-link.active {
    color: #f5f5f5 !important;
    background-color: #3264DC !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    margin: 1px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
    color: #f5f5f5 !important;
}


/*
a.nav-link:hover {
    color: #198AFD !important;
}*/

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    width: 70%!important;
}

a.nav-link:active {
    color: #3264DC !important;
}

.embed-responsive.embed-responsive-4by3 {
    margin: 21px!important;
}

.dropdown-menu.dropdown-menu-right.show {
    background-color: #00377bc2!important;
    color: #fff !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff!important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    background-color: #198AFD;
}

img.img-responsive.icono_login {
    width: 100%;
}

input.form-control {
    /* border-radius: 0px;
    margin-top: 0px !important;
    background: transparent;
    border-bottom: 2px solid #ffff;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #00377b; */
    border-radius: 0px;
    margin-top: 0px !important;
    background: transparent;
    border: 2px solid #00377b;
    color: #00377b;
    border-radius: 10px;
    margin: 6px;
}

select {
    border: 2px solid #00377b !important;
    /* margin: 6px; */
    border-radius: 10px;
}

.container {
    /*padding-left: 30px !important;*/
    display: block;
    justify-content: center;
    align-items: center;
}

img.img-fluid.btn-nav-inferior {
    width: 70px;
}

.form-group.menu {
    text-align: center;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap-reverse; */
    margin-right: 0px;
}

.row.justify-content-center.login-ams-gestion {
    margin-top: -4%;
}

.class.ingresar {
    float: right;
    margin-top: -25%;
    margin-right: -48px;
}

.btn-link {
    font-weight: 400;
    color: #ffff;
    text-decoration: none;
}

a.item {
    font-size: 17px !important;
    text-decoration-line: underline !important;
    text-align: center !important;
    transition-property: background-color, color;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}

a.item:hover {
    background-color: #00377b;
    color: #fff !important;
    transition: 0.10m;
}

::placeholder {
    color: #ffff !important;
    font-size: 19px !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.row.campo {
    padding: 15px;
}

.col-10 {
    padding-left: 20px;
}

img.img-responsive.icono_login {
    width: 50px;
    padding-top: 0px;
}


/* BOTONES */

button.btn.btn-primary:hover {
    background-color: #198AFD!important;
}

.btn-success {
    color: #00C8FF!important;
    background-color: #FFF!important;
    border-color: #00C8FF!important;
    border-radius: 30px
}

.btn-success:hover {
    color: #FFF!important;
    background-color: #00C8FF!important;
    border-color: #00C8FF!important;
}

.btn-info {
    color: #00C8FF!important;
    background-color: #FFF!important;
    border-color: #00C8FF!important;
    border-radius: 30px
}

.btn-info:hover {
    color: #FFF!important;
    background-color: #00C8FF!important;
    border-color: #00C8FF!important;
}

.btn-primary {
    color: #3264DC!important;
    background-color: #FFF!important;
    border-color: #3264DC!important;
    border-radius: 30px;
    /* margin-bottom: 12px; */
    margin-left: 7px;
}

.btn-primary:hover {
    color: #fff!important;
    background-color: #3264DC!important;
    border-color: #3264DC!important;
}

.btn-danger {
    color: #F01E46!important;
    background-color: #FFF!important;
    border-color: #F01E46!important;
    border-radius: 30px
}

.btn-danger:hover {
    color: #FFF!important;
    background-color: #F01E46!important;
    border-color: #F01E46!important;
}

.btn-outline-dark {
    color: #3264DC!important;
    border-color: #3264DC!important;
    border-radius: 30px
}

.btn-outline-dark:hover {
    background-color: #3264DC!important;
    color: white!important;
}

.regresar {
    padding: 10px;
    background: #00C8FF;
    color: #fff;
    border-radius: 10px;
    margin: 0px;
}

.regresar:hover {
    padding: 10px;
    background: #2896FF!important;
    color: #fff!important;
    border-radius: 10px;
    margin: 0px;
}


/* TABLAS */

th {
    background-color: #00377b!important;
    color: #ffff!important;
}


/* TEXTO */

a#navbarDropdown {
    color: white;
}

.tituloPrincipal {
    font-size: 1.4rem !important;
    font-weight: 700;
}

.center {
    /* text-align: center; */
    margin: auto;
    padding: 10px;
}

.text-danger {
    color: #F01E46!important;
}

.text-success {
    color: #37C846!important;
}

.text-warning {
    color: #3264DC!important;
}

.text-warning-me {
    color: #F6B300!important;
}


/* TEXTO SMALL */

.small,
small {
    font-size: 90%!important;
    /* RECOMENDADO */
    font-weight: 400!important;
}


/* IFRAME  */

iframe {
    padding: 10px !important;
}


/*  CONTENIDO DIV GESTION PV */

div.nombre {
    background: #00c8ff82;
    padding: 5px;
    color: black;
    font-weight: 500;
    border-radius: 10px;
    margin: -2px;
}

div.tituloMes {
    background-color: transparent !important;
    color: #00377b !important;
    font-size: 18px !important;
    border-right: solid 1px;
    font-weight: 700;
}

div.tituloMes:last-of-type {
    border-right: none;
}

.datos {
    border-color: #fff!important;
    background: #ccc;
    border-radius: 4px;
    color: black;
    padding: 3px;
    border: solid 1px;
}

.col-6.border.border-white {
    padding: 13px;
}

.row.tituloKPI.text-center {
    padding-top: 5px;
    color: #00377b;
    font-weight: 500;
    display: block;
}

div.ColumnaCuatro {
    background-color: transparent !important;
    color: #00377b !important;
    font-size: 15px !important;
    border-right: solid 1px;
    font-weight: 700;
    border-bottom: solid 1px;
}

div.ColumnaCuatro:last-of-type {
    border-right: none;
}

.datosPaquete {
    border-color: #fff0!important;
    background: #ccc;
    color: black;
    padding: 3px;
}

.col-2.ventaPaq {
    border-left: 0px solid;
    border-top: 0px solid;
    border-right: 1px solid;
}

.col-2.ventaPaq:last-on-type {
    border-top: 1px solid;
}

.col-2.top {
    border-top: none !important;
    border-bottom: 1px solid;
}

h6.center.h6 {
    text-align: center;
    color: #f5f5f5;
    font-size: 1.1rem;
    background: #00377b;
    border-radius: 5px;
}

img.img-fluid.pdv {
    background: #007bff40 !important;
    padding: 4px !important;
    border-radius: 12px !important;
    margin-left: 24px
}

.text-center.pdv {
    padding-bottom: 21px;
}


/* CONTENIDO RESPOSIVE */

@media (max-width: 768px) {
    .logoPrincipal {
        width: 70%;
    }
    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem !important;
        border-top-right-radius: 0.25rem !important;
        margin: 1px;
        width: 100px;
    }
    .tituloMes {
        padding-left: 10px !important;
    }
    .ColumnaCuatro {
        padding-left: 6px !important;
    }
    div.ColumnaCuatro {
        background-color: transparent !important;
        color: #00377b !important;
        font-size: 11px !important;
        border-right: solid 1px;
        font-weight: 700;
    }
    .col-2.ventaPaq {
        font-size: 9px;
        font-weight: 800;
        display: flex;
        justify-content: center;
    }
}

.col-2.ventaPaq.top {
    /* margin-top: -15px; */
    font-weight: 800;
}

.datosPaquete {
    border-color: #fff0!important;
    background: #ccc;
    color: black;
    padding: 3px;
    font-size: 9px !important;
}

p.name.text-center,
span.cargo.text-center {
    font-size: 13px;
    padding: 9px;
    color: #00377b;
    font-weight: 500;
}


/* sidevar */


/* The side navigation menu */

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #fff;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}


/* The navigation menu links */

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #00377b;
    display: block;
    transition: 0.3s;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #00377b;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
    transition: margin-left .5s;
    padding: 20px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}


/* FULLSCREEN */


/* The Overlay (background) */

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0);
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}


/* Position the content inside the overlay */

.overlay-content {
    position: relative;
    top: 25%;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
}


/* The navigation links inside the overlay */

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
}

.btnHome {
    display: inline-table;
}

span.home {
    display: table;
    margin: 0px auto;
    color: #ffff;
    font-weight: 600;
}

h5.text-center.welcome {
    color: #ffff;
    font-weight: 300;
}

h2.text-center.nameHome {
    color: #ffbb0e;
    font-size: 20px;
}

p.text-center.cargoRole {
    text-transform: lowercase;
    color: #ffbb0e;
}

p.text-home {
    color: #ffbb0e;
    font-size: 1rem;
    font-weight: 700;
}

div:hover>span.home {
    color: #ffbb0e;
    list-style: 1px solid;
    text-decoration-line: underline;
}

img.img-fluid.menuLat {
    float: left;
    width: 20%;
    margin-top: -6px;
}

div button.ws-btn.w3-padding-large.w3-dark-grey.w3-mobile:hover {
    background-color: #ffbb0e;
}

button.ws-btn.w3-padding-large.w3-dark-grey.w3-mobile {
    background: #fff;
    border: 1px solid;
    border-radius: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

p.text-menu {
    font-size: 1rem;
    padding: 0px;
}

.text-center.logo_page_fine {
    padding-top: 80%;
    width: 50%;
    display: flex;
    margin: 0 auto;
}


/* When you mouse over the navigation links, change their color */

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}


/* Position the close button (top right corner) */

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/* botones home */

a.btn-volver-container {
    padding: 7px;
    border-radius: 10px;
    color: #fff !important;
    margin: 10px;
}

.btn-float {
    text-align: end;
}

img.img-fluid.btn-volver {
    width: 94px;
}