:root{
	--table_even:#efefef;
	--table_odd:#ffffff;
	--primary_text:#333;
	--primary_color: #428bca;
	--light_text: #FFF;
	--white: #FFF;
}
.checkbox .checkbox-inline,
.radio .radio-inline{
	display:block;
	border:1px solid #ccc;
	padding:10px;
	margin:0px;
	margin-left: 0px;
	padding-left: 40px;
}
.checkbox-inline input[type=checkbox],
.radio-inline input[type=radio]{
	margin-left:-20px;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: block;
    
	border:1px solid #ccc;
	padding:10px;
	margin:0px;
	margin-left: 0px;
	padding-left: 40px;
	
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: fixed;
    top: 0px;
    left: 10%;
    right: 10%;
    display: block;
	z-index:99999;
}
.nota{
	background-color:#ffffc6;
	border:0px solid orange;
	margin:20px 0px;
	padding:20px;
	border-radius:8px;
}
.nota .notaexclamation{
	font-size: 4em;
    color: orange;
    margin-right: 20px;
    float: left;
    line-height: 0.8em;
    top: 0px;
    left: 0px;
    position: relative;
}
.info{
	background-color:#d7ffc6;
}
.info .notaexclamation{
	color: green;
}
body{
	font-family:  'quicksandregular',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.23em !important;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    text-transform: uppercase;
}
body section .panel .page-title{
	background-color:var(--white);
	Color:var(--primary_text);
	border:0px solid;
}
table{
	font-size: inherit !important;
	color:var(--primary_text);
}
table tr{
	background-color:var(--table_even);
	
}
table tr:nth-child(odd){
	background-color:var(--table_odd);
}

/* FOMULARIO TABS*/

.stepy-titles li {
    color: #757575;
    cursor: pointer;
    float: left;
    margin: 0px;
	list-style: none;
	border-bottom: 5px solid #3333;
}
.stepy-titles li span { display: block; }
.stepy-titles li.current-step div {
    color: #fff;
    cursor: auto;
    background: var(--primary_color);    
	border-radius:0px;
    width: 200px;
    height: 55px;
    vertical-align: middle;
    display: table-cell;
}
.stepy-titles li.current-step{
	border:0px solid #000;
}
.stepy-titles li div{
    font-size: 1.08em;
    font-weight: 300;
    background: #eee;    
	border-radius:0px;
    width: 200px;
    height: 50px;
    position: relative;
    vertical-align: middle;
    display: table-cell;
	border-left:#fefefe;
}
.stepy-tab ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin-top: -1px;
    border-bottom: 1px solid #ddd;
}
/* FIN FOMULARIO TABS*/
.panel-heading {
	margin:0px;
}
.row:nth-child(1) {
    margin-right: -15px;
    margin-left: -15px;
    background: var(--wwhite);
}	
.table-responsive, .table-responsive table{
	/* transform:rotate(180deg);*/
	border:0px solid;
	overflow-x:visible;
}
.pdocrud-table-container .table tbody tr td {
    /* border-right: 1px solid #d5d5d5; */
    white-space: nowrap;
    padding: 9px 15px;
	border:0px;
}
.pdocrud-table-container .table tbody tr td {
	
}
.pdocrud-search .pdocrud-actions {
    height: 50px;
    background-color: var(--primary_color);
    color: var(--light_text);
    line-height: 15px;
    margin-top: 0px;
    padding-top: 19px;
    padding-left: 15px;
    padding-right: 15px;
}
.pdocrud-options-files {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: white;
    padding-top: 5px;
}
.form-group{
	border:0px solid;
}
.panel-default{
	border:0px solid;
}
.pdocrud-export-options>ul{
	list-style: none;
    margin: 0px;
    padding: 0px;
}
.pdocrud-export-options>ul li
{
    float: left;
    border: 1px solid #ccc;
    padding: 6px 10px;
    margin-bottom: 2px;
	
}


/* Estilo para el mensaje de carga/buscando (Bootstrap blue) */
.feedback-loading {
    color: #0d6efd; 
}

/* --- ESTILOS PARA EMULAR EL DROPDOWN DE SELECT2 --- */
#suggestion_box {
    /* Mimic Select2 dropdown appearance (border, shadow, radius) */
    border: 1px solid #aaa; 
    border-radius: 4px; 
    box-shadow: 0 6px 12px rgba(0,0,0,0.175); 
    padding: 0;
    /* Aseguramos que el tooltip quede por encima de otros elementos */
    z-index: 9999 !important; /* Aumentamos z-index para asegurar visibilidad */
    max-height: 300px;
    overflow: auto;
    /* Agregar esta regla de respaldo por si algún CSS global lo está ocultando */
    /* display: block; */ 
}
.suggestion-item {
    /* Standard Select2 padding and font size for results */
    padding: 6px 12px; 
    font-size: 14px; 
    line-height: 1.42857;
    color: #333; /* Default text color */
    border-bottom: 1px solid #eee; /* Optional: subtle line between items */
    cursor: pointer;
    background-color: #fff;
}
.suggestion-item:last-child {
    border-bottom: none; /* Remove border from last item */
}
.suggestion-item:hover {
    /* Color de hover característico de Select2 */
    background-color: #5897fb; 
    color: white;
    cursor: pointer;
}

/* -------------------------------------------------- */
