/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: "Open Sans", sans-serif;
}


/*---------------------------------------------*/

a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #57b846;
}


/*---------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}


/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: -webkit-linear-gradient(-125deg, #2c1c44, #92E3E3);
    background: -o-linear-gradient(-125deg, #2c1c44, #92E3E3);
    background: -moz-linear-gradient(-125deg, #2c1c44, #92E3E3);
    background: linear-gradient(-125deg, #2c1c44, #92E3E3);
}

.wrap-login100 {
    width: 960px;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 177px 130px 33px 95px;
}


/*------------------------------------------------------------------
[  ]*/

.login100-pic {
    width: 316px;
    margin-left: -169px;
}

.login100-pic img {
    max-width: 180%;
}


/*------------------------------------------------------------------
[  ]*/

.login100-form {
    width: 290px;
}

.login100-form-title {
    font-family: Poppins-Bold;
    font-size: 24px;
    color: white;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}


/*---------------------------------------------*/

.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 68px;
}


/*------------------------------------------------------------------
[ Focus ]*/

.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87, 184, 70, 0.8);
}

.input100:focus+.focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus+.focus-input100+.symbol-input100 {
    color: #57b846;
    padding-left: 28px;
}


/*------------------------------------------------------------------
[ Button ]*/

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #35DE2C;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background: #333333;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
    .wrap-login100 {
        padding: 177px 90px 33px 85px;
    }
    .login100-pic {
        width: 35%;
    }
    .login100-form {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .wrap-login100 {
        padding: 100px 80px 33px 80px;
    }
    .login100-pic {
        display: none;
    }
    .login100-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 100px 15px 33px 15px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

// valores de gdatica

.valor-detalle-anticipo-historial {
    text-align: right;
    display: block;
    margin: auto;
}

.custom-combobox {
    position: relative;
}

.custom-combobox-input:read-only, .boton-combobox:disabled {
    background: #e9ecef !important;
}

.pendiente-edit-inventario {
    position: absolute;
    color: red;
    margin-top: -2px;
    font-size: 9px;
    margin-left: -5px;
}

.custom-combobox-toggle {
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0 !important;
}

.ancho-input-25 {
    line-height: 25px !important;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    width: 88%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #ffffff !important;
}

ul.ui-autocomplete {
    z-index: 1100;
}

h1 {
    font-family: circular, muli, Arial, Helvetica Arial;
}

.notificacion-boton {
    position: absolute;
    color: red;
    margin-top: -2px;
    font-size: 9px;
    margin-left: -5px;
}

.badge-tab {
    position: absolute;
    border-radius: 20px;
    height: 23px;
    width: 23px;
    top: 11px;
    font-size: 10px !important;
    line-height: 17px;
    background-color: #2e1a46;
    color: #fff;
}

.PagarAnticipoMir7-Boton {
    width: 100px;
}

    .PagarAnticipoMir7-Boton:disabled {
        background-color: #efefef !important;
    }

h3 {
    font-family: helvetica;
}

h2 {
    font-family: muli, Arial, Helvetica Arial;
    color: white;
}

p {
    font-family: helvetica;
}

i {
    font-family: helvetica
}

.table-fixed {
    height: 370px;
    overflow-y: auto;
}

.obliga::before {
    content: "* ";
    color: red;
    font-weight: bold;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

.ui-dialog {
    z-index: 9999 !important;
}

.dropdown-item {
    cursor: pointer !important;
}

input.error {
    border: 1px dotted red;
}

label.error {
    color: red;
}

.pcoded-navbar {
    -webkit-box-shadow: none;
}

input:focus {
    border: 1px dotted blue;
}

.header-section {
    line-height: 13px;
    margin-bottom: 10px;
    margin-top: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    text-transform: none;
    font-size: 1.1rem;
    color: #8cdccc !important;
    font-size: 1rem;
}





.caja-texto {
    position: fixed;
    width: 0;
    height: 64px;
    right: 92px;
    bottom: 3px;
    overflow: hidden;
    z-index: 9999;
}

    .caja-texto p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px !important;
        font-weight: bold !important;
        text-align: center !important;
        color: #443357;
    }

.boton-chat {
    position: fixed;
    background-image: url(/Image/logo.gif);
    background-size: cover;
    border: 1px solid;
    right: 20px;
    bottom: 17px;
    width: 70px;
    height: 70px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 8px rgb(46, 26, 70 );
    z-index: 9999;
    background-color: #fff;
}

.form-atica {
    background-color: #fff !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
}

    .form-atica:disabled, .form-atica[readonly] {
        background-color: #e9ecef !important;
        opacity: 1;
    }

/* Scrollbar */
/* Tamaņo del scroll */
.scroll-gdatica {
    overflow: scroll !important;
}

    .scroll-gdatica::-webkit-scrollbar {
        width: 6px;
        height: 0px;
    }

    /* Estilos barra (thumb) de scroll */
    .scroll-gdatica::-webkit-scrollbar-thumb {
        background: #c3c3c3ba;
        border-radius: 4px;
    }

        .scroll-gdatica::-webkit-scrollbar-thumb:active {
            background-color: #999999;
        }

        .scroll-gdatica::-webkit-scrollbar-thumb:hover {
            background: #b3b3b3;
            box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
        }

    /* Estilos track de scroll */
    .scroll-gdatica::-webkit-scrollbar-track {
        background: #e1e1e194;
        border-radius: 4px;
    }

        .scroll-gdatica::-webkit-scrollbar-track:hover,
        .scroll-gdatica::-webkit-scrollbar-track:active {
            background: #d4d4d4;
        }
/* --------------- */



.container-vistas {
    width: 98% !important;
    margin-top: 20px;
}

.content-vistas {
    width: 100% !important;
}
/*==============tablas datatable=============*/
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    color: black;
}

