@charset "ISO-8859-1";

* {
	font-size: 14px;
	font-family: 'Open Sans';
}

ul,ol {
	list-style: none;
}
a:focus, a:hover{
    text-decoration: none;
}
.ui-inputfield {
	/* padding-left: 12px; */
}
.btn {
	transition: 0.3s !Important;
}
.btn.btn-min {
	font-size: 10px !Important;
}
.btn.fa.btn-right-side {
	width: 31px;
	height: 34px;
}
.btn.btn-left-side {
	padding: 6px !important;
}
input.input-right-side, .btn.btn-right-side {
	border-radius: 0 4px 4px 0 !important;
}
input.input-left-side, .btn.btn-left-side {
	border-radius: 4px 0 0 4px !important;
}
a:focus, a:hover{
    text-decoration: none;
}
.ui-inputfield {
	/* padding-left: 12px; */
}
.btn,.btn.btn-flat {
	transition: 0.3s !Important;
	border-radius: 3px;
}
.btn-principal {
	color: #fff;
	background-color: #27ace3;
    border-color: #27ace3;
}
.btn-principal:hover, .btn-principal:focus  {
	color: #fff !Important;
	background-color: #59bae2;
	border-color: #259fd2;
}
.btn .btn-operativo {
	font-size: 1.15em;
	margin: 0;
	padding: 0.4em;
}
.btn.fa {
	width: 36px;
	height: 31px;
	line-height: 31px;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
}
.btn.fa > span.ui-button-text {
	display: none;
}

.btn-gris {
	color: #666;
    background-color: #ddd;
    border-color: rgba(0,0,0,0.2);
}
.btn-gris:hover {
	color: white !Important;
	background-color: #aaa;
}

.boton-volver {
	font-size: 2em;
	border: 1px solid transparent;
	padding: 10px;
	background-color: transparent;
	border-radius: 5px;
	color: #aaa;

	transition: 0.4s;
}
.boton-volver:hover {
	border: 1px solid #d6d6d6;
	padding: 10px;
	background-color: white;
	color: #428bca;
}

.sector {
	border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 10em;
    background-color: white;
}

.izquierda { float: left; }
.derecha { float: right; }
.centrado { text-align: center;}

.sin-margen {margin:0 !Important;}
.sin-margen-interno {padding:0 !Important;}
.sin-borde {border:0 !Important;}

.margin-5 { margin: 5px; }
.margin-10 { margin: 10px; }
.margin-15 { margin: 15px; }
.margin-20 { margin: 20px; }
.margin-25 { margin: 25px; }
.margin-30 { margin: 30px; }

.padding-5 { padding: 5px; }
.padding-10 { padding: 10px; }
.padding-15 { padding: 15px; }
.padding-20 { padding: 20px; }
.padding-25 { padding: 25px; }
.padding-30 { padding: 30px; }

.arriba-5 { margin-top: 5px; }
.arriba-10 { margin-top: 10px; }
.arriba-15 { margin-top: 15px; }
.arriba-20 { margin-top: 20px; }
.arriba-25 { margin-top: 25px; }
.arriba-30 { margin-top: 30px; }
.abajo-5 {	margin-bottom: 5px; }
.abajo-10 {	margin-bottom: 10px; }
.abajo-15 {	margin-bottom: 15px; }
.abajo-20 {	margin-bottom: 20px; }
.abajo-25 {	margin-bottom: 25px; }
.abajo-30 {	margin-bottom: 30px; }
.derecha-5 { margin-right: 5px; }
.derecha-10 { margin-right: 10px; }
.derecha-15 { margin-right: 15px; }
.derecha-20 { margin-right: 20px; }
.derecha-25 { margin-right: 25px; }
.derecha-30 { margin-right: 30px; }
.izquierda-5 {	margin-left: 5px; }
.izquierda-10 {	margin-left: 10px; }
.izquierda-15 {	margin-left: 15px; }
.izquierda-20 {	margin-left: 20px; }
.izquierda-25 {	margin-left: 25px; }
.izquierda-30 {	margin-left: 30px; }

