/******* Controles HTML *******/
/* Inicio */

body {
	background-color: #ffffff !important;
	font-family: "Open Sans", sans-serif !important;
}

h4 {
	font-size: 18px;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

th {
	vertical-align: middle !important;
	font-size: 16px;
	text-align: center;
	font-weight: bold !important;
}

td {
	font-size: 16px;
}

/* Fin */


/******* Bootstrap *******/
/* Inicio */

.container-fluid {
/*	padding-left: 0px;
	padding-right: 0px;*/
}

.card-header {
	font-size: 16px;
}

.card-body {
	font-size: 16px;
}

.card-header .accicon {
	font-size: 20px;  
	width: 1.2em;
}

.card-link:not(.collapsed) .fa-angle-down {
    transform: rotate(180deg);
}

.modal-body {
	font-size: 16px;
}

.btn-sm {
	font-size: 12px;
	padding: 5px 10px;
}

.btn-light {
	background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc;	
}

.btn-light:disabled {
	border: 1px solid #cccccc;
}

.form-control {
	font-size: 16px;
}

a.nav-link.active span {
	font-weight: bold;
}

ul.breadcrumb {
	padding: 10px 15px;
}

li.breadcrumb-item {
	font-size: 14px;
}

li.breadcrumb-item a {
	color: #0550a2;
	text-decoration: underline;
}

li.breadcrumb-item.active {
	color: #333333;
}

.nav-tabs li a {
	font-size: 13px;
}

.nav-tabs li a.active {
	background-image: -webkit-linear-gradient(top, #e5e5e5 0, #ffffff 100%) !important;
	background-image: -o-linear-gradient(top, #e5e5e5 0, #ffffff 100%) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), to(#ffffff)) !important;
	background-image: linear-gradient(to bottom, #e5e5e5 0, #ffffff 100%) !important;
	background-repeat: repeat-x !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0.075) !important;
	box-shadow: inset 0 3px 9px rgba(0,0,0,0.075) !important;
}

ul.navbar-nav li.nav-item a.dd-text-enc {
	font-size: 14px;
}

/* Fin */

/******* Propios *******/
/* Inicio */

/*#divVersion::after {
	content: "Versión 1.05";
}*/

#first {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/loading.gif') center center no-repeat;
	background-color:rgba(255,255,255,0.5);
	color: #000;
	z-index: 9999;
}

.error {
	position: fixed;
	top:104px;
	background-color:#ffffc4;
	border: solid 1px #a9a9a9;
	max-width: auto;
	padding: 5px;
	z-index: 1000;
	display: none;
}

.errorEnc {
	float: left;
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 10px;
}

.errorContent {
	float: center;
	clear: both;
/*	color: #000000;
	font-weight: normal;
	font-size: 15px;*/
	max-width: auto;
}

.errorContent ul {
	margin-bottom: 10px;
}

.errorContent li {
	list-style-type: square;
	list-style-position: inside;
	padding: 0;
	margin-left: 15px;
	margin-bottom: 5px;
	float: none;
	clear: both;
}

.errorContent p {
	margin: 0 0 5px 0;
}

.close {
	float: right;
	top: 0px !important;
	background-image: url('../img/close.png');
	background-repeat: no-repeat;
	margin-right: 10px !important;
	width: 10px;
	height: 11px;
	cursor: pointer;
}

.divToolbar {
	background-color: #f3f3f3;
	z-index: 90;
	border-top: solid 2px #e0e0e0;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	top: 0px;
}

.divToolbarElement {
	font-size: 18px;
	padding-left: 10px;
}

.glyphicon {
	cursor: pointer;
	color: #555555;
}

.glyph-small {
	font-size: 16px;
}

.glyph-disabled {
	color: #bbbbbb !important;
}

.back-to-top {
	position: fixed;
/*	bottom: 10px;*/
	right: 10px;
	display: none;
}

.negative {
	color: red;
/*	font-weight: bold;*/
}

.positive {
	color: #28a745;
/*	font-weight: bold;*/
}
.pointer {
    cursor: pointer;
}

input[type='radio'] { 
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
	opacity: 0 !important;
}
