* {box-sizing: border-box }

body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;	
	background: #fff !important;
	color:#333;
	font-family: 'Roboto', Arial;
	font-size: 13px;
	font-weight:300;	
}

input:disabled {
    background: #dddddd;
}

.wrapper {
	max-width:1170px;
	margin: 0 auto; 
}

.header {
	border:0px solid #777;
	border-radius:10px 10px 0 0;
	color: #fff;
	font-weight:300;
	font-size:28px;
	text-align:center;
}

.header .logo {
	background: #fff url("../img/logos/xunta.png") no-repeat center;
	height: 102px;
	margin: 0 auto;
	margin-bottom: 16px;
	margin-top: 16px;
	/**width: 300px;*/
}

.header .titulo {	
	color: #f09401;
	display:inline-block;
	margin-bottom: 20px;
	text-align:center;
}

.container {
	padding:1px 20px 30px 20px; border:0px solid #777; background-color: #fff; background-color: rgba(255, 255, 255, 0.90);
}

.footer {	
	/** background: rgba(0,0,0, 0.3); */
        background: #FFF;
	border-radius:0 0 10px 10px;
	padding: 5px;
	text-align:center;
	font-size: 11px;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
        border-top: 1px #ccc dotted;
}

.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;   
   clear: both;
}

.clear, .clr {
	width: 100%;
	height: 0;
	line-height:0;
	display:block;
	margin:0;
	padding:0;
	clear:both;
	float:none;
}

.fr { float:right; }
.fl { float:left; }
.cl { clear:both; }

img{ /*max-width: 100%; */}

b, strong { font-weight: bold; }

form { padding:0; }

a {
	color: #1e5799;	
	text-decoration:underline;
	cursor:pointer !important;
}
a:hover { text-decoration:underline; }

h2 {
	color: #1e5799;
	font-size: 20px;
	font-weight: 400;
	display:block;
	margin-bottom:10px;
}

h2 a:hover {
	background: #1e5799;
	color: #fff;
	text-decoration:none;	
}

legend {
	font-weight: 400;
	font-size: 14px;
	color:#1e5799;
}

fieldset{
	clear:both;
	padding:10px;
	margin-top:20px;
	border: 1px solid #ccc;
	border-radius: 2px;
	cursor:default;
}

hr {
	height:1px;
	width: 100%;
	display:block;
	background: #ccc;
	border:none;
}

