.renthub-menu-main-container {
    display: none;
}

.renthub-menu-parent {
    position: relative;

}

.renthub-menu-main-container{
    position: fixed;
    z-index: 25000;
}

@media screen and (min-width: 951px){


    .renthub-menu-container{
        background-color: white;
        padding: 10px;
        -webkit-border-radius: 2px 0 2px 2px;
        -moz-border-radius: 2px 0 2px 2px;
        border-radius: 2px 0 2px 2px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);

    }

    .renthub-menu-container-login-details {
        width: 350px;
        left: -190px;
        position: relative;
    }


}

.renthub-logged a {
    line-height:20px;
}

@media screen and (max-width: 950px) {
    .renthub-menu-main-container {
        background-color: rgba(191, 191, 191, 0.3);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .renthub-menu-container {
        margin-top:150px;
        width:200px;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
        background-color: white;
        padding: 10px;
        -webkit-border-radius: 2px 0 2px 2px;
        -moz-border-radius: 2px 0 2px 2px;
        border-radius: 2px 0 2px 2px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);

    }

}

#renthub_login_error_msg {
    display: none;
    color: red;
    border: 1px solid red;
    padding: 10px;
    width: 90%;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

.renthub-menu-container-login-details a {
    display: inline !important;
    position: relative;
    float: none;
    background-color: transparent;
}

.renthub-menu-container-login-details{
    width:350px;
}

#renthub_retrive_pass_container {
    margin-bottom:10px;
    font-size:10px;
}

#login_check_data {
    background-color: #0000a2;
}


/*PASS*/


.renthub-retrive-pass-main-container{
    display: none;
    position:fixed;
    background-color: rgba(191, 191, 191, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:6000;
}

.renthub-retrive-pass-container{
    position:relative;
    margin-top:150px;
    width:350px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    background-color: white;
    padding: 10px;
    -webkit-border-radius: 2px 0 2px 2px;
    -moz-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    z-index:6001;
}
#renthub_retrive_pass_close{
    position:absolute;
    right:10px;
    top:-1px;
    width: 12px;
    height: 15px;
    cursor:pointer;
}
#renthub_retrive_pass_error{
    margin-top:10px;
    display: none;
    color: red;
    border: 1px solid red;
    padding: 10px;
    width: 100%;
    font-weight: normal;

}
#renthub_retrive_pass_ok{
    margin-top:10px;
    display: none;
    color: #26c100;
    border: 1px solid #26c100;
    padding: 10px;
    width: 100%;
    font-weight: normal;
}
/*ENDPASS*/


/*RESET PASS*/

.renthub-change-pass-main-container{
    display: none;
    position:fixed;
    background-color: rgba(191, 191, 191, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:6000;
}

.renthub-change-pass-container{
    position:relative;
    margin-top:150px;
    width:350px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    background-color: white;
    padding: 10px;
    -webkit-border-radius: 2px 0 2px 2px;
    -moz-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    z-index:6001;
}
#renthub_change_pass_close{
    position:absolute;
    right:10px;
    top:-1px;
    width: 12px;
    height: 15px;
    cursor:pointer;
}
#renthub_change_pass_error{
    margin-top:10px;
    display: none;
    color: red;
    border: 1px solid red;
    padding: 10px;
    width: 100%;
    font-weight: normal;

}
#renthub_change_pass_ok{
    margin-top:10px;
    display: none;
    color: #26c100;
    border: 1px solid #26c100;
    padding: 10px;
    width: 100%;
    font-weight: normal;
}

/*END RESET PASS*/
