.form_header {
	color: #4B685E;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
}
.fw_pointer {
	cursor: pointer;
}
.add_btn {
	background: #219653;
	border: 1px solid #219653;
	border-radius: 8px;
	padding: 8px 50px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	width: 150px;
}

.reset_btn {
	background: #FFFFFF;
	border: 1px solid #EB5757;
	border-radius: 8px;
	padding: 8px 50px;
	font-weight: 600;
	font-size: 14px;
	color: #EB5757;
	display: inline-block;
	width: 150px;
}

.cancel_btn {
	background: #FFFFFF;
	border: 1px solid #4F4F4F;
	border-radius: 8px;
	padding: 8px 50px;
	font-weight: 600;
	font-size: 14px;
	color: #4F4F4F;
	display: inline-block;
	width: 150px;
}

.small_btn {
	width: 100px !important;
	padding: 8px 20px !important;
	font-size: 14px !important;
}

.cancel_black_btn {
	background: #4F4F4F;
	border: 1px solid #4F4F4F;
	border-radius: 8px;
	padding: 8px 50px;
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
	display: inline-block;
	width: 150px;
}

.del_btn {
	background: #EB5757;
	border: 1px solid #EB5757;
	border-radius: 8px;
	padding: 8px 50px;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	width: 150px;
}

.blue_btn {
	background: #2F80ED;
	border-radius: 8px;
	border: 1px solid #2F80ED;
	padding: 8px 50px;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	width: 150px;
}

.sm_blue_btn {
	background: #2F80ED;
	border-radius: 8px;
	border: 1px solid #2F80ED;
	padding: 4px 10px;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	width: 70px;
}

.blue_wh_btn {
	background: #FFF;
	border-radius: 8px;
	border: 1px solid #2F80ED;
	padding: 8px 50px;
	font-weight: 600;
	font-size: 14px;
	color: #2F80ED;
	display: inline-block;
	width: 150px;
}

.gray_btn {
	background: #828282;
	border-radius: 8px;
	border: 1px solid #828282;
	padding: 8px 50px;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	width: 150px;
}
.form_search_btn {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	padding: 5px 10px 6px;
	margin: auto 2px;
	cursor: pointer;
	border-radius: 5px;
}
.form_search_btn.search_btn {
	background-color: #0F81C1;
}

.form_search_btn.clear_btn {
	background-color: #4F4F4F;
}

.small_add_btn {
	border-radius: 8px;
	border: none;
	background: #219653; 
	color: #FFFFFF;
	text-align: center;
	font-size: 14px; 
	padding: 10px;

}

.fw-form_buttons {
	padding-top: 10px;
}

.fw-form_head_r {
	padding-right: 15px;
	color: #222222;
	font-size: 14px; 
	font-weight: 600; 
}
.fw-form_head {
	padding-right: 15px;
	color: #222222;
	font-size: 14px;
	min-width: 170px;
}
tr.fw-form_item > td{
	padding-bottom: 16px;
}

.fw-form_item > td {
	vertical-align: top;
}

