/*simiyon styles for ISI*/


/*all mobile-common*/
@media screen and (min-width:100px) and (max-width:767px){ 
	/*here*/ 
	

	
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 

	/*here*/ 
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {


}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {


}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width :600px) {

}



/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
/* .mini-charts-item .count > h4 {
    font-size: 12px;
}
.mini-charts-item .count > h2 {
    font-weight: 500;
    font-size: 18px;
} */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	.exposure-pages .icon span{
		font-size: 35px; 
	}	
	.engagements-pages .icon span{
		font-size: 35px; 
	}
	.exposure-pages .mini-charts-item{
		padding: 7px; 	
	}
	.exposure-pages .mini-charts-item .count{
		width: 65%;
	}
	.engagements-pages .mini-charts-item{
		padding: 7px; 	
	}
	.engagements-pages .mini-charts-item .count{
		width: 65%;
	}
	.engagements-pages .mini-charts-item .count > h2{
		font-size: 25px; 
		 
	}
	.engagements-pages .mini-charts-item .count > h4{
		font-size: 16px; 
		min-height: 44px;
	}
	
	.iconography-div{
		width:25%;
		padding-top: 8% !important;
	}
	
	.iconography.icons{
		width:100%;
		padding:0 !important;
	}
	
	.iconography.icons img{
		width: 80%;
	}
	
	.dashboard .iconography-div {
		padding-top: 3% !important;
	}
	
	.dashboard .iconography.icons{
		width:50%;
	}
	
	.dashboard .iconography-div .iconography.icons img{
		padding-top: 1% !important;
		width: 60%;
	}
	 
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.engagements-pages #dashboard_box_ss{
		    overflow: visible !important;
	}
	.engagements-pages .table thead tr th{
		 
	}	
	.engagements-pages .table tbody tr td{  
		word-break: break-all; 
		white-space: normal !important;
	}
	
	.iconography-div{
		width:22%;
		padding-top: 2% !important;
	}
	
	.iconography.icons{
		width:85%;
		padding:0 !important;
	}
	
	.dashboard .iconography-div {
		padding-top: 1% !important;
	}
	
	.iconography.icons img {
		width: 50%;
	}

	
	
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {

}






/* Desktops and laptops ----------- */

@media only screen  and (min-width : 1224px) {

}


/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {

}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {

}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){ 
	/*here*/ 
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
	

}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape){

}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

	/*here*/ 
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){

}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape){



}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){


}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) {

}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){

}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) {

	/*here*/ 
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){

}