/* ------------ CSS Elementos principales HTML ------------ */
:root {
    --colora: #ff0000;
    --colorb: #000000;
    --colorc: #666666;
    --colord: #ffffff;
    --colore: #333333;
    --fuente_princial:'Lato', sans-serif;
}

label{
    margin-bottom: 0;
    width: 100%;
}
/* -------------------------------------------------------- */


/* ------------- CSS Botones principales WTM -------------- */
.btn_acciona {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px 0 10px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight:700;
    font-size:12px;
    cursor: pointer;
    border: 1px solid  #8c8c8c;
    min-height:25px;
    width:auto;
    border-radius: 0;
    color:#000000;
    margin-left:0;
    margin-top:0;
    transition: all 0.2s;
}

.btn_acciona:hover{
    background-color: #ff0000;
    color:#fff;
    border: 1px solid  #ff0000;
}

.fa_icons_menu_buttons{
    font-size: 16px;
}

.delete{
    background-image: url("/v3.0/img/papelera.png") !important;
}

.delete:hover{
    background-image: url("/v3.0/img/papelerab.png") !important;
}

.image{
    background-image: url("/v3.0/img/picture.png") !important;
}

.image:hover{
    background-image: url("/v3.0/img/picture_b.png") !important;
}

.pdf{
    background-image: url("/v3.0/img/reader.png") !important;
}

.pdf:hover{
    background-image: url("/v3.0/img/readerb.png") !important;
}

#help_button{
    background-image: url("/v3.0/img/info_r.png") !important;
}

#help_button:hover{
    background-image: url("/v3.0/img/info_b.png") !important;
}

.btn__excel{
    background-image: url("/v3.0/img/excel.png") !important;
}

.btn__excel:hover{
    background-image: url("/v3.0/img/excelb.png") !important;
}

#display_help {
    margin-left: 15px;
}

.img__icon_info{
    height: 18px;
    width: 18px;
}

.cld__icon_list{
    height: 18px;
}

.icon__list{
    width: 20px;
}

.fa_icon__list{
    font-size: 20px;
}

.fa_icon__enable{
    color: #ff0000;
}

.fa_icon__disable{
    color: #333333;
}
/* -------------------------------------------------------- */


/* ----------------------- CSS Modal ---------------------- */
#modal_p1, #modal_p2, #modal_p3, #modal_p4, #modal_n1, #modal_n2, #modal_n3{
    overflow-y: auto;
}

.modal-title {
	margin: 0;
	line-height: 20px;
	font-size: 14px;
	font-weight: 700;
	color:var(--colora);
}

.container__modal_title{
	float:left;
	margin-top: 18px;
}

.btns__modal{
	float: right;
}

.nav-tabs > li > a {
	line-height: 13px;
	font-size: 13px;
	font-weight: 700;
}

.tab-content {
  padding:30px 15px 15px 15px !important;

}

.control-label {
	font-size: 13px;
	font-weight: 700;
	padding-top: 5px;
}

.help-modal-label {
	font-size: 13px;
	font-weight: 700;
}

.tab_interior {
	margin-top:30px;
}

.btn_ot {
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background-color: #fff;
	padding: 0px 10px 0px 10px;
	margin-bottom: 0;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:12px;
	cursor: pointer;
	border: 1px solid  #8c8c8c;
	height:35px;
	width:auto;
	border-radius: 0px;
	color:#000000;
	margin-left:10px;
	margin-top:10px;
	transition: all 0.2s;
}

.btn_ot:hover{
	background-color: #ff0000;
	color:#fff;
	border: 1px solid  #ff0000;
}
/* -------------------------------------------------------- */


/* ---------- CSS de los botones del menu/listado --------- */
.menu_buttons{
    float: right;
    margin-left: 4px;
    text-align: right;
    margin-bottom: 5px;
}

.btn_menu{
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 13px 12px 13px 12px;
}

.btn_list{
    background-size: 17px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.btn_text {
    height: 28px;
}

.btn__modal{
    height: 35px;
    margin-left: 10px;
	margin-top: 10px;
}

.btn__modal_icon{
    padding: 10px 15px 10px 15px !important;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.disabled_button{
    background-color: #eeeeee !important;
    color: #000000 !important;
    border: 1px solid #8c8c8c !important;
    cursor: not-allowed;
}

.disabled_button:hover{
    background-color: #eeeeee !important;
    color: #000000 !important;
    border: 1px solid #8c8c8c !important;
}

.btn__selected{
    background-color: #ff0000 !important;
    color: #ffffff;
    border: 1px solid #ff0000 !important;
}
/* -------------------------------------------------------- */

/* --------------- CSS del modal de warning --------------- */
#warning_modal{
    z-index: 2000;
    overflow-y: auto;
}

.warning-option{
    width: 500px !important;
}

.warning_img{
    height: 30px;
    width: 30px;
}

#warning_title{
    margin-top: 5px;
    margin-left: 10px;
    color: #333333;
}

