﻿body {
}

.estilo-fondo-login {
    margin: 0;
    padding: 0;
    background: url("../Images/login_Proveedores.jpg") no-repeat center top;
    background-size: cover;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.height-100 {
    height: 100vh;
}

.titulo-login {
    color: #ff8200 !important;
    letter-spacing: 5pt !important;
    font-family: 'Arial Rounded MT' !important;
}

.div-contec-form-solicitud {
    border-radius: 10px;
    background-color: #eee !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lick-login-option {
    color: #f68a20;
    text-transform: uppercase;
    font-size: 20px;
    height: 63px;
    padding: 13px 0 0 68px;
    margin-bottom: 10px;
    cursor: pointer;
}


.btn-grsa {
    color: #fff;
    background-color: #ffa74c;
    border-color: #ffa74c;
}

    .btn-grsa:hover {
        color: #fff;
        background-color: #fd7e14;
        border-color: #fd7e14;
    }

.color-grsa {
    color: #fd7e14;
}


.contenedor-palabra-clave {
    margin: 0;
    padding: 0;
    background: url("../Images/fondo-captcha.jpg") no-repeat left top;
    background-size: cover;
    height: 50px;
    justify-content: center;
}

.texto-clave {
    font-family: Chiller;
    font-size: 40px;
    font-weight: 500;
    color: red;
    letter-spacing: 5pt;
    font-weight: bolder;
}

.div-conten-recuperar-cuenta {
    width: 100%;
    background-color: #fd7e14 !important;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div-header {
    border-bottom: 3px solid rgba(256,137,51,1);
}

@media (min-width: 200px) {
    .img-logo-header {
        width: 110px;
    }

    .conten-img-logo-header {
        display: flex;
        flex-direction: column;
    }

    .div-user-logo-header {
        display: flex;
        flex-direction: column;
        border-radius: 30px 0px 0px 0px;
        background-color: rgba(256,137,51,1);
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .div-conten-footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: rgba(65, 65, 67, 1);
    }

    .div-img-footer {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .div-titulo-typo-ordenes {
        font-weight: bold !important;
        font-size: 15px !important;
        text-align: center;
        text-shadow: 4px 2px 1px rgba(0, 0, 0, .3);
        color: #fd7e14;
    }
}

@media (min-width: 768px) {
    .img-logo-header {
        width: 200px;
    }

    .conten-img-logo-header {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .div-user-logo-header {
        display: flex;
        flex-direction: row;
        border-radius: 30px 0px 0px 0px;
        background-color: rgba(256,137,51,1);
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 7px;
        padding-bottom: 3px;
    }
    .div-conten-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: end;
        height: 130px;
        width: 100%;
        background-color: rgba(65, 65, 67, 1);
    }

    .div-img-footer {
        width: 15%;
    }

    .div-titulo-typo-ordenes {
        font-weight: bold !important;
        font-size: 25px !important;
        text-align: center;
        text-shadow: 4px 2px 1px rgba(0, 0, 0, .3);
        color: #fd7e14;
    }
}

.conten-logo-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.conten-user-logo-header {
    display: flex;
    align-items: end;
}

.div-user-logo-header > div {
    color: white;
}


.flatBlueColor {
    background-color: #3498db;
}

.flatAlizarinColor {
    background-color: #e74c3c;
}

.flatOrangeColor {
    background-color: #e67e22;
}

.flatYellowColor {
    background-color: rgba(238, 192, 18,1);
}

.flatGreenColor {
    background-color: #2ecc71;
}

.flatGreyColor {
    background-color: rgba(189,195,199,1);
}

.flatRedColor {
    background-color: rgba(211, 10, 42, 1);
}

.flatRed2Color {
    background-color: rgba(236, 107, 88, 1);
}

.flatPinkColor {
    background-color: rgba(229, 72, 143,1);
}

.flatPurpleColor {
    background-color: rgba( 134, 44, 87, 1);
}

.flatGreen2Color {
    background-color: rgba( 100, 162, 151, 1);
}

.flatBlue2Color {
    background-color: rgba(102, 152, 205, 1);
}

.div-conten-menu {
    width: 100%;
}

.div-conten-option-menu {
    width: 100%;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.div-conten-lb-option-menu {
    color: white;
    font-size: 13px;
}

.div-conten-option-active {
    cursor: pointer;
}


.div-conten-tipo-ordenes {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.div-conten-render {
    width: 100%;
    min-height: 63vh;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px 5px 5px 5px !important;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 4px 5px 1px rgba(0, 0, 0, .1);
}

.cargando {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #17a2b8;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#dynamicMessages {
    padding: 10px;
    background-color: white;
}

    #dynamicMessages p {
        background-color: yellow;
        color: rgba(0, 0, 0, .7);
        font-weight: bold;
        text-align: center;
        padding: 5px;
        border-radius: 8px;
    }


.modal-header-grsa {
    padding-bottom: 8px;
    padding-top: 8px;
}

.modal-body-grsa {
    padding-bottom: 8px;
    padding-top: 8px;
}

.modal-footer-grsa {
    padding-top: 8px;
    padding-bottom: 8px;
}

.scape {
    margin-top: 10px;
    width: 100%;
}

.btn-recomendaciones {
    color: #009688;
    cursor: pointer;
}

    .btn-recomendaciones:hover {
        text-decoration: underline;
    }

.quitar-elemento {
    color: #009688;
    cursor: pointer;
}

    .quitar-elemento:hover {
        text-decoration: underline;
    }

.barra-edit-user {
    width: 100%;
    background-color: rgba(254,135,0,.1);
    padding: 8px 15px;
    border-radius: 4px;
}

.form-check-input {
    width: 16.5px;
    height: 16.5px;
}

.conten-nom-provider-cpg {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.div-conten-carga-complementos {
    border: 10px solid #FF8200;
}

.circle-img {
    border-radius: 50%;
}