body{
    padding-top: 110px;
    padding-bottom: 40px;
}

hr{
    background-color: #555;
}

#navbarmenu ul li.selected{
    background-color: #DDDDDD;
}
#navbarmenu{
    font-weight: bold;
}

li.cust_navlink{
    font-size: 16px;
}

li.cust_navlink a{
    font-weight: bold;
    color: #286090;
}

input[type="checkbox"]{
    width: 20px;
    height: 20px;
    cursor: pointer;
    appearance: none;
}

#_datefrom{
    width: 120px;
}

#_dateto{
    width: 120px;
}

.ui-datepicker-year{
    color: #555555;
}

#form_companygroups, #form_importworkers, #form_enrolworkers{
    background-color: white;
}

.wrongdate{
    color: red;
    font-weight: bold;
}