/*input style*/
.fw-min_width input[type=text]{
	border-radius: 3px;
	height: 24px; 
	border: 1px solid var(--gray-4, #BDBDBD);
	background: var(--white, #FFF); 
	padding: 0 4px;
	font-size: 14px;
}
.select2-selection.select2-selection--multiple {
	border: 1px solid var(--gray-4, #BDBDBD);
	background: var(--white, #FFF); 
	border-radius: 3px;
}

.fw-form_item select {
	border: 1px solid var(--gray-4, #BDBDBD);
	background: var(--white, #FFF); 
	border-radius: 3px;
	height: 24px;
}

.fw-min_width input[type=text][readonly]{
  background-color: #F2F2F2 !important;
  color: #828282;
}

.head_have_btn {
	display: flex; align-items: top; width: 100%; flex-direction: row;
}
.head_have_btn .form_header{
	padding: 10px;
	flex: 50%;
}
.head_have_btn .add_btn_box {
	flex: 50%;
	text-align: right;
}

/*search */
.fw-search_field-box {
	border-radius: 3px;
	border: 1px solid #B9B9B9;
	background: #FFF; 
	display: flex;
	flex-direction: row;
	margin-bottom: 16px;
	padding: 9px;
	align-items: center;
}
.fw-search_field-box .fw-search_field-form{
	flex: 85%;
	/*max-width: 724px;*/
}
.fw-search_field-box .fw-search_field-btn{
	flex: 15%;
	text-align: right;
}
.blue.awesome {
	background-color: #166BEA;
}
.form_search {
	display: inline-block;
	margin-right: 10px;
}
.form_search label {
	margin-right: 5px;
	color: #000; font-size: 14px; 
	font-weight: 600;
}
.form_search input[type="text"], .form_search select{
	border-radius: 3px;
	border: 1px solid var(--outline, #BDBDBD);
	background: #FFF; 
	font-size: 14px; 
	padding: 0px 4px;
	height: 24px;
}

/*list table*/
.table_list {
	font-size: 14px;
	width: 100%;
}
table.table_list {
	border: 1px solid #B9B9B9; 
}
.table_list td.table_list_head  {
	background: linear-gradient(180deg, #FEFEFE 0%, #E6E6E6 84.90%);
	border-right: 1px solid #FFF;
	border-collapse: collapse;
}
.table_list tbody tr td {
	border-right: 1px solid #FFF;
	border-collapse: collapse;
	padding: 9px;
}
.table_list tbody tr td:last-child,.table_list td.table_list_head:last-child {
	border-right: 0px;
}
.table_list tbody tr:nth-child(even) {background-color: #E3E3E3;}
.table_list tbody tr:nth-child(odd) {background-color: #FFF}

.table_list_head {
	color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: 600; 
	padding: 9px;
	min-width: 100px;
	width: auto;
}
.pagination_box_top {
	border-radius: 3px 3px 0px 0px;
	border-right: 1px solid #B9B9B9; border-top: 1px solid #B9B9B9; border-left: 1px solid #B9B9B9;
	background: #FFF; 
	padding: 9px 7px;
}
.pagination_box_bottom {
	border-radius: 0px 0px 3px 3px;
	border-right: 1px solid #B9B9B9; border-bottom: 1px solid #B9B9B9; border-left: 1px solid #B9B9B9;
	background: #FFF; 
	padding: 9px 7px;
}
.pagination_number {
	font-size: 12px; 
	display: inline-block;
	padding: 4px;
	margin-right: 2px;
	text-align: center;
	width: 14px;
	height: 14px;
}
.offset_option {
	border-radius: 4px;
	border: 1px solid var(--outline, #BDBDBD);
	background: #FFF; 
}
.page_arrow > a,.pagination_number > a{
	text-decoration: none;
	font-weight: 600;
	color: #000;
}
.pagination_number.active {
	background: linear-gradient(180deg, #FEFEFE 0%, #E6E6E6 84.90%);
	border: 1px solid #B9B9B9;
}
.option_icon {
	text-align: center;
}

.option_icon a i, .table_list i {
	font-size: 16px;
	width: 20px;
	height: 16px; 
	color: #4B685E;
	text-align: center;
	/*margin-right: 3px;*/
}

/*input*/
.fw-min_width input[type="radio"]{
	margin-right: 5px;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #FFF;
	width: 13px; height: 13px;
	outline: 1px solid #999;
}
.fw-min_width input[type="radio"]:checked {
	background: #4B685E;
}

.fw-min_width input[type="file"]{
	border: 1px solid #d0d0d1;
}

.fw_radio_align_v {
	display: block; margin-bottom: 5px;
}

label input {
  display: none; /* Hide the default checkbox */
}

/* Style the artificial checkbox */
.fw-min_width label ,.change_password_field label{
	font-size: 14px;
	cursor: pointer
}
.fw-min_width label.check_box_label,.change_password_field label.check_box_label {
	display: flex;
}
.fw-min_width label span.checkbox,.change_password_field label span.checkbox {
	height: 14px;
	width: 14px;
	border: 1px solid #767676;
	background: #fff;
	display: inline-block;
	position: relative;
	border-radius: 2px;
	margin-right: 5px; 
}

.fw-min_width input[type=checkbox]:checked + span.checkbox,.change_password_field input[type=checkbox]:checked + span.checkbox{
	background: #305573;
	border: 1px solid #305573;
}

/* Style its checked state...with a ticked icon */
.fw-min_width input[type=checkbox]:checked + span.checkbox:before,.change_password_field input[type=checkbox]:checked + span.checkbox:before {
	content: '\2714';
	color: #fff;
	position: absolute;
	top: -1.5px;
	left: 2px;
	font-size: 12px;
}

.change_password_field {
	margin-bottom: 5px;
}
.gen_pass_btn {
	padding: 5px 8px;
	background: #219653; border-radius: 5px; 
	color: #FFF; font-weight: 600; font-size: 12px; 
	margin: 0px 5px;
}

.popup_detail_box i{
	margin-right: 3px;
}

/*select2*/
.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.select2-container .select2-selection--multiple {
	min-height: 24px;
}
.select2-selection__arrow b {
	border-color:#305573 transparent transparent transparent;
}
.select2-container--default .select2-selection--multiple {
	/*padding-bottom: 1px;*/
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size:14px;
	line-height: 24px;
}

.select2-results__option {
	font-size:14px;
	padding: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
	font-size:14px;
}
.select2-container--default .select2-results__option--disabled {
	display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 4px;
	font-family: Arial, Helvatica, sans-serif;
}

.select2_parent {
	font-weight: 600;
}

.select2_child {
	padding-left: 10px;
}

/*communication*/
.star_bm i{
	color: #F8D41C;
	font-size: 16px;
}

/*textarea ori*/
.textarea_ori {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 0 4px;
}

.textarea_ori[readonly] {
    background-color: #F2F2F2 !important;
    color: #828282;
}

/*stepper*/
.ispin-wrapper .ispin-button {
	width: 25px;
}
.ispin-wrapper .ispin-button.ispin-button-inc {
	line-height: 10px;
}
.ispin-wrapper .ispin-button.ispin-button-dec {
	line-height: 5px;
}

.ispin-wrapper input[type="text"] {
	width: 20px;
	padding: 0 20px 0 4px;
	text-align: right;
}

.ispin-wrapper .ispin-button {
	width: 20px !important;
}
.table_short_detail {
	width: 100%;
}
.table_short_detail td {
	font-size: 14px;
}

/*date picker*/
/*.jsDate {
  background: #ffffff url('../../im/calendar_red.png') no-repeat 86px 50% !important;
}*/
.jsDate_content {
	position: relative;
}

.jsDate_content input {
	display: inline-block;  
}

.jsDate_content i {
	position: absolute; 
	left: 93px; 
	top: 0px; 
	color: #17AD49; 
}