﻿
.vsButton-link {
    border-color: transparent !important;
    color: #0378D2 !important;
    background: transparent !important;
}

    .vsButton-link:hover {
        box-shadow: none !important;
        text-decoration: underline !important;
    }


.vsButton-danger {
    border-color: rgba(144, 55, 52,0.5) !important;
    color: #fff !important;
    background: linear-gradient(to bottom, #D9534F 5%, #C9302C 100%) !important;
}

    .vsButton-danger:hover {
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 15px rgba(144, 55, 52,0.5) !important;
        color: #DABCBB !important;
    }




.vsButton-success {
    border-color: rgba(45, 104, 45,0.5) !important;
    color: #fff !important;
    background: linear-gradient(to bottom, #5CB85C 5%, #449D44 100%) !important;
}

    .vsButton-success:hover {
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 15px rgba(45, 104, 45,0.5) !important;
        color: #0F220F !important;
    }


.vsButton-primary {
    border-color: rgba(34,139,230,0.5) !important;
    color: #fff !important;
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%) !important;
}

    .vsButton-primary:hover {
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 15px rgba(34,139,230,0.5) !important;
        color: #04283B !important;
    }

.vsButton-default {
    border-color: rgba(212, 212, 212,0.5) !important;
    color: #717171 !important;
    background: linear-gradient(to bottom, #FFFFFF 5%, #fbf2f2 100%) !important;
}

    .vsButton-default:hover {
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 15px rgba(170, 170, 170,0.5) !important;
        color: #4B4B4B !important;
    }


.vsButton-warning {
    border-color: rgba(157, 100, 20,0.5) !important;
    color: #fff !important;
    background: linear-gradient(to bottom, #F0AD4E 5%, #EC971F 100%) !important;
}

    .vsButton-warning:hover {
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 15px rgba(236, 151, 31,0.5) !important;
        color: #835310 !important;
    }


/*.vsButton {
    outline: none;
    border-color: rgba(34,139,230,0.5);
    border-width: 1px;
    color: #fff;
    margin-bottom: 4px;
    height: 30px;
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    text-decoration: none;
    text-shadow: 0px -1px 0px #5b6178;
    border-radius: 5px;
}

    .vsButton:hover {
        transition: all .15s ease-in-out;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 15px rgba(34,139,230,0.5);
        color: #04283B; 
    }
*/
/*.vsButton:focus {
        border: 0;
    }*/

.vsLogin {
    border-color: #0095FF;
    background-color: #0095FF;
    color: #fff;
    margin-bottom: 20px;
    height: 40px;
    cursor: pointer;
}

    .vsLogin:hover {
        background-color: #0077CC;
    }






.vsTextBox {
    font-size: 11px;
    outline: none;
    border-radius: 3px;
    background-color: white;
    border: 1px solid #CCCCCC;
    width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #1A1B1B;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: all .1s;
}

    .vsTextBox:focus {
        background-color: #F0F8FB;
        border: 2px solid #85b9e9;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        transition: all .15s ease-in-out;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 4px rgba(34,139,230,0.5);
    }

.vsTextBox-r {
    padding-left: 4px;
    padding-right: 25px;
    width: calc(100% - 25px) !important;
}

.vsTextBox-l {
    padding-left: 25px;
    padding-right: 4px;
    width: calc(100% - 25px) !important;
}



.vsTextBox-Nivel1 i {
    width: 0px;
    color: #A4A4A4;
    /*position: absolute;*/
}

.vsTextBox-Nivel1 {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.vsTexBox-i-r {
    display: inline-block;
    position: absolute;
    right: 16px;
    margin-top: 4px;
    margin-top: -24px;
}

.vsTexBox-i-l {
    /*text-indent: 106px;*/
    /*padding: 5px 10px;*/
    color: rgb(49, 0, 128);
    text-align: left;
    margin-top: 9px;
    position: absolute;
    margin-left: 4px;
}

.vsTextBox-disabled {
    background-color: #F5F5F5;
    color: #838383;
}




.vs-tab .vs-tab-ul li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .1em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    background-color: #F0F0F0;
    color: #595959;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.vs-tab .vs-tab-panel {
    display: none;
    border-width: 0;
    padding: 2em 1.4em;
    background: none;
}

.vs-tab-panel-li {
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #C9C9C9;
    border-width: 1px;
    border-style: solid; /*dashed solid double;*/
}

.vs-tab-panel-li-active {
    cursor: pointer;
    background-color: #E6E6E6 !important;
    color: #1E1E1E !important;
    font-weight: 600;
}



.vs-modal-content {
    margin-top: 60px !important;
}

.vs-modal-container {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 99999;
}

    .vs-modal-container .vs-modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 15px;
        padding-inline: 25px;
        border: 1px solid lightgray;
        border-top: 10px solid #f7f7f7;
        width: 60%;
        border-radius: 6px;
        text-align: left;
    }

    .vs-modal-container .vs-modal-close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        margin-top: -15px;
    }

        .vs-modal-container .vs-modal-close:hover,
        .vs-modal-container .vs-modal-close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }





