/***** xw6ghlz9 *****/

/***** Design style *****/
#main-container { background: #ffffff;
 background-repeat: no-repeat; background-position: center top;
 }

/* Form */
#main-form { background-color: #ffffff; }

/* Fonts */
#main-form { font-family: Arial; font-size: 14px; color: #000000; }
#main-form label { font-family: Arial; font-size: 14px; color: #000000; }
#main-form .btn { font-family: Arial; }

/* Button */
#formHeaderButtons .btn-primary:not(.btn-grey), #main-form .btn { background-color: #0c8080 !important;color: #ffffff !important; }
#main-form .btn:hover { background-color: #0A6666 !important; }
#main-form .saveBtnLine { text-align:right; }

/* Radio, Checkbox, Stars */
#main-form .custom-checkbox .custom-control-icon { background: #ffffff; border: 1px solid #c5c9cb; }
#main-form .custom-checkbox .custom-control-input:checked ~ .custom-control-icon { background: #0c8080; border: 1px solid #0c8080; }
#main-form .custom-checkbox .custom-control-icon:after { border: solid #ffffff; border-width: 0 3px 3px 0; }
#main-form .custom-radio .custom-control-icon { background: #ffffff; border: 1px solid #c5c9cb; }
#main-form .custom-radio .custom-control-input:checked ~ .custom-control-icon { background: #0c8080; border: 1px solid #0c8080; }
#main-form .custom-radio .custom-control-icon:after { background: #ffffff; }
#main-form .stars-rating-stars .starList > label { color: #c5c9cb !important; }
#main-form .stars-rating-stars .starList > label:hover:before,
#main-form .stars-rating-stars .starList > label:hover ~ label:before { color: #0c8080 !important; }
#main-form .stars-rating-stars .starList > input:checked ~ label:before { color: #0c8080 !important; }

/* Table */
#main-form .table-statistic thead tr:not(.clearTH) th { background-color: #0c8080 !important; border-color: #0c8080 !important; color: #ffffff !important; } 
/* Divider */
#main-form .divider.lineStyle::before, #main-form .divider.lineStyle::after { border-bottom: 1px solid #0c8080 !important; }
#main-form .divider.lineStyle { color: #0c8080 !important; }
#main-form .divider.boxStyle { background-color: #ffffff !important;color: #0c8080 !important; }

/* Field */
.form-control:focus { border-color: #0c8080 !important; }

/* Links */
#main-form div.textbox a, #main-form .link, #popup a { color: #0c8080 !important; }

/* Totals */
#main-form #totalsBox #totalsTotal .sum { color: #0c8080 !important; }

/***** Event style *****/
input[type="text"].fieldError, textarea.fieldError, select.fieldError {
  border-width:3px;
}
.custom-checkbox .custom-control-input.fieldError:not(:checked) ~ .custom-control-icon, .custom-star .custom-control-input.fieldError:not(:checked) ~ .custom-control-icon, .custom-radio .custom-control-input.fieldError:not(:checked) ~ .custom-control-icon {
  border-width: 2px !important;
}
