.hide_elem{
    display: none;
}
.error{
	color: #e03535;
}
.pad-top-10{
	padding-top: 10px;
}
.border-btm{
	border-bottom: 2px solid #ecf0f5;
}
.box-title{
	font-weight: 600;
    color: #000e;
}
label{
	 color: #717171
}
.pd-l0{
	padding-left: 0px !important;
}
.pd-r0{
	padding-right: 0px !important;
}
.lable-input{
    border: none;
}
.input-border{
    border: 1px solid #ccc;
}
.bg-gray{
    background: #eee;
}
.bg-black{
    background-color: #222d32;
}
.selectize-input {
    /*background-color: #fafafa!important; */
    /* border: 1px solid #ccc!important; */
    /* padding: 13px!important; */
    height: 32px!important;
    border-radius: 0!important;
    box-shadow: inset 0 0 0 0 #888!important;
    /* opacity: 34.9!important; */
    top: -6px;
    border: none;
    left: -12px;
    width: 103%;
    overflow: hidden;
}
.selectize-dropdown-content {
	background-color: #FFF;
	border: 1px solid #E7E7E7;
}
.resize-none {
  resize: none;
  overflow: hidden;
}
.line-items-tbl>tbody>tr>td{
    border-bottom: 1px solid #f4f4f4;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
    height: 34px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px !important;
}