#sidebarMenu {
    overflow-y: auto;
}

.form-group.required .col-form-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 8px;
}

.w-10 {
    width: 10%;
}

.center-label {
    padding-top: calc(.375rem + 1px);
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border-left: 5px solid #07a9ff;
    border-right: 5px solid #2dffe1;
    border-bottom: 5px solid #f4ff38;
    border-top: 5px solid #86f326;
    /*width: 50px;*/
    /*height: 50px;*/
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader-wrapper{

    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
}

@media only screen and (max-width: 518px) {
    body {
        margin-top: 30px;
    }
}
