
ul.mdln-sidemenu > li:hover > a
{
	background: #5ac8fa;
    color: #FFF !important
}

ul.categories > li > a.active
{
	background: #5ac8fa;
    color: #FFF !important;
    font-weight: bold
}

label
{
	    font-weight: 400;
    font-size: 0.9rem;
    margin-top: 20px
}


.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    margin-left: -20px;
    margin-top:-16px;
    border: 1px solid #333;
    border-radius: 0;
    background-color: $form-control-bg;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    margin-left: -22px;
    padding-left: 3px;
    padding-top: 0;
    margin-top:-16px;
    font-size: 12px;
    color: transparent;
}

.input-error-m{
    color:red;
    font-size: 13px
}