@charset "UTF-8";

/* utils */
.txtC { text-align: center !important;  }
.txtR { text-align: right !important; }
.txtL { text-align: left !important; }

.clear { clear: both; }
.fright, .float-right { float: right; }
.fleft, .float-left { float: left; }

.txt-grey { color: #7f7f7f; }


.txt-nivel-1 { color: #888888; }
.txt-nivel-2 { color: #666666; }
.txt-nivel-3 { color: #444444; }
.txt-nivel-4 { color: #222222; }
.txt-nivel-5 { color: #000000; }

.w1 { width: 1px; }
.full_width, .fw { width: 100% !important; }
.wAuto { width: auto !important; }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }

.mw100 { min-width: 100px; }
.mw150 { min-width: 150px; }

.maxWidth50 { max-width: 50px; }
.maxWidth100 { max-width: 100px; }
.maxWidth150 { max-width: 150px; }
.maxWidth200 { max-width: 200px; }
.maxWidth300 { max-width: 300px; }

.nowrap { white-space: nowrap; }
.clickable { cursor: pointer; }
.pointer { cursor: pointer; }
.nomargins { margin: 0 !important; }
.nopaddings { padding: 0 !important; }

.bold { font-weight: bold; }

.lh22 { line-height: 22px !important; }
.lh27 { line-height: 27px !important; }

.valign-middle, 
tr.valign-middle > td,
tr.valign-middle > th 
{
	vertical-align: middle !important;
}

.valign-top, 
tr.valign-top > td,
tr.valign-top > th 
{
	vertical-align: top !important;
}

iframe {
	border: 0;
}

.line-through,
.line-through input {	
	text-decoration: line-through; 
}
.inline-block { display: inline-block; }

.font-size-normal { font-size: 1em; }
.font-size-smaller { font-size: 0.875em; }

.ellipsis {
	 white-space:nowrap;
	 overflow:hidden;
	 text-overflow:ellipsis;
	 -o-text-overflow:ellipsis;
	 -moz-binding:url('assets/xml/ellipsis.xml#ellipsis');
	 display:block
}

/* table for ellipsis */
table.table-fixed {
	width: 100%;
	table-layout: fixed;
	font-size: 1em;
}
table.table-fixed td {
	border-width: 0 !important;
	padding: 0 !important;	
	text-align: inherit;
	border-radius: 0 !important;
}

/* .table-layout */
.table.table-layout {
	border-width: 0px;
	margin-bottom: 0; 	
}
.table.table-layout td,
.table.table-layout th {
	border-width: 0px;	
}

/* buttons */
.btn i.fa {
    font-size: 1.1em;
    padding: 0 6px 0 0;
}
.btn.btn-ico i.fa {
    padding: 0;
}

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    background-color: #fbfbfb;
}

/* dl */
.dl-horizontal.dl-100 dt {
	width: 100px;
}
.dl-horizontal.dl-100 dd {
	margin-left: 110px;
}


/* icons */
.glyphicon-2x{font-size: 2em;}
.glyphicon-3x{font-size: 3em;}
.glyphicon-4x{font-size: 4em;}
.glyphicon-5x{font-size: 5em;}

/* backgound with color */
.bck-primary {
	background-color: #286090 !important;	
}

/* menu */
.sidebar ul li a {
	color: #204d74;
}

/* body-full-view */
body.body-full-view #nav,
body.body-full-view .sidebar {
	display: none;
}
body.body-full-view #page-wrapper {
	margin-left: 0;
}

/* body-detail-view */
body.body-detail-view #wrapper {
	width: calc(100% - 600px);
	margin-left: 600px;
	height: 100%;
	overflow: scroll; 
}
body.body-detail-view #page-wrapper {
	margin-left: 0;
	min-height: 344px;
	height: 100%;
	width: calc(100% + 350px);
	max-width: 1024px;
}
body.body-detail-view #nav {
	display: none;
}
body.body-detail-view .container-side {
	width: 600px;
	position: fixed;
    left: 0;
    top: 0px;
    overflow-y: auto;
    z-index: 10;
    background-color: #fff;
    border-right: 1px solid #ccc;
    
    -webkit-box-shadow: 5px 0px 5px 0px rgba(32,77,116,1);
	-moz-box-shadow: 5px 0px 5px 0px rgba(32,77,116,1);
	box-shadow: 5px 0px 5px 0px rgba(32,77,116,1);
}
/*
.container-right-side {
    position: fixed;
    right: 0;
    top: 0px;
    width: 0px;
    min-width: 300px;
    height: 100%;
    overflow-y: auto;
    z-index: 10;
    background-color: #fff;
    border-left: 1px solid #ccc;
    -webkit-box-shadow: -5px 0 5px 0 rgba(50,50,50,0.5);
    -moz-box-shadow: -5px 0 5px 0 rgba(50,50,50,0.5);
    box-shadow: -5px 0 5px 0 rgba(50,50,50,0.5);
}
*/


