html {
	/*height: 100% !important;*/
	margin: 0;
	overflow-y: auto;
}

body {
	/*height: 100% !important;*/
	margin: 0;
	overflow: hidden;
}

#pagina {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-overflow-scrolling: touch;
}

#cabecera { 
	/*background-color: white;
	background: rgba(255,255,255,0.5);*/
   /*display: table-cell;*/
   text-align: center;
   vertical-align: middle;
	width:96%;
	height:29px;
	margin-left:0;
	/*margin-top: 0.3%;*/
    /*border: 2px solid #6ab023;*/
	float: left;
	font-size: 0.7em;
	padding-top: 5px;
}
/*
#cuerpo {
	position:absolute;
	top:0;
	left:0;
	z-index:999999;
	width:100%;
	height:4000px;
	background-color:rgba(0, 0, 0, 0.5);
	text-align: center;
	-webkit-transform: translate3d(0,0,0);
}

#cuerpo_imagen {
   position: relative;
	top: 150px;
	border: none;
}
*/
h3 {
	margin-top:0;
	margin-bottom: 0;
	margin-left: 15px;
	color: #00523e !important;
	font-size: 18px !important;
}

.selected {
	text-decoration: underline;
}

hr {
    display: block !important;
    height: 1px !important;
    border: 0 !important;
    border-top: 1px solid #555 !important;
    margin: 1em 0 !important;
	 margin-bottom: 0 !important;
    padding: 0 !important; 
}
/*
hr {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
*/

/*
table {
	border-collapse: separate;
	border-spacing: 1px;	
	width: 100%;
}

th {
	padding: 2px 5px 2px 5px !important;
	background-color: #00523e;
	color: #fff;
	border: 1px solid #fff;
	font-size: 10px;
	text-align: center;
}

td {
	padding: 2px 5px 2px 5px !important;
	background-color: #fff;
	color: #00523e;
	border: 1px solid #00523e;
	font-size: 10px;
}
*/

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.btn {
	font-size: 0.7em !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

#botones { 
	/*background-color: #ffffff;
	background: rgba(255,255,255,0.5);*/
        /*display: table-cell;*/
	text-align: left;
	vertical-align: middle;
	width:30px;
	height:33px;
	margin-left:5px;
	margin-top: 0.3%;
    /*border: 2px solid #6ab023;*/
	float: left;
}

.select2-container{
	font-size: 11px;
	font-weight: normal;
}

.selectores2_font{
	font-size: 11px !important;
	font-weight: normal;
}

.selectores2_font2{
	font-size: 11px !important;
	font-weight: normal;
}

.ui-widget-content_div_tabla {
	background: #BDE2B7;
	color: #222222;
	height: 20px;
}

.ui-widget-content_div_tabla_det {
	background: transparent;
	color: #222222;
	height: 20px;
}

.detalle_acordeon {
	overflow-y: scroll !important;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 0;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    margin-top: 2px;
    padding: 0;
    position: relative;
}

.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    overflow: auto;
    padding: 0;
}

	.todo_tabla {
		background-color: rgba(255, 255, 255, 0.6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF,endColorstr=#80FFFFFF);
	}

	.td_tabla {
		padding-right:5px;
		font-weight:bold;
		font-size: 10px;
		font-family:Arial,sans-serif;
		background-color: rgba(255, 255, 255, 0.6);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF,endColorstr=#80FFFFFF);
	}

.td_tabla_1 {
	padding-right: 5px;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial,sans-serif;
	background-color: rgba(173,219,165,0.9);
	/* #80CC908D -> 80 es el 50% de opacidad y CC908D es el color */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90ADDBA5,endColorstr=#90ADDBA5);
}

.td_tabla_2 {
	padding-right: 5px;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial,sans-serif;
	background-color: rgba(173,219,165,0.6);
	/* #80CC908D -> 80 es el 50% de opacidad y CC908D es el color */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60ADDBA5,endColorstr=#60ADDBA5);
}

.td_tabla_3 {
	padding-right: 5px;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial,sans-serif;
	background-color: rgba(173,219,165,0.3);
	/* #80CC908D -> 80 es el 50% de opacidad y CC908D es el color */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#30ADDBA5,endColorstr=#30ADDBA5);
}
	
	ul{
		list-style-position: none; 
		padding-left:0; 
		margin-left:0;
	}
	
	h3{
	 padding: 0 !important;
	}
	
/* Let's get this party started */
::-webkit-scrollbar {
    width: 15px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(189,226,183,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(189,226,183,0.4); 
}

/* Ventana MODAL en Evolución Familias */
    #modal-background {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .50;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        z-index: 999998;
    }
    
    #modal-content {
		  background-color: #fff;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        box-shadow: 0 0 20px 0 #222;
        -webkit-box-shadow: 0 0 20px 0 #222;
        -moz-box-shadow: 0 0 20px 0 #222;
        display: none;
        height: 240px;
        left: 5%;
        /*margin: -10% 0 0 -10%;*/
        padding: 10px;
        position: absolute;
        top: 5%;
        width: 90%;
        z-index: 999999;
    }

    #modal-background.active, #modal-content.active {
        display: block;
    }

	#d_ventana {
		margin-left: 1%;
	}

a:focus {
	outline: none;
}

.panel {
	background-color: #fff !important;
	border: none;
}


.highcharts-container{
    overflow:visible !important;
}

.highcharts-tooltip {
    z-index: 9998;
}

.select2-container .select2-choice div b {
	/*background:rgba(0, 0, 0, 0) url("select2/select2.png") no-repeat scroll -40px -22px !important;*/
}

.highcharts-drilldown-axis-label{
	text-decoration: none !important;
}

#tiempo2 {
	font-size: 10px;
	width: 50px;
	height: 25px;
	text-align: center;
    border: 1px solid #555;
    border-radius: 4px;
}

.ui-widget-header {
	color: #555 !important;
	font-size: 10px !important;
	font-weight: normal !important;
	border: none !important;
	background: none !important;
}

.ui-widget button {
	font-size: 10px !important;
}

.ui-datepicker {
	width: 170px !important;
}

.ui-datepicker select.ui-datepicker-year {
	height: 20px !important;
	/*width: 60px !important;*/
	margin-left: 5px !important;
}

.ui-datepicker select.ui-datepicker-month {
	height: 20px !important;
	/*width: 60px !important;*/
}

svg{
    overflow:visible !important;
}

.tag_ {
	margin-top: 40px;
}

@media screen and (orientation:portrait) and (max-width: 400px) {
	svg{
 		overflow:visible !important;
		height: 10px;
		width: 25px;
	}
	.tag_ {
		/*margin-top: 110px;*/
	}
}

@media screen and (orientation:landscape) {
}



.party-legend {
  padding-left: 2.786em;
}

.party-legend svg {
  float: left;
  width: 1.786em;
  height: 1.357em;
  margin-right: .5em;
  margin-left: -.5em;
  border: 1px solid #d0d0d0;
}

.party-legend svg>rect {
  width: 100%;
  height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}
