﻿@media screen and (min-width: 760px) and (max-width: 1023.9px) {
    .container {
        width: 98%;
        max-width: 98% !important;
    }

    .small {
        width: 70% !important;
    }

    #leftCol navbar_side-inner {
        width: 200px;
    }

    table {
        border: 0 !important;
    }
    
    .col-sm {
        margin-left: 20px;
    }

    th {
        display: none;
    }

    .table tr:nth-child(2n+1) td {
        background-color: #fff;
    }

    .table tr:hover td {
        background-color: #fff !important;
    }

    tr {
        display: block;
        margin-top: 10px;
    }

    td {
        text-align: right !important;
        display: block;
        border: none !important;
        padding: 8px 0px 8px 0px !important;
    }

        td:before {
            float: left;
            text-transform: uppercase;
            font-weight: bold;
            content: attr(data-label);
            margin-right: 25px;
        }

        td:last-child {
            border-bottom: 1px solid #000 !important;
        }

    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1 {
        font-size: 63px;
    }

    .modal-body, .modal-body-custom {
        max-height: 500px !important;
    }

    .dropdown.open .dropdown-menu {
        transform: scale(0.80);
        transform-origin: 0% 0%;
    }

    .modal-body-custom {
        max-height: 500px !important;
    }

    .dropdown-submenu .dropdown-menu {
        transform: scale(0.95);
        transform-origin: 0% 10%;
    }

    #AcceptForm .row .btn {
        margin-left: 40px;
        margin-top: 20px;
        float: left;
    }

    #AcceptForm label {
        width: 80vw !important;
    }

    #TaskContent_tbl {
        width: 100% !important;
    }

    #footer a span, #login-footer a span {
        margin-top: -25px;
    }

    #footer img {
        height: auto;
    }

    #dialogDivLarge {
        width: 90% !important;
        margin-left: -45% !important;
    }

    .navbar_custom .nav > li.active:not(.submenu-icon) > a {
        font-size: 0.9rem;
    }

    .nav:not(.nav-tabs) > li > a {
        font-size: 0.8rem;
        padding: 8px;
    }

    .user_info {
        font-size: 0.65rem !important;
        height: 40px;
        margin: 2px 20px 0 6px;
    }

    .navbar_custom .nav > li {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
    }

    .last_login_info {
        margin-right: 0px;
        clear: right;
        float: right;
        font-size: 1rem;
        color: #3d3c3c;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: right;
        line-height: 1.4rem;
        margin-top: 0;
    }

    .home_icon {
        height: 30px;
        margin-top: 16px;
        background-size: 88%;
        width: 25px;
    }

    .logout {
        font-size: 0.65rem;
        background-size: 13%;
        width: inherit;
    }

    .decrease {
        font-size: 14px !important;
        background-size: 71%;
        height: 50px;
        line-height: 1rem;
        padding-top: 5px;
        opacity: 0.5;
        width: 24px;
        margin-top: 4px;
        background-size: 75%;
    }

    .increase {
        font-size: 14px !important;
        background-size: 71%;
        height: 50px;
        padding-top: 5px;
        width: 29px;
        margin-top: 1px;
        background-size: 75%;
    }

    .reset {
        float: left;
        font-size: 14px !important;
        background-size: 71%;
        opacity: 0.5;
        height: 50px;
        line-height: 1rem;
        padding-top: 5px;
        width: 22px;
        background-size: 75%;
        margin-top: 5px;
    }

    .bank_logo {
        height: 54px;
        margin-left: 8px;
        font-size: 1rem;
        padding-left: 96px;
    }

    #footer a, #footer span {
        margin-bottom: 10px;
        background-size: 90%;
    }

    .header-row {
        margin-left: 0px;
    }

    elrement.style {
        margin-top: -10px;
    }

    .bank_logo {
        width: 313px;
        padding-left: 96px;
    }

    .icon-user {
        background-size: 30%;
    }

    #lang-switcher {
        float: left;
        margin-top: 6px;
        width: 80px;
    }

    .dropdown-menu:not(.datepicker):not(.datetimepicker):not(.bootstrap-timepicker-widget), .dropdown-menu:not(.datepicker):not(.datetimepicker):not(.bootstrap-timepicker-widget):hover, .dropdown-menu:not(.datepicker):not(.datetimepicker):not(.bootstrap-timepicker-widget):focus {
        width: 167% !important;
    }

    #login-footer > img {
        width: 30%;
        height: auto;
        margin: 0 0.5rem;
    }

    #navbar {
        display: none;
    }

    .header-row {
        display: flex;
    }

    .top-nav {
        display: flex;
        flex-direction: row;
        align-itrems: center;
        justify-content: space-between;
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        color: #FFF;
        height: 50px;
        padding: 1rem;
    }

    .menu {
        display: flex;
        flex-direction: row;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        font-size: 1.2rem;
    }

        .menu > li {
            margin: 0 1rem;
            overflow: hidden;
        }

    .menu-button-container {
        display: none;
        height: 100%;
        width: 30px;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-itrems: center;
        margin-top: 30px;
    }

    #menu-toggle {
        display: none;
    }

    .menu-button,
    .menu-button::before,
    .menu-button::after {
        display: block;
        background-color: #144c7a;
        position: absolute;
        height: 4px;
        width: 30px;
        transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 2px;
    }

        .menu-button::before {
            content: '';
            margin-top: -8px;
        }

        .menu-button::after {
            content: '';
            margin-top: 8px;
        }

    #menu-toggle:checked + .menu-button-container .menu-button::before {
        margin-top: 0px;
        transform: rotate(405deg);
    }

    #menu-toggle:checked + .menu-button-container .menu-button {
        background: rgba(255, 255, 255, 0);
    }

        #menu-toggle:checked + .menu-button-container .menu-button::after {
            margin-top: 0px;
            transform: rotate(-405deg);
        }

    .menu-button-container {
        display: flex;
    }

    .menu {
        position: absolute;
        top: 0;
        margin-top: 65px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-itrems: center;
    }

    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked ~ .menu li {
        height: 3.5rem;
        padding: 0.5rem;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5rem 0;
        width: 100%;
        color: #000;
        background-color: #fff;
    }

        .menu > li:not(:last-child) {
            border-bottom: 1px solid #444;
        }

        .menu > li > a {
            text-decoration: none
        }

            .menu > li > a.active {
                font-weight: 900;
            }

    .cke-title {
        display: none;
    }

    .login-header {
        max-width: 690px;
    }

        .login-header > .preprod_tag {
            min-width: 50px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 25px !important;
            margin: 0;
            top: 15px;
            z-index: 100;
            left: -60px;
        }

    .header > .preprod_tag {
        min-width: 50px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px !important;
        position: absolute;
        margin: 0;
        top: 140px;
        z-index: 1000;
        left: 100px;
    }

    .header_container {
        background-color: inherit;
    }


    .mobile-currentUserInfo {
        display: none;
        flex-direction: row;
        align-itrems: center;
    }

        .mobile-currentUserInfo > .person_info_icon_container {
            height: 60px;
            display: flex;
            margin-right: 0px;
        }

    .person_icon_user {
        margin-top: 1rem;
    }

    .mobile-logout-btn {
        display: none;
    }

    .tablet-hidden {
        display: none !important;
    }

    #idleTimeSpan {
        margin: 0;
    }

    li > #idleTimeSpan {
        display: none;
    }

    .span5 {
        width: 47% !important;
    }

    .header-row div {
        color: #000;
    }

    .cke-title {
        display: none;
    }

    .systrem-info-footer {
        width: 98%;
    }

    #login-footer, #footer {
        flex-direction: column;
        margin-top: 2rem;
        margin-bottom: 0;
        align-itrems: center;
        align-content: center;
        justify-content: center;
    }

        .footer-images {
            display: flex;
            flex-direction: row;
        }

            #login-footer > img, .footer-images > img {
                align-self: center;
                height: auto;
                padding: 10px;
                margin: 0;
            }

        #login-footer h4, .footer-text > h4 {
            margin: 0;
            margin-top: 15px;
        }

    .btn-custom {
        margin-right: 0px;
    }

    .logo-footer-fullname {
        width: unset;
    }


    td .btn-group {
        float: unset;
    }

    .btn-grid.actionLinkButton {
        font-size: 20px;
    }

    .customCheckBoxLabel {
        display: inline;
    }

    label, input, button, select, textarea {
        font-size: 1rem;
    }

    .login-form-action-buttons-container {
        width: 100%;
    }

        .login-form-action-buttons-container > .field {
            display: flex;
            flex-direction: column-reverse;
            align-items: center;
        }

        .col-half {
            width: 75%;
        }


    ul.hamburger-menu {
        overflow: auto;
    }
}
