/***** zpxoywez *****/

/***** Design style *****/
#main-container { background: #ffffff url("/uploads/background/px1920/uvx394rmsd.png");
 background-size: cover; }

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

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

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

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

/***** Event style *****/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

* { font-family: 'Roboto', sans-serif !important; } 

.link { color:#695CC9; }
.link:hover { border-bottom:1px solid #695CC9; }

.alert-success { background-color: #00AFA8 !important; }


.active td { font-weight:bold; }
.table-form .inactive td { color:#aaa !important; }

.link { color:#00876b; }
.link:hover { border-bottom:1px solid #143655; }


.table-statistic thead th {
    background-color: #133655;
    border: 1px solid #133655;
}

#main-form {
  background-color: transparent !important;
}

#main-form label { color:#ffffff !important; }

/***** Form style *****/
.btn.btn-grey {
  background-color: #133655;
}

.btn.small {
  font-size: 16px;
  min-width: 300px;
  padding: 0.5rem 0.6rem;
  font-weight: bold;
}


.btn {width: 100%; background-color: #133655!important;color:#FFFF;box-sizing:border-box; }
