
.bs_button_cond_checkbox_1 {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bs_button_cancel_1{
	color: #FFFFFF!important; 
	background:#9B6262;
	border-radius: 2px;
}
/* Hide the browser's default checkbox */
.bs_button_cond_checkbox_1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.bs_button_cond_checkbox_1_check {
  	position: absolute;
  	top: -15px;
 	left: 0px;
  	height: 30px;
  	width: 30px;
  	margin-left: 0px;
	/*background-color: none;*/
	background-image: none;
	background-size: auto;
	background-repeat: no-repeat;
	background-position:center; 
	
    background-color:  rgba(255,255,255,0.00);
	border-right: 1px solid #FF931E;
	border-top: 1px solid #FF931E;
	border-bottom: 1px solid #FF931E;
	border-left: 1px solid #FF931E;
	transition: all 0.3s ease-in-out;
	box-shadow: none;
}
.bs_button_cond_checkbox_1 input:not(:checked):disabled ~ .bs_button_cond_checkbox_1_check {
	border: 1px solid #B0B0B0;
}
.bs_button_cond_checkbox_1 input:checked:disabled ~ .bs_button_cond_checkbox_1_check {
	background-image: url("../images/checkbox_3b.svg");
	border: 1px solid #B0B0B0;
}		

/* On mouse-over, add a grey background color */
.bs_button_cond_checkbox_1:hover input:not(:checked) ~ .bs_button_cond_checkbox_1_check {

	border-color: #FF931E;
}
/* On mouse-over, add a grey background color */
.bs_button_cond_checkbox_1:hover input:checked ~ .bs_button_cond_checkbox_1_check {

	border-color: #FF931E;
}

.bs_button_cond_checkbox_1:hover input:not(:checked):disabled ~ .bs_button_cond_checkbox_1_check {
  	background-image: none;
}
.bs_button_cond_checkbox_1:hover input:checked:disabled ~ .bs_button_cond_checkbox_1_check {
  	background-image: url("../images/checkbox_3b.svg");
}

/* When the checkbox is checked, add a blue background */
.bs_button_cond_checkbox_1 input:checked ~ .bs_button_cond_checkbox_1_check {
	background-image: url("../images/checkbox_3a.svg");
}
/* Create the checkmark/indicator (hidden when not checked) */
.bs_button_cond_checkbox_1_check:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.bs_button_cond_checkbox_1 input:checked ~ .bs_button_cond_checkbox_1_check:after {
  display: block;	
}
/* Style the checkmark/indicator */
.bs_button_cond_checkbox_1 .bs_button_cond_checkbox_1_check:after {
}
.bs_button_cond_checkbox_2 {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.bs_button_cond_checkbox_2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.bs_button_cond_checkbox_2_check {
  position: absolute;
  top: -9px;
  left: 2px;
  height: 15px;
  width: 15px;
  background-image: url("../images/icon_checkbox_2.svg");	
  background-size:  100% ;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center ;
  /* border:1px solid #FF931E;*/
  margin-left: 0px;
}

/* On mouse-over, add a grey background color */
.bs_button_cond_checkbox_2:hover input ~ .bs_button_cond_checkbox_2_check {
  background-image: url("../images/icon_checkbox_3.svg");	
}

/* On mouse-over, add a grey background color */
.bs_button_cond_checkbox_2:hover input:checked  ~ .bs_button_cond_checkbox_2_check {
  background-image: url("../images/icon_checkbox_3.svg");	
}

/* When the checkbox is checked, add a blue background */
.bs_button_cond_checkbox_2 input:checked ~ .bs_button_cond_checkbox_2_check {
	background-image: url("../images/icon_checkbox_1.svg");	
}

/* Create the checkmark/indicator (hidden when not checked) */
.bs_button_cond_checkbox_2_check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.bs_button_cond_checkbox_2 input:checked ~ .bs_button_cond_checkbox_2_check:after {
  display: block;
}

/* Style the checkmark/indicator */
.bs_button_cond_checkbox_2 .bs_button_cond_checkbox_2_check:after {
background-image: url("../images/icon_checkbox_1.svg");	

 
}
.bs_button_cond_checkbox_3 {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.bs_button_cond_checkbox_3 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.bs_button_cond_checkbox_3_check {
  	position: absolute;
  	top: -15px;
 	left: 0px;
  	height: 30px;
  	width: 30px;
  	margin-left: 0px;
	/*background-color: none;*/
	background-image: none;
	background-size: auto;
	background-repeat: no-repeat;
	background-position:center; 
    background-color:  rgba(255,255,255,0.00);
	border-right: 1px solid #FF931E;
	border-top: 1px solid #FF931E;
	border-bottom: 1px solid #FF931E;
	border-left: 1px solid #FF931E;
	transition: all 0.3s ease-in-out;
	box-shadow: none;
}

/* On mouse-over, add a grey background color */
.bs_button_cond_checkbox_3:hover input ~ .bs_button_cond_checkbox_3_check {
  background-color: none;
}

/* When the checkbox is checked, add a blue background */
.bs_button_cond_checkbox_3 input:checked ~ .bs_button_cond_checkbox_3_check {
  background-color: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.bs_button_cond_checkbox_3_check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.bs_button_cond_checkbox_3 input:checked ~ .bs_button_cond_checkbox_3_check:after {
  display: block;
}

/* Style the checkmark/indicator */
.bs_button_cond_checkbox_3 .bs_button_cond_checkbox_3_check:after {
  left: 4px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #C0C0C0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bs_background_activate select{
	color:#FF931E!important;
}
.bs_background_activate input{
	color:#FF931E!important;
}
.bs_background_activate input.bs_input_cond_2{
	border-color:#FF931E!important;
}
.bs_background_activate select.bs_dropdown_cond_1{
	color: #FF931E!important;
}
.bs_background_activate select.bs_dropdown_cond_2{
	color: #FF931E!important;
}

.bs_background_activate_blue input.bs_input_cond_3{
	color: #3F8CB3!important;
	border-color:#3F8CB3!important;
}
.bs_background_activate_blue select.bs_dropdown_cond_1{
	color: #3F8CB3!important;
}
.bs_background_activate_blue select.bs_dropdown_cond_2{
	color: #3F8CB3!important;
}
  
.bs_background_deactivate select{
	color:#B0B0B0!important;
}
.bs_background_deactivate input{
	color:#B0B0B0!important;
}
.bs_background_deactivate input.bs_input_cond_1{
	border-color:#B0B0B0!important;
}
.bs_background_deactivate select.bs_dropdown_cond_1{
	color: #B0B0B0!important;
}
.bs_background_deactivate select.bs_dropdown_cond_2{
	color: #B0B0B0!important;
}
.bs_background_deactivate label{
	color: #B0B0B0!important;
}

.bs_background_deactivate input:not(:checked):disabled ~ .bs_button_cond_checkbox_1_check { 
	border-color: #B0B0B0!important;
	
}

















.bs_button_cond_checkbox_4 {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.bs_button_cond_checkbox_4 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}




/* Create a custom checkbox */
.bs_button_cond_checkbox_4_check {
  position: absolute;
  top: -11px;
  left: 2px;
  height: 15px;
  width: 15px;
  background-image: url("../images/icon_checkbox_2.svg");	
  background-size:  100% ;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center ;
  /* border:1px solid #FF931E;*/
  margin-left: 0px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.bs_button_cond_checkbox_4_check:after {
  content: "";
  position: absolute;
  display: none;
}
.bs_box_tender_copy_1 {
	position:relative;
	}
.bs_box_tender_copy_2 {
	position: absolute;
	right: -7px;
	top:-18px;
	background-color:#FF931E;
	border: 2px solid #FF931E;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	padding: 2px;
	}



.bs_button_tender_copy_1{
	font-size: 12px;
	color: white;
	border: 1px dotted #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:0px;
	padding-top:0px;
	}

.bs_button_tender_copy_1:hover {
	color: #393939;
	background-color: rgba(255,255,255,1.00);
	}
.bs_button_tender_copy_2 {
	display: none;
	}


















.bs_input_cond_1 {
	width: calc(100% - 10px);
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	color: #FF931E;
    background: rgba(255,255,255,1.00); 
	border-right: 1px solid #FF931E;
	border-top: 1px solid #FF931E;
	border-bottom: 1px solid #FF931E;
	border-left: 1px solid #FF931E;
	transition: all 0.3s ease-in-out;
	}
.bs_input_cond_1:hover{
	border:1px solid #FF931E;
	transition: all 0.3s ease-in-out;
	}
.bs_input_cond_1:disabled{
	color: #A4A4A4; 
	}
.bs_input_cond_1:disabled:hover{
	color: #A4A4A4; 
	border:1px solid #636363;
	transition: all 0.3s ease-in-out;
	}
.bs_input_cond_1::placeholder{
	font-size: 12px;
	vertical-align: bottom;
	color: #FF931E;
	}
.bs_input_cond_2 {
	width: calc(100% - 10px);
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	color: #FF931E;
    background: rgba(255,246,236,1.00);
	border-right: 1px solid #FF931E;
	border-top: 1px solid #FF931E;
	border-bottom: 1px solid #FF931E;
	border-left: 1px solid #FF931E;
	transition: all 0.3s ease-in-out;
	}
.bs_input_cond_2:hover{
	border:1px solid #FF931E;
	transition: all 0.3s ease-in-out;
	}
.bs_input_cond_2:disabled{
	color: #525252; 
	border: 1px solid #B0B0B0;
	}
.bs_input_cond_2:disabled:hover{
	color: #A4A4A4; 
	border:1px solid #636363;
	transition: all 0.3s ease-in-out;
	}
.bs_input_cond_2::placeholder{
	font-size: 12px;
	vertical-align: bottom;
	color: #FF931E;
	}
.bs_input_cond_3 {
	width: calc(100% - 10px);
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
    background: rgba(219,234,242,1.00);
	border-right: 1px solid #3F8CB3;
	border-top: 1px solid #3F8CB3;
	border-bottom: 1px solid #3F8CB3;
	border-left: 1px solid #3F8CB3;
	transition: all 0.3s ease-in-out;
	}
.bs_input_cond_3:disabled{
	color: #A4A4A4; 
	}
.bs_input_cond_3:disabled:hover{
	color: #A4A4A4; 
	border:1px solid #636363;
	transition: all 0.3s ease-in-out;
	}
.bs_input_cond_3::placeholder{
	font-size: 12px;
	vertical-align: bottom;
	color: #FF931E;
	}

.bs_dropdown_cond_1 {
	background-color: rgba(255,255,255,0.00)!important;
	box-shadow: none;
    }
.bs_dropdown_cond_1:disabled {
	color: #323232;
    }
.bs_dropdown_cond_3 {
	background-color: rgba(255,255,255,0.00)!important;
	box-shadow: none;
    }
.bs_dropdown_cond_3:disabled {
	color: #323232;
    }
.bs_dropdown_cond_2 {
	background-color: rgba(255,255,255,0.00)!important;
	font-weight: bold;
	box-shadow: none;
	padding-left: 5px;
	text-align: center;
    }
.bs_dropdown_cond_2:disabled {
	color: #323232;
    }
.bs_dropdown_cond_2 option {
	background-color: rgba(255,255,255,0.00)!important;
	font-weight: bold;
	box-shadow: none;
	padding-left: 5px;
	text-align: center;
    }

.bs_label_cond_3 {
	font-weight: bold;
    }
.bs_box_cond_1{
	width: 100%;	
	max-width: 100%;
	text-align: left;
	border-collapse:collapse;
	color: #C0C0C0; 
	}
.bs_box_cond_1 tr:nth-child(1){
	/*background-color: #424141;*/
	color: #C0C0C0; 
	border-left:none;
	border-top:none;
	border-right:none;
	}
.bs_box_cond_1 tr:nth-last-child(1) td label{	
	color: #000000!important; 
	}
.bs_box_cond_1 tr:nth-last-child(1) td{	
	border-bottom:1px solid  rgba(140,140,140,1.00);
	}
.bs_box_cond_1{	
	margin-bottom: 10px;
	}
.bs_box_cond_1 td:nth-child(1){
	width: 40px;
	width: 40px;
	text-align: right;
	}
.bs_box_cond_1 td:nth-child(2){
	width: auto;
	}
.bs_box_cond_1 td:nth-child(3){

	min-width: 95px;
	max-width: 110px;
	text-align: right;
	}
.bs_box_cond_1 td:nth-child(4){
	width:60px;
	text-align: left;
	}
.bs_box_cond_1 label{
	margin-left: 5px;
	margin-right: 5px;
	}
.bs_box_cond_1 tr{
	border-bottom: 0.5px solid #E7E7E7;
	}
.bs_box_cond_2{
	width: 100%;	
	text-align: left;
	border-collapse:collapse;
	color: #C0C0C0; 
	}
.bs_box_cond_2 tr:nth-child(1){
	/*background-color: #424141;*/	
	color: #C0C0C0; 
	border-left:none;
	border-top:none;
	border-right:none;
	}
.bs_box_cond_2 td:nth-child(1){
	width: 40px;
	}
.bs_box_cond_2 td:nth-child(2){
	width: auto;
	}
.bs_box_cond_2 td:nth-child(3){
	width: 40px;
	text-align: center;
	}
.bs_box_cond_2 td:nth-child(4){
	min-width: 95px;
	max-width: 110px;
	text-align: right;
	}	
.bs_box_cond_2 td:nth-child(5){
	width:60px;
	
	text-align: left;
	}
.bs_box_cond_2 label{
	margin-left: 5px;
	margin-right: 5px;
	}
.bs_box_cond_2 tr{
	border-bottom: 0.5px solid #E7E7E7;
	}

.bs_box_cond_3 tr:nth-child(1) td{	
	border-top:1px solid rgba(140,140,140,1.00);
	}
.bs_box_cond_3{
	width: 100%;	
	text-align: left;
	border-collapse:collapse;
	color: #C0C0C0; 
	margin-top: 10px;
	}
.bs_box_cond_3 tr:nth-child(1){	
	color: #C0C0C0; 
	}
.bs_box_cond_3 td:nth-child(1){
	width: 40px;
	}
.bs_box_cond_3 td:nth-child(2){
	width: auto;
	}
.bs_box_cond_3 td:nth-child(3){
	width: 40px;
	text-align: center;
	}
.bs_box_cond_3 td:nth-child(4){
	min-width: 95px;
	max-width: 110px;
	text-align: right;
	}	
.bs_box_cond_3 td:nth-child(5){
	width:60px;
	
	text-align: left;
	}
.bs_box_cond_3 label{
	margin-left: 5px;
	margin-right: 5px;
	}
.bs_box_cond_3 tr{
	border-bottom: 0.5px solid #E7E7E7;
	}
.bs_box_cond_4{
	width: 100%;	
	max-width: 100%;
	text-align: left;
	border-collapse:collapse;
	color: #C0C0C0; 
	}
.bs_box_cond_4 tr:nth-child(1){
	/*background-color: #424141;*/
	color: #C0C0C0; 
	border-left:none;
	border-top:none;
	border-right:none;
	}
.bs_box_cond_4 tr:nth-last-child(1) td label{	
	color: #000000!important; 
	}
.bs_box_cond_4 tr:nth-last-child(1) td{	
	border-bottom:1px solid #E7E7E7;
	}
.bs_box_cond_4{	
	margin-bottom: 10px;
	}
.bs_box_cond_4 td:nth-child(1){
	width: auto;
	text-align: left;
	}
.bs_box_cond_4 td:nth-child(2){
	width: 40px;
	}
.bs_box_cond_4 td:nth-child(3){
	width: auto;
	text-align: right;
	}
.bs_box_cond_4 td:nth-child(4){
	width:60px;
	text-align: left;
	}
.bs_box_cond_4 label{
	margin-left: 0px;
	margin-right: 4px;
	}
.bs_box_cond_4 select{
	margin-left: 2px;
	margin-right: 5px;
	}
.bs_box_cond_4 tr{
	border-bottom: 0.5px solid #E7E7E7;
	}
.bs_button_publictender_status_size {
	background-position: center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 40px;
	height: 40px;
	border: none;
	padding: 20px;
	}
.bs_button_publictender_status_0 {
	background-image: url("../images/publictender_status_0.png");	
	}
.bs_button_publictender_status_1 {
	background-image: url("../images/publictender_status_1.png");	
	}
.bs_button_publictender_status_2 {
	background-image: url("../images/publictender_status_2.png");	
	}
.bs_button_publictender_status_6 {
	background-image: url("../images/publictender_status_6.png");	
	}
.bs_button_publictender_status_7 {
	background-image: url("../images/publictender_status_7.png");	
	}
.bs_button_publictender_status_8 {
	background-image: url("../images/publictender_status_8.png");	
	}
.bs_button_publictender_status_9 {
	background-image: url("../images/publictender_status_9.png");	
	}
.bs_button_publictender_status_9a {
	background-image: url("../images/publictender_status_9a.png");	
	}
.bs_button_publictender_status_9b {
	background-image: url("../images/publictender_status_9b.png");	
	}
.bs_button_publictender_status_9c {
	background-image: url("../images/publictender_status_9c.png");	
	}
.bs_button_publictender_status_10 {
	background-image: url("../images/publictender_status_10.png");	
	}
.bs_button_publictender_video_1 {
	background-image: url("../images/publictender_video_1.png");	
	}
.bs_button_publictender_latest_input_1 {
	background-image: url("../images/publictender_latest_input_1.png");	
	}
.bs_button_publictender_latest_input_1_green {
	background-image: url("../images/publictender_latest_input_1g.png");	
	}
.bs_button_publictender_latest_input_1_red {
	background-image: url("../images/publictender_latest_input_1r.png");	
	}
.bs_button_publictender_latest_input_1_white {
	background-image: url("../images/publictender_latest_input_1w.png");	
	}
.bs_button_publictender_faq_1 {
	background-image: url("../images/publictender_faq_1.png");	
	}
.bs_button_publictender_support_1 {
	background-image: url("../images/publictender_support_1.png");	
	}
.bs_button_tender_info_1 {
	background-image: url("../images/button_tender_info_1.svg");
	background-size: 20px 12px;
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 12px;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	}
.bs_button_tender_info_2 {
	background-image: url("../images/button_tender_info_2.svg");
	background-size: 20px 12px;
	background-repeat: no-repeat;
	background-position: top center;
	width: 20px;
	height: 12px;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	}

.bs_box_cond_cond_1{
	width: 100%;
	table-layout: fixed;
	text-align: left;
	border-collapse:collapse;
	margin-right: 5px;
	/*margin-top: 15px;
	background-color: #424141;
	border: 0px solid #424141;*/
	border-radius: 3px;
 	}
.bs_box_cond_cond_1 th{
	padding-top: 2px;
  	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 0px;
	border: 0px solid #424141;
	}
.bs_box_cond_cond_1 th label{
	color: #323232; 
	font-weight:normal;
	background-color: rgba(0,0,0,0.00)!important;
	}
.bs_box_cond_cond_1 td{
	padding-top: 2px;
  	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px solid #424141;
	}
.bs_box_cond_cond_1 tr {
	border: 0px solid #424141;
	}
.bs_box_cond_cond_1 tr:nth-last-child(1) {
	border: 0px solid #424141;	
	/*background-color: #424141;*/
	}
.bs_box_cond_cond_1 td:nth-child(2) {
	border: 0px solid #424141;
	text-align: left
	}
.bs_box_cond_cond_1 tr:nth-child(1) {
	text-align: left;
	color: white;
	/*background-color: #424141;*/
	border: 0px solid #424141;
	}
.bs_button_cond_delet_1 {
	background-image: url("../images/button_close_1.svg");
	}
.bs_button_cond_delet_1:hover{
	background-image: url("../images/button_close_1b.svg");
	}
.cloneitems td{
		border-bottom: 0.5px solid #E7E7E7!important;
	}
.bs_box_cond_file_1{
	width:100%; 
	border-collapse: collapse; 
	border-width: 0px;
	padding:0px;

	}	
.bs_box_cond_file_1 tr{
	border: 0px;
	}	
.bs_box_cond_file_1 td{
	line-height: 17px;
	}	
.bs_box_cond_file_1 td:nth-child(1){
	width: 50px;
	}	

.sign{
	width: 40px
 }























.bs23_cond_checkbox_1 {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.bs23_cond_checkbox_1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.bs23_cond_checkbox_1_check {
  	position: absolute;
  	top: 2px;
 	left: 1px;
  	height: 20px;
  	width: 20px;	  
  	margin-left: 0px;
	background-size: 140%;
	background-repeat: no-repeat;
	background-position:center; 
	transition: all 0.3s ease-in-out;
    background-color:  rgba(255,255,255,0.00);
	border: 1px solid #FF931E;
}	
	
	
	
.bs23_cond_checkbox_1_check {
	/*background-image: url("/images/checkbox_3d.svg");*/
}
/* On mouse-over, add a grey background color */
.bs23_cond_checkbox_1:hover input:not(:checked) ~ .bs23_cond_checkbox_1_check {
  	background-image: url("/images/checkbox_3i.svg");
}
/* On mouse-over, add a grey background color */
.bs23_cond_checkbox_1:hover input:checked ~ .bs23_cond_checkbox_1_check {
  	/*background-image: url("/images/checkbox_3g.svg");*/
}
/* When the checkbox is checked, add a blue background */
.bs23_cond_checkbox_1 input:checked ~ .bs23_cond_checkbox_1_check {
	background-image: url("/images/checkbox_3a.svg");
}
.bs23_cond_checkbox_1 input:not(:checked) ~ .bs23_cond_checkbox_1_check {
  	/*background-image: url("/images/checkbox_3e.svg");*/
}
.bs23_cond_checkbox_1 input:not(:checked)[readonly] ~ .bs23_cond_checkbox_1_check {
	background-image:none;
	border: 1px solid grey;
	/*background-image: url("/images/checkbox_3e.svg");*/
}
.bs23_cond_checkbox_1 input:disabled:not(:checked) ~ .bs23_cond_checkbox_1_check {	
	background-image:none;
	border: 1px solid grey;
	/*background-image: url("/images/checkbox_3e.svg");*/
}
.bs23_cond_checkbox_1:hover input:not(:checked)[readonly] ~ .bs23_cond_checkbox_1_check {
	background-image:none;
	border: 1px solid grey;
	/*background-image: url("/images/checkbox_3e.svg");*/
}
.bs23_cond_checkbox_1:hover input:disabled:not(:checked) ~ .bs23_cond_checkbox_1_check {
	background-image:none;
	border: 1px solid grey;
	/*background-image: url("/images/checkbox_3e.svg");*/
}
.bs23_cond_checkbox_1 input:checked[readonly] ~ .bs23_cond_checkbox_1_check {
	background-image:none;
	border: 1px solid grey;
  	background-image: url("/images/checkbox_3b.svg");
}		
.bs23_cond_checkbox_1 input:disabled:checked ~ .bs23_cond_checkbox_1_check {
	background-image:none;
	border: 1px solid grey;
  	background-image: url("/images/checkbox_3b.svg");
}	
.bs23_cond_checkbox_1:hover input:checked[readonly] ~ .bs23_cond_checkbox_1_check {
	background-image:none;
	border: 1px solid grey;
  	background-image: url("/images/checkbox_3b.svg");
}
.bs23_cond_checkbox_1:hover input:disabled:checked ~ .bs23_cond_checkbox_1_check {
	background-image:none;
	border: 1px solid grey;
  	background-image: url("/images/checkbox_3b.svg");
}

/* Create the checkmark/indicator (hidden when not checked) */
.bs23_cond_checkbox_1_check:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.bs23_cond_checkbox_1 input:checked ~ .bs23_cond_checkbox_1_check:after {
  display: block;	
}
/* Style the checkmark/indicator */
.bs23_cond_checkbox_1 .bs23_cond_checkbox_1_check:after {
}


.bs23_cond_lock_0{
	position: relative; 
	width: 100%; 
	height: 100%;
}

.bs23_cond_lock_1 {
  	position: absolute;
 	right: 0px;
  	height: 30px;
  	width: 30px;
	background-color: transparent;
	background-image: url("../images/checkbox_1d.svg");
	background-size: auto;
	background-repeat: no-repeat;
	background-position:center; 
	z-index: 999;
	}
.bs23_cond_lock_pos_1 {
  	top: -15px;	
	}
.bs23_cond_lock_pos_2 {
  	top: 0px;	
	}
.bs23_cond_group_1{
	background-color: #EEEEEE; 
	border-radius: 2px; 
	border-width: 2px 10px 2px 10px;
	border-color: #EEEEEE; 
	border-style: solid;
	color: #525252;	
	max-width: 100%;
	margin-top: 2px;
	margin-bottom: 5px;;
	padding:none;	
	width:auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;	
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
		font-size: 10pt;
	
}
.bs23_cond_group_1:hover{
  	background-color: #FF931E;
	border-color: #FF931E;
	color: #FFFFFF;	
}
.offer_form_marked{

	border: 1px solid #ff0000!important;

}
.bs23_cond_checkbox_2 {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.bs23_cond_checkbox_2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.bs23_cond_checkbox_2_check {
  	position: absolute;
  	top: 2px;
 	left: 1px;
  	height: 20px;
  	width: 20px;	  
  	margin-left: 0px;
	background-size: 140%;
	background-repeat: no-repeat;
	background-position:center; 
	transition: all 0.3s ease-in-out;
    background-color:  rgba(255,255,255,0.00);
	border: 1px solid rgba(155,0,0,1.00);
}	
	
		
.bs23_cond_checkbox_2_check {
	/*background-image: url("/images/checkbox_3d.svg");*/
}
/* On mouse-over, add a grey background color */
.bs23_cond_checkbox_2:hover input:not(:checked) ~ .bs23_cond_checkbox_2_check {
  	/*background-image: url("/images/checkbox_3i.svg");*/
}
/* On mouse-over, add a grey background color */
.bs23_cond_checkbox_2:hover input:checked ~ .bs23_cond_checkbox_2_check {
  	/*background-image: url("/images/checkbox_3g.svg");*/
}
/* When the checkbox is checked, add a blue background */
.bs23_cond_checkbox_2 input:checked ~ .bs23_cond_checkbox_2_check {
	background-image: url("/images/checkbox_4.svg");
}
.bs23_cond_checkbox_2 input:not(:checked) ~ .bs23_cond_checkbox_2_check {
  	background-image: url("/images/checkbox_5.svg");
}
.bs23_cond_checkbox_2 input:not(:checked)[readonly] ~ .bs23_cond_checkbox_2_check {
	background-image:none;
	border: 1px solid grey;
	/*background-image: url("/images/checkbox_3e.svg");*/
}
.bs23_cond_checkbox_2 input:disabled:not(:checked) ~ .bs23_cond_checkbox_2_check {	
	background-image:none;
	border: 1px solid grey;
	/*background-image: url("/images/checkbox_3e.svg");*/
}
.bs23_cond_checkbox_2:hover input:not(:checked)[readonly] ~ .bs23_cond_checkbox_2_check {
	background-image:none;
	border: 1px solid grey;
	/*background-image: url("/images/checkbox_3e.svg");*/
}
.bs23_cond_checkbox_2:hover input:disabled:not(:checked) ~ .bs23_cond_checkbox_2_check {
	background-image:none;
	border: 1px solid grey;
	/*background-image: url("/images/checkbox_3e.svg");*/
}
.bs23_cond_checkbox_2 input:checked[readonly] ~ .bs23_cond_checkbox_2_check {
	background-image:none;
	border: 1px solid grey;
  	background-image: url("/images/checkbox_4.svg");
}		
.bs23_cond_checkbox_2 input:disabled:checked ~ .bs23_cond_checkbox_2_check {
	background-image:none;
	border: 1px solid grey;
  	background-image: url("/images/checkbox_4.svg");
}	
.bs23_cond_checkbox_2:hover input:checked[readonly] ~ .bs23_cond_checkbox_2_check {
	background-image:none;
	border: 1px solid grey;
  	background-image: url("/images/checkbox_4.svg");
}
.bs23_cond_checkbox_2:hover input:disabled:checked ~ .bs23_cond_checkbox_2_check {
	background-image:none;
	border: 1px solid grey;
  	background-image: url("/images/checkbox_4.svg");
}

/* Create the checkmark/indicator (hidden when not checked) */
.bs23_cond_checkbox_2_check:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.bs23_cond_checkbox_2 input:checked ~ .bs23_cond_checkbox_2_check:after {
  display: block;	
}
/* Style the checkmark/indicator */
.bs23_cond_checkbox_2 .bs23_cond_checkbox_2_check:after {
}
