﻿/*
    Estilos para el proyecto de Nómina
*/
.select2-container--bootstrap .select2-selection {
    font-size: 1rem !important;
}

.select2-container--bootstrap .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    padding: 8px 24px 6px 12px !important;
}
/*.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        border-color: #495057 transparent transparent !important;
        border-width: 6px 3px 0 !important;
    }*/

.select2-container--bootstrap {
    width: 100% !important;
}
/** Select readonly */
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
        background: #eee;
        box-shadow: none;
    }


.field-validation-error, .field-validation-error > span, .validation-summary-errors > ul > li {
    color: #e04f1a !important;
}

.img-file-updload {
    display: block;
    margin: 0 auto;
}

.red-icon {
    color: red;
}

.blue-icon {
    color: blue;
}

.hide {
    display: none;
}

.novelty-type-table {
    width: 100%;
}

    .novelty-type-table > tbody > tr > td {
        border: 1px solid #8ca5d2;
        padding: 0.3rem 0.76rem;
    }

.novelty-typ-table-header {
    background: #0665d0;
    color: white;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

.select2-selection {
    background: #eee;
    box-shadow: none;
}

.bottom-btn-container {
    display: flex;
    flex-direction: column;
}

.bottom-btn {
    margin-top: auto;
}

.fila-suma > td {
    font-weight: bold;
}

.table tr {
    cursor: pointer;
}

.hiddenRow {
    padding: 0 !important;
    background-color: #ffffff;
    font-size: 13px;
    /*border-right: 1px dashed lightgray;
        border-left: 1px dashed lightgray;*/
}

.cl-card {
    border: 1px solid lightgray;
    border-radius: 10px;
    text-align: center;
    padding: 5px 0 0 0;
}

.cl-card-header {
    margin: 5px 0 0 0;
    font-weight: bold;
    border-bottom: 1px solid lightgray;
}

.cl-card-body {
    padding: 3px;
    background-color: #e6ebf4;
    border-radius: 0 0 10px 10px;
}

.cl-box {
    padding: 0 5px 0 5px;
}

    .cl-box .cl-inner {
        background-color: #fff;
    }

.lc-detail {
    padding: 20px;
    border: 2px dashed #d8e9f9;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    font-size: 15px;
    margin: 0 0px 10px 0px;
    background-color: #d8e9f9;
}


.clear-employee-button {
    color: red;
    font-size: 40px;
    margin-top: 15px;
}

.clear-employee-button-container {
    display: flex;
    align-items: center;
}

    .clear-employee-button-container :hover {
        cursor: pointer;
    }


.parent-btn-wizard {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 0
}

.btn-wizard {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ul-wizard {
    white-space: normal;
}

.li-wizard {
    display: inline;
}

.row-selected > td {
    font-weight: bold;
}

.block.block-mode-pinned > .block-content {
    max-height: 1000px;
}