.derecha {
    text-align: right;
}

.centro {
    text-align: center;
}

.bold-600 {
    font-weight: 600;
}

.bloqueado {
    background-color: #F5F5F5;
    pointer-events: none;
}


/* BEGIN - GRILLA ******************************************************** */
.vs-datagrid-table-fixed {
    table-layout: fixed;
    width: 100%;
}

.vs-datagrid-table {
    background-color: transparent;
}


.vs-datagrid-headers {
    position: relative;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}


.vs-datagrid-nowrap,
.vs-datagrid-nowrap .vs-header-row > td > .vs-datagrid-text-content {
    white-space: nowrap;
}

.vs-datagrid-header-panel {
    text-align: left;
}

    .vs-datagrid-header-panel .vs-toolbar-menu-container .vs-button {
        margin-left: 10px;
    }

.vs-toolbar-after,
.vs-toolbar-before {
    position: absolute;
}

.vs-toolbar-before {
    left: 0;
}

.vs-toolbar-after {
    right: 0;
}

.vs-toolbar-after,
.vs-toolbar-before,
.vs-toolbar-center {
    /*top: 0;*/
    display: table;
    height: 100%;
}

.vs-rtl .vs-toolbar-before {
    right: 0;
    left: auto;
}


.vs-rtl .vs-datagrid-headers,
.vs-rtl .vs-datagrid-rowsview,
.vs-rtl .vs-datagrid-total-footer {
    direction: ltr;
}

    .vs-rtl .vs-datagrid-headers .vs-datagrid-table,
    .vs-rtl .vs-datagrid-rowsview .vs-datagrid-table,
    .vs-rtl .vs-datagrid-total-footer .vs-datagrid-table {
        direction: rtl;
    }


.vs-datagrid-column {
    cursor: pointer;
     font-weight: 600; 
    font-size: 12px;
}


.vs-datagrid-column-group {
    /*background-color: #E3E3E3;*/
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: default !important;
    /*text-transform: uppercase;*/
}

    .vs-datagrid-column-group:hover {
        background-color: #F3F3F4;
    }


.vs-datagrid-colum-sort {
}

.vs-celda-vacia {
    border: #fff 0px solid !important;
}

.vs-datagrid-headers .vs-datagrid-table {
    background-color: #FFF; /*#F8F9FA;*/
    border-spacing: 0px;
    border-collapse: separate;
}


    .vs-datagrid-headers .vs-datagrid-table td {
        border-bottom: #EEF0F2 1px solid;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 4px;
    }

.vs-datagrid-table-fixed {
    table-layout: fixed;
    width: 100%;
}

.vs-datagrid-table {
    background-color: transparent;
}

