@charset "utf-8";


/*--------------------------------------------------Media Queries----------------------------------------------------------*/


/*1   1601px - Full width */
@media (max-height:499px) and (orientation:landscape){
	.buttonsIris {
		height: 280px;
	}
	.buttonsIris-top {
		width: 92%;
	}	
}



/*1   1601px - Full width */
@media (min-height:500px) and (max-height:578px) and (orientation:landscape){
	.buttonsIris {
		height: 320px;
	}
	.buttonsIris-top {
		width: 92%;
	}	
}

/*1   1601px - Full width */
@media (min-height:579px) and (max-height: 624px){
	.buttonsIris {
		height: 400px;
	}
	.buttonsIris-top {
		width: 92%;
	}	
}

/*1   1601px - Full width */
@media (min-height:625px) and (max-height:724px){
	.buttonsIris {
		height: 450px;
	}
	.buttonsIris-top {
		width: 92%;
	}
}

/*1   1601px - Full width */
@media (min-height:670px) and (max-height:724px){
	.buttonsIris {
		height: 100%;
	}
	.buttonsIris-top {
		width: 100%;
	}	
}

/*1   1601px - Full width */
@media (min-height:725px) and (max-height:824px){
	.buttonsIris {
		height: 100%;
	}
	.buttonsIris-top {
		width: 100%;
	}		
}

/*1   1601px - Full width */
@media (min-height:825px) and (max-height:924px) {
	.buttonsIris {
		height: 100%;
	}
	.buttonsIris-top {
		width: 100%;
	}		
}

/*1   1601px - Full width */
@media (min-height:925px) {
	.buttonsIris {
		height: 100%;
	}
	.buttonsIris-top {
		width: 100%;
	}		
}

/*1  1921px - 4k */
@media (min-height:925px) and (min-width:1921px) {
	body {
		font-size: 125%;
	}
	.menuDistrictes {
		width: 325px;
	}
	.input-count-btn {
		width: 25px;
	}
	.legend-operator,.icon-btn-operators {
		width: 20px;
		height: 20px;
	}
	.imgCSV {
		width: 32px;
		height: 37px;
	}
}