.padding-derecha-5 { padding-right: 5px; }
.padding-derecha-10 { padding-right: 10px; }
.padding-derecha-15 { padding-right: 15px; }
.padding-derecha-20 { padding-right: 20px; }
.padding-derecha-25 { padding-right: 25px; }
.padding-derecha-30 { padding-right: 30px; }
.padding-derecha-35 { padding-right: 35px; }

.padding-izquierda-5 { padding-left: 5px; }
.padding-izquierda-10 { padding-left: 10px; }
.padding-izquierda-15 { padding-left: 15px; }
.padding-izquierda-20 { padding-left: 20px; }
.padding-izquierda-25 { padding-left: 25px; }
.padding-izquierda-30 { padding-left: 30px; }
.padding-izquierda-35 { padding-left: 35px; }

.padding-arriba-5 { padding-top: 5px; }
.padding-arriba-10 { padding-top: 10px; }
.padding-arriba-15 { padding-top: 15px; }
.padding-arriba-20 { padding-top: 20px; }
.padding-arriba-25 { padding-top: 25px; }
.padding-arriba-30 { padding-top: 30px; }
.padding-arriba-35 { padding-top: 35px; }

.padding-abajo-5 { padding-bottom: 5px; }
.padding-abajo-10 { padding-bottom: 10px; }
.padding-abajo-15 { padding-bottom: 15px; }
.padding-abajo-20 { padding-bottom: 20px; }
.padding-abajo-25 { padding-bottom: 25px; }
.padding-abajo-30 { padding-bottom: 30px; }
.padding-abajo-35 { padding-bottom: 35px; }

.display-flex { display: flex; }

.margin-auto { margin: auto !important; }

.width-completo { width: 100% !important; }

.height-completo { height: 100% !important; }

.form-label-inline-width {width: 85px !important; text-align: left; }

.form-label-width {width: 8.5% !important; text-align: left; }
.form-valor-width {width: 89.5% !important; }

.transparente {background-color: transparent !Important;}

.minuscula {text-transform: lowercase !Important;}
.mayuscula {text-transform: uppercase !Important;}


/* Correciones para los growls*/
.ui-growl {
	z-index: 10000 !Important;
}
.ui-growl-item {
	background-color: rgba(255,165,0,0.95);
	border-radius: 0 5px 5px 0;
}

div.ui-growl-error {
	border: none;
	border-left: 6px solid #c23321;
}
div.ui-growl-error > div.ui-growl-item {
	background-color: #dd4b39;
	color: white;
}
div.ui-growl-warn {
	border: none;
	border-left: 6px solid #c87f0a;
}
div.ui-growl-warn > div.ui-growl-item {
	background-color: #f39c12;
	color: white;
}
div.ui-growl-info {
	border: none;
	border-left: 6px solid #0097bc;
}
div.ui-growl-info > div.ui-growl-item {
	background-color: #00c0ef;
	color: white;
}

.ui-growl-item-container {
	border-radius: 5px;
}
.ui-growl-icon-close {
	font: normal normal normal 14px/1 FontAwesome;
}
.ui-growl-icon-close:before {
	color: #888;
	content: "\f00d";
	font-size: 1em;
}
div.ui-growl-icon-close.ui-icon {
	text-indent: initial;
}
.ui-growl-title {
	font-weight: 500;
}

select.form-control {
	border-radius: 4px !Important;
}

.btn-info {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}

.btn-info:hover {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}

