html {
	font-size: 14px;
	height:100%;
}

body {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.35;
	color: #373a3c;
	background-color: #ECEFF4;
	position: relative;
	min-height: 100%;
}

/* Hack para que al abrir una bootstrap modal (bootbox) no se mueva el contenido a la izquierda (BS 4)*/
/*
html {
	overflow: hidden;
	height: 100%;
}
body {
	overflow: auto;
	height: 100%;
}
*/
/* Fin Hack */

.cabecera-usuario {
	color: #0C72B5;
	font-size: 20px;
	margin: 2px 0 0 45px;
	float: left;
}
.cabecera-usuario .nombre {
	margin: 0 10px;
}

.cabecera-usuario .tipo {
	font-weight: 300;
	font-size: 17px;
	text-transform: none;
}


select.form-control {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	appereance: none;
	padding-right: 25px;
	background:#fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC") no-repeat center right 10px;

}

select.form-control:invalid, select.form-control option[value=""][disabled] {
  color: #ccc;
}

select.form-control option {
	color: #555;
	margin: 3px 0;
	padding: 3px 10px 3px 10px;
}
select.form-control option:first-child {
	margin-top: 10px;
}

strong {font-weight: bold !important}

.page-content {
	padding-bottom: 250px;
}

.page-content .container-fluid {
	max-width: none !important;
}

.page-content .container-fluid img{
	max-width: 100%;
	object-fit: contain;
}

footer.footer {
	position:absolute;
	bottom: 0;
	z-index: 61;
	background: #BDC8D9;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
	color: #666;
	border-top: 0px solid #c5d6de;
	padding: 5px 30px 5px 270px;
	text-align:center;
	font-size: 0.85rem;
	width: 100%;
	transition: all 0.2s ease 0s;
	text-align:left;
	line-height: 1.5;
}

.footer-containerrrrrrrr { max-width:900px; margin: 0 auto}
.footer img {
	margin-top: 10px;
	margin-bottom:10px;
}

body.with-side-menu.sidebar-hidden footer.footer {	padding-left: 35px; }

@media (max-width: 980px){
	footer.footer {
		position: relative;
		padding: 5px 15px;
	}

	.page-content .container-fluid {
		padding-bottom: 25px;
	}

}


/*[class*="col-"]:not(:last-child){ margin-bottom: 1.5rem; }*/

[class*="col-"] {
    border-top: 0.50em solid transparent;
	border-bottom: 0.75em solid transparent;
}

/*[class*="col-"]:first-child { border-top: 0; }
[class*="col-"]:last-child { border-bottom: 0; }*/



@media (max-width:1200px) {
	.mt-xl-down-1 { margin-bottom: 1rem !important; }
	.mt-xl-down-2 { margin-bottom: 1.5rem !important; }
	.mt-xl-down-3 { margin-bottom: 3rem !important; }
}

@media (max-width:991px) {
	.mt-lg-down-1 { margin-bottom: 1rem !important; }
	.mt-lg-down-2 { margin-bottom: 1.5rem !important; }
	.mt-lg-down-3 { margin-bottom: 3rem !important; }
}


.loadingScreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	/*background: rgba(255,255,255, 0.8);*/
	background: rgba(0,0,0, 0.65);
	z-index: 9999999;
}

.loadingScreen > div {
	position:relative;
	top:40%;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 3px;
	/*border: 2px solid #ddd;*/
}

.loadingScreen .fa-spin {
	/*color: #046EB3;*/
	color: #fff;
	opacity: 0.5;
	font-size: 50px
}


h4.apoyo {
	font-size: 0.95rem;
	font-weight: 400;
	color: #888;
	text-transform:uppercase;
	border-bottom: 3px solid #eee;
	padding: 0 0 4px;
	margin: 0 0 3px;
}

h4.apoyo.apoyo-form {
	font-size: 1rem;
	font-weight: 300;
	border-bottom: 0px dotted #eee;
	padding: 0 0 2px 0;
	text-transform:none;
}

h4 .btn.pull-xs-right {
	margin-top: -10px;
	margin-left: 5px;
}

.card-header h4 {
	font-size: 0.90rem;
	font-weight: 400;
	border-bottom: none;
	font-weight: 500;
	padding: 0;
	margin: 0;
	line-height:1;
}

.card {
	margin-bottom: 30px;
}

