﻿/*.borde-rojo {
    border-color: #fd397a !important;
}*/


.table td {
    vertical-align: middle !important;
}


.backgroundsompo {
    background-color: #CC0022 !important;
}

.colorsompo {
    color: #CC0022 !important;
}

.primary {
    color: #3699FF !important
}

.success {
    color: #1BC5BD !important;
}

.warning {
    color: #FFA800 !important;
}

.puntero {
    cursor: pointer;
    padding: 0px 5px;
}

.swal2-container {
    z-index:1999 !important;
}

.primero {
    background-color: #E91A2C !important;
    border-color: #E91A2C !important;
    color: #fff !important;
}
    .primero i {
        color: #fff !important;
    }

.segundo {
    background-color: #812F1E !important;
    border-color: #812F1E !important;
    color: #fff !important;
}
    .segundo i {
        color: #fff !important;
    }

.tercero {
    background-color: #B11672 !important;
    border-color: #B11672 !important;
    color:#fff !important;
}

    .tercero i {
        color: #fff !important;
    }
.cuarto {
    background-color: #26408A !important;
    border-color: #26408A !important;
    color: #fff !important;
}
    .cuarto i {
        color: #fff !important;
    }
.quinto {
    background-color: #22522F !important;
    border-color: #22522F !important;
    color: #fff !important;
}
    .quinto i {
        color: #fff !important;
    }

.alert.alert-danger {
    background-color: #CC0022 !important;
    border-color: #CC0022;
    color: #ffffff;
}

.table .thead-sompo th {
    color: #ffffff;
    background-color: #CC0022;
    border-color: #CC0022;
}

@media (min-width: 992px) {
    .header .header-top {
        background-color: #CC0022 !important;
    }
}

.bg-primary {
    background-color: #26408A !important;
}



/*boton loding*/
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/*fin loading*/

/*.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: #0093C8 !important;
}*/
/*.aside-menu {*/
/*    background-color: # !important;
}
*/

/*.brand {
    background-color: #005f8B;
    -webkit-box-shadow: none;
    box-shadow: none;
}*/

/*.aside {
    background-color: #015878 !important;
}
.aside-menu {
    background-color: #015878 !important;
}*/
.brand {
    background-color: #12284B;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.aside-menu .menu-nav > .menu-section .menu-text {
    color: #FFF !important;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
    color: #FFF !important;
}

.menu-item-active > .menu-text {
    color:#000 !important;
}


.subir-archivo > input {
    display: none;
}



/*

*/
.btn-outline-danger {
    color: #cc0022;
    background-color: transparent;
    background-image: none;
    border-color: #cc0022;
}



    .btn-outline-danger:hover {
        color: #fff;
        background-color: #CC0022;
        border-color: #cc0022;
    }



    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }



    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #cc0022;
        background-color: transparent;
    }



    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #CC0022; /* #dc3545;*/
        border-color: #CC0022;
    }



        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.primanetas .form-group {
    margin-bottom: 5px !important;
}

.aside-left {
    background-color: #12284B;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.menu-item-active {
    background-color: #E0E320 !important;
    color:#000 !important;
}

@media (max-width: 991.98px) {
    .header-mobile a {
        color: #181C32;
        text-align: left;
        font-weight: bold !important;
        float:left;
    }
    .header-mobile .burger-icon-active span::before, .header-mobile .burger-icon-active span::after {
        background-color: #181C32 !important;
    }

    .header-mobile .burger-icon-active span {
        background-color: #181C32 !important;
    }

}



.swal2-confirm:hover {
    color: #fff;
    background-color: #CC0022;
    border-color: #cc0022;
}



.swal2-confirm:focus, .swal2-confirm.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}



.swal2-confirm.disabled, .swal2-confirm:disabled {
    color: #cc0022;
    background-color: transparent;
}



.swal2-confirm:not(:disabled):not(.disabled):active, .swal2-confirm:not(:disabled):not(.disabled).active,
.show > .swal2-confirm.dropdown-toggle {
    color: #fff;
    background-color: #CC0022; /* #dc3545;*/
    border-color: #CC0022;
}



    .swal2-confirm:not(:disabled):not(.disabled):active:focus, .swal2-confirm:not(:disabled):not(.disabled).active:focus,
    .show > .swal2-confirm.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #CC0022;
    color: #fff;
    font-size: 1.0625em;
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}



    .file-upload .file-select {
        display: block;
        border: 2px solid #dce4ec;
        color: #34495e;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        text-align: left;
        background: #ffffff;
        overflow: hidden;
        position: relative;
    }



        .file-upload .file-select .file-select-button {
            background: #dce4ec;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }



        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }



        .file-upload .file-select:hover {
            border-color: #34495e;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }



            .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #ffffff;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }



    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }



        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #ffffff;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }



    .file-upload .file-select input[type="file"] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }



    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }



        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #ffffff;
            overflow: hidden;
            position: relative;
        }



            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }



            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }