/***********************
// General
***********************/

.alert {
	padding: 20px;
	color: #FFF;
	margin: 15px 0;
}

.alert-success {
	background-color: #4CAF50;
}

.alert-danger {
	background-color: #F44336;
}

.gdpr-clear {
	display: block;
	float: none;
	clear: both;
}

.wordpress-gdpr-privacy-settings-table  {
  width: 100%;
}

.wordpress-gdpr-privacy-settings-table td, .wordpress-gdpr-privacy-settings-table th {
  padding: 10px;
}

.wordpress-gdpr-privacy-settings-table th {
  border-bottom: 1px solid #333;
}

.gdpr-buddypress-checkbox-container {
	display: block;
	width: 100%;
	float: none;
	clear: both;
}

.wordpress-gdpr-hidden {
	display: none !important;
}

/***********************
// Privacy Center
***********************/
.wordpress-gdpr-privacy-center, .wordpress-gdpr-privacy-center * {
    box-sizing: border-box;
}

.wordpress-gdpr-privacy-center-item {
	text-align: center;
	width: 31%;
	display: block;
	border: 1px solid #eaeaea;
	padding: 20px;
	float: left;
	margin-bottom: 20px;
	margin-right: 3%;
	height: 250px;
}

.wordpress-gdpr-privacy-center-item-last {
  margin-right: 0;
}

h2.wordpress-gdpr-privacy-center-item-headline {
  font-size: 24px !important;
  margin-bottom: 10px !important;
    line-height: 30px !important;
    margin-top: 10px !important;
}

.wordpress-gdpr-privacy-center-item .fa, .wordpress-gdpr-privacy-center-item .fas, .wordpress-gdpr-privacy-center-item .fal, .wordpress-gdpr-privacy-center-item .far {
  font-size: 32px;
  margin-bottom: 15px;
}

.wordpress-gdpr-privacy-center-item-action {
  background: #333;
  color: #FFF;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .wordpress-gdpr-privacy-center-item {
  width: 100%;
  float: none;
  }
}

/***********************
// GDPR Forms
***********************/

.wordpress-gdpr-form label {
  display: block;
}
.wordpress-gdpr-form input[type="text"], .wordpress-gdpr-form input[type="email"],
.wordpress-gdpr-form input, .wordpress-gdpr-form textarea {
	border: 1px solid #000;
	padding: 15px;
	width: 100%;
	background: transparent;
}

.wordpress-gdpr-form input[type="checkbox"] {
  width: auto;
}

.wordpress-gdpr-back-link {
  margin: 0 0 20px;
  display: block;
}

.wordpress-gdpr-form .form-group {
	margin-bottom: 20px;
}

.wordpress-gdpr-btn-form {
  margin-bottom: 40px;
}

/***********************
// GDPR Forms
***********************/


/***********************
// Cookie Popup
***********************/

.wordpress-gdpr-popup {
  position: fixed;
  font-size: 13px;
  line-height: 17px;
  z-index: 999999999;
}

.wordpress-gdpr-popup-top .wordpress-gdpr-popup-container {
	top: 0;
}

.wordpress-gdpr-popup-bottom .wordpress-gdpr-popup-container {
	bottom: 0;
}

.wordpress-gdpr-popup-container {
  	display: none;
  	width: 100%;
  	position: fixed;
	z-index: 9999;
  	padding: 20px;
}

.wordpress-gdpr-popup p {
  margin: 0;
}

.wordpress-gdpr-popup-full-width {
  width: 100%;
  text-align: center;
}

.wordpress-gdpr-popup-top {
  top: 0;
}

.wordpress-gdpr-popup-bottom {
  bottom: 0;
}  

.wordpress-gdpr-popup-full-width {
  width: 100%;
  text-align: center;
}

.wordpress-gdpr-popup-small .wordpress-gdpr-popup-container {
	width: auto;
	margin-right: 15px;
}

.wordpress-gdpr-popup-small.wordpress-gdpr-popup-top .wordpress-gdpr-popup-container {
	top: 20px;
}

.wordpress-gdpr-popup-small.wordpress-gdpr-popup-bottom .wordpress-gdpr-popup-container {
	bottom: 20px;
}

.wordpress-gdpr-popup-privacy-center, .wordpress-gdpr-popup-read-more, .wordpress-gdpr-popup-privacy-settings-text {
    display: block;
    float: none;
    clear: both;
}

.wordpress-gdpr-popup-agree, .wordpress-gdpr-popup-decline, .wordpress-gdpr-popup-preferences {
    padding: 8px 15px;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    color: #FFFFFF;
    padding: 10px 20px;
}