.site-header .site-header-shown {
	float: none;
	text-align:center;
	/*margin: 0 auto !important;*/
}

.site-header .site-header-search-container {
    width: 800px;
	float: none;
	display:inline-block;
	margin: -2px auto 0 auto;
}

.site-header .user-menu.dropdown {
    float: right;
}

/*@media (max-width:1630px) { .site-header .site-header-search-container { width: 700px; } }
@media (max-width:1410px) { .site-header .site-header-search-container { width: 600px; } }
@media (max-width:1280px) { .site-header .site-header-search-container { width: 530px; } }*/
@media (max-width:1190px) { .site-header .site-header-search-container { width: 700px; } }
@media (max-width:1070px) { .site-header .site-header-search-container { width: 650px; } }
@media (max-width:870px) { .site-header .site-header-search-container { width: 500px; } }
@media (max-width:701px) { .site-header .site-header-search-container { width: 430px; } }
@media (max-width:601px) { .site-header .site-header-search-container { width: 350px; } }
@media (max-width:499px) { .site-header .site-header-search-container { display: none} }

@media (max-width:1190px) { #livesearch-container span.text { display:none; } }

#content-wrapper {
	/*max-width:1440px !important;*/
}

body.with-side-menu.sidebar-hidden #content-wrapper {
	/*max-width:1440px !important;*/
}


.text-help, .text-ayuda, .text-ayudaform {
	font-size: 95%;
	color: #999;
	text-transform:none;
}

.text-small {
	font-size: 85%;
}

.ul-ico {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ul-ico li {
	margin: 5px 0 0 20px;
}

.ul-ico.noicon li {
	margin: 5px 0 0 0;
}

.ul-ico li::before {
    /*color: #00a8ff;  */
	color: #999;
    font-family: "FontAwesome";
    margin: 0 5px 0 -15px;
}
.ul-ico.check li::before { content: ""; }

.tag-normal {
	font-size: 88% !important;
	font-weight: 400;
}

.botonera {
	text-align:center;
	margin: 30px 0 0 0;
}
/***************************/

.fixed-action-btn {
    bottom: 23px;
    margin-bottom: 0;
    padding-top: 15px;
    position: fixed;
    right: 23px;
    z-index: 998;
}

.btn-floating {
    background-color: #039be5;
    border-radius: 50%;
    color: #fff !important;
	font-size: 20px;
    cursor: pointer;
    display: inline-block;
    height: 45px;
	 width: 45px;
    line-height: 45px;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
	text-align:center;
    z-index: 1;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: all 0.3s ease 0s;
}

.btn-floating:hover {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/*****************/

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even) {
 /* background-color: rgba(0, 0, 0, 0.02);*/
	background-color: rgba(236, 239, 244, 0.35);
}

.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 0, 0.1);
}


.tabla-datos th a {
	color: inherit;
	cursor: default;
	text-decoration: none;
}

.tabla-datos th[class*="th-orden"] a {
	cursor:pointer;
}

[class*="th-orden"] a::after {
	font-family: 'FontAwesome';
    display: inline-block;
	margin-left: 0.3em;
	font-weight: 300;
	color: #ccc;
	content: "\f0dc";
}
[class*="th-orden"] a:hover::after {
	color: #039be5;
}

.th-orden-ASC a::after, .th-orden-DESC a::after {
	color: #039be5;
	text-shadow: 1px 1px 0px #fff;
	content: "\f161" !important;
}

.th-orden-ASC a::after { transform: scale(1, -1);}

table.tabla-datos td {
	font-size: 0.90rem;
	line-height:1.2;
	vertical-align: middle;
}

