/*@media only screen and (max-width:1750px){}
@media only screen and (max-width:1600px){}
@media only screen and (max-width:1540px){}*/
@media only screen and (max-width:1440px){
	.side_menu {
		max-width: 220px;
	}
	.content_main {
		width: calc(100% - 220px);
	}
	.logo_box img {
		max-width: 130px;
	}
	.auth_box .top_header img {
		max-width: 150px;
	}
	.auth_box .top_header {
		padding: 30px 12px;
	}
	.edit_options {
		left: -120px;
	}
	.add_details_box {
		max-width: 200px;
	}
}
/*@media only screen and (max-width:1366px){}
@media only screen and (max-width:1280px){}
@media only screen and (max-width:1024px){}
@media only screen and (max-width:991px){}
@media only screen and (max-width:767px){}
@media only screen and (max-width:660px){}
@media only screen and (max-width:575px){}
@media only screen and (max-width:480px){}
@media only screen and (max-width:375px){}
@media only screen and (max-width:340px){}*/