﻿@charset "utf-8";
/* CSS Document */



/******* content *********/

body {
    background: #f3f3f3;
    font-family: Arial, sans-serif;
    margin: 0;
    overflow-x: hidden;
    color: #797979;
}

#MeRLINalerts {
    display: flex !important;
}

    #MeRLINalerts .modal-dialog {
        margin: auto;
    }

#loginForm {
    width: 70logo margin: 0 auto;
    padding-top: 10%;
    padding-left: 10%;
}

/*.logo img {
    min-height: 20px;
    max-height: 35px;
}*/

.login-text {
    text-align: center;
    font-size: 1.2em;
}


.left {
    position: absolute;
    top: 0;
    left: 0;
    width: 60vw;
    height: 100vh;
    /*background: #F5F6FA url(/assets/img/banners/banner-5.jpg);*/
    background-size: cover;
    background-position: center;
}

    .left .description {
        font-size: 1.7em;
    }

.right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 40vw;
    background-color: #fff;
}

    .right .logo {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .right .description {
        font-size: 1.7em;
        text-align: center;
    }

.welcome-content {
    color: #fff;
    text-align: right;
    position: absolute;
    height: 50px;
    right: 5%;
    font-weight: 100;
    top: 50%;
    transform: translateY(-50%);
}

    .welcome-content > .welcome {
        font-size: 3.5em;
    }

.alignCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-success {
    color: green !important;
}


.form-control {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #414d58;
    padding: 7px 12px;
    height: 38px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .form-control:focus {
        background-color: #FFFFFF;
        border: 1px solid #AAAAAA;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important;
        color: #333333;
    }

.form-group {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.merlin-logo {
    max-height: 35px;
    position: absolute;
    bottom: 10px;
    right: 5%;
}

#LoginBtn.btn {
    padding: 15px 40px;
    color: #000;
    background-color: #fc7d01;
    border-radius: 5px;
    margin-top: 30px;
}

.disclaimer-content {
    font-size: .7em;
    text-align: justify;
}

.login-footer {
    position: absolute;
    bottom: 7px;
    left: 33%;
}

#AgreeDisclaimer {
    margin-top: 3px;
}

span.input-group-addon {
    border: 1px solid #E3E3E3;
}

.topbar {
    left: 0px;
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 999 !important;
}

@media only screen and (max-width: 600px) {
    .left {
        display: none !important;
    }

    .right {
        left: 0;
        width: 100vw !important;
    }

    /*.right .description {
       display:block;
    }*/
}

@media only screen and (max-width: 800px) {
    .left {
        width: 40vw;
    }

    .welcome-content {
        right: 10%;
    }

    .merlin-logo {
        right: 10%;
    }

    .right {
        width: 60vw;
    }
}

/*.LoginContainer {
    top: 50%;
    transform: translateY(-50%);
}*/

/*div.btn-group.bootstrap-select.form-control-merlin {
    background-color:#fff!important;
}

div.btn-group.bootstrap-select.form-control-merlin.disabled {
    background: #eeeeee !important;
}

input[disabled], input[readonly]
{
    background: #eeeeee !important;
        cursor: pointer !important;
}*/
.form-control-merlin:read-only, .form-control-Custom-Merlin:read-only {
    cursor: pointer !important;
}

.modal-title {
    float: left;
}

.page-bar {
    padding: 0;
    margin-bottom: 0;
    padding: 12px 13px;
    margin-top: 48px;
    background: #fff;
    border-bottom: 1px solid #c8ced3;
    margin-bottom: 10px;
    height: 42px;
}


/*Button Styles*/

.btn-merlinback, .btn-merlinproceed {
    color: #fff;
    outline: none !important;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 13px;
    border: none;
    font-weight: normal;
    padding-left: 32px;
    padding-right: 10px;
    position: relative;
    line-height: 32px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-left: 10px;
    font-weight: 500;
}

.btnCustom, .btnCustom:hover {
    border: 1px solid #334F94 !important;
}

.btn-merlinback span i, .btn-merlinproceed span i {
    padding: 10px 10px;
    /* display: inline; */
    position: absolute;
    left: 0;
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
}

.btn-merlinback:hover, .btn-merlinproceed:hover {
    color: #fff;
}

.modal-footer .btn-merlinback {
    margin-bottom: 0px;
    text-transform: capitalize;
}

.portlet-widgets .btn:hover {
    color: white;
}

.portlet-footer {
    padding: 15px 0px 0px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.portlet-widgets .btn-merlinback {
    margin-top: -10px;
}

.rp-alert{
    bottom: -15px !important;
}

.mb-10{
    margin-bottom: 10px;
}
.ml-50, .m-l-50 {
    margin-left: 50px;
}

.pt-100{
    padding-top:100px !important;
}

ul.clsPasswordRequirement {
    list-style-type: disc;
    padding-left: 20px;
}

.languageButton {
    display: flex;
    justify-content: end;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.languageButton > div.form-group.col-lg-4 {
    width: 33.33333333%;
}

.languageSetup {
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    float: left !important;
}

.languageButton .filter-option {
    color: #797979;
}

.languageButton .btn-group.bootstrap-select.form-control {
    padding: 7px;
}

html[dir=rtl] .left {
    position: absolute;
    top: 0;
    right: 0;
    width: 60vw;
    height: 100vh;
}

html[dir=rtl] .right {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    height: 100vh;
    width: 40vw;
}

.mb-15 {
    margin-bottom: 15px;
}