@media (min-width: 640px){}
@media (min-width: 768px){}
@media (min-width: 834px){}
@media (min-width: 900px){}
@media (min-width: 1080px){}
@media (min-width: 1152px){}
@media (min-width: 1280px){}
@media (min-width: 1366px){
	body{
		font-size: 12px;
	}
	.fa, .fab, .fal, .far, .fas{
		/*font-size: 14px;*/
	}
	.h3, h3 {
		font-size: 18px;
	}
	.h4, h4{
		font-size: 16px;
	}
	.main-header .logo{
		font-size: 14px;
	}
		.main-header .navbar{
			margin-left: 230px;
		}
	.main-sidebar {
		width: 230px;
	}
	.content-header > h1{
		font-size: 20px;
	}
	.content-wrapper,
	.main-footer {
		margin-left: 230px;
	}
	.treeview-menu > li > a{
		font-size: 12px;
	}
	.dropdown-menu{
		font-size: 12px;
	}
	.input-group-addon{
		font-size: 12px;
	}
	.btn{
		/*font-size: 12px;*/
	}
}
@media (min-width: 1440px){}
@media (min-width: 1600px){}
@media (min-width: 1920px){}
@media (min-width: 2280px){}
/* --------------------- */
@media (max-width: 2280px){}
@media (max-width: 1920px){}
@media (max-width: 1600px){}
@media (max-width: 1440px){}
@media (max-width: 1366px){
	.fa, .fab, .fal, .far, .fas{
		/*font-size: 14px;*/
	}
}
@media (max-width: 1280px){}
@media (max-width: 1152px){}
@media (max-width: 1080px){}
@media (max-width: 900px){}
@media (max-width: 834px){}
@media (max-width: 768px){}
@media (max-width: 640px){}
@media (max-width: 414px){}
@media (max-width: 390px){}
@media (max-width: 375px){}
@media (max-width: 320px){}
/* --------------------- */
@media (orientation: landscape){}
/* --------------------- */
@media screen and (max-device-width: 767px) and (orientation: landscape){}
/* --------------------- */
@media screen and (max-device-width: 767px) and (orientation: portrait){}
/* iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){}
/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){}
/* Retina iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2){}
/* Retina iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2){}
/* iPad 1 & 2 Media Queries */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2){}
/* iPad 1 & 2 in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1){}
/* iPad 1 & 2 in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1){}
/* iPad 1 & 2 in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1){}