/** */
.state-unstated .state-ico {
	display: none !important;
}
.state-ico.fa-minus {
	display: inline-block;
}
.state-ico.fa-plus {
	display: none;
}
.state-closed .state-ico.fa-minus {
	display: none;
}
.state-closed .state-ico.fa-plus {
	display: inline-block;
}

/* loading */
.action-loading {
	position: relative;
}
div.loading {
	display: none;
}
.action-loading > div.loading {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	background-color: #FFF; 
	background-image: url('../images/help/loader_ch.gif');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 50;
	display: block;
}

html.login {
	background: radial-gradient(#fff,#204d74);
	height: 100%;
}
html.login body {
    background: none; 
}
html.login .login-panel {
	margin-top: 50%;
}
html.login .panel-heading {
	background-color: #195F93; /*#204d74;*/
	color: #fff;
}
html.login #abax::before {
    width: 16px;
    height: 16px;
}

html.dialog {
	background: radial-gradient(#fff,#777);
	height: 100%;
}
html.dialog body {
    background: none; 
}

.popup #nav {
	display: none;
}

#abax::before {
    content: "";
    display: table;
    width: 20px;
    height: 20px;
    float: left;
    background-image: url(/static/favicon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


/* nav */
#nav {
	
	/*background-image: url('../images/logo.png');*/
	background-repeat: no-repeat;
	background-position: center;
	
	margin-bottom: 0;
}
#nav #abax::before {
    width: 20px;
    height: 20px;
}

@media (max-width: 720px) {
	
	#nav {
		background-image: none;
	}
	
	#page-wrapper {
		font-size: 0.875em;
	}
	
}

.index  .panel.bg {
	background-image: url('../images/fondo.jpg');
	height: 120px;
}

.index  .panel.bg .logo {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
	height: 120px;
	background-color: transparent;
	border-width: 0;
}

#nav.navbar-default .navbar-brand {
    color: #fff; /*#003;*/
}

#nav.navbar-default {
	/*
    background-image: url('../images/fondo.jpg');
	background-repeat: repeat;
	background-color: #244FC5;
	*/
	background-color: #204d74;
	background: linear-gradient(90deg, #195F93 0%, #204d74 35%, #204d74 100%);
}
#nav.navbar-default .navbar-top-links a {
	color: #fff; 
}
#nav.navbar-default .navbar-top-links a:hover {
	color: #fff;/*#23527c;*/
	background-color: #337ab7;
}
#nav.navbar-default .navbar-brand-icon {
	padding: 10px;
	position: absolute;
	top: 0;
	left: 45%;
	height: 50px;
}
#nav.navbar-default .navbar-brand-icon img {
	height: 30px;
	display: inline-block;
}

.nav.navbar-top-links.navbar-right {
	/*float: right;*/
	position: absolute;
	right: 60px;
	top: 0;
}
/* .navbar con fondo */
.navbar-default .navbar-toggle {
    background-color: #337ab7; /*#244FC5;*/
    border-color: #fff; /*#244FC5;*/
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #F8F8F8;
    border-color: #F8F8F8;
}
.navbar-default .navbar-toggle:focus  .icon-bar, .navbar-default .navbar-toggle:hover  .icon-bar {
	background-color: #244FC5;
}

.navbar-static-top {
	z-index: 3;
}


/* headers */
h1.page-header {
	color: #204d74; /* #00a; */
	font-size: 2em;
}

h2.page-header {
	color: #333;
	margin-left: 15px;
	border-width: 0px;
	font-size: 2em;
}
#page-wrapper {
	border-left: 0;
	padding: 0 10px 10px 10px;
}

#page-wrapper .page-header {
    display: inline-block;
    margin-top: 20px;
}

.botonera.fright {
    margin: 20px 0px 10px 0;
}
.botonera .btn {
	margin-bottom: 5px;
	margin-left: 5px;
}

