@charset "UTF-8";

.navbar-logo img {
	height:40px;
	margin:4px;
	float:left;
}

@media (min-width: 768px) {
	.navbar-logo {
		padding-right:15px;
	}
}

#Messages {
	margin-bottom: 10px;
}

h1.header > img {
	opacity: 0.5;
    /*position: absolute;*/
    width: 1.35em;
	/*z-index: -1;*/
	filter: drop-shadow(0 0 0.25rem #24242466) saturate(0.5);
}

table.table tr > td { text-align: left; vertical-align: middle; }

.pre_title {
    opacity: 0.7;
}

table.prop_list tr.odd, table.prop_list tr.even { background-color: inherit; }

.nobreak { white-space: nowrap; }

/* For imports ----------------------------------------------- */
.import_file
{
	margin-bottom: 20px;
}

.import_files .content
{
	/*border: 2px dotted #CCCCCC;*/
	/*padding: 5px;
	margin: 5px;*/
	font-style:italic;
	/*clear:both;*/
}

.import_files
{
	position: fixed;
	top: 117px;
	right: 0px;
	width: 220px;
	background: white;
	padding: 10px;
	display: block;
	float: none;
	overflow-y: scroll;
	height: 75%;
	border: 2px solid #519E1D;
	border-right: none;
	padding-left: 30px;
	overflow-x: auto;
}

.import_files h1
{
	font-size: 12pt;
	font-weight: bold;
	border: none;
	background: none;
	
	border-top: 2px solid #519E1D;
	border-right: 2px solid #519E1D;
	border-bottom: 2px solid #519E1D;
	
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	background: #D1F7B7;
	
	margin-left: -30px;
	padding-left: 35px;
	
	color: black;
	font-size: 11pt;
	
	float: left;
	
	background-image: url("images/tipo.png");
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.import_files .hider
{
	width: 20px;
	height: 100%;
	background-color:#519E1D;
	background-image:url("/style/images/pattern.png");
	/*position: relative;*/
	display: block;
	left: -30px;
	top:-10px;
	color: white;
	float:left;
	z-index: 0;
	margin-top: -10px;
	margin-left: -30px;
}

.import_files .hider a
{
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	text-decoration:none;
	font-size: 9pt;
	font-weight: bold;
}

.import_files h1 a
{
	color: black;
	font-size: 10pt;
}

.import_file_campo
{
	display: inline;
	
	/*border: 2px solid #d1f7b7;*/
	border: 2px dotted #CCCCCC;
	padding: 5px;
	/*background: #ecfce1;*/
	background: #d1f7b7;

	border-radius: 5px;
	
	margin: 5px;
	
	font-style: normal;
}

.import_modulo_tipo
{
	border: 2px solid #d1f7b7;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 10px;
	text-align:center;
}

.import_modulo_tipo h1
{
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	border: none;
	background: #d1f7b7;
	border-radius: 0;
	margin-right: -10px;
	margin-left: -10px;
	margin-top: -10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.import_modulo_tipo_propiedad
{
	display: inline-block;
	padding: 10px;
	margin: 5px;
	border: 2px dotted #CCCCCC;
	vertical-align: top;
	background: #ecfce1;
	position:relative; 	
	width: 29%;
}

.import_modulo_tipo_propiedad h1
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	background: none;
	margin-bottom: 10px;
}

.import_modulo_tipo_propiedad .content
{
	border: 2px dotted #CCCCCC;
	padding: 5px;
	margin: 5px;
	font-style:italic;
	clear:both;
}

.drag
{
	/*height: 100px;*/
	/*width: 100px;*/
	float: left;
	/*border: 1px solid #AAA;
	background: #CCC;
	margin: 10px;*/
	cursor: move;
	/*font-size: 80px;
	text-align: center;
	line-height: 100px;
	color: #AAA;*/
}

.drop .drag
{
		/*height: 77px;
		width: 77px;
		font-size: 70px;
		line-height: 77px;*/
}

.drop
{
	/*height: 202px;
	width: 202px;*/
	/*float: left;*/
	/*border: 1px solid #AAA;
	background: #CCC;
	margin: 10px;
	padding: 10px;*/
	overflow: auto;	
}	

.ghost
{
	position: absolute;
	filter:alpha(opacity=50);
	opacity: 0.5;
	background-color: #CCF;
	border-color: #AAD;
	color: #AAD;
}

.outline
{
	background-color: #FCC;
	border-color: #DAA;
	border-style: dashed;
	color: #DAA;
}

.drop.active
{
	background-color: #CFC;
	border-color: #ADA;
}

.import_files .drag, .import_file .drag
{
	float: none;
	display: inline-block;
}
/* ----------------------------------------------------------- */

/* For uploads ----------------------------------------------- */
p.basic_upload
{
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 280px;
	font-size: 9pt;
	font-weight: normal;
	margin: 5px;
}

#uploader_buttons.plupload_buttons a
{
	padding: 3px;
}

#uploader_buttons.plupload_buttons a span
{
	display: inline-block;
    vertical-align: middle;
}
/* ------------------------------------------------------------ */

#working
{
	background-color:red;
	color:white;
	border:1px solid black;
	font-weight: bold;
	font-size:12pt;
	text-align:center;
	padding:10px;
	float:right;
	position:fixed;
	right:0px;
	top:0px;
	z-index:10000;
}


/* Permisos ---------------------------------------------------------- */
.user_right
{
	width: 32px;
	height: 32px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	border: 2px dashed transparent;
}

.user_right.undefined
{
	opacity: 0.15;
}

.user_right.undefined:hover
{
	opacity: 1;
}

.user_right.granted
{
	border: 2px dashed lightgreen;
}

.user_right.denied
{
	background-color: red;
}

p.inheritedSetting { opacity: 0.25; }
p.inheritedSetting:hover { opacity: 1; }
/* ------------------------------------------------------------------------------------ */

/* Contenedor abierto ----------------------------------------------------------------------------------------------- */
.contenedor_actual
{
	padding: 10px;
	padding-left: 110px;
	background: no-repeat url("images/contenedor_big.png") left top;
	background-color: white;
	
	margin: 10px;
	min-height: 100px;
	background-position: 0px 10px;

	/*border: 2px solid #0093DD;*/
	/*border: 2px solid #B8E8F8;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;*/
}

/*
.contenedor_actual .titulo, .rounded_header
{
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 30px;
	margin-right: -12px;
	padding: 5px;
	
	background-color: #E0F5FC;
	border-top: 2px solid #B8E8F8;
	border-bottom: 2px solid #B8E8F8;
	border-left: 2px solid #B8E8F8;
	border-right: 2px solid #B8E8F8;

	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	
	border-top-left-radius: 0px;
	border-bottom-left-radius: 10px;
	
	background-image: url("/style/images/navbuttonbackground.png");
    background-position: center bottom;
    background-repeat: repeat-x;
}
*/

.contenedor_actual h3.titulo.primero
{
	margin-top: 10px;
}

.contenedor_actual .contenido
{
	padding-top: 3px;
	padding-left: 20px;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* Toolbar de carga de ítems ----------------------------------------------------------------------------------------------------- */
#item_carga_toolbar_top a.btn, #item_carga_toolbar_top a.dropdown_button, #item_carga_toolbar_top div.dropdown
{
	margin-right: 10px;
	float:right;
}

#item_carga_toolbar_bottom
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#item_carga_toolbar_bottom a.btn, #item_carga_toolbar_bottom a.dropdown_button, #item_carga_toolbar_bottom div.dropdown
{
	float: left;
	margin-left: 10px;
}

#item_carga_toolbar_top a.btn img, #item_carga_toolbar_bottom a.btn img
{
	width: 19px;
	height: 19px;
	vertical-align: middle;
}

#item_carga_toolbar_top a.dropdown_button img, #item_carga_toolbar_bottom a.dropdown_button img
{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* Datos de módulo de carga -------------------------------------------------------------------------------------------- */
.data_container
{
	margin: 10px;
	padding: 10px;
	background-color: white;

	border-top: 1px solid #B8E8F8;
	border-bottom: 1px solid #B8E8F8;
	border-left: 1px solid #B8E8F8;
	border-right: 1px solid #B8E8F8;
	
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.data_container .rounded_header
{
	margin-top: -11px;
	margin-right: -11px;
	margin-bottom: 10px;
}

.data_container .contenido
{
	/*padding-top: 3px;
	padding-left: 20px;*/
	margin-bottom: 10px;
}

.data_container h4 { margin-top: 0 }
/* ----------------------------------------------------------------------------------------------------------------------------- */

/* Carga virtual ---------------------------------------------------------------------------------------------------------- */
table.table tr.new_inline_row td
{
	cursor: pointer;
	color: gray;
	background-color: #EDFFE6;
	text-align: center;
}

table.table tr.new_inline_row:hover td
{
	background-color: #CBFEB7;
	color: #454545;
}

table.table tr.new_inline_row div img
{
	vertical-align: middle;
	width: 16px;
}

table.table tr.new_inline_row div a
{
	display: block;
	text-decoration:none;
	outline: none;
}

table.table tr.new_inline_row_disabled td, table.table tr.new_inline_row_disabled td:hover
{
	background-color: #EDFFE6;
	height: 10px;
}

table.table.tm tr.virtual th a { outline: 0; }
table.table.tm tr.virtual th img { opacity: 1; }
table.table.tm tr.virtual.grayed th img { opacity: 0.25; }
table.table.tm tr.virtual.grayed th img:hover { opacity: 0.7; }
/* ----------------------------------------------------------------------------------------------------------------------------- */


/* Item carga toolbars -------------------------------------------------------------------------------------------*/
#item_carga_toolbar_top a.btn, #item_carga_toolbar_top a.dropdown_button, #item_carga_toolbar_top div.dropdown
{
	margin-top: 10px;
	margin-right: 10px;
	float:right;
}

#item_carga_toolbar_bottom
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#item_carga_toolbar_bottom a.btn, #item_carga_toolbar_bottom a.dropdown_button, #item_carga_toolbar_bottom div.dropdown
{
	float: left;
	margin-left: 10px;
}

#item_carga_toolbar_top a.btn img, #item_carga_toolbar_bottom a.btn img
{
	width: 19px;
	height: 19px;
	vertical-align: middle;
}

#item_carga_toolbar_top a.dropdown_button img, #item_carga_toolbar_bottom a.dropdown_button img
{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */


/* Filter select --------------------------------------------------------------------------------------------------------------- */
.multiple_list
{
	width: 100%;
	font-size: 1em;
	background-color: #F9F9F9;
	border: 1px solid #EBEBEB;
	max-height: 109px;
	overflow-y: auto;

	margin-top: 5px;
	margin-bottom: 5px;
	
	min-height: 28px;
}

.multiple_list_filter
{
	max-width: 100%;
	padding-right: 29px;
}

.multiple_list ul
{
	list-style:none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*.multiple_list.edificio_list ul li
{
	background-image: url("images/edificio.png");
}

.multiple_list.establecimiento_list ul li
{
	background-image: url("images/establecimiento.png");
}

.multiple_list.tabla_dinamica_list ul li
{
	background-image: url("shared/images/prop/6.png");
}

.multiple_list.usuario_list ul li
{
	background-image: url("shared/images/prop/18.png");
}

.multiple_list.item_cargado_list ul li
{
	background-image: url("shared/images/prop/15.png");
}

.multiple_list.tipo_cargado_list ul li
{
	background-image: url("shared/images/prop/20.png");
}*/

.multiple_list ul li
{
	cursor: pointer;
	line-height: 21px;
	
	padding-left: 3px;
	
	/*background-repeat: no-repeat;
	background-position: 2px center;*/
	
	border-bottom: 1px dashed #AAAAAA;

	vertical-align: middle;
}

.multiple_list ul li:last-child
{
	border-bottom: none;
}

.multiple_list ul li:hover
{
	background-color: #B8E8F8;
}

.multiple_list.short_list
{
	min-height: 21px;
	max-height: 65px;
}

.quick_add_item_multiple .multiple_list.short_list, .quick_add_item_multiple .multiple_list
{
	min-height: 21px;
	max-height: 43px;
}

.multiple_list.short_list.no-edit  ul li img
{
	display: none;
}

li.item-selected
{
	background-color: #B8E8F8;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */


/* Dropdown button ---------------------------------------------------------------------------------- */
a.dropdown_button
{
	display: inline-block;
	min-height: 17px;
	/*background-color: #85D8EF;*/
	background-color: white;
	background-repeat: repeat-x;
	background-position: bottom;
	/*padding: 1px 10px 3px 10px;*/
	text-decoration:none;
	border: 1px solid #CCCCCC;
	line-height: 17px;
	margin: 0;
	color: #000;
	font-size: 10pt;

	
	vertical-align: middle;
}

a.dropdown_button
{
	/*padding: 0px 7px 2px 7px;*/
	/*padding-bottom: 3px;*/
}

a.dropdown_button
{
	background-image: url("/style/images/down_arrow.png");
	background-position: right center, bottom;
	background-repeat: no-repeat, repeat-x;
	padding-right: 20px;
}

a.dropdown_button:hover, a.dropdown_button:active
{
	border-color: #BBB;
}

a.dropdown_button:hover, a.dropdown_button:active
{
	background-image: url("/style/images/down_arrow.png");
	background-position: right center, bottom;
}

a.dropdown_button:active
{
	background-image: url("/style/images/down_arrow.png");
	background-position: right center, top;
}

a.dropdown_button:active
{
	background-image: url("/style/images/down_arrow.png");
}

a.dropdown_button:focus
{
	outline: none;
	border-color: #BBB;
}

/* Green button ---------------*/
a.dropdown_button.green_button
{
	background-color: #41BA00;
	border-color: #007700;
	color: white;
}

a.dropdown_button.green_button:hover, a.dropdown_button.green_button:active
{
	border-color: #005500;
}
/*-----------------------------*/

/* Red button -----------------*/
a.dropdown_button.red_button
{
	border-color: #861818;
	color: white;
	background-color:#e02828;
}

a.dropdown_button.red_button:hover, a.dropdown_button.red_button:active
{
	border-color: #681212;
}
/*-----------------------------*/

/* Blue button -----------------*/
a.dropdown_button.blue_button
{
	border-color: #024278;
	color: white;
	background-color:#0472cf;
}

a.dropdown_button.blue_button:hover
{
	border-color: #012D51;
}
/*-----------------------------*/

/* Yellow button --------------*/
a.dropdown_button.yellow_button, input.yellow_button[type="button"]
{
  background-color: #FFEF26;
  border-color: #C5B91F;
  color: #252222;
}

a.dropdown_button.yellow_button:hover, a.dropdown_button.yellow_button:active
{
	border-color: #988F1C;
}
/*-----------------------------*/

/* ----------------------------------------------------------------------------------------- */


/* Stacked buttons ------------------------------------------------------- */
.btn.btn-secondary.stacked, .dropdown_button.stacked
{
	margin-left: -2px;
	height: 42px;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}

a.dropdown_button.stacked:active
{
	padding-top: 5px;	/*+1*/
	padding-bottom: 3px;	/*-1*/
}

.btn.btn-secondary.stacked img
{
	vertical-align: middle;
}

.btn.btn-secondary.stacked img[width="16"]
{
	margin-top: 8px;
}
/* ----------------------------------------------------------------------- */


/* Disable URL links in printed version */
/* https://stackoverflow.com/a/12051232 */
@media print {
	a[href]:after {
		content:"" !important;
	}
}

.tabbed.code { font-family: 'Lucida Console', Monaco, monospace; font-size: 0.8em; }

/* Row styles --------------------------------------------------- */
table.table tr.grayed td, table.table tr.grayed th,
table.table tr.grayed td.th, table.table tr.grayed td.subheader
{
	background-color: #EEE;
}

table.table tr.grayed:hover td.th, table.table tr.grayed:hover td,
table.table tr.grayed:hover td.subheader, table.table tr.grayed:hover th
{
	background-color: #DDD;
}

table.table tr.deleted:hover td
{
	background-color: #F4ACAC;
}

table.table tr.added td
{
	background-color: #B8DAA6;
}

table.table tr.edited td
{
	background-color: #9DBAF7;
}
/* -------------------------------------------------------------- */

.required_field
{
	font-weight: bold;
	color: red;
}

/* Estética de tablas */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th,
.table > tr > td, .table > tr > th, .table > tr > td, .table > tr > th, .table > tr > td, .table > tr > th
{
	border-left: 1px solid #ddd;
}

.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > th,
.table > tr > th, .table > tr > th, .table > tr > th
{
	background-color: #eee;
}

.topleft_corner { border-left: none; background-color: none; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th,
.table > tr > td, .table > tr > th, .table > tr > td, .table > tr > th, .table > tr > td, .table > tr > th
{
	border-left: 1px solid #ddd;
}

.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > th,
.table > tr > th, .table > tr > th, .table > tr > th
{
	background-color: #eee;
	vertical-align: middle;
}

.table > tbody > tr > td.topleft_corner, .table > tbody > tr > th.topleft_corner, .table > tfoot > tr > td.topleft_corner,
.table > tfoot > tr > th.topleft_corner, .table > th.topleft_corneread > tr > td.topleft_corner, .table > th.topleft_corneread > tr > th.topleft_corner,
.table > tr > td.topleft_corner, .table > tr > th.topleft_corner, .table > tr > td.topleft_corner, .table > tr > th.topleft_corner, .table > tr > td.topleft_corner,
.table > tr > th.topleft_corner,
.table > caption + thead > tr:first-child > td.topleft_corner, .table > caption + thead > tr:first-child > th.topleft_corner,
.table > colgroup + thead > tr:first-child > td.topleft_corner, .table > colgroup + thead > tr:first-child > th.topleft_corner,
.table > thead:first-child > tr:first-child > td.topleft_corner, .table > thead:first-child > tr:first-child > th.topleft_corner
{ border-left: none; border-top: none; background-color: none; }

.table > tbody > tr > td.topright_corner, .table > tbody > tr > th.topright_corner, .table > tfoot > tr > td.topright_corner,
.table > tfoot > tr > th.topright_corner, .table > th.topright_corneread > tr > td.topright_corner, .table > th.topright_corneread > tr > th.topright_corner,
.table > tr > td.topright_corner, .table > tr > th.topright_corner, .table > tr > td.topright_corner, .table > tr > th.topright_corner, .table > tr > td.topright_corner,
.table > tr > th.topright_corner,
.table > caption + thead > tr:first-child > td.topright_corner, .table > caption + thead > tr:first-child > th.topright_corner,
.table > colgroup + thead > tr:first-child > td.topright_corner, .table > colgroup + thead > tr:first-child > th.topright_corner,
.table > thead:first-child > tr:first-child > td.topright_corner, .table > thead:first-child > tr:first-child > th.topright_corner
{ border-right: none; border-top: none; background-color: none; }

.table > tbody > tr > td.bottomleft_corner, .table > tbody > tr > th.bottomleft_corner, .table > tfoot > tr > td.bottomleft_corner,
.table > tfoot > tr > th.bottomleft_corner, .table > th.bottomleft_corneread > tr > td.bottomleft_corner, .table > th.bottomleft_corneread > tr > th.bottomleft_corner,
.table > tr > td.bottomleft_corner, .table > tr > th.bottomleft_corner, .table > tr > td.bottomleft_corner, .table > tr > th.bottomleft_corner, .table > tr > td.bottomleft_corner,
.table > tr > th.bottomleft_corner,
.table > caption + thead > tr:first-child > td.bottomleft_corner, .table > caption + thead > tr:first-child > th.bottomleft_corner,
.table > colgroup + thead > tr:first-child > td.bottomleft_corner, .table > colgroup + thead > tr:first-child > th.bottomleft_corner,
.table > thead:first-child > tr:first-child > td.bottomleft_corner, .table > thead:first-child > tr:first-child > th.bottomleft_corner
{ border-left: none; border-bottom: none; background-color: none; }

.table > tbody > tr > td.bottomright_corner, .table > tbody > tr > th.bottomright_corner, .table > tfoot > tr > td.bottomright_corner,
.table > tfoot > tr > th.bottomright_corner, .table > th.bottomright_corneread > tr > td.bottomright_corner, .table > th.bottomright_corneread > tr > th.bottomright_corner,
.table > tr > td.bottomright_corner, .table > tr > th.bottomright_corner, .table > tr > td.bottomright_corner, .table > tr > th.bottomright_corner, .table > tr > td.bottomright_corner,
.table > tr > th.bottomright_corner,
.table > caption + thead > tr:first-child > td.bottomright_corner, .table > caption + thead > tr:first-child > th.bottomright_corner,
.table > colgroup + thead > tr:first-child > td.bottomright_corner, .table > colgroup + thead > tr:first-child > th.bottomright_corner,
.table > thead:first-child > tr:first-child > td.bottomright_corner, .table > thead:first-child > tr:first-child > th.bottomright_corner
{ border-right: none; border-bottom: none; background-color: none; }

.subheader {
    background-color: #eee;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th
{
	border-top: 1px solid #ddd;
}

.table th {
    text-align: center;
}

.table tr:last-child {
    border-bottom: 1px solid #ddd;
}

.table td:last-child, .table th:last-child {
    border-right: 1px solid #ddd;
}
/* -------------------- */

/* Report parameter details ---- */
div.report_parameters_list {
	margin-top: -10px;
	padding: 5px;
}

.clearfix::after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

div.report_parameters_list .report_parameter_info {
	border: 1px solid #ddd;
	margin-right: 10px;
	float: left;
}

div.report_parameters_list .report_parameter_info .report_parameter_name {
	display: inline-block;
	font-weight: bold;
	padding: 5px;
	border-right: 1px solid #ddd;
	background-color: #eee;
}

div.report_parameters_list .report_parameter_info .report_parameter_value {
	display: inline-block;
	padding: 5px;
}
/* ------------------------------*/


.full-size-cell input.pmf
{
    width: 100%;
}

.full-size-cell input.pmf[type=checkbox]
{
	width: unset;
}

.codename {
	font-size:9pt;
	font-family: monospace;
	color: blue;
	font-weight:bold;
}

p.inicio_entry img { width: 32px; vertical-align:middle; }

.tab_counter
{
	font-size:0.8em;
	font-weight:normal;
	display: none;
}

.superscript { font-size:0.5em;vertical-align:top; }
.subscript { font-size:0.5em;vertical-align:bottom; }

/* Estilos para links en header ---------------------------------------------- */
h1 a
{
	color: red;
	font-size: 11pt;
}

h1 a.btn
{
	float: right;
	margin-top: 3px;
}

h1 a.btn img
{
	width: 18px;
}

h1 a, h1 .count
{
	font-size: 10pt;
	vertical-align: middle;
	display: inline-block;
	margin-top: -5px;
}

h1 a.btn:last-child
{
    margin-right: 0;
}

/*
h1 a, h1 .count
{
    font-size: 0.5em;
}

h1 a.btn:last-child
{
	font-size: 0.5em;
}
*/

h1 a.btn, h1 a.dropdown_button, h1 input.button, h1 input[type="submit"], h1 input[type="button"] {
    font-size: 0.5em;
}
/* --------------------------------------------------------------------------- */

/* Extra front-end styles ---------------------------------------------------- */
.DTTT_print_info { z-index: 100000; }

div.fc-view-month td.fc-day:hover
{
	background-color: #eee;
	cursor: zoom-in;
}

div.items_paginator
{
	margin: 20px 0px 10px 0px;
	vertical-align: middle;
	border: 1px dotted lightgray;
	padding: 5px;
	text-align: center;
}

div.items_paginator.floating
{
	float: right;
	margin-top: 0px;
}

div.items_paginator .page_number
{
	padding: 0px 10px;
	font-weight: bold;
	vertical-align: middle;
}

div.items_paginator input {
    font-size: 0.85em;
}
/* ---------------------------------------------------------------------------- */

/* Cube spinner */
/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 10000;
	height: 40px;
	width: 40px;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	/*filter: blur(5px);*/
  }

  .loading.no-overlay:before
  {
	background: transparent;
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
  }

  .loading > .description, .loading > .progress {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color: rgb(25, 68, 148);
	font-size: 18px;
	width: 600%;
	height: 1em;
	margin-top: 0.5em;
	margin-left: -250%;
	text-shadow: 0px 0px 15px #ffffff;
	text-align: center;
	display: block;
	line-height: 1em;
	}
	
	.loading > .progress {
		font-size: 14px;
	}
  
  .loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	/*-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;*/
  }
  
  /* Animation */
  
  /*@-webkit-keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-moz-keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-o-keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }*/

  .sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 0px auto;
  }
  
  .sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: rgb(25, 68, 148);
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
			animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
  }
  .sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
			animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
			animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
			animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
			animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
			animation-delay: 0s; }
  .sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
			animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s; }
  
  @-webkit-keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
	  -webkit-transform: scale3D(1, 1, 1);
			  transform: scale3D(1, 1, 1);
	} 35% {
	  -webkit-transform: scale3D(0, 0, 1);
			  transform: scale3D(0, 0, 1); 
	}
  }
  
  @keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
	  -webkit-transform: scale3D(1, 1, 1);
			  transform: scale3D(1, 1, 1);
	} 35% {
	  -webkit-transform: scale3D(0, 0, 1);
			  transform: scale3D(0, 0, 1);
	} 
  }
  /* ---------------- */