.parameters {
    display: none;
}

.oculto {
    display: none;
}

.data_pestania {
    border: 3px solid black;
}

.pestania {
    color: black;
    border: 1px solid black;
    background-color: #facece;
}

.activo {
    background-color: #c9cbe7;
    color: black;
}

html,
body {
    max-width: 100%;
    /*background-color: #FFF9EC;*/
    background-color: #e5e5e5;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display:table;
}

.navbar_pillqu {
    /*background-color: #563d7c;*/
    /*background-color: #7452A7;*/
    /*background-color: #338D89;*/
    background-color: #cd6102;
    /*background-color:#336633;
    background-position: center right;
    background-image: url('../images/chilquinta.png');
    background-repeat: no-repeat;background-size:48px;*/
}

.titulo {
    /*background-color: #563d7c;*/
    background-color: #EC4F24;
    color: white;
    /*background-color: #006666;
    color:#fff;*/
    border-radius: 5px;
    /*font-weight: bold;*/
    padding-left: 3px;
    box-shadow: 12px 15x 14px #777777;
}

.subtitulo {
    background-color: #d85a44;
    color: black;
    padding-left: 3px;
    box-shadow: 12px 15x 14px #777777;
}

.legend {
    border: 1px solid black;
    border-radius: 7px;
    box-shadow: 2px 5x 4px #cccccc;
    /*background-color: #FFEFCE;*/
    background-color: #F7F7F7;
}

.filtros {
    padding-bottom: 3px;
}

.filtros .container-fluid {
    padding-top: 3px;
}

.derecha {
    text-align: right;
}

.float_derecha {
    text-align: right;
}

.redondeado {
    border: 1px solid black;
    border-radius: 7px;
    /*background-color: #FFEFCE;*/
    background-color: #F7F7F7;
}

.status_no_profile {
    color: red;
    text-shadow: 2px 3px 4px #cccccc;
}

.status_ok {
    color: rgb(95, 150, 13);
    text-shadow: 2px 3px 4px #cccccc;
}

.status_obsolete {
    color: rgb(255, 167, 4);
    text-shadow: 2px 3px 4px #cccccc;
}

.status_in_progress {
    color: rgb(128, 0, 248);
    text-shadow: 2px 3px 4px #cccccc;
}

.status_action_required {
    color: blue;
    text-shadow: 2px 3px 4px #cccccc;
}

.status_homologated {
    color: rgb(93, 118, 202);
    text-shadow: 2px 3px 4px #cccccc;
}

.status_not_homologated {
    color: red;
    text-shadow: 2px 3px 4px #cccccc;
}

.legend_text {
    color: #000000;
    padding-top: 4px;
}

.main_container {
    padding: 3px;
    width: 100%;
    height: 100%;
}

.search-color {
    /*     background-color: #3C91E6;
     color: #ffffff;
     border-radius: 7px;*/
}

.label_form {
    min-width: 200px !important;
    display: inline-block !important
}

.requerido {
    background: #F5A9A9;
}

.funciones_especificas {
    width: 100%;
    border: 1px solid black;
}

.item_table {
    border-left: 1px dotted black;
}

.table-striped tr:nth-child(odd) {
    background-color: rgb(254, 254, 254);
}

.table-striped tr:nth-child(even) {
    background-color:  rgb(255, 255, 255);
}

.table-striped th {
    background-color: #e39959;
    color:white;
}

.info_etiqueta {
    margin: 5px;
    padding: 5px 8px 5px 8px;
    border-radius: 10px;
    font-size: 0.5rem;
    background-color: #0000ff;
    color: white;
}

.full_text {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px dotted black;
}

.counter_div {
    font-size: x-large;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    width: 100px;
}

.counter_label {
    font-size: small;
    max-width: 100px;
}

.borrar_elemento_lista {
    font-size: x-small;
    color: red;
}

.borrar_fila_lista {
    font-size: x-small;
    color: red;
}


.sorting-asc:after {
    content: url(../images/asc.png);
}

.sorting-desc:after {
    content: url(../images/desc.png);
}

th[data-sort] {
    cursor: pointer;
}



.no_vigente_sap {
    color: #aaaaaa;
}

.upload-area {
    width: 70%;
    height: 200px;
    border: 2px solid lightgray;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    overflow: auto;
}

.upload-area:hover {
    cursor: pointer;
}

.upload-area h1 {
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: darkslategray;
}

#file {
    display: none;
}


/* Thumbnail */

.thumbnail {
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.size {
    font-size: 12px;
}

.big_area_msg {
    width: 100%;
    text-align: center;
}

.tarjado {
    background: #721010;
}

.descripcion_cargo_select {
    color: #808080;
    font-size: x-small;
}

.detalle_homologacion_item_select {
    min-width: 200px;
}

.btn.btn-primary:disabled {
    background-color: #aaaaaa;
}

.pager_bar {
    text-align: center;
}

.pager_item {
    min-width: 32px;
    border: 1px solid black;
    background-color: white;
}

.pager_button {
    text-decoration: none;
    min-width: 32px;
}

#nav {
    text-align: center;
}

.hide_page {
    display: none;
}

.nav-link {
    color: white !important;
}


/* .modal-backdrop {
    z-index: 1040 !important;
}


/* .modal-content {
    margin: 2px auto;
    z-index: 1100 !important;
}

.position-t{
    z-index:2000 !important;
} */

#loader {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99998;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

#spinner-pc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999
}

.color-alert {
    color: #ff0000 !important;
}

.color-normal {
    color: #000000 !important;
}

.centerow {
    text-align: center !important;
}

.card-inicio {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-altura {
    height: 150px;
}

.inicio-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inicio-content-visor {
    margin-left: 9%;
}

.des-color {
    color: #0000ff;
    border: #000000;
}

.ancho-celda {
    width: 60%;
}

.alto-fila {
    height: 20px;
}

.borde-uno {
    border: #000000;
    border-style: solid;
    border-width: 1px;
}


.table-band {
    margin: 0 auto;
}

.row-centrado {
    text-align: center;
}

.row-bordes {
    border: #000000;
    border-style: solid;
    border-width: 1px;
}

.row-alto {
    height: 15px;
}

.col-ancho-title {
    width: 200px;
}

.col-ancho-desc {
    width: 100px;
}

.tabla_reporte {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.col-number {
    text-align: right;
}

.login_screen{
    width: 100%;
    height: 100%;
    background-size:cover;

    background-image: linear-gradient(
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.3)
      ),url(../images/presentacion_2.jpeg);
}

.login {
    /*border:1px solid black;*/
    border-radius: 7px;
    background-color: #edf2eb;
    /*box-shadow: 30px 30x 30px #333333;*/
    border: 1px solid black;
    border-collapse: separate;
/* 50% black box shadow */
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.login tr td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.login tr th {
    text-align: center;
    background-color: #333333;
    color: white;
    box-shadow: 4px 10x 8px #333333;
    border-radius: 8px 8px 0px 0px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #cd6102 !important;
}
