﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto');

html, body {
    font-family: 'Roboto Slab' sans-serif;
}

:root {
    --col-Rank: 3%;
    --col-Total: 84%;
    --col-Cat: 25%;
    --col-Anu: 21%;
    --col-Mar: 21%;
    --col-Tipo: 9%;
    --col-Prov: 11%;
    --col-Sit: 5%;
    --col-Inv: 8%;
}

::placeholder {
    color:darkgray;
    font-size:small;
}

html, body {
    font-family: 'Roboto Slab' sans-serif;
}

details summary {
    list-style: none;
}

.scrollTop {
    position: fixed;
    bottom: 700px;
    right: 5px;
    width: 35px;
    height: 35px;
    background: #333333 url(open-iconic/ScrollTop.png); /*#8C658A*/
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100000;
    visibility: hidden;
    transition: 0.3s;
}

.scrollTop.active {
    bottom:10px;
    visibility:visible;
}

.contenedor-card-plat {
    height: 99.85vh;
    margin: -18px -24px 0px -32px; /*Top, Right, Botom, Left - Se ajusta al total de la página*/
    text-align: center;
    background-image: linear-gradient(180deg, #8C658A 0%, #333333 100%);
}

.contenedor-plat {
    height: 99.85vh;
    margin: -18px -24px 0px -32px; /*Top, Right, Botom, Left - Se ajusta al total de la página*/
    text-align: center;
    display: flex;
    flex-direction: row;
    background-color: white;
}

.form-login-plat {
    background-color: #333333;
    width: 350px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 5px 15px #282727;
}

.logo-login-plat {
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*Posiciona el top mas arriba de lo normal*/
.top-up {
    margin: -10px 0px 0px 0px;
}

.font-size {
    font-size: smaller;
}

.color-Tabbody {
    color:dimgray;
}

/*Card header degradado color coorporativo*/
.card-header-tit {
    color: white;
    background: linear-gradient(180deg, #8C658A, #A6859A);
    margin: -0px -15px 0px -15px;
    box-shadow: 1px 5px 15px #282727;
}

/*Card con full borde coorporativo*/
.card-borde-P {
    border: solid;
    border-width: 1.3px;
    border-color: #8C658A;
}

/*Card header con color resalte*/
.card-header-P1 {
    background-color: #333333;
    color: white;
}

/*Card body con borde resalte*/
.card-body-P1 {
    border: solid;
    border-width: 1.3px;
    border-color: #333333;
}

/*Card header con color coorporativo*/
.card-header-P2 {
    background-color: #8C658A;
    color: white;
}

/*Card body con borde coorporativo*/
.card-body-P2 {
    border: solid;
    border-width: 1.3px;
    border-color: #8C658A;
}

/*Card header con borde bajo resalte*/
.card-header-P3 {
    display: flex;
    flex-direction: row;
    justify-content: center; /*horizontal*/
    align-items: center; /*vertical*/
    color: white;
    background-color: #333333;
    font-size: small;
    font-weight: 700;
    height: 30px;
    border-bottom: 1.25px solid #333333;
}

.card-header-PButtons {
    display: flex;
    flex-direction: row;
    justify-content: center; /*horizontal*/
    align-items: center; /*vertical*/
    background-color: whitesmoke;
    font-size: small;
    font-weight: 700;
    height: 30px;
}

.autosearch-Catalogo {
    width: 380px;
    font-size: x-small;
    font-weight: 500;
}

.autosearch-Competencia {
    width: auto;
    font-size: x-small;
    font-weight: 500;
}

.autosearch-Categoria {
    width: 400px;
    font-size: x-small;
    font-weight: 500;
}

.link-format {
    font-size: small;
    font-weight: 700;
    color: #333333;
}

    .link-format:hover {
        color: #8C658A;
    }

    .link-format:focus {
        color: #8C658A;
    }

.border-right-format {
    border-right: solid 0.5px #333333;
}

.tr-color {
    color: white;
    background-color: #333333;
    font-weight:700;
    line-height: 20px;
    text-align:center;
}

.label-plat {
    font-size:small;
    font-weight:700;
}

.txt-plat {
    color: white;
    background-color: #333333;
    border: solid 1.3px;
    border-color: #8C658A;
    border-radius: 5px;
    font-size: small;
    padding-left: 0.5rem;
    width: 300px;
    height: 35px;
}
    .txt-plat:hover {
        box-shadow: 0 0 0 3px rgba(140, 101, 138, 255);
        outline: none;
    }

    .txt-plat:focus {
        background-color: #333333;
        outline: none;
    }

    .txt-plat:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #333333 inset;
        -webkit-text-fill-color: white;
    }

.btn-plat-login {
    background-color: #8C658A;
    color: white;
    border: solid 1.3px;
    border-color: #A6859A;
    border-radius: 5px;
    font-size: small;
    width: 300px;
    height: 35px;
}

    .btn-plat-login:hover {
        background-color: #A6859A;
        border-color: #8C658A;
    }

    .btn-plat-login:focus {
        background-color: #A6859A;
        border-color: #8C658A;
        outline: none;
    }

.btn-plat {
    background-color: white;
    color: dimgray;
    border: solid 1.3px;
    border-color: #8C658A;
    border-radius: 5px;
    font-size: small;
    width: 150px;
    height: 35px;
}

    .btn-plat:hover {
        background-color: #8C658A;
        color: white;
        border-color: #8C658A;
    }

    .btn-plat:focus {
        background-color: #8C658A;
        color: white;
        border-color: #8C658A;
        outline: none;
    }

.btn-plat-fondo {
    background-color: #8C658A;
    color: white;
    border: solid 1.3px;
    border-color: #954ECA;
    border-radius: 5px;
    font-size: small;
    width: 100px;
    height: 35px;
}

    .btn-plat-fondo:hover {
        background-color: #954ECA;
        border-color: #8C658A;
    }

    .btn-plat-fondo:focus {
        background-color: #954ECA;
        border-color: #8C658A;
        outline: none;
    }

.btn-plat-cat {
    background-color: white;
    color: dimgray;
    border: solid 1.3px;
    border-color: #333333;
    border-radius: 5px;
    font-size: small;
    width: 120px;
    height: 35px;
}

    .btn-plat-cat:hover {
        background-color: #333333;
        color: white;
        border-color: #333333;
    }

    .btn-plat-cat:focus {
        background-color: #333333;
        color: white;
        border-color: #333333;
        outline: none;
    }

.btn-plat-ejecuta {
    background-color: white;
    color: dimgray;
    border: solid 1.3px;
    border-color: #333333;
    border-radius: 5px;
    font-size: small;
    width: 100px;
    height: 32px;
}

    .btn-plat-ejecuta:hover {
        background-color: #333333;
        color: white;
        border-color: #333333;
    }

    .btn-plat-ejecuta:focus {
        background-color: #333333;
        color: white;
        border-color: #333333;
        outline: none;
    }

.btn-plat-exExcel {
    background-color: darkgreen;
    color: white;
    border: solid 1.3px;
    border-color: darkgreen;
    border-radius: 5px;
    font-size: small;
    width: 150px;
    height: 32px;
}

    .btn-plat-exExcel:hover {
        background-color: green;
        border-color: green;
        color: white;
    }

    .btn-plat-exExcel:focus {
        background-color: darkgreen;
        border-color: darkgreen;
        color: white;
        outline: none;
    }

.btn-plat-exPP {
    background-color: #f07400;
    color: white;
    border: solid 1.3px;
    border-color: #f07400;
    border-radius: 5px;
    font-size: small;
    width: 150px;
    height: 32px;
}

    .btn-plat-exPP:hover {
        background-color: orange;
        border-color: orange;
        color: white;
    }

    .btn-plat-exPP:focus {
        background-color: #f07400;
        border-color: #f07400;
        color: white;
        outline: none;
    }

.btn-plat-exImgZip {
    background-color: #CDAD00; /*#009ACD;*/
    color: white;
    border: solid 1.3px;
    border-color: #CDAD00;
    border-radius: 5px;
    font-size: small;
    width: 150px;
    height: 32px;
}

    .btn-plat-exImgZip:hover {
        background-color: #EEC900; /*#00B2EE;*/
        border-color: #EEC900;
        color: white;
    }

    .btn-plat-exImgZip:focus {
        background-color: #CDAD00;
        border-color: #CDAD00;
        color: white;
        outline: none;
    }

.date-picker-plat {
    width: 130px;
    font-size: small;
    padding-left: 0.5rem;
}

.cmbTargets {
    width: 140px;
    height: 26px;
    font-size: small;
    border:solid 1px;
}

/*Reporte de Industroa Tabla Collapsible*/
.ind-Rank {
    box-sizing: content-box;
    width: var(--col-Rank);
}

.ind-Total {
    box-sizing: content-box;
    width: var(--col-Total);
}

.ind-Cat {
    box-sizing:content-box;
    width: var(--col-Cat);
}

.ind-Anu {
    box-sizing: content-box;
    width: var(--col-Anu);
}

.ind-Mar {
    box-sizing: content-box;
    width: var(--col-Mar);
}

.ind-Tipo {
    box-sizing: content-box;
    width: var(--col-Tipo);
}

.ind-Prov {
    box-sizing: content-box;
    width: var(--col-Prov);
}

.ind-Sit {
    box-sizing: content-box;
    width: var(--col-Sit);
}

.ind-Inv {
    box-sizing: content-box;
    width: var(--col-Inv);
}
/*-------------------------------------------*/

/*Pantalla de indicación de Carga*/

.spinnerLoading {
    background-color: rgba(0,0,0,0.50);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
}

.spinner-format {
    color:white;
    position: fixed;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*-------------------------------------------*/