@media only screen and (max-width : 1600px){

}/**1600px**/

@media only screen and (max-width : 1440px){
	body{
		font-size:14px;
	}
	.wrap_toolbar{
		padding:0 5px;
		width:160px;
	}
	.users-toolbar .pic{
		display:none;
	}
	.users-toolbar {
	  padding: 10px 10px;
	  margin: 0 -5px;
	}
	.wrap_toolbar .link-toolbar .icon-toolbar{
		width:25px;
	}
	.wrap_toolbar .title-toolbar{
		padding:10px 5px 0;
	}
	.wrap_toolbar .link-toolbar{
		font-size:14px;
	}
	.wrap_main{
		padding:10px;
		width: calc(100% - 160px);
	}
	.wrap_toolbar .link-toolbar{
		padding:5px;
	}
	.wrap_toolbar .link-toolbar span{
		width:calc(100% - 25px);
	}
	.form_over{
		padding:10px;
		/*width: 80%;*/
	}
	.btn {
	  font-size: 12px;
	  min-width: 100px;
	  border-radius: 5px;
	  padding: 8px 10px;
	}
	.form_right{
		padding:10px;
	}
	.form_right{
		margin-left: 10px;
	}
	.form_input input[type="text"], .form_input input[type="email"], .form_input input[type="number"], .form_input input[type="password"], .form_input input[type="search"], .form_input input[type="date"], .form_input input[type="datetime-local"], .form_input textarea, .form_input select{
		font-size:14px;
		padding:10px 10px 5px;
	}
	.form_input > span{
		left:5px;
	}
	.form_input{
		border-radius:3px;
	}
	.list_select{
		padding:13px 10px 5px;
	}
	.list_select > span{
		left:5px;
	}
	.checkbox_select_div{
		padding:5px 10px;
	}
	textarea{
		height:150px;
	}
	.form_bottom{
		padding-top:20px;
	}
	.form_input{
		margin:10px 0;
	}
	.title-block {
	  font-size: 20px;
	}
	.chosen-container {
	  padding: 5px 10px;
	}
}/**1440px**/

@media only screen and (max-width : 1366px){

}/**1366px**/

@media only screen and (max-width : 1280px){

}/**1280px**/

@media only screen and (max-width : 1200px){
	.form_wrap{
		flex-wrap:wrap;
	}
	.form_over{
		width:100%;
	}

	.form_right{
		width:100%;
	}
.title-block {
  display: block;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  position: relative;
}
}/**1200px**/

@media only screen and (max-width : 1199px){

}/**1199px**/

@media only screen and (max-width : 992px){

}/**992px**/

@media only screen and (max-width : 991px){

}/**991px**/

@media only screen and (max-width : 768px){

}/**768px**/

@media only screen and (max-width : 767px){


}/**767px**/

@media only screen and (max-width : 576px){

}/**576px**/

@media only screen and (max-width : 575px){

}/**575px**/

@media only screen and (max-width : 480px){

}/**480px**/

@media only screen and (max-width : 425px){

}/**425px**/

@media only screen and (max-width : 375px){

}/**375px**/

@media only screen and (max-width : 360px){

}/**360px**/

@media only screen and (max-width : 320px){

}/**320px**/





@media only screen and (min-width : 1200px){

}
