.w200{
	min-width:200px;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.text-whitesmoke{
	color:#d4d4d4;
}
.bc_highlight{
	background-color: rgba(255, 214, 173, 0.32) !important;
}
.bc_burlywood{
	background-color: burlywood !important;
}
.bc_aqua{
	background-color:#17a2b8 !important;
}
.bc_orange{
	background-color:orange !important;
}
.bc_red{
	background-color: #bb4a4a !important;
}
.bc_green{
	background-color:#1f8d4b !important;
}
.bc_blue{
	background-color:#3a8dff !important;
}
.bc_purple{
	background-color:purple !important;
}
.bc_black{
	background-color:black !important;
}
.c_white{
	color:white;
}
.bc_gray{
	background-color:rgba(0, 0, 0, 0.2)
}
.cl_max_height_300px .panel_body{
	max-height:300px;
}
.white-space-nowrap{
	white-space: nowrap;
}
.cl_m_5px{
	margin:5px;
}
.cl_float_left{
	float:left;
}
.cl_p_5px{
	padding:5px;
}
.cl_input_blokk_termek{
	
}
.cl_d_block{
	display:block;
}
.cl_fw_bold{
	font-weight:bold;
}
.cl_fs_15px{
	font-size:15px !important;
}
.cl_d_ib{
	display:inline-block;
}
.cl_d_t{
	display:table;
	width:100%;
	border-spacing:5px;
}
.cl_d_tc{
	display:table-cell;
}
.cl_d_none{
	display: none;
}
.cl_w_100p_m5px{
	width: calc(100% - 0px);
}
.cl_w_50px{
	width: 50px !important;
}
.cl_w_75px{
	width:75px;
}
.cl_w_60px{
	width:60px;
}
.cl_ta_center{
	text-align:center;
}
.cl_of_auto{
	overflow:auto;
}
.cl_va_top{
	vertical-align:top;
}
.cl_w_25p_m10px{
	width: calc(25% - 10px);
}
.cl_w_15p_m10px{
	width: calc(15% - 10px);
}
.cl_w_30p_m10px{
	width: calc(30% - 10px);
}
.cl_w_35p_m10px{
	width: calc(35% - 10px);
}
.cl_w_40p_m10px{
	width: calc(40% - 10px);
}
.cl_w_50p_m10px{
	width: calc(50% - 10px);
}
.cl_p_3px{
	padding:3px;
}
.cl_ta_left{
	text-align:left !important;
}
.cl_ta_right{
	text-align:right !important;
}
.cl_ml_5px{
	margin-left:5px;
}
.cl_mt_10px{
	margin-top:10px;
}
.cl_mr_5px{
	margin-right:5px;
}
.cl_mt_5px{
	margin-top:5px;
}
.cl_mb_0px{
	margin-bottom:0px;
}
.cl_w_10p{
	width:10%;
}
.cl_w_150px{
	width:150px;
}
.cl_w_110px{
	width:110px;
}
.cl_w_20p{
	width:20%;
}
.cl_w_30p{
	width:30%;
}
.cl_fl_right{
	float:right !important;
}
.cl_w_100px{
	width:100%;
}
.cl_w_100p{
	width: 100% !important;
}
.ml-10px{
	margin-left:10px;
}
.mw_130px{
	min-width:130px;
}