a.wordpress-gdpr-popup-agree:hover, a.wordpress-gdpr-popup-decline:hover, a.wordpress-gdpr-popup-preferences:hover, a.wordpress-gdpr-popup-agree:active, a.wordpress-gdpr-popup-decline:active, a.wordpress-gdpr-popup-preferences:active {
	color: #FFFFFF;
}

.wordpress-gdpr-popup-agree {
    background: #FF5722;
    float: right;
}

.wordpress-gdpr-popup-decline,
.wordpress-gdpr-popup-preferences
{
    background: #777;
    float: left;
}

.wordpress-gdpr-popup-full-width-buttons-right {
  width: 100%;
  text-align: center;
}

.wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-text {
  width: 80%;
  text-align: left;
  float: left;
  padding-right: 20px;
}


.wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-actions {
  width: 20%;
  text-align: center;
  float: left;
}

.wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-actions a {
	width: 100%;
	max-width: 200px;
}

.wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-agree {
    float: left;
}

.wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-actions-links {
	margin-top: 10px;
}

.wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-actions {
	margin-top: 0;
}

.wordpress-gdpr-popup-full-width .wordpress-gdpr-popup-agree, .wordpress-gdpr-popup-full-width .wordpress-gdpr-popup-decline, .wordpress-gdpr-popup-full-width .wordpress-gdpr-popup-preferences {
	float: none;
}

.wordpress-gdpr-popup-actions {
    margin-top: 20px;
}

.wordpress-gdpr-popup-actions-links a {
    display: inline;
    margin-right: 10px;
}