.vs-pager {
    overflow: hidden;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

    .vs-pager .vs-pages {
        float: right;
    }

        .vs-pager .vs-pages .vs-page {
            display: inline-block;
            cursor: pointer;
            padding: 7px 8px 8px;
            margin-left: 5px;
            margin-right: 1px;
            font-size: 11px;
        }


.vs-datagrid-toolbar {
    display: inline-block;
    display: -webkit-inline-box;
}

    .vs-datagrid-toolbar div {
        /*float: left;*/
        /*background-color: #ffffff;*/
        /*width: calc(50% - 1.5em);*/
        margin-top: 8px;
        margin-left: 4px;
    }


.vs-datagrid-fila-vacia {
    text-align: center;
}

.vs-datagrid-fila {
    height: 50px;
}

    .vs-datagrid-fila:hover {
        background-color: #F2F2F2;
    }

.vs-datagrid-fila-par {
    background-color: #FFF ;
}

.vs-datagrid-fila-impar {
    background-color: #FCFCFC ;
}

.vs-datagrid-fila-seleccionada {
    color: #000 !important;
    background-color: #CDEEFD !important;
    color: white;
}

.vs-datagrid-fila {
    height: 40px !important;
    font-size: 11px;
}

.vs-datagrid-celda {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
}


.vs-datagrid-body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

/* END ******************************************************** */


/* BEGIN - LISTA MANTENIMIENTO ******************************************************** */
.vs-lista-mantenimiento {
    background-color: #eaf8ff;
    margin-bottom: 10px;
    padding: 4px;
}

.vs-lista-modal {
    display: none;
}
/* END ******************************************************** */



.vs-grilla-col-check {
    text-align: center;
    padding-left: 4px;
}

.vs-page-seleccionado {
    height: 30px;
    width: 30px;
    background-color: #35BAF6;
    border-radius: 50%;
    color: white;
    padding-bottom: 0px !important;
    /* padding-left: 7px !important; */
    padding-right: 8px !important;
    text-align: center;
    padding-top: 8px !important;
    padding-left: 8px !important;
}



.vsButtonSelect {
    outline: none;
    border-width: 0px;
    color: #fff;
    margin-bottom: 4px;
    height: 30px;
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
    text-shadow: 0px -1px 0px #5b6178;
    border-radius: 2px;
    width: 36px !important;
    margin-top: -4px;
    width: 40px !important;
    position: absolute;
    right: -7px;
    top: 0;
    margin-top: 1px;
}

    .vsButtonSelect:hover {
        background-color: #E6E6E6;
    }


    .vsButtonSelect i {
        margin-left: -3px;
    }

    .vsButtonSelect:active {
        background-color: #DFDFDF;
    }

.vsTextBoxSelect {
    outline: none;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #CCCCCC;
    width: 100%;
    padding-left: 4px !important;
    /*border-right: 0px;*/
    color: #1A1B1B;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: all .1s;
    cursor: pointer;
    font-size: 12px;
}

    .vsTextBoxSelect:hover {
        border-color: #AAC7DE;
    }

    .vsTextBoxSelect:active {
        border-color: #337AB7;
    }


.vsSelect-Lista {
    border-radius: 4px;
    box-shadow: 2px 2px 2px 3px rgba(223, 223, 223, 0.9);
    margin-left: 2px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 250px;
    margin-top: -12px;
}

.vsSelect-Item {
    background-color: white;
    height: 20px;
    width: 100%;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 4px;
    font-size: 12px;
}

    .vsSelect-Item:hover {
        background-color: #F5F5F5;
    }

    .vsSelect-Item:active {
        background-color: #337AB7;
        color: white;
    }



.vsGrid-txtFiltroColumna {
    width: calc(100% - 12px);
    outline: none;
    border-radius: 3px;
    background-color: #FAFAFA;
    border: 1px solid #e0e0e0;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #1A1B1B;
    height: 30px;
    font-size: 11px;
    padding-right: 14px;
}

    .vsGrid-txtFiltroColumna:focus {
        border: 2px solid #ADADAD; /* #FBBB62;*/
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        transition: all .15s ease-in-out;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%), 0 0 4px rgb(255 255 255 / 50%); /*inset 0 1px 1px rgba(0,0,0,0.0125), 0 0 4px rgba(251, 187, 98,0.5);*/
    }


/*.vsGrid-txtFiltroColumna >*/
.vsGrid-Filtro-Icon {
    /*position: absolute;*/
    /*margin-top: 10px;*/
    margin-left: -20px;
    cursor: pointer;
    z-index: 99999;
    font-size: 30px;
    color: #F00;
}


.iconoSubGrilla {
    padding-right: 10px;
    margin-left: -40px;
    font-size: 16px;
    cursor: pointer;
}

    .iconoSubGrilla:hover {
        font-size: 18px;
        margin-top: -4px;
        /* content: "\f0fe";*/
        /*-webkit-box-shadow: 9px 7px 18px -1px rgba(0,0,0,0.43);
        box-shadow: 9px 7px 18px -1px rgba(0,0,0,0.43);*/
    }
/*.fa-plus-square:before {
    content: "\f0fe";
}*/


.btn_cancelar {
    background: #808080 !important;
}
.modal.vs-modal-container .vs-modal-content {
    padding: 0 !important;
    padding-inline: 0 !important;
    border-top: 0 !important;
}