﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.classVerDocumento {
    background: url(../App_Images/Iconos/BtnVerArchivo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: 33px;
    height: 40px;
    border: none;
}

.classVerDocumento:focus {
    background-size: 40px;
}

.classVerDocumento:hover {
    background-image: url(../App_Images/Iconos/BtnVerArchivo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    border: none;
}

.classinfo {
    background: url(../App_Images/Iconos/infoOFF.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33px;
    height: 40px;
    border: none;
}

.classinfo:focus {
    background-size: 40px;
}

.classinfo:hover {
    background: url(../App_Images/Iconos/infoON.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    transition: all .2s ease-in-out;
}

.classSelAttachment {
    background: url(../App_Images/Iconos/paperclip.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
    height: 42px;
    border: none;
}

.classSelpdffile {
    background: url(../App_Images/Iconos/file-earmark-pdf-fill.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
    height: 42px;
    border: none;
}

.classAddFiles {
    background: url(../App_Images/Iconos/folder-symlink-fill.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
    height: 42px;
    border: none;
}

.classBuscarDocumento {
    background: url(../App_Images/Iconos/folder2-open.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
    height: 42px;
    border: none;
}

.classTramitar {
    background: url(../App_Images/Iconos/TramitarOFF.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33px;
    height: 40px;
    border: none;
}

    .classTramitar:focus {
        background-size: 40px;
    }

    .classTramitar:hover {
        background: url(../App_Images/Iconos/TramitarON.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
        transition: all .2s ease-in-out;
    }

.classSeleccionarOFF {
    background: url(../App_Images/Iconos/SeleccionarON.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33px;
    height: 40px;
    border: none;
}

    .classSeleccionarOFF:focus {
        background-size: 40px;
    }

    .classSeleccionarOFF:hover {
        background: url(../App_Images/Iconos/SeleccionarOFF.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
        transition: all .2s ease-in-out;
    }

.classSeleccionarON {
    background: url(../App_Images/Iconos/SeleccionarOFF.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33px;
    height: 40px;
    border: none;
}

    .classSeleccionarON:focus {
        background-size: 40px;
    }

    .classSeleccionarON:hover {
        background: url(../App_Images/Iconos/SeleccionarON.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
        transition: all .2s ease-in-out;
    }

.classAdjuntar {
    background: url(../App_Images/Iconos/BtnAdjuntar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33px;
    height: 40px;
    border: none;
}

    .classAdjuntar:focus {
        background-size: 40px;
    }

    .classAdjuntar:hover {
        background: url(../App_Images/Iconos/BtnAdjuntar.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
        transition: all .2s ease-in-out;
    }

.classJustAdjunto {
    background: url(../App_Images/Iconos/BtnJustAdjunto.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33px;
    height: 40px;
    border: none;
}

    .classJustAdjunto:focus {
        background-size: 40px;
    }

    .classJustAdjunto:hover {
        background: url(../App_Images/Iconos/BtnJustAdjunto.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
        transition: all .2s ease-in-out;
    }

.classAdjuntosOK {
    background: url(../App_Images/Iconos/AdjuntosOk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33px;
    height: 38px;
    border: none;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    background: #7E7E7E;
    opacity: 0.3;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    clip-path: circle(150% at 100% 0);
    transition: clip-path 0.5s ease-in-out;
}

.loader2 {
    clip-path: circle(0% at 100% 100%);
}

/*---------Ajuste Imput--------*/

.form-control {
    border-radius: 0px !important;
    border-color: #D8D8D8;
}

.btn {
    border-radius:0px !important;
}

input, select, textarea {
    max-width: 100% !important;
}

/*-------- Nav ---------*/

.btn-nav {
    font-size: 2rem;
    color: white;
}

    .btn-nav:hover {
        color: #004776;
    }

.nav-link{
    color:white !important;
}

    .nav-link:hover {
        color: #004776 !important;
    }

.dropmenuul {
    margin-top: 33px !important;
    background: #004776;
    border-radius: 0px;
    padding: 20px;
    left: -204px !important;
    min-width: 300px;
}

ul li p{
    text-align:center;
    color: white;
}

.nav-list {
    text-align: center;
}

    .nav-list:hover {
        color: #00233a !important;
    }


/*-------- Contenido ---------*/

/*body{
    background:black;
}*/

.cust-tama {
    height: 50px !important;
}

.cust-div {
    width: 5px;
    background: rgb(0,40,66); /*Azul Oscuro*/
}

.cust-span {
    background: rgba(0,40,66,0.1); /*Azul Oscuro*/    
    border: 0px;
}

.btn-primary {
    background: rgb(22,72,151) /*AzulClaro Oscuro*/;
    border-color: rgb(22,72,151) /*AzulClaro Oscuro*/;
}

.cust-input {
    border: 1px solid rgba(0,40,66,0.1) /*Azul Oscuro*/;
}

.k-autocomplete, .k-colorpicker .k-picker-wrap, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
    height: 33px;
    border-radius: 0px;
    border: 0px solid rgba(0,40,66,0.1) /*Azul Oscuro*/;
}

.k-input {
    position: absolute;
    top: -1px;
}

.k-select {
    background: rgba(0,40,66,0.1); /*Azul Oscuro*/
    width: 41px !important;
    border: 0px;
    border-radius: 0px;
}

.k-icon {
    position: absolute;
    top: 10px;
    right: 12px;
    color: rgb(0,40,66); /*Azul Oscuro*/
}

    .k-icon:hover {
        color: #004776 !important;
    }

.k-datetimepicker .k-select + .k-select, .k-dropdown-wrap .k-select, .k-list-container.k-state-border-right, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
    border-radius: 0px;
}

.btn{
    height: 45px;
}

/*-------- Tabla ---------*/

.h4-custom {
    text-align: center;
    /*background: #D8D8D8;*/
    width: 100%;
    height: 60px;
    padding: 14px;
    border:1px solid #808080;
}

.tb-custom {
    width: 98%;
    font-size: 12px;
    border-radius: 0px !important;
    border: 1px solid #808080;
    top: -10px;
}

.k-autocomplete, .k-block, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-textbox, .k-timepicker, .k-touch-scrollbar, .k-treeview .k-in, .k-upload {
    border-radius: 0px !important;
}

.k-editor, .k-grid, .k-menu, .k-scheduler {
    border-radius: 0px;
}

/*-------- Modal ---------*/

.modal-header {
    background: rgb(0,40,66); /*Azul Oscuro*/
    border-radius: 0px;
    color: white;
}

.btn-close {
    background: transparent;
}

.btnclose-custom {
    color: white;
    font-size: 23px;
    top: 19px;
    position: absolute;
    right: 16px;
}

.number {
    color: white;
    height: 45px;
    width: 45px;
    /*font-size: 32px;*/
    font-size: 29px;
    font-weight: bold;
    background: #428bca;
    text-align: center;
    border-radius: 50px;
    margin-top: 5px;
    margin-left: 0px;
    text-decoration: none;
    float: inherit;
}