.wordpress-gdpr-popup-overlay .wordpress-gdpr-popup-container {
	position: fixed;
	z-index: 99999;
	width: 90%;
	max-width: 500px;
	height: auto;
	margin: auto;
	padding: 35px;
	left: 50%;
	top: 50%;
	bottom: auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.wordpress-gdpr-popup-overlay-backdrop {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  display: none;
}

.wordpress-gdpr-popup-actions a, .wordpress-gdpr-popup-actions a:hover, .wordpress-gdpr-popup-actions a:active {
  font-weight: bold;
  margin-right: 5px;
  text-decoration: underline;
}

.wordpress-gdpr-popup-small {
  width: 400px;
  margin-right: 15px;
  right: 0;
  bottom: 20px;
}

.wordpress-gdpr-popup-small .wordpress-gdpr-popup-agree {
  display: block;
}

.wordpress-gdpr-popup-close {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}

.wordpress-gdpr-popup-full-width .wordpress-gdpr-popup-close{
  top: 10px;
  right: 10px;
}

.wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-close {
  top: -15px;
  right: 0px;
}

/***********************
// Privacy Settings Trigger
***********************/

.wordpress-gdpr-privacy-settings-trigger-container {
	width: auto;
	position: fixed;
	bottom: 1%;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	z-index: 99;
}

.wordpress-gdpr-privacy-settings-trigger-bottom-right {
	right: 1%;
}

.wordpress-gdpr-privacy-settings-trigger-bottom-left {
	left: 1%;
}

/***********************
// Privacy Settings Modal
***********************/

.wordpress-gdpr-privacy-settings-popup-container, .wordpress-gdpr-privacy-settings-popup-container * {
    box-sizing: border-box;
}

.wordpress-gdpr-popup-privacy-settings-modal {
	position: absolute;
	top: -40px;
	right: 10px;
	border-radius: 10px 10px 0 0;
	width: 400px;
}

.wordpress-gdpr-privacy-settings-popup-message {
    background-color: #4CAF50;
    color: #FFF;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    display: none;
}

.wordpress-gdpr-popup-privacy-settings-modal-bottom {
  bottom: 0;
  z-index: 9999;
  position: fixed;
  top: auto;
}

.wordpress-gdpr-popup-small .wordpress-gdpr-popup-privacy-settings-modal {
	/*top: -40px;*/
	right: 0px;
}

.wordpress-gdpr-popup-privacy-settings-modal {
  cursor: pointer;
}

.wordpress-gdpr-popup-privacy-settings-title {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #FFF;
}

@media (max-width: 768px) {

  	.wordpress-gdpr-popup, .wordpress-gdpr-popup-privacy-settings-modal {
		width: 100%;
  	}

  	.wordpress-gdpr-popup-small {
		margin-right: 0;
		width: 100%;
  	}

  	.wordpress-gdpr-popup-privacy-settings-modal {
		right: 0;
  	}
}

@media (max-width: 1000px) and (max-height: 500px) {

	.wordpress-gdpr-privacy-settings-popup {
  		max-height: 100%;
    	overflow-x: auto;
    }
}

.wordpress-gdpr-privacy-settings-popup {
	position: fixed;
	z-index: 99999;
	width: 90%;
	max-width: 660px;
	height: auto;
	margin: auto;
	padding: 15px;
	left: 50%;
	top: 50%;
	font-size: 11px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: none;
}

.wordpress-gdpr-privacy-settings-popup-backdrop {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  display: none;
}

.wordpress-gdpr-privacy-settings-popup-logo {
  width: 25%;
  float: left;
}

.wordpress-gdpr-privacy-settings-popup-logo img {
	width: 100px;
	text-align: center;
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.wordpress-gdpr-privacy-settings-popup-info {
	float: left;  
	width: 70%;
	padding-left: 5%;
}

.wordpress-gdpr-privacy-settings-popup-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 22px;
}

p.wordpress-gdpr-privacy-settings-popup-description {
  margin: 0;
}

.wordpress-gdpr-privacy-settings-popup-header {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0; 
}

.wordpress-gdpr-privacy-settings-popup-service-categories {
  width: 25%;
  float: left;
}

.wordpress-gdpr-privacy-settings-popup-services {
	float: left;  
	width: 75%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	max-height: 300px;
	overflow-y: auto;
}

input[type="checkbox"].gdpr-service-switch {
  -moz-appearance: none;
  -webkit-appearance: none;
  float: right;
  -o-appearance: none;
  position: relative;
  height: 20px;
  width: 40px;
  border-radius: 10px;
  box-shadow: inset -20px 0px 0px 1px rgba(192, 192, 192, 0.5);
  background-color: white;
  border: 1px solid rgba(192, 192, 192, 1);
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input[type="checkbox"].gdpr-service-switch:checked {
    box-shadow: inset 20px 0px 0px 0px rgba(76, 175, 80, 0.9);
    border: 1px solid #4CAF50;
}

input[type="checkbox"].gdpr-service-switch:disabled {
    box-shadow: inset 20px 0 0 0 rgba(76,175,80,.6);
}

input[type="checkbox"].gdpr-service-switch::-ms-check {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
}

input[type="checkbox"].gdpr-service-switch:before, input[type="checkbox"].gdpr-service-switch:after {
	display: none;
}

.wordpress-gdpr-privacy-settings-popup-services-container {
  border: 1px solid #f7f7f7;
}

.wordpress-gdpr-popup-privacy-settings-services-content-title {
  font-weight: bold;
  float:left;
}

.wordpress-gdpr-popup-privacy-settings-services-content-title-box {
  margin-bottom: 10px;
}

.wordpress-gdpr-popup-privacy-settings-services-content-cookies {
  padding-left: 20px;
}

.wordpress-gdpr-popup-privacy-settings-services-content-cookies li {
  list-style-type: disc;
}

.wordpress-gdpr-privacy-settings-popup-services-container a {
	color: #333333;
	display: block;
}

a.wordpress-gdpr-popup-privacy-settings-service-category {
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
}

.wordpress-gdpr-privacy-settings-popup-service-categories {
	background: #f7f7f7;
	height: 300px;
	border-right: 1px solid #eaeaea;
}

.wordpress-gdpr-popup-privacy-settings-services-content hr {
	border: solid #e8e8e8;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0;
	height: 0;
}

.wordpress-gdpr-popup-privacy-settings-services-content-description {
  display: none;
}

.wordpress-gdpr-privacy-settings-popup-close {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}

a.wordpress-gdpr-popup-privacy-settings-service-category:hover, a.wordpress-gdpr-popup-privacy-settings-service-category:active {
  background-color: #fafafa;
}

.wordpress-gdpr-privacy-settings-popup-services-buttons {
	margin-top: 10px;
	font-size: 13px;
}

.wordpress-gdpr-privacy-settings-popup-services-buttons .btn {
	padding: 10px 20px;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    white-space: normal;
}

.wordpress-gdpr-privacy-settings-popup-services-decline-all {
	float: left;
	background-color: #777;
}

.wordpress-gdpr-privacy-settings-popup-services-accept-all {
	float: right;
	background-color: #4CAF50;

}

@media (max-width: 768px) {
	.wordpress-gdpr-privacy-settings-popup-service-categories {
		width: 100%;
		height: auto;
	}

	a.wordpress-gdpr-popup-privacy-settings-service-category {
		padding: 2px 10px;
	}

	.wordpress-gdpr-privacy-settings-popup-services {
		width: 100%;
	}

	.wordpress-gdpr-privacy-settings-popup-description {
		display: none;
	}

	.wordpress-gdpr-privacy-settings-popup-logo {
	    width: 10%;
	}

	.wordpress-gdpr-privacy-settings-popup-services-buttons .btn {
		font-size: 10px;
		padding: 10px;
	}

	.wordpress-gdpr-popup-privacy-settings-service-category-description {
		display: none;
	}

	.wordpress-gdpr-popup-privacy-settings-services-content hr {
		margin: 5px 0;
	}

	.wordpress-gdpr-popup-privacy-settings-services-content-title-box {
		margin-bottom: 0;
	}

	.wordpress-gdpr-privacy-settings-popup-header {
		padding: 5px 0;
	}

  .wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-actions {
      width: 30%;
      text-align: center;
  }

  .wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-text {
      width: 70%;
      text-align: left;
  }

}.swatch-control {
    overflow:hidden;
}

.swatch-control select {
	display: none !important;
}

.swatch-control .select2-container {
    display:none !important;
}

.swatch-control.radio-select ul {
	padding:1px !important;
	margin:0 !important;
	list-style: none !important;
}

.swatch-control.radio-select li {
	list-style: none !important;
}

.swatch-control.radio-select li label {
	display:inline;
	margin-left:10px;
}

.swatch-wrapper {
    padding:2px;
    background:#fff;
    border:1px solid #ccc; /* this is grey, change to what you want */
    float:left;
    margin:0 5px 5px 0;
}

.swatch-wrapper:hover { /* will need jquery or something for < IE8 to allow hover on other items.., or use jquery to add class to it on hover and target that */
    border-color:#000 /* this is black, change to waht you want */
}

.swatch-wrapper.disabled:hover { /* will need jquery or something for < IE8 to allow hover on other items.., or use jquery to add class to it on hover and target that */
    border-color:#ccc; /* this is black, change to waht you want */
}

.swatch-wrapper a {
    display:block;
}

.swatch-wrapper img { /* for images */
}

div.swatch-wrapper.selected  {
    border:2px solid green; /* this is green, change to what you want */
    padding:1px;
}


div.swatch-wrapper.disabled, div.swatch-wrapper.disabled a, .radio-select .disabled {

    cursor: not-allowed;

    /* Required for IE 5, 6, 7 */
    zoom:1;
    /* Theoretically for IE 8 & 9 (more valid) */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50);
    /* Older than Firefox 0.9 */
    -moz-opacity:0.5;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.5;
}

.radio-select .disabled input, .radio-select .disabled label {
	cursor: not-allowed;
}

div.swatch-label {
	margin-bottom: 8px;
    clear:left;
}

/*---------------------------------------------------------------------------------------------
        Admin Table
---------------------------------------------------------------------------------------------*/
table.wcsap_input {
    border: 0 none;
}

table.wcsap_input tbody tr td {
    padding: 10px;
}

table.wcsap_input tr.field_save {

}

table.wcsap_input tbody tr:last-child td {
    border-bottom: 0 none;
}

table.wcsap_input tbody tr td.label {
    width: 24%;
    vertical-align: top;
    border-right: #ebebeb solid 1px;
}

table.wcsap_input td.label ul.hl {
    margin: 20px 0 0;
}
table.wcsap_input td.label ul.hl li {
    margin: 0 3px 0 0;

}

table.wcsap_input td.label ul.hl li a.wcsap-button {
    font-size: 12px;
    padding: 6px 10px;
    font-weight: normal;
}

table.wcsap_input tbody tr td.label label{
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #333;

}

table.wcsap_input tbody tr td.label label span.required {
    color: #f00;
    display: inline;
    margin-right: 5px;
}


table.wcsap_input tbody tr td.label p{
    display: block;
    font-size: 12px;
    padding: 6px 0 !important;
    margin: 0 !important;
    font-style: normal;
    line-height: 16px;
    color: #666;
}

table.wcsap_input input[type=text],
table.wcsap_input textarea,
table.wcsap_input select{
    width: 99.95%;
    padding: 5px;
    outline: none;
}

table.wcsap_input select {
    padding: 5px 8px
}

table.wcsap_input input[type=text]:focus,
table.wcsap_input textarea:focus,
table.wcsap_input select:focus {
    border-color:#98B6CB;
}

/*---------------------------------------------------------------------------------------------
        Table
---------------------------------------------------------------------------------------------*/
table.widefat.wcsap {
    border: 0 none;
    background: transparent none;
}

table.widefat.wcsap td {
    border: 0 none;
}

.wcsap,
.wcsap tr,
.wcsap tr td {
    vertical-align: top;
}

.wcsap tr th span {
    color: #666;
    font-size: 10px;
    line-height: 1.2;
    font-weight: normal;
    text-shadow: 0 1px 0 #FFFFFF;
}

.wcsap tr td.field_preview,
.wcsap tr th.field_preview  {
    text-indent: 32px;
    width:25%;
}

.wcsap tr td.field_label,
.wcsap tr th.field_label  {
    width: 25%;
}

.wcsap tr td.field_name,
.wcsap tr th.field_name  {
    width: 25%;
}

.wcsap tr td.field_type,
.wcsap tr th.field_type  {
    width: 25%;
}

.wcsap tr td {
    background: transparent;
    padding: 8px 8px 8px 10px;
    position: relative;
    font-size: 12px;
}



.wcsap tr td.attribute_swatch_label,
.wcsap tr th.attribute_swatch_label  {
    width: 50%;
}

.wcsap tr td.attribute_swatch_type,
.wcsap tr th.attribute_swatch_type  {
    width: 50%;
    text-align: right;
}


/*---------------------------------------------------------------------------------------------
        Fields Header
---------------------------------------------------------------------------------------------*/
.fields_header {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border: #DFDFDF solid 1px;
    border-bottom: 0 none;
}


/*---------------------------------------------------------------------------------------------
        Field Meta
---------------------------------------------------------------------------------------------*/

#swatches .wcsap_field_meta {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#swatches .field .wcsap_field_meta {
    border: #DFDFDF solid 1px;
    border-top: 0 none;
}

