﻿#navbar-logo-dx { display: none; }

@media only screen and (max-width: 991px) {
    .body-login-section {
        padding-top: 0;
    }

    .body-login-home {
        padding-top: 0;
    }

    .navbar-fixed-top {
        height: auto;
    }

    .navbar-fixed-top #logo-sx {
        width: 150px;
        left: -15px;
        top: -5px;
        height: 40px;
    }
    .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-fixed-top #div-language {
        text-align: left;
        padding-right: 20px;
        width: 180px;
    }
    .navbar-fixed-top #top-user {
        margin-top: 8px;
        height: 40px;
        width: 90%;
        background-size: 30px;
        background-position-y: 6px;
        font-size: 11px;
        padding-top: 3px;
    }
    .navbar-fixed-top #top-user-logout {
        width: 40px;
        height: 40px;
        right: -40px;
        line-height: 18px;
        font-size: 9px;
    }
    .navbar-fixed-top #top-user-utente {
        font-size: 14px;
    }

    .body-login-multicliente {
        padding-top: 0;
    }
    #div-login-multicliente { margin-top: 0; }

    #navbar-logo-dx {
        position: relative;
        display: inline-block;
        float: right;
        height: 40px;
        margin-top: 8px;
        margin-right: 8px;
    }

    table th { white-space: normal !important; vertical-align: top !important; }
    table .table-textbox-search { margin-left: 0; width: 95%; }
    #link-top-logo-sx {
        max-width: 200px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: inline-block;
        margin-top: 8px;
        margin-right: 8px;
        background: #1963a9 url(login/username.svg) no-repeat center center;
        background-size: 36px;
        width: 40px;
        height: 40px;
    }

    .navbar-fixed-top #logo-dx {
        display: none;
    }

    #div-currenttime {
        display: none;
    }

    .body-login .navbar-toggle {
        background: none;
    }

    .table-responsive {
        border: 0;
    }

    .tab-content .widget {
        padding-left: 20px;
    }

    #div-section-frmmarket #div-buttons .btn {
        width: 30%;
        max-width: 60px;
        margin-left: 0;
        margin: 0 4px 0 4px;
    }
    /*
    .navbar-collapse.collapse {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 40;
        top: 10px;
        right: 0;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        background-color: #ffffff;
        box-shadow: rgba(0,0,0,0.4) -5px 5px 5px;
    }
    .navbar-collapse.in {
        width: 300px;
        transition: 0.5s;
    }
        */
    .property {
        margin-bottom: 4px;
    }

    .box-title {
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .modal-wide {
        margin: 10px;
    }
    .modal-dialog-home .property input {
        margin-left: 8px;
        width: 95%;
    }

    .table-rischio-variazione {
        padding-left: 0 !important;
        vertical-align: baseline !important;
    }
    .table-rischio-variazione .cell-row {
        padding-left: 32px !important;
        padding-top: 5px !important;
        vertical-align: middle !important;
    }
}

@media only screen and (max-width: 1199px) {
    .table-rischio-variazione {
        vertical-align: baseline !important;
    }
}

.cell-row {
    position: relative;
    height: 30px;
}