/* your styles go here */


.select2-selection.select2-selection--single{width: 100%;}
.selection{min-width: 100%; max-width:100%; width:100%; }

.select2-selection__rendered{
	 height:38px !important;
	 
}
.select2-selection.select2-selection--single{
	height:38px;
}


.select2_hd{
	color:#080;
	font-weight: bold;
	font-size:16px;
	font-size:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;

}


.select2_sd{
	color:#444;
	font-weight:normal;
	font-size:14px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-bottom:1px solid #CCC;
	padding-bottom:2px;
}


.select2-selection__rendered .select2_hd{
	color:#222;
	opacity: 0.4
}


.select2-selection__rendered .select2_sd{
	display:none;
}



.form-group label{
	font-weight:bold;
}
.log_elem{
	background-color:#CED3C9;
}
.log_elem select, .log_elem input{
	height:33px;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #999;
	border-radius:5px;
}

.log_elem .add_log_row{
	padding:5px 20px;
	background-color:#06F;
	color:#FFF;
	border-radius:5px;
	margin-left:20px;
}


.log_elem  .log_seg{
	border:1px solid #999;
	text-align:center;
	background-color:#FFF;
}
.log_elem  .log_seg .delete_group{
	float:right;
	color:#C00 !important;
	font-size:12px;
	cursor:pointer;
}
.log_elem  .log_seg .add_group{
	padding:5px 20px;
	background-color:#06F;
	color:#FFF;
	border-radius:5px;
	margin-left:20px;
}
.remove_single_row{
	color:#C00 !important;
	font-size:12px;
	cursor:pointer
}
.send_chioce{
	text-align:center;
	background-color:#999;
	padding:10px;
}
.send_chioce button{
	background-color:#FFF;
	border:1px solid #999;
	border-radius:4px;
	padding:5px 30px;
}
.send_chioce button.active{
	background-color: #000;
	color:#FFF;
}

.form-control{
	border-radius: 6px;
	border: 1px solid #3d3e3d;
}
.form-group lable{
	font-size:14px;
	color:#333;
}



.editor_btn {
	min-width: 100px;
}
.editor_btn .editor_update{
	background-color: #06F;
	color: #FFF !important;
	padding: 3px;
	font-size: 12px;
	border-radius: 4px;
	margin-right: 8px;
}
.editor_btn .editor_remove{
	background-color: #F00;
	color: #FFF !important;
	padding: 3px;
	font-size: 12px;
	border-radius: 4px;
	margin-left: 8px;
}

.deal_table thead tr th{
	background-color: #e4e4e4 !important;
}
.deal_table tr td{
	color: #222;
}

  
  
  .editor_btn{
	  white-space: nowrap;
  }

  

  .mselector{
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
  }

  .mselector > span{
	display: inline-block;
	margin: 10px 10px;
  }
  .mselector > span label{
	font-weight: normal !important;
	cursor: pointer;
	margin-left: 8px;
  }
  .mfile_area{
	position: relative;
  }
  .mfile_area > div, .mfile_area > input{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 20px;
  }
  .mfile_area > div{
	height: 80px;
	z-index: 1;
	padding: 20px 10px;
	border: 1px dotted #555;
	border-radius: 7px;
	width: 100%;
	background-color: #FFF;
  } 
  .mfile_area > input{
	height: 80px;
	z-index: 2;
	opacity: 0;
	width: 100%;
  }

.cert_cat_sel{
	background-color: #FFF;
	border: 1px solid #afacac;
	height: 28px;
	max-width: 150px;
	border-radius: 5px;
}

.multi-select-button{
	min-width: 150px;
}
.multi-select-container{
max-width: 200px !important
}

.dt-button.active{
	background-color: #C00 !important;
	background-image: linear-gradient(to bottom, #f58a8a 0%, #963232 100%) !important;
	color: #FFF;
}

.ext_btn_area{
	white-space: nowrap;
	margin-top: 10px;
}
.ext_btn_area button, .ext_btn_area a{
	font-size: 14px !important;
	padding: 0px 2px !important;
	color: #000;
	border-radius: 3px;
	border: 1px solid #000;

}



.main-box-layout{
	margin: 0px;
	margin-top: 30px;
	position: relative;
	box-shadow: -3px 3px 3px 0px #c1c1c1;
}
.main-box-layout:hover .box-icon-section i{
	font-size:70px;
	transform: rotate(360deg);
	transition:1s;
} 
.box-icon-section{
	display: table;
	height:100px;
	color:#fff;
}
.box-icon-section i{
	font-size:30px;
	display: table-cell;
  	vertical-align: middle;
  	transition:transform 0.4s ease-in-out;
    transition: 1s;
}
.box-text-section{
	background-color:#c3c3c3;
	min-height: 100px;
	color: #000;
}
.box-text-section p{
	margin: 0px;
	/* color:#fff; */
	padding:10px 0px; 
}
.label .badge{
	position: absolute;
	top:-19px;
	left: 50%;
	font-size: 20px;
	transform: translateX(-50%);
	background-color: #f1f1f1;
	color: #fff;
	box-shadow: 0px 0px 3px 0px #fff;
	border: 3px solid #fff;
}