select{
	border-style: none;
	border: 1px solid #457E76;
	margin-left: 10px;
	margin-right: 10px;
	max-width: 200px;
}

h1{
	font: bold 2.0em Arial, sans-serif;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
}

h2{
	font: bold 1em Arial, sans-serif;
}

.form{
	clear:both;
	float:left;
	max-width: 100%;
}

.info{
	padding-top:50px;
	float:left;
	font-size:0.8em;
	text-align: left;
	width: 30%;
}

.spanInfo{
	color:#457E76;
	font-weight:bolder;
	text-decoration:underline;
	font-size:1.2em;
}

.labelInfo{
	margin-right:5px;
}

.bold{
	font-weight: bold;
}

.chart{
	clear:both;
	height:350px;
	/*width:550px;*/
	max-width:550px;
	width: 70%;
	float:left;
	margin-bottom: 20px;
	min-width: 300px;
}

.contentSelect{
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	gap: 12px;
}

.tabcontent{
    margin: 0 auto;
	text-align: center;
}

.tabcontentsub{
	display: table;
	margin: 0 auto;
	min-width: 750px;
}

.divBotonMas{
	text-align:center;
	margin-top: 200px;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.graphicTitle{
	width: 50%;
	text-align: center;
}

.gLeft{
	float: left;
}

.gRight{
	float: right;
}

.red{
	color: #993333;
}

.grp-icons{
	width: 100%;
	margin-bottom: 5px;
}

.grp-icons>a{
	padding-left: 5px;
}

.grp-icons>a>span{
	margin-left: 10px;
    margin-right: 5px;
}

.sourceText{
	font-style: italic;
	font-size:0.9em;
	float: left;
    width: 100%;
    margin-bottom: 20px;
}

.sourceLink{
	font-size: 1.10rem;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#content{
	margin: 10px;
}

#infoTot{
	display: none;
}

/*CHECK-INE*/

.checkINE {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkINE input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.markINE{
	background-color: white;
	border: 1px solid #457E76;
	margin-left: 10px;
    margin-right: 10px;
	position: absolute;
	height: 20px;
	width: 20px;
}

.checkINE:hover input ~ .markINE {
	background-color: #ccc;
}

.checkINE input:checked ~ .markINE {
	background-color: #457E76;
}

.markINE:after {
	content: "";
	position: absolute;
	display: none;
}

.checkINE input:checked ~ .markINE:after {
	display: block;
}

.checkINE .markINE:after {
	left: .3rem;
	top: .1rem;
	width: .5rem;
    height: .8rem;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*FILTERS*/

.filterArea{
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
	width: 100%;
	/*display: table;
    margin: 0 auto;
    text-align: center;*/
}

.subFilterArea{
	display: table;
    margin: 0 auto;
    min-width: 750px;
}

.combo-format{
	display: inline-block !important;
    margin-left: 10px;
    width: auto !important;
	max-width: 100%;
	margin-top: 5px;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .3rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.NoData2>*{
    position: relative;
    font-size: 1.5rem;
    color: #89BEBA;
}

/*SLIDER*/

.btn-play-pause{
	margin-left: 5px;
}

.commonTitle{
	font: bold 1.2em Arial, sans-serif;
	width: 100%;
}

.commonSlider,.commonRef{
	width: 100%;
	display: flex;
}

.commonTitleRef,.commonPlay{
	font: 1.0em Arial, sans-serif;
	margin-right: 5px;
	width: 40%;
}

.slidecontainer {
	margin-top: 10px;
}

.slider {
	-webkit-transition: .2s;
	transition: opacity .2s;
	-webkit-appearance: none;
	appearance: none;
	background: #d3d3d3;
	outline: none;
	opacity: 0.5;
	width: 100%;
    margin-top: 2px;
}

.slider:hover {
	opacity: 1;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #457E76;
	cursor: pointer;
	height: 15px;
	width: 15px;
}

.slider::-moz-range-thumb {
	background: #457E76;
	cursor: pointer;
	height: 15px;
	width: 15px;
}

/*MEDIA*/

@media all and (max-width: 600px) {
	.cntSlc {display: flex;	width: 100%; justify-content:center;}
	.cntSlc>label {flex: 0 1 auto;}
	.cntSlc>select {flex: 1 1 auto; max-width:100%;}
}

@media all and (max-width: 750px) {
	.tabcontentsub{min-width:inherit;}
	.subFilterArea{min-width: inherit;}
	.commonSlider{display:block}
}

.AppToolBarFondo {
    display: inline-block;
}