/* tables */
td.actions {
	background-color: #f9f9f9;
}
.table-hover tr:hover td.actions {
	background-color: #F5F5F5;
}
.table-hover > tbody > tr:hover {
	color: #204da4; /*#00a;*/
}
.table tr.noline td, 
.table tr.noline th
.table th.noline, 
.table th.noline {
	border-width: 0;
} 
.table .border-left {
	border-left: 1px solid #ddd;
}
.table .border-right {
	border-right: 1px solid #ddd;
}
.table .border-top {
	border-top: 1px solid #ddd;
}
.table .border-bottom {
	border-bottom: 1px solid #ddd;
}
/* form */

.help-block.fright {
	margin: 0;
}
input[type="checkbox"], input[type="radio"] {
	margin: 2px  0 0;
}

.fileupload-invisible .custom-input-file {
	opacity: 0;
	position: absolute;
}

/* @see http://cssdeck.com/labs/css-checkbox-styles */
.check-box-rounded {
	position: relative;
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	
	/*
	width: 28px;
	height: 28px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	*/
	
	width: 22px;
	height: 22px;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	border-radius: 44px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.check-box-rounded input[type=checkbox] {
	visibility: hidden;
}

.check-box-rounded label {
	cursor: pointer;
	position: absolute;
	
	/*
	width: 20px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;
	*/
	
	width: 14px;
	height: 14px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background-color: #777;
}

.check-box-rounded label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	background: transparent;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;
	/*
	width: 10px;
	height: 7px;
	top: 5px;
	left: 5px;
	*/
	
	width: 8px;
    height: 5px;
    top: 4px;
    left: 3px;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.check-box-rounded label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.check-box-rounded input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

label.h2, label.h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.check-box-rounded + label.h2 {
	margin-left: 10px;
}
.check-box-rounded + label.h3 {
	margin-left: 10px;
	margin-top: 5px;
}

.check-box-inline {
	display: inline-block;
}
.check-box-inline > label {
	display: inline-block;
	font-weight: normal;
	margin-right: 5px;
}
.check-box-inline > div {
	display: inline-block;
	margin-right: 3px;
}

span.form-control {
    border-width: 0px;
    outline: 0;
    box-shadow: none;
    padding: 6px 0;
}

span > .input-group-addon {
    border-width: 0px;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
}
.input-group-addon img.thumb {
	width: 22px;
	height: 22px;
}

span.error {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #A94442;
}

ul.error, ul.error li {
	list-style: none;
}
ul.error { 
	background-color: #EF3F44; /*#A94442;*/
	color: #FFF;
	padding: 5px;
	text-align: center;
	border-radius: 4px;
} 

ul.alert, ul.alert li {
	list-style: none;
}

.alert {
	padding: 10px 10px;
}

.alert.alert-success,
#wrapper ul.alert {
	cursor: crosshair;
}

#wrapper ul.alert {
	position: fixed;
	bottom: 10px;
	margin: 0;
	left: 10px;
	z-index: 100;	
	border-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.2);
}

#wrapper ul.alert.alert-danger {
	-webkit-box-shadow: 0px 0px 10px 10px rgba(169, 68, 66,0.5);
	-moz-box-shadow: 0px 0px 10px 10px rgba(169, 68, 66,0.5);
	box-shadow: 0px 0px 10px 10px rgba(169, 68, 66,0.5);
}
#wrapper ul.alert.alert-success {
	-webkit-box-shadow: 0px 0px 10px 10px rgba(60, 118, 61,0.5);
	-moz-box-shadow: 0px 0px 10px 10px rgba(60, 118, 61,0.5);
	box-shadow: 0px 0px 10px 10px rgba(60, 118, 61,0.5);
}

@media (min-width: 768px) {
	
	#wrapper ul.alert.alert-danger,
	#wrapper ul.alert.alert-success {
		left: 260px;
	}
	
}


ul.alert {
	
}


.input-group .select2-container:last-child .select2-selection {
 	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group .select2-container:last-child .select2-selection.select2-selection--single {
	height: 34px;
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
	font-size: 2em;
	line-height: 30px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px;
}


body .select2-container.select2-large .select2-results__options {
	white-space: nowrap;
}
body .select2-container.select2-large .select2-results__options li {
	white-space: nowrap;
	padding-right: 10px;
}
body .select2-container.select2-large .select2-results__group {
	white-space: nowrap;
	padding-right: 10px;
}
body .select2-container.select2-large .select2-selection.select2-selection--single {
	overflow: hidden;
}
body .select2-container.select2-large .select2-selection.select2-selection--single .select2-selection__rendered {
	white-space: normal;
}
body .select2-container.select2-large.select2-container--open .select2-dropdown {
	width: auto !important;	
}

body td > .select2-container .select2-selection--single .select2-selection__clear {
	line-height: 22px;
}
body td > .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 27px;
}
body td > .select2-container .select2-selection--single  .select2-selection__arrow {
	height: 27px;
}


