/***** v531iccm *****/

/***** Design style *****/
#main-container { background: #ffffff url("/uploads/background/px1920/bdy2111afy.jpg");
 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: #7eaa59 !important;color: #ffffff !important; }
#main-form .btn:hover { background-color: #658847 !important; }
#main-form .saveBtnLine { text-align:right; }

/* Radio, Checkbox, Stars */
#main-form .custom-checkbox .custom-control-icon { background: #ffffff; border: 1px solid #7eaa59; }
#main-form .custom-checkbox .custom-control-input:checked ~ .custom-control-icon { background: #7eaa59; border: 1px solid #7eaa59; }
#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 #7eaa59; }
#main-form .custom-radio .custom-control-input:checked ~ .custom-control-icon { background: #7eaa59; border: 1px solid #7eaa59; }
#main-form .custom-radio .custom-control-icon:after { background: #ffffff; }
#main-form .stars-rating-stars .starList > label { color: #7eaa59 !important; }
#main-form .stars-rating-stars .starList > label:hover:before,
#main-form .stars-rating-stars .starList > label:hover ~ label:before { color: #7eaa59 !important; }
#main-form .stars-rating-stars .starList > input:checked ~ label:before { color: #7eaa59 !important; }

/* Divider */
#main-form .divider.lineStyle::before, #main-form .divider.lineStyle::after { border-bottom: 1px solid #7eaa59 !important; }
#main-form .divider.lineStyle { color: #7eaa59 !important; }
#main-form .divider.boxStyle { background-color: #ffffff !important;color: #7eaa59 !important; }