#swatches .field .wcsap_field_meta strong {
    display: block;
    padding-bottom: 6px;
    font-size: 1rem;
}

#swatches .field .wcsap_field_meta .row_options {
    font-size: 12px;
    line-height: 12px;
    visibility: hidden;
}

#swatches .field .wcsap_field_meta:hover .row_options {
    visibility: visible;
}

#swatches .field.form_open > .wcsap_field_meta {
    background-color: #6e6e6e;
    color: #fff;
    text-shadow: #000 0 1px 0;
    border: #565656 solid 1px;
    /*border-top: #565656 solid 1px;
    border-left:0 none;
    border-right:0 none;*/

}

#swatches .field.form_open > .wcsap_field_meta td,
#swatches .field.form_open > .wcsap_field_meta a {
    color: #fff;
}

#swatches .field.form_open > .wcsap_field_meta a:hover {
    color: #ff8a4f;
}

#swatches .fields .field .wcsap_field_meta .circle {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    display: block;
    float: left;
    margin: 7px 0 0 7px;
    text-indent: 0;
    background: url(//bonusboutique.gr/wp-content/plugins/woocommerce-variation-swatches-and-photos/assets/images/sprite.png) 0 -350px no-repeat;
}

#swatches .fields .field:nth-child(2n) .wcsap_field_meta .circle {
    background-position: 0 -400px;

}

