﻿/* Override stili DevExtreme */
.dx-toolbar-before {
    width: 100%;
}

.dx-toolbar-label > div {
    font-size: 13pt;
}

.dx-popup-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #efefef;
}


.spbalert {
    position: fixed;
    margin-top: 70px;
    background-color: #efefef;
    border-color: #264e7c;
    border-radius: 5px;
    border: 1px solid #264e7c;
    color: #264e7c;
}


.flexbox {
    display: flex;
}

.flex {
    flex: 1 0 auto;
}

.content {
    height: 100%;
    width: 100%;
    display: flex;
}

.content_left {
    background-color: #efefef;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}



.flexbox .flex_6 {
    flex: 1 0 50%;
    max-width: 50%;
}

.flex_bts {
    flex: 1 0 50%;
    max-width: 50%;
}

.login_box {
    /*background-color: #fff;*/
    margin: auto;
    font-family: Arial, sans-serif;
}


.formContainer {
    padding: 50px 50px;
    background: #fff;
    margin-bottom: 100px;
}

.login-title {
    text-align: center;
    margin: 0 auto;
}


/*-----------------------------------------------------------------------------------------*/



.navbar {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
    padding-top: .5rem
}

.navbar-content {
    /*border-top: solid 1px lightgrey;*/
    width: 100%;
    padding: 20px;
}

.logoDurante {
    height: 30px;
    float: left;
}

#navbarLabel {
    float: right;
    color: grey;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

    #navbarLabel a {
        color: #264e7c;
        /*font-weight: bold;*/
    }


/*Form*/

#privacyLabel {
    float: left;
    color: grey;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

    #privacyLabel a {
        color: #264e7c;
    }

body {
    background: white;
}



.login_bottom_area {
    display: flex;
    margin: 50px 0;
}


.login-button {
    /*width: 175px;*/
    width: 80%;
    height: 50px;
    padding: 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #264e7c;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    outline: 0;
    font-weight: bold;
    float: right;
    text-transform: uppercase;   
}

.login-button.disabled {
    background: #c9cac8;
    cursor: no-drop;
}

.login-lost {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 5%;
}

    .login-lost a {
        color: #264e7c !important;
        font-weight: bold;
    }

    .login-lost a {
        color: #666;
        text-decoration: none;
        font-size: 13px;
    }

.logoSpaceBooking {
    margin: 0 auto;
    height: 50px;
    visibility: hidden;
}




.loginTextbox {
    border-color: #264e7c;
    border-radius: 5px;
    border: 1px solid #264e7c;
    padding: 5px;
}

    .loginTextbox :focus {
        box-shadow: #243955;
    }

/*  Stili popup Recover Password  */
.reset_subtitle {
    width: 100%;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 11pt;
}

    .reset_subtitle label {
        margin: 0 auto;
    }

.reset_input_container {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}

.reset_submits {
    padding: 0 30px;
    margin: 50px 0;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
}

.passwordRequestButton .passwordCancelButton {
    background-color: #264e7c;
    color: white;
    margin: 10px 0 !important;
    float: right;
}


.passwordCancelButton {
    width: 175px;
    height: 50px;
    margin: 30px 0 !important;
    padding: 0;
    font-size: 15px;
    color: #4d4f53;
    text-align: center;
    background: #fffff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    outline: 0;
    border: 1px solid #4d4f53;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
}

.passwordRequestButton {
    width: 175px;
    height: 50px;
    margin: 30px 0 !important;
    padding: 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #264e7c;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    outline: 0;
    font-weight: bold;
    float: right;
    text-transform: uppercase;
}

.textBox {
    display: grid;
}


.resetTextbox {
    border: 1px solid #c9cac8;
    font-size: 11pt;
    color: #000;
    border-radius: 3px;
    height: 50px;
    padding: 0 15px;
}


.captionLoginLabel {
    color: #264e7c;
    margin: 15px 0 10px 0;
    font-size: 11pt;
}