.ui-blockui {
	background-color: rgba(0,0,0,0.4);
	min-height: 100vh!important;
	height: 100%!important;
}
.ui-blockui-content {
	background-color: white;
	border-radius: 5px;
	font-style: italic;
	font-size: 1.5em;
}
.gif-wait {
	width: 200px;
}
/*
.ui-tooltip {
    padding: 5px 0;
}
.ui-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.ui-tooltip-top .ui-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #4c4c4c;
}
.ui-tooltip {
    padding: 4px 12px;
    background-color: #4c4c4c;
    color: #fff;
    border-radius: 5px;
}
*/
.ui-chkbox-box {
	/*
	border: 1px solid #aaa; 
	*/
}
th div.ui-chkbox-box {
	display: none !Important;
}
.ui-chkbox-icon.ui-icon {
	display: initial;
}

span.ui-chkbox-icon {
	font: normal normal normal 14px/1 FontAwesome;
}

span.ui-chkbox-icon.ui-icon-blank:before {
	color: #333;
	content: "\f096";
	font-size: 1.4em;
}
span.ui-chkbox-icon.ui-icon-check:before {
	color: white;
	content: "\f046";
	font-size: 1.4em;
}
div.ui-state-hover > span.ui-chkbox-icon.ui-icon-blank:before {
	color: #00b0ff;
}
div.ui-chkbox-box.ui-state-active {
	background-color: transparent;
}

.scroll-panel {
	min-height: 100px;
}

.box-header h4 {
	font-family: 'Open Sans','Source Sans Pro','Helvetica Neue',Helvetica,Arial;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0.4em 0 0.2em 0;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
}
.text-area {
	min-height: 150px;
}

.ui-tabs-nav {
	border-bottom: 1px solid #d6d6d6;
}
.ui-tabs-nav > li {
	border-radius: 3px 3px 0 0;
	border-bottom: 0;
}
.ui-tabs-nav > li > a:hover {
	background-color: rgba(0,0,0,0.05);
}
.ui-tabs-nav > li.ui-tabs-selected.ui-state-active {
	background-color: #f7f7f7;
	border: 1px solid #d6d6d6;
	border-bottom: 0;
	margin-bottom: -1px;
	font-weight: 400;
}
.ui-tabs-panels {
	border: 1px solid #e7e7e7;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	background-color: #f7f7f7;
}

h4.separador {
	border-bottom: 1px solid #e7e7e7;
	font-style: italic;
	color: #666;
}

/*Piker*/
.hasDatepicker {
	
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: none;
    border: none;
    padding: 4px;
}

div.tabla-camel tbody tr td {
	text-transform: capitalize;
}
div.tabla-camel tbody tr td.tabla-camel-col {
	font-size: 0.98em;
}

tr.row-alert, tr.ui-datatable-even.row-alert, tr.row-alert:hover {
	background-color: rgb(248, 215, 218);
}

div.ui-datatable thead tr {
	border-bottom: 1px solid #d6d6d6;
}
div.ui-datatable tbody tr td {
	padding: 2px 4px;
	border-style: none;
}
div.ui-datatable.table-striped table tbody tr td {
	font-size: 1.1em;
}

div.box {
	border-top: 0;
	border-radius: 5px;
	box-shadow: 0.1px 0.1px 8px 0.1px #ccc;
}

.borde-verde-abajo {
	border-bottom: 2px solid;
	border-bottom-color: #27ace3;
}

.btn-success {
    background-color: #27ace3 !important;
	border-color: #259fd2 !important;
}

.form-control:focus {
    border-color: #27ace3;
    box-shadow: none;
}

.ui-blockui.ui-widget-overlay.ui-helper-hidden{
	z-index:9998 !important;
}
.ui-blockui-content.ui-widget.ui-widget-content.ui-corner-all.ui-helper-hidden.ui-shadow{
	z-index:9999 !important;
}

.combo-multicheckbox {
    border-radius: 4px;
}

.botonera-flex {
	display: flex;
	align-items: center;
}

.fa.fa-force {
	font-family: FontAwesome;
}

.caja{
	border-top: 3px solid #27ace3;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0.1px 0.1px 8px 0.1px #ccc;
}