table.tabla-datos .img-thumb-zoom {
    max-width: 100px;
	max-height: 70px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

table.tabla-datos .img-thumb-zoom:not(.noimg):hover {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
	margin-left:150px;
	margin-right: -150px;
	z-index: 999999;
}

/*********************************/



/******************************/
.paginacion a, .paginacion span.activo {
	display:inline-block;
	padding: 0 8px;
	margin: 0 1px;
	line-height: 2;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	background-color: #fff;
}
.paginacion a .fa {
	/*line-height: 2;*/
	font-size: 20px;
	margin-top:2px;
}

.paginacion a:hover {
	color: #4ac4fa !important;
	background: #fff !important;
}

.paginacion a.activo, .paginacion span.activo {
	background-color: #4ac4fa ;
	color: #fff !important;
}

.paginacion .anterior, .paginacion .siguiente {
	padding: 0 20px;
}
.paginacion .anterior .texto, .paginacion .siguiente .texto {display:none}

.paginacion-resultados {
	font-size: 0.90rem;
}
.paginacion-resultados select {
	width: 100px;
}
.paginacion-resultados > .select2 {
	margin-left: 15px;
}

@media (max-width:767px){
.paginacion {text-align:center; margin: 0 auto;}
.paginacion > a, .paginacion > span { display: none !important}
.paginacion .anterior, .paginacion .anterior:hover, .paginacion .siguiente, .paginacion .siguiente:hover {
	display: inline-block !important;
	font-size: 16px;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 0 5px;
	border: none !important;
	background: #018BC8 !important;
	color: #fff !important;

}
.paginacion .anterior .texto, .paginacion .siguiente .texto {
	display: inline-block;
}
.paginacion a .fa {
	font-size: 30px;
	margin-left: 10px;
}
.paginacion a.anterior .fa { margin-right: 10px; }
.paginacion a.siguiente .fa { margin-left: 10px; }
}
/****************************/

.errorform span {
	/*position: absolute;*/
	clear: both;
	float: none;
	display:inline-block;
	padding: 3px 10px;
	margin: 2px 0 0 0;
	background: #FF4557;
	color: #fff;
	border-radius:2px;
	font-size: 11px;
	line-height:1.2;
}

.g-recaptcha.form-control-danger {
	padding: 3px 1px 3px 3px!important;
	border-width: 2px !important;
	border-radius: 3px !important;
	background-color: transparent !important;
}

.form-asterisk:after {
	display:inline-block;
	font-size: 10px;
	color: #0C72B5;
	margin: 0 4px;
	font-family: "FontAwesome";
	font-style: normal;
	content:"\f069";
	vertical-align:top;
	padding-top:1px;
}

/********************/
.fa-ul, .fa-ul li {
	list-style: none !important;
	list-style-image:none !important;
}

.bg-white {
	background: #fff;
}

.separatexto::after {
	display: inline-block;
	content: "■";
	font-size: 0.8rem;
	font-weight: 300;
	opacity: 0.6;
	border: none;
	margin: 0 5px;
}

.leyendacolores {
	padding: 3px 0 3px 10px;
	margin: 0 0 20px 0;
	font-size: 0.80rem;
	border:1px solid #ECEEEF;
	border-radius: 1px;
	background: #ECEEEF;
}

.leyendacolores b {
	margin-right: 10px;
}

.leyendacolores span {
	display: inline-block;
	padding: 5px;
	border-radius: 1px;
	margin-right: 3px;
}

textarea.autogrow {
	max-height: 80vh;
}

.maxlength_counter {
	color: #cc0000;
	font-size :0.85rem;
	margin: 3px 3px 0 3px;
	width: auto !important;
}

.imageneslist .imgitem {
	background: #F6F8FA;
    border: 1px solid #cccccc;
	border-radius: 3px;
    float: left;
    height: 155px;
    margin: 5px;
    padding: 5px;
    width: 210px;
}

.imageneslist .imgitem img {
	/*width: 200px;
	height: 133px;*/
}

.imageneslist .imgitem div {
	margin: 5px 0 0;
	text-align:center;
}

.btn-group.idiomas {
	margin: 0 0 0 10px;
}

.btn-group.idiomas .btn-secondary {

}

.btn-group.idiomas .btn-secondary.focus:active, .btn-group.idiomas .btn-secondary.active {
    background-color: #0671b0 ;
    border-color: #0671b0;
    color: #fff;
}

/********/
.note-popover.popover {
    max-width: none;
    display: none;
}

.note .dropdown-toggle::after {
	border: none;
}
/********/

/*Image dropdown*/
.dropdown ul, .dropdown li {
  padding: 0;
  margin: 0;
  list-style: none;
  display:flex;
	cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
	width: auto;
}

.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	max-height: 400px;
}

.dropdown .list-items{
  flex-direction: column;
}

.dropdown .list-items li {
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
}

.dropdown .list-items li .img-container {
  background-color: #edfaff;
  overflow: hidden;
}

.dropdown .list-items li .img-container img {
  width: 100%;
  height: 100%
}

.dropdown .show {display: block;}
/*End image dropdown*/