.input-group .check-wrapper {
	width: 50px;
	border: 1px solid #ccc;
	text-align: center;
}

/* well */
.well.well-transparent {
	background-color: transparent;
}

/* panel */

a.panel {
    text-decoration: none;
    display: block;
}
.panel-primary span {
	color: #23527C;
} 
.panel-green span {
	color: #5cb85c;
} 
.panel-yellow span{
	color: #df8a13;
}
.panel-red span {
	color: #d9534f;
}
.panel.panel-white ,
.panel-white .panel-heading {
	border-color: #23527c;
}

/* custom.file-input */ 

.custom-input-file {
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.custom-input-file input[type=file] {
	border: 10000px solid transparent;
	cursor: pointer;
	font-size: 10000px;
	margin: 0;
	outline: 0;
	padding: 0;
	position: absolute;
	right: -1000px;
	top: -1000px;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 2;
}

.custom-input-file .loader {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 3;
	border: 1px solid #eee;
	background-image: url('../images/help/loader-input-thin.gif');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #eee;
	-webkit-border-radius: 4px; 
  	-moz-border-radius: 4px; 
	border-radius: 4px;
}

.custom-input-file .data-filename {
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
    line-height: 32px;
    height: 32px;
    padding-left: 6px;
}

.disabled .custom-input-file{
	cursor: not-allowed;
}
.disabled .custom-input-file input[type=file] {
	display: none;	
}
.disabled .custom-input-file .form-control{
	background-color: #eee;
}

.disabled .form-enabled .custom-input-file{
	cursor: pointer;
}
.disabled .form-enabled .custom-input-file input[type=file] {
	display: block;	
}
.disabled .form-enabled .custom-input-file .form-control{
	background-color: #fff;
}

/* thumbnail */
.thumb {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 32px; 
  	-moz-border-radius: 32px; 
	border-radius: 32px;
	border: 1px solid #DDD;
	padding: 2px;
}
td > .thumb {
	width: 18px;
	height: 18px;
	-webkit-border-radius: 18px; 
  	-moz-border-radius: 18px; 
	border-radius: 18px;
	padding: 1px;
}
form #logo.thumb {
	position: absolute;
	top: 27px;
	left: -32px;
	padding: 2px;
}


/* tabs */
.element {
	padding: 15px;
	border: 1px solid #DDD;	
	border-top-width: 0;
}

/* action-box */
.action-box {
	padding: 10px;
	border: 1px solid #ccc;	
	
}

.action-box .row.alert {
	width: 80%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}	

/* jquery-ui */

body .ui-widget {
	font-size: 1em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
body .ui-widget button {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
body .ui-state-default, 
body .ui-widget-content .ui-state-default, 
body .ui-widget-header .ui-state-default {
	font-weight: normal;
}

body .ui-widget-content p {
	padding: 10px 5px;
	text-align: center;
}

body .ui-widget.ui-dialog {
	font-size: 1em;
}
body .ui-dialog .ui-dialog-title {
	text-transform: uppercase;
}
body .ui-dialog.alert .ui-widget-header {
	color: #FFF;
    background: #a94442;
    border-color: #f2dede;
}




/* mapa */
#mapaEditor {
	width: 100%;
	height: 400px;
	background-color: #ddd;
}

/* chart */

.chart-wrapper {
	position: relative;
}
.chart-wrapper .chart-container {
	width: 100%;
	min-height: 350px;
}
.chart-wrapper .chart-helpers {
	position: absolute;
	top: 0px;
	right: 27px;
	z-index: 2;
}
.chart-helpers > a {
    float: right;
    width: 26px;
    height: 22px;
    padding-top: 3px;
    cursor: pointer;
    color: #666;
}

.chart-helpers .select {
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.chart-helpers .select select {
	opacity: 0;
	width: 26px;
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
}

.chart-helpers .select::before {
	content: "\f071"; /* fa-exclamation-triangle */
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
    color: #666;
}
.chart-helpers .select.chart-config::before {
   	content: "\f013"; /* fa-gear */
}
.chart-helpers .select.chart-type::before {
    content: "\f080"; /* fa-bar-chart */
}
.chart-helpers .select.chart-group::before {
    content: "\f013"; /* fa-gear */
}



i.loader-gr {
	background-image: url("../images/help/loader_gr.gif");
	background-repeat: no-repeat;
	background-position: center;
}
