.themeBtn {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: -1px 2px 9px #71a0dd;
    -moz-box-shadow: -1px 2px 9px #71a0dd;
    box-shadow: -1px 2px 9px #71a0dd;
    font-family: Arial;
    color: #ffffff;
    font-size: 15px;
    background: #1f4578;
    padding: 5px 15px 5px 15px;
    border: solid #002657 1px;
    text-decoration: none;
}

.themeBtn:hover {
    background: #013e8d;
    text-decoration: none;
}

.theme-border {
    border: 1px dashed #1f4578 !important;
    border-radius: 3px;
}

.pointer{
    cursor: pointer;
}

/* Login Page */
.loginLogo{
    max-height: 100px;
    max-width: 100% !important;
    max-width: 75px !important;
}
/* Login Page */

.tableImgMW{
    width: 100%;
    max-width: 150px !important;
}

input[type="search"]{
    border: 1px solid;
    border-radius: 3px;
    outline-offset: 0px;
}