.dialog_button{
    margin-right: 10px;
    width: 40px;
    padding: 0;
}

.container__warning_icon{
    float: left;
    width: 10%;
    padding-left: 15px;
}

.container__warning_title{
    float: left;
    width: 90%;
    padding: 0 15px 0 5px;
}
/* -------------------------------------------------------- */

/* ------------------- CSS del loading ------------------- */
.loading {
    align-items: center;
    backdrop-filter: blur(5px);
    background: rgba(255,255,255,0.7);
    display: flex;
    flex-flow:column nowrap;
    gap: 1rem;
    height: 100%;
    justify-content: center;
    left: 0;
    min-height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
}

#img-load {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 145px;
    width: 145px;
}

#info_bar-load {
    align-items: center;
    background: transparent;
    border-radius: 35px;
    border:1px solid red;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem auto 0;
    min-height:1.5rem;
    padding: 0.5rem 4.5rem;
    width:250px;
}


#info_text-load {
    text-align:center;
    font-style: italic;
}

#loading_message{
    font-size: 20px;
    font-weight: 700;
    color: #ff0000;
    opacity: 1;
}
/* -------------------------------------------------------- */

/* ------------- CSS de los campos de fecha --------------- */
.bootstrap-datetimepicker-widget table td.day{
    height: 10px !important;
    line-height: 10px !important;
    width: 5px !important;
    font-size: 13px !important;
    color: #666666 !important;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
    background-color: #ff0000 !important;
    color: #ffffff !important;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th{
    border-radius: 0px !important;
    font-size: 13px !important;
}

.form-control{
    border-radius: 0;
    color: black;
    height: 26px;
}

.date_filter_field{
    height: 24px;
    font-size: 13px;
}

.label_date{
    font-size: 13px;
    margin-right: 10px;
    float: left;
}

.display_calendar{
    color: #333;
    background-color: #ffffff;
    border: 1px solid #8c8c8c;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 0;
    transition: all 0.2s;
}

.display_calendar:hover{
    color: #ffffff;
    background-color: #ff0000;
    border: 1px solid #ff0000;
}

.date_begin_filter{
    float: left;
}

.date_end_filter{
    margin-left: 15px;
    float: left;
}

.date_filter_accept{
    margin-left: 15px;
    float: left;
}

.input_date{
    border-right: 1px solid #8c8c8c;
}
/* -------------------------------------------------------- */

/* --------------- CSS del botón input file --------------- */
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 182px;
    font-size: 1.2rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    border:1px solid #666666;
    text-transform: uppercase;
    transition: all 0.2s;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #ff0000;
    color:#ffffff;
    border: 1px solid #ff0000;
}

.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.file_name_selected{
    color: #ff0000;
}
/* -------------------------------------------------------- */

/* --------------- CSS del panel de filtros --------------- */
#filter_table{
    background-image: url("/v3.0/img/filter_table.png");
}

#filter_table:hover{
    background-image: url("/v3.0/img/filter_table_b.png");
}

#quit_filter{
    background-image: url("/v3.0/img/no_filter_r.png");
}

#quit_filter:hover{
    background-image: url("/v3.0/img/no_filter_b.png");
}

.filter_active{
    background-image: url("/v3.0/img/filter_table_b.png") !important;
    background-color: #ff0000;
    border: 1px solid #ff0000;
}

.filter_table_disabled{
    background-image: url("/v3.0/img/filter_table_g.png") !important;
}

.filter_table_disabled:hover{
    background-image: url("/v3.0/img/filter_table_g.png") !important;
    background-color: #ffffff;
    border: 1px solid #8c8c8c;
}

.quit_filter_disabled_button{
    background-color: #eeeeee !important;
    color: #000000 !important;
    border: 1px solid #8c8c8c !important;
}

.quit_filter_disabled_button:hover{
    background-image: url("/v3.0/img/no_filter_r.png") !important;
    background-color: #eeeeee !important;
    color: #000000 !important;
    border: 1px solid #8c8c8c !important;
}

.filters_table{
    padding: 10px 30px 10px 30px;
    border: 1px solid #ff0000;
}

#filter_panel{
    margin-bottom: 10px;
    display: none;
}

.btn_ot.btn_filters {
    float: right;
    height: 25px;
    font-size: 9px;
}
/* -------------------------------------------------------- */


/* -------- CSS Seleccionables filtros / múltiples -------- */
.box-filter{
    padding: 3px 5px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.box-filter:hover{
    background-color: #e2e0e0 !important;
    color:#333333 !important;
    border: 1px solid #e2e0e0 !important;
}

.box-filter .glyphicon-chevron-down{
    font-size: 10px;
    padding-left: 3px;
}

.arrow-down-filter{
    float: right;
    top: 6px;
}

.box-filter.disabled{
    background-color: #b8b8b8;
    cursor: not-allowed;
    color: #333;
}

.box-filter.disabled:hover{
    background-color: #b8b8b8 !important;
    cursor: not-allowed;
    color: #333;
}
/* -------------------------------------------------------- */