@charset "utf-8";
*{margin:0;padding:0;outline:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-mos-box-sizing:border-box}
body{font-family:'Roboto',Tahoma,Arial,Sans-serif;font-size:13px;color:#000;line-height:23px;margin:0;padding:0;font-weight:400}

@media only screen and (max-width: 900px) {
    body{background-color: #0d0d0d;}
}
.support{
    z-index: 1;
}
.mb{
    -webkit-tap-highlight-color: transparent;
}
.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.cursor-pointer {
    cursor: pointer;
}
button:disabled,
button[disabled]{
    border: 1px solid #999999 !important;
    background: #cccccc !important;
    color: #666666 !important;
}
span.disabled{
    color: #666666 !important;
}
.w-100{
    width: 100%!important;
}
.h-100{
    height: 100%!important;
}
.d-none{
    display: none !important;
}
.text-center{
    text-align: center !important;
}
.menu-provider{
    max-width: 150px;
}
.fullcreens .options #fulls {
    opacity: .5;
}

.togglePassword{
    margin-left: -30px; 
    cursor: pointer;
}

form span.required {
    color: #D6001E;
    padding: 0 2px;
}