/***** 3gcyagmc *****/

/***** Design style *****/
#main-container { background: #ffffff;
 }

/* 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: #f04999 !important;color: #ffffff !important; }
#main-form .btn:hover { background-color: #C03A7A !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: #f04999; border: 1px solid #f04999; }
#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: #f04999; border: 1px solid #f04999; }
#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: #f04999 !important; }
#main-form .stars-rating-stars .starList > input:checked ~ label:before { color: #f04999 !important; }

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

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

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

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

/***** Event style *****/
#totals div { text-align:right;height:30px;line-height:30px;font-size:16px; }
#totals div span { margin:0 5px 0 10px;display:inline-block;width:120px; }
#totals #grandTotal { font-size:20px; }
#totals #grandTotal span { font-size:27px;color:#f04999;font-weight:bold;text-shadow:1px 1px 1px rgba(0,0,0,0.5); }

.dab_table { width:100%;min-width:300px; }
.dab_table tr td { padding-bottom:8px;line-height:20px; }
.dab_table tr td:first-child { width:100px;vertical-align:top; }

@media (max-width: 400px) {
	#totals div { font-size:13px; }
	#totals div span { width:100px; }
	#totals #grandTotal { font-size:16px; }
	#totals #grandTotal span { font-size:22px; }
}

.alert-success {
    background-color: #666666;
}