#swatches .field.form_open > .wcsap_field_meta .circle {
    background-position: 0 -300px !important;
}


.fields {
    position: relative;
    background: #FCFCFC;
    box-shadow: inset 0 0 0 1px #DFDFDF;
}

.fields .field {
    position: relative;
    overflow: hidden;
    background: #F9F9F9;
}


/*---------------------------------------------------------------------------------------------
        Field Options
---------------------------------------------------------------------------------------------*/
.field_options {
    background: #DFDFDF;
    position: relative;
    overflow: hidden;
}

.field_options .field_option {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 6px;
}

.field_options .field_option.open {
    display: block;
}

.field_options .field_option table {
    border: #CCCCCC solid 1px;
    border-radius: 5px;
}


.field_save td {
    line-height: 25px;
}




/*---------------------------------------------------------------------------------------------
        Field Form
---------------------------------------------------------------------------------------------*/
.field_form {
    border: #7390a5 solid 1px;
    border-top: 0 none;
    background: #DADADA;
    padding: 10px;
    clear: both;
    vertical-align: top;
}

.field_form table.wcsap_input {
    border: #7390a5 solid 1px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.field_form table.wcsap_input tr.field_label td {
    border-top: 0 none;
}

.field_form table.wcsap_input td {
    background: transparent;
    border-bottom-color: #DFDFDF;
    border-top-color: #FFFFFF;
}

.field_form_mask {
    display: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
}


table.wcsap_input .field_option_color input.woo-color {
    width: 92.95%;
    padding: 5px;
    outline: none;
    margin-left: 5px;
}