﻿.btn_mlmw {
    background-color: #003B94;
    color: white;
}
    .btn_mlmw:hover, .btn_mlmw:focus{
        background-color: #4F8133;
        color: black;
    }
.header__logout_mlmw {
    color: #4F8133;
}
.header__logout_mlmw:hover{
    color: black;
}
.mlmw_nav .active a {
    border-bottom: 5px solid #003B94 !important;
}
.mlmw_btn {
    background-color: #003B94 ;
    color: white;
    padding: 8px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}
.mlmw_btn:hover, .mlmw_btn:focus {
    background-color: #4F8133 !important;
}

.mlmw_btn2 {
    color: #fff;
    background-color: #003B94 !important;
    border: none;
}
    .mlmw_btn2:hover, .mlmw_btn2:focus {
        background-color: #4F8133 !important;
    }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 550px !important;
}
#page-overlay {
    background: none repeat scroll 0 0 black;
    position: fixed;
    display: block;
    opacity: 0.5;
    z-index: 1000001;
    // or, higher left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#partial-page-overlay {
    position: fixed;
    display: block;
    z-index: 1000001;
    top: 24.9%;
    height: 100%;    
    width: 100%;
}
.center2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.center3 {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