.negrita {font-weight:bold;}
.negro {color: #000000;}
.gris {color: #999999;}
.verde {color:#090;}
.rojo {color: #CC0000;}
.naranja {color: #F60;}
.azul {color:#005298;}

.txt-p {
	font-size: 0.8em;
}

.font11{ font-size: 11px; }

.borde-1 { border: 1px solid #EEEEEE; }
.borde-2 { border-left: 1px dotted #999999;	border-right: 1px dotted #999999; }

table.tabladatos {
	width: 100%;
	border:1px solid #ccc;
	border-radius: 2px;
	border-spacing: 1px;
	border-collapse: separate;
	margin-top:10px;
	font-size: 11px;
}

table.tabladatos tr.separa td {
	height: 3px !important;
	padding: 0 !important;
	background: #999 !important;
}

table.tabladatos tr.IMPEXTROM {background-color:#fff}
table.tabladatos tr.OVISAT {background-color:#f5f5f5}

table.tabladatos tr:nth-child(even) {background-color:#f5f5f5}
table.tabladatos tr:nth-child(odd) {background-color:#eee}

table.tabladatos td, table.tabladatos th {
	padding: 5px;
}

table.tabladatos td.remarcar {
	border:1px solid #ccc;
}

table.tabladatos tbody tr:hover { box-shadow: 0 0 2px 5px rgba(0, 0, 0, 0.1); }
table.tabladatos tbody tr:hover td {
	padding: 5px;
	background-color:#FFC ;
	color: #000 ;
	text-shadow: 0px 1px 0px #fff ;
}


table.tabladatos th, table.tabladatos tfoot td {
	background-color: #ccc;	
	color: #666;
	font-weight:bold;
	height: 25px;
	vertical-align:middle;	
}

table.tabladatos th a, table.tabladatos tfoot td {
	background-color: #ccc;	
	color: #666;
	font-weight:bold;
	height: 25px;
	vertical-align:middle;	
}

table.tabladatos tfoot td {
	font-size: 10px;
	font-weight: normal;
	padding: 0;
}

table.tabladatos .img {
    width: 80px;
    -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.tabladatos .img.transition {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
	margin-left:100px;
	margin-right: -100px;
}

table.tabladatos input[type=text].input-p, table.tabladatos input[type=number].input-p {
	padding: 2px;
	font-size: 11px;
	text-align:center;
}

tr.noexiste, tr.noexiste td, tr.noexiste:hover, tr.noexiste:hover td {
	background: #999 !important;
	color: #fff !important;
	text-align:center!important;
	text-transform:uppercase!important;
	font-weight:bold!important;
	text-shadow:none !important;
	box-shadow:none!important;
}
.noexiste i.fa {
	color: #fff;
	background: #cc0000;
	display:inline-block;
	border-radius:10px;
	padding: 3px;
}

td.fnd-rojo-1 {
	background-color:#FFC1C1 !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}
.fnd-rojo-1,
.fnd-rojo-1 td {
	background-color:#FFC1C1 !important;
	background:#FFC1C1 !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}

td.fnd-rojo-2 {
	background-color:#cc0000 !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #000 !important;
}
.fnd-rojo-2,
.fnd-rojo-2 td {
	background-color:#cc0000 !important;
	background:#cc0000 !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #000 !important;
}

td.fnd-verde-1 {
	background-color:#C1FFB7 !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}
.fnd-verde-1,
.fnd-verde-1 td {
	background-color:#C1FFB7 !important;
	background:#C1FFB7 !important;	
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}

td.fnd-verde-2 {
	background-color:#D7E4BC !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}
.fnd-verde-2,
.fnd-verde-2 td {
	background-color:#D7E4BC !important;
	background:#D7E4BC !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}

td.fnd-verde-3 {
	background-color:#009900  !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #000 !important;
}
.fnd-verde-3,
.fnd-verde-3 td {
	background-color:#009900 !important;
	background:#009900 !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #000 !important;
}

td.fnd-verde-4 {
	background-color:#00ff00  !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}
.fnd-verde-4,
.fnd-verde-4 td {
	background-color:#00ff00  !important;
	background:#00ff00  !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}

td.fnd-azul-1{
	background-color:#B6DDE8 !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}
.fnd-azul-1,
.fnd-azul-1 td {
	background-color:#B6DDE8 !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}

td.fnd-azul-2{
	background-color:#002060 !important;
	background:#002060 !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #000 !important;
}
.fnd-azul-2,
.fnd-azul-2 td {
	background-color:#002060 !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #000 !important;
}

td.fnd-marron-1{
	background-color:#C5BE97 !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}
.fnd-marron-1,
.fnd-marron-1 td {
	background-color:#C5BE97 !important;
	background:#C5BE97 !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}

td.fnd-rosa-1{
	background-color:#C0F !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #000 !important;
}
span.fnd-rosa-1,
.fnd-rosa-1 td {
	background-color:#C0F !important;
	background:#C0F !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #000 !important;
}

td.fnd-naranja-1{
	background-color:#FFE1C4 !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}
.fnd-naranja-1,
.fnd-naranja-1 td {
	background-color:#FFE1C4 !important;
	background:#FFE1C4 !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff;
}

td.fnd-naranja-2{
	background-color:#ff9900 !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}
.fnd-naranja-2,
.fnd-naranja-2 td {
	background-color:#ff9900 !important;
	background:#ff9900 !important;
	color: #000 !important;
	text-shadow: 0px 1px 0px #fff !important;
}

td.fnd-gris-1{
	background-color:#666 !important;
	color: #fff !important;
	text-shadow: 0px 1px 0px #000 !important;
}
.fnd-gris-1,
.fnd-gris-1 td {
	background-color:#666 !important;
	background:#666 !important;	
	color: #fff !important;
	text-shadow: 0px 1px 0px #000 !important;
}

td.fnd-negro{
	background-color:#000 !important;
	color: #fff !important;
	text-shadow: none !important;
}
.fnd-negro,
.fnd-negro td,
input.fnd-negro,
input[type="number"].fnd-negro,
input[type="text"].fnd-negro,
select.fnd-negro {
	background-color:#000 !important;
	background:#000 !important;
	color: #fff !important;
	text-shadow: none !important;
}

.imp_fnd {
	background: #069;
	color: #fff;	
}

.ovi_fnd {
	background: #F90;
	color: #fff;
}

.imp_fnd2 {
	background: #D5EAFF
}

.ovi_fnd2 {
	background: #FFEBE1;
}

.mayusculas { text-transform: uppercase !important }
.minusculas { text-transform: lowercase !important }
.capitaliza { text-transform:capitalize !important }

.leyenda {
	padding: 3px 0 3px 10px;
	border:1px solid #ddd;
	border-radius: 2px;
	background: #f5f5f5;
	font-size:10px;
}

.leyenda b {
	margin-right: 10px;
}
.leyenda span {
	display: inline-block;
	padding: 5px;
	margin-right: 5px;
}

.boton {
	display:inline-block;
	width: 30px;
	height: 27px;
	line-height:24px;	
	font-size: 18px;
	border-radius: 2px;
	border: 1px solid #999;
	text-align:center;
	background: #ccc;
	color: #fff;
	text-shadow:1px 1px 1px #666;
	text-decoration:none;
        /** margin-left: 5px; */
}

.boton.verde:hover { background: #090; }
.boton.rojo:hover { background: #cc0000; }
.boton.azul:hover { background:#069; }

.bloque, .alert {
	display:block;
	margin: 0 0 10px 0;
	background:#eee;
	padding: 10px 20px;
	border-radius: 2px;
}

.bloque.danger {
	background: #cc0000;
	color: #fff;
}

.bloque.success {
	background:#090;
	color: #fff;
}

.alert-success, .alert.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-info, .alert.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-warning, .alert.warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-danger, .alert.danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.fancymodal {
	max-width: 400px;
	background: #eee;
	padding: 10px;
	border-radius: 2px;	
}

.fancymodal.ok {
	background:#006600;
	color: #fff;
}

.fancymodal.error {
	background:#C00;
	color: #fff;
}

.fancymodal-botonera {
	margin: 10px 0 0 0;
	text-align:right;
}
/**********************************************/
a.verlog.fa {
    background: #FC0;
    border-radius: 20px;
    color: #000;
    display: inline-block;   
	padding: 2px 3px 5px;
	margin: 0 3px 0 0;
	cursor:pointer;
}

a.verlog.active {
	border:2px solid #cc0000;
}
/*********************************************/

.select2-container--default .select2-search--inline .select2-search__field {   
    color: #999;
    font-size: 11px;
}

/**
Para los checkbox

*/
input[type=checkbox].checkbox { 
	position: absolute;
	left: -999em;
	}
input[type=checkbox].checkbox + label {
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height:15px;
	padding-left:20px;	
	vertical-align:middle;
	background-image: url('../img/layout/checkbox.png');
	background-repeat:no-repeat;							
}
input[type=checkbox].checkbox:checked + label {
	background-position: 0px -15px;
}


.paginacion {
	margin:20px 0px 0px 0px;
	text-align:center;}

.paginacion a, .paginacion span.activo {
	display:inline-block;
	/*display:block;*/
	zoom: 1;
	padding: 3px 8px 3px 8px;
	margin: 0px 1px 0px 1px;
	border: 1px solid #2578C3;
	border-radius: 2px;
	text-decoration:none !important;
	color:#2578C3 !important;	
}
.paginacion a:hover {
	background-color: #2578C3;
	color: #fff !important;
}

.paginacion a.activo, .paginacion span.activo {
	color: #fff !important;
	background: #2578C3 !important;
}

/*********************************************/

@media print { 
	.noprint { display: none; }
	.siprint { display:block; }
}

pre {
	border: 2px solid #cc0000;
	color: #000;
	background: #eee;
	padding: 10px;
	font-family: 'Monaco';
	font-size: 12px;
}

/*********************************************/

.tab {
	float: left;
	width: 100%;
}
.tab hr {
	background: rgba(30, 87, 154, 0.99);
	border: none;
	display: block;
	height: 1px;
	margin-top: 20px;
	width: 100%;
}
.separator {
	float: left;
	margin: 25px 0px 10px 0px;
}
.preguntabloque {
	font-size: 22px;
	font-weight:bold; 
	color: rgba(30, 87, 154, 0.99);
	text-shadow:1px 1px 1px #fff;
	text-transform:uppercase;
	margin: 30px 0 15px 0;
	border-bottom: 2px solid #eb8f00;
	padding: 0 5px 5px;
}
.question {
	/*float: left;*/
	margin: 4px 0 4px 2%;
	/*width: 99%;*/
}
.question h3 {
	font-size: 16px;
	margin: 10px 0px;
}
.selector {
	/*float: left;
	width: 99%;*/
}
.line-form, .line-form input[type="checkbox"] {
	cursor: pointer;
}
.line-form.parent {
	font-size: 14px;
	margin: 2px;
}
.line-form {
	/*float: left;
	width: 100%;*/
}
.line-form input {
	float: left;
	position: relative;
	z-index: 1;
}
.line-form.parent input, .line-form.child-level-1 input {
	left: 0px;
	top: 0px;
}
.line-form.child-level-2 input {
	left: -5px;
	top: 0px;
}
.child-level-2 {
	border: 1px solid #cccccc;
	border-radius: 4px;
	color: #009900;;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-top: 2px;
	min-height: 0;
	padding: .5em .5em .5em .7em;
	position: relative;
}
.ui-state-active {
	color: #1c94c4;
}
.ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	color: #1c94c4;
	border: 1px solid #ccc !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	color: #1c94c4;
	border: 1px solid #ccc !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #ccc !important;
}
.child-level-2:hover {
	border: 1px solid #ccc !important;
}
.child-level-2.selected {
	border: 1px solid #ccc !important;
}
.selected .selector-1 {
	color: #4169e1 !important;
}
.selected>.selector-1 {
	background: #add8e6 !important;
	color: #2662d4 !important;
}
.selected .selector-2 {
	color: #ff6347 !important;
}
.selected>.selector-2 {
	background: #ffd0aa !important;
	color: #ff4500 !important;
}
.child-level-2 {
	color: #6b8e23 !important;
}
.selected.child-level-2 {
	background: #c0ffc0 !important;
	color: #006400 !important;
}
.selected .selector-3 {
	color: #6b8e23 !important;
}
.selected>.selector-3 {
	background: #c0ffc0 !important;
	color: #006400 !important;
}
.footer-buttons {
	float: left;
	width: 100%;
        text-align: center;
}
.ui-widget-header {
	background: #fdf4e5;
	border: none !important;
	border-radius: 4px 4px 0px 0px !important;
}
.ui-widget-content {
	border: none;
}
.icon-closed, .icon-open {
	background: url('../img/icon/check.png') no-repeat -5px;
    background-size: 12px;
    width: 12px;
    height: 12px;
}
.analytical_graphic,
.statistic_graphic {
	float: left;
	width: 100%;
}
.analytical_graphic table,
.statistic_graphic table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}
.analytical_graphic table tr,
.analytical_graphic table th,
.analytical_graphic table td,
.statistic_graphic table tr,
.statistic_graphic table th,
.statistic_graphic table td {
	border: 1px solid #ccc;
}
.analytical_graphic table th,
.analytical_graphic table td,
.statistic_graphic table th,
.statistic_graphic table td {
	padding: 1px 8px;
        height: 35px;
}
.analytical_graphic table .points,
.statistic_graphic table .points {
	position: absolute;
}
.analytical_graphic table .point,
.statistic_graphic table .point {
	border-radius: 60%;
	height: 10px;
	left: 5px;
	position: relative;
	top: -4px;
	width: 10px;
}
.analytical_graphic svg,
.statistic_graphic svg {
	position: absolute;
}
.green {
	background-color: #76b347;
}
.red {
	background-color: #dd3a37;
}
.yellow {
	background-color: #f09401;
}
.analytical_filter,
form[name="analytical_form"],
.analytical_self,
form[name="analytical_form_self"] {
	float: left;
	width: 100%;
}
.check_group {
	float: left;
	width: 33.33%;
}
.check_group_100 {
	float: left;
	width: 100%;
}
.slider_edad,
.slider_edad_1,
.slider_edad_2 {
	border: 1px solid #ccc;
	margin: 10px;
}
select[name="anho_nac_inf"],
select[name="anho_nac_sup"] {
	color: #f6931f;
	font-weight: bold;
	margin: 0px 5px;
	text-align: center;
}
.grey {
	background-color: #ccc;
    color: #000;
}
.pair td {
	background-color: #cfc;
}
.aside-separator {
	border-right: 1px solid #ccc;
	float: right;
	height: 30px;
	margin: 0px 10px;
	width: 1px;
}
.aside-buttons {
	float: right;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #eb8f00;
	text-decoration: none;
}
.icon-bloque,
.icon-bloque-sup {
	float: left;
	height: 40px;
	margin-right: 12px;
	width: 50px;
}
.icon-bloque {
	margin-top: 12px;
}
.icon-bloque-sup {
	margin-top: 20px;
}
.icon-bloque-1 {
	background: #fff url("../img/icon/icon-bloque-1.png") no-repeat center;
}
.icon-bloque-2 {
	background: #fff url("../img/icon/icon-bloque-2.png") no-repeat center;
}
.icon-bloque-3 {
	background: #fff url("../img/icon/icon-bloque-3.png") no-repeat center;
}
.icon-bloque-4 {
	background: #fff url("../img/icon/icon-bloque-1.png") no-repeat center;
}
.icon-bloque-5 {
	background: #fff url("../img/icon/icon-bloque-2.png") no-repeat center;
}
.icon-bloque-6 {
	background: #fff url("../img/icon/icon-bloque-3.png") no-repeat center;
}
.icon-bloque-7 {
	background: #fff url("../img/icon/icon-bloque-1.png") no-repeat center;
}
.icon-bloque-8 {
	background: #fff url("../img/icon/icon-bloque-2.png") no-repeat center;
}
.icon-bloque-9 {
	background: #fff url("../img/icon/icon-bloque-3.png") no-repeat center;
}
.icon-bloque-10 {
	background: #fff url("../img/icon/icon-bloque-1.png") no-repeat center;
}
.footer-button {
	background-color: #fff;
	border: 3px solid #eb8f00;
	color: #eb8f00;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 12px 30px;
}
.footer-button:hover {
	background-color: #ddd;
}
.ui-slider-horizontal .ui-slider-range {
	background-color: #f09401 !important;
}
.statistic_filter_group {
	float: left;
	width: 50%;
}
table.table_ids_diagnostico {
	border: 1px solid #ccc;
	border-collapse: collapse;
	float: left;
	margin-top: 20px;
	width: 6%;
}
table.table_ids_diagnostico tr,
table.table_ids_diagnostico th,
table.table_ids_diagnostico td {
	border: 1px solid #ccc;
}
table.table_by_question {
	border: 1px solid #ccc;
	border-collapse: collapse;
	float: left;
	margin-top: 20px;
	width: 47%;
}
table.table_by_question tr,
table.table_by_question th,
table.table_by_question td {
	border: 1px solid #ccc;
}
table.table_by_question td {
	width: 25%;
}
table.table_by_question tr,
table.table_ids_diagnostico tr {
	height: 18px;
}
.tabs .ui-tabs-panel {
	padding: 0px !important;
}

div .info{
    height: 50px; 
    text-align: center; 
    vertical-align: middle; 
    line-height: 50px;
}

div .derechos_afectados{
    text-align: center; 
    vertical-align: middle; 
    line-height: 20px;
    padding: 10px;
}

div .derechos_afectados ul{
    list-style: none;
}

.fnd-estadisticas-1 {
	color: #FFF !important;
	text-shadow: 0px 1px 0px #fff !important;
}

.button-green {
    background-color: #fff;
    border: 3px solid #63a62f;
    color: #63a62f;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 30px;
}

.button-orange {
    background-color: #fff;
    border: 3px solid #eb8f00;
    color: #eb8f00;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 12px 30px;
    text-decoration: none;
}

.medium {
    border-width: 2px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 8px 30px !important;
}

.button-red {
    background-color: #fff;
    border: 2px solid #cc3a3b;
    color: #cc3a3b;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 30px;
}

.button-red:hover {
	background-color: #ddd;
}

.button-green:hover {
	background-color: #ddd;
}

.button-orange:hover {
	background-color: #ddd;
}


#dragandrophandler
{
    border:2px dotted #CCC;
    width:90%;
    color:#92AAB0;
    text-align:left;vertical-align:middle;
    padding:10px 10px 10 10px;
    margin-bottom:10px;
    font-size:200%;
    height: 80px;
}
.progressBar {
    width: 200px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px; 
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
}
 
.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0ba1b5; border-radius: 3px; 
}
.statusbar
{
    border-top:1px solid #A9CCD1;
    min-height:25px;
    width:700px;
    padding:10px 10px 0px 10px;
    vertical-align:top;
}
.statusbar:nth-child(odd){
    background:#EBEFF0;
}
.filename
{
display:inline-block;
vertical-align:top;
width:250px;
}
.filesize
{
display:inline-block;
vertical-align:top;
color:#30693D;
width:100px;
margin-left:10px;
margin-right:5px;
}
.abort{
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;display:inline-block;
    color:#fff;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    padding:4px 15px;
    cursor:pointer;
    vertical-align:top;    
}

/***/
.dd-selected{
    text-decoration: none;
    color: inherit;
}

.evaluar{
    cursor: pointer;
}

.boton.verde:hover { background: #090; }
.verde.marcado { background: #090; }
.boton.rojo:hover { background: #cc0000; }
.rojo.marcado {  background: #cc0000; }

select[disabled] { border-color: white; }

.botones_descarga:hover{
    text-decoration: none !important;
}

.documentation_list li{
    margin-top: 10px;
    font-size: 16px;
}

.documentation_list li a{
    text-decoration: none;
}

.documentation_list li a:hover{
    text-decoration: underline;
}

.mandatory{
    color: red; font-weight: bold;
}

h2.separador{
    margin-top: 40px; 
    text-decoration: underline;
}

#tipos_movilidades ul li ol li a{
    text-decoration: none;
    color: #1e5799;
}

#tipos_movilidades>ul>li>ol>li>a:hover{
    text-decoration: underline;
    color: #000;
}

#tipos_movilidades ul li{
    font-size: 16px;
    color: #eb8f00;
}

small{
    font-size: 10px; 
    color: #666;
}

#avaliable_aids td{
    border: 1px dotted #ccc;
}

#datos_evento{
    font-weight: bold;
}

.saving {
    font-size: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
    z-index: 99;
}

/* FONDOS USUARIOS */

.usuario-bloqueado,
.usuario-bloqueado td {
	background-color:#db8181 !important;
	background:#db8181 !important;
	font-weight: bold !important;
	color: #111 !important;
	text-shadow: 0px 1px 0px #EEE !important;
}

.usuario-admin,
.usuario-admin td {
	background-color:#a8edaa !important;
	background:#a8edaa !important;
	font-weight: bold !important;
	color: #111 !important;
	text-shadow: 0px 1px 0px #EEE !important;
}

.usuario-centro,
.usuario-centro td {
	background-color:#d1c1f7 !important;
	background:#d1c1f7 !important;
	font-weight: bold !important;
	color: #111 !important;
	text-shadow: 0px 1px 0px #EEE !important;
}

.usuario-organizacion,
.usuario-organizacion td {
	background-color:#f7c1e5 !important;
	background:#f7c1e5 !important;
	font-weight: bold !important;
	color: #111 !important;
	text-shadow: 0px 1px 0px #EEE !important;
}

.usuario-beneficiario,
.usuario-beneficiario td {
	background-color:#a8e3ed !important;
	background:#a8e3ed !important;
	font-weight: bold !important;
	color: #111 !important;
	text-shadow: 0px 1px 0px #EEE !important;
}