div.dataTables_wrapper div.dataTables_filter input {
    border: 2px solid black;
}


div.dataTables_wrapper div.dataTables_length label {
    color: black;
}

div.dataTables_wrapper div.dataTables_length select {
    color: black;
    border: 0.2px solid black;
}

.table thead th {
    border-bottom: none !important;
}

.content-vistas th {
    background-color: #2E1A46;
    border: none;
    color: rgb(255,255,255) !important;
}


.table-bordered td, .table-bordered th {
    border: 1px solid white;
}

.table-bordered {
    border: 1px solid white;
}


.page-item.active .page-link {
    background: #2E1A46;
    border-color: #2E1A46;
}

.page-link {
    color: #2E1A46;
}




a.btn.btn-sm {
    background: white !important;
    border: 1px solid #a0d8d1 !important;
    color: #2E1A46 !important;
}

a:hover.btn.btn-sm {
    background: #2E1A46 !important;
    color: #a0d8d1 !important;
}

/*====================================*/




/* ============  paguina principal gdatica ================== */

.title-vistas {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: -14px;
    height: 54px;
    padding-top: 25px;
    height: 125px;
    background: #f7f6f7;
    border-radius: 5px;
}

.text-title-vista {
    text-align: center;
    color: #2E1A46 !important;
    animation: bounceIn;
    animation-duration: 2s;
}

    .text-title-vista > b {
        font-weight: 300;
    }

.btn-vista {
    margin-top: -50px;
    background-color: #8cdccc !important;
    color: #ffffff !important;
    margin-top: 25px;
    margin-left: 10px;
    width: 150px;
    cursor: pointer;
}

#instruct_gdatica {
    background: #f7f6f7;
}

    #instruct_gdatica > div {
        background: white;
        webkit-box-shadow: none;
        box-shadow: none;
        border: 2px solid #98E7D9;
        border-radius: 15px;
        border-top-right-radius: 77px;
        border-bottom-left-radius: 77px;
    }

.pcoded-content {
    background: #f7f6f7;
}

.pcoded-main-container {
    background: #f7f6f7 !important;
}


.collapse.navbar-collapse {
    background: rgb(255,255,255);
}



.titulo-instructivo-gdatica {
    font-weight: normal;
}


.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu li a {
    color: rgb(0,0,0);
}



.pcoded-micon > i {
    color: #2E1A46;
}

.pcoded-mtext {
    color: #2E1A46;
}

.pcoded-micon > i:active {
    color: white;
}


/*Menu de navegacion */

.pcoded-header .dropdown .profile-notification .pro-head {
    background: #2E1A46;
}

.drp-user > a.dropdown-toggle {
    font-family: helvetica;
}

.pro-head > span {
    font-family: helvetica;
}

a.dropdown-item {
    font-family: muli;
}

.pcoded-navbar.navbar-collapsed:hover .pcoded-inner-navbar > li.pcoded-trigger .pcoded-submenu li a {
    color: black;
}

.nav-item.pcoded-menu-caption > label {
    border-bottom: 1px solid #a0d8d1;
}
/* Encabe*/
.card .card-header {
    background: #2E1A46 !important;
    color: white;
}

main > div > .card .card-header {
    background: #2E1A46 !important;
    color: white;
}

.card.Recent-Users > .card-header {
    background: white !important;
}

/*====================================*/
/* Switch Personalizado */
.input__container {
    margin-top: 10px;
    margin-left: 13px;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 2px solid #abe5d9;
}
/* ·············· INPUT SWITCH ·············· */
/* The switch - the box around the slider */
.input__switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 26px;
    top: 0;
    margin-right: 6px;
}

    /* Hide default HTML checkbox */
    .input__switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

        .input__switch input:disabled + span.input__switch-slider {
            background-color: #9f9f9f;
        }

.input__switch-yes {
    position: absolute;
    color: #8cdccc;
    top: 3px;
    left: 10px;
}

.input__switch-no {
    position: absolute;
    color: #8cdccc;
    right: 4px;
    top: 3px;
}

/* The slider */
.input__switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 2px solid var(--dark);
    -webkit-transition: .4s;
    transition: .4s;
}

    .input__switch-slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 2px;
        bottom: 1.5px;
        background-color: #8cdccc;
        -webkit-transition: .4s;
        transition: .4s;
        z-index: 99;
    }

input:checked + .input__switch-slider {
    background-color: #fff;
}

input:checked + .input__switch-slider {
    border: 2px solid var(--dark);
}

    input:checked + .input__switch-slider:before {
        background-color: #2e1a46;
        -webkit-transform: translateX(36px);
        -ms-transform: translateX(36px);
        transform: translateX(36px);
        left: -7px;
    }

/* Rounded c-switch-sliders */
.input__switch-slider.round {
    border-radius: 34px;
}

    .input__switch-slider.round:before {
        border-radius: 50%;
    }

.input__switch-text {
    position: relative;
    top: 4px;
    font-weight: bolder;
    font-size: 16px;
}


div.nav-pills > a {
    border: 0;
    border-radius: 0;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    color: #555555;
    position: relative;
    display: block;
    padding: 11px 15px;
}
/*footer contenedor principal*/
.border-top.footer.text-muted{
    text-align:center;
}