
  .selectBox {
    position: relative;
  }
  
  .selectBox select {
    width: 100%;
    font-weight: bold;
  }
  
  .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  #checkboxes {
    display: none;
    border: 1px #dadada solid;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: white;
  }
  
  #checkboxes label {
    display: block;
  }
  
  #checkboxes label:hover {
    background-color: #1e90ff;
  }

  .complotProductText {
    font-size: 14px;
    font-family: arial !important;
  }

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  font-size: 18px;
  border-radius: 15px;
}

.modalTitle{
  background-color: #A9C5F7;
  padding: 10px;
  border-radius: 15px;
}

.modal button{
  padding: .3rem 1rem;
  margin-top: 10px;
}

.image_width_sixteen {				
  width: 16px;
}

.margin_top_right_ten {				
  margin-top: 10px;
  margin-right: 10px;
}

.margin_top_less_ten {
  margin-top: -10px !important;
}

.createComplotPagesButton {
	background-color:#44c767;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:3px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}

.createComplotPagesButton:hover {
	background-color:#5cbf2a;
}

.createComplotPagesButton:active {
	position:relative;
	top:1px;
}

.image_width_sixteen {				
  width: 16px;
}

.margin_top_right_ten {				
  margin-top: 10px;
  margin-right: 10px;
}

.margin_top_less_ten {
  margin-top: -10px !important;
}

.delivery_types_table th,td{
  width: 120px;
  text-align: right;
}

.price_brackets_table th,td{
  width: 200px;
  text-align: right;
}

.woocommerce_options_panel .sale_price_hours_fields .short:first-of-type{
  margin-bottom:1em;
}

.woocommerce_options_panel .sale_price_hours_fields .short:nth-of-type(2){
  clear:right;
}