/*==============================================
    BASIC  STYLES    
    =============================================*/
body {
    font-family: 'Myriad Pro', sans-serif;
    /*font-family: 'Kozuka', sans-serif;*/
    line-height:25px;
    background-color: #f6f6f6;
}

@font-face
{
    font-family: Kozuka;
    src: url('../fonts/Kozuka-L.otf');
}

@font-face
{
    font-family: Kozuka;
    src: url('../fonts/Kozuka-B.otf');
    font-weight: bold;
}

.right{
    float: right;
    margin-right: 10px;
}

.top-10{
    margin-top: 10px;
}

textarea{
    resize: none;
}

a:hover {
    text-decoration: none;
}

td .fa{
    margin: 3px;
}

table textarea{
    width: auto !important;
}

table input{
    width: auto !important;
    display: table-cell !important;
    padding: 6px !important;
}

.datepicker .prev, .datepicker .next, .datepicker .datepicker-switch{
    cursor: pointer;
}
.datepicker .prev:hover, .datepicker .next:hover, .datepicker .datepicker-switch:hover{
    background-color: #eeeeee;
}

.form-login input{
    margin-top: 10px;
}

#remember-me {
    margin: 0 5px 0 -15px;
    position: inherit;

}

.submit-login {
    overflow: hidden;
    text-align: center;
}

.logo-login{
    padding: 0 10px;
    text-align: center;
}

.logo-login img{
    width: 50%;
}

.login-input {
    border-color: #2D3E6E;
}

.login-footer{
    text-align: center;
    margin-top: 10%;
}

.icon-small{
    height: 30px;
    width: 48px;
    border-radius: 5px;
    border: .3rem solid rgba(255,255,255,.2)
}

.logout-btn{
    margin-top: 3px;
}

.logout-panel{
    display: none;
}

.footer-left{
    padding: 0 0 0 0;
    height: 50px;
    display: inline-block;
    width: 300px;
}

.footer-left img{
    height: 100%;
    display: block;
    float: left;
}

.footer-left span{
    display: block;
}

/*.footer-right{*/
    /*width: auto;*/
    /*text-align: center;*/
    /*margin-top: 20px;*/
/*}*/

/*.footer-right a{*/
    /*display: block;*/
    /*color: #2D3E6E;*/
/*}*/

.img-object{
    height: 50px;
}

.title{
    display: block;
    padding-top: 25px;
    margin-left: 30px;
    font-size: 20px;
}

#wrapper {
    width: 100%;
    background: #2D3E6E;
}

#right-wrapper {
    /*padding: 15px 0;*/
    /*background: #cad3e7;*/
    background: #2D3E6E;
}

#page-wrapper {
    padding: 15px 15px;
    background: white;
}

#page-inner {
    width: 100%;
    margin: 10px 20px 10px 0;
    background-color: #fff!important;
    padding: 10px;
    min-height: 1200px;
}

.page-head-line {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    padding-bottom: 20px;
    border-bottom: 2px solid #00CA79;
    margin-bottom: 10px;
}

.page-subhead-line {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-style:italic;
    margin-bottom:30px;
    border-bottom:1px dashed #00CA79;

}


/*==============================================
    MENU STYLES    
    =============================================*/


.navbar-cls-top .navbar-brand {
    display: inline-block;
    color: #202020;
    background: #cad3e7;
    width: 200px;
    height: 62px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 900;
    /*padding-top: 25px;*/
    text-transform:uppercase;
    margin-bottom: 0;
    border: 0;
}

.header-right {
    display: inline-block;
    color: #fff;
    /*padding: 15px 20px 5px 10px;*/
    float: right;
    font-size: 16px;
    text-align: right;
}

.navbar-cls-top .navbar-brand:hover {
    /*background: #2D3E6E;*/
    /*color: #fff;*/
    background: #cad3e7;
    color: #202020;
}

.user-img-div {
    /*min-height: 100px;*/
    padding: 0 20px;
    background-color: #2D3E6E;
    overflow: hidden;
}

    .user-img-div img {
        max-height: 60px;
        display: none;
    }

    .user-img-div .inner-text a{
        display: block;
        text-align: right;
        position: relative;
        color: #fff;
        font-weight: 800;
        line-height: 25px;
        letter-spacing: 2px;
        padding: 10px;
    }
    .inner-objects{
        float: right;   
    }

.active-menu-top {
    background-color: #000!important;
}

.no-filter-img{
    width: 20px;
    color: red;
}

.dropdown-search{
    display: none;
    position: absolute;
    padding: 0;
    min-width: 70px;
    background-color: white;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    max-height: 250px;
    overflow: auto;
}

.dropdown-search li, .dropdown-search a, .dropdown-search span{
    display: block !important;
}

.dropdown-search a, .dropdown-search span, .filter-dropdown option, select option{
    padding: 5px 30px 5px 15px;
    min-height: 30px;
    color: black !important;
    text-decoration: none;
}

.dropdown-search a:hover, .dropdown-search span:hover{
    background-color: #DCDCDC;
    cursor: pointer;
}

.default-date{
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
}

.date-picker{
    background: #fff none;
    border: 1px solid #2D3E6E;
    color: #333;
    border-radius: 4px;
    padding-left: 10px;
    width: 120px;
    vertical-align: middle;
}
.datepicker::before{
    left: initial !important;
}
.datepicker::after{
    left: initial !important;
}
.datepicker-orient-left::before{
    left: 6px !important;
}
.datepicker-orient-right::before{
    right: 6px !important;
}
.datepicker-orient-left::after{
    left: 7px !important;
}
.datepicker-orient-right::after{
    right: 7px !important;
}

.arrow {
    float: right;
    cursor: pointer;
}

.fa.arrow:before {
    content: "\f107";
}

.active > a > .fa.arrow:before {
    content: "\f104";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

    .nav-second-level li a {
        padding-left: 37px;
    }

    .nav-third-level li a {
        padding-left: 55px;
    }

.sidebar-collapse, .sidebar-collapse .nav {
    background: none;
}

    .sidebar-collapse .nav {
        padding: 0;
    }

        .sidebar-collapse .nav > li > a {
            color: #2D3E6E;
            font-weight: bold;
            background: #cad3e7;
            text-shadow: none;
            padding: 15px 40px;
            font-size: 15px;
        }

    .sidebar-collapse > .nav > li > a {
        padding: 15px 10px;
    }

    .sidebar-collapse .nav > li > a:hover,
    .sidebar-collapse .nav > li > a:focus {
        background: #fff;
        outline: 0;
    }



.nav-second-level > li:last-child > a:after,
.nav-third-level > li:last-child > a:after {
    height: 50%;
}

.nav-third-level > li > a:after,
.nav-third-level > li > a:before {
    left: 40px;
}

.navbar-side {
    border: none;
    background-color: #F6F6F6;
}

.navbar-cls-top {
    background: #cad3e7;
    border-bottom: none;
}

.navbar-default {
    border: 0 solid black;
}

.navbar-header {
    background: #2D3E6E;
    color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #00CA79;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

.nav > li > a > i {
    margin-right: 10px;
}

.header-title {
    overflow: hidden;
}
/*==============================================
    FOOTER  STYLES    
    =============================================*/
#footer {
    background-color:#000;
    padding:20px 50px;
    color:#fff;
    font-size:12px;
}

    #footer a {
        color:#fff;
    }
    #footer a:hover,a:focus {
        color:#fff;
        text-decoration:none;
    }

.red{
    color: red;
}

.green{
    color: limegreen;
}

.orange{
    color: coral;
}

.grey{
    color: #a7b1c2;
}

.pointer{
    cursor: pointer;
}

hr{
    border: 0;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #333 linear-gradient(to right, #ccc, #333, #ccc);
}
.middle-box {
    max-width: 600px;
    margin: 30px auto auto auto;
    z-index: 100;
}

.logo-name {
    color: #cad3e7;
    font-size: 180px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.active-menu a{
    background-color: #fff!important;
}

form button{
    margin-top: 10px;
}

.form-add label{
    min-width: 150px;
    margin-top: 10px;
}

.form-add input{
    width: 60%;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 1.42857143;
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-add .checkbox{
    width: 20px;
    height: 20px;
}

/*.content{*/
    /*padding: 2rem;*/
    /*overflow: auto;*/
/*}*/

/*.content-menu {*/
    /*padding: 0 2rem;*/
/*}*/

.content-menu a {
    margin-right: 10px;
}

.content-menu .btn {
    margin-bottom: 5px;
}

table .btn{
    padding: 0 6px;
    margin-right: 5px;
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
}

div.message {
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: limegreen;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
    box-radius: 5px;
}

div.message:before {
    line-height: 0;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 22px 12px 10px;
    content: "\2713";
    color: limegreen;
}
div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}

div.message.warning {
    background-color: coral;
    color: #FFF;
}

div.message.warning:before {
    padding: 11px 16px 14px 7px;
    color: coral;
    content: "!";
}

div.message.hidden {
    height: 0;
}

.selectpicker{
    margin-left: -3px;
    width: 60%;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 1.42857143;
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.table{
    margin-bottom: 0;
}

.table .btn{
    margin-bottom: 5px;
}

.table-scroll{
    overflow-x: auto;
}

.table .module-action{
    /*padding-left: 30px;*/
}

.table .module-permissions{
    background-color: #CAD0DA !important;
}

.table .jacmen-td{
    margin-top: 10px;
}

.table td {
    vertical-align: middle !important;
}

.table-scroll a{
    color: #2D3E6E;
}

.table-scroll ul, .content ul{
    margin: 3px 0 5px 0;
}

.table-scroll .dropdown-menu{
    min-width: 100px;
    max-width: 200px;
}

.content li{
    display: inline-block;
}

.table-scroll li{
    display: block;
}

.pagination-div {
    overflow: hidden;
    margin-top: 1rem;
}

.pagination > li > a{
    color: #2D3E6E;
}

.pagination select{
    vertical-align: top;
    padding: 5px 12px;
    height: 34px;
    /*margin-left: -1px;*/
    line-height: 1.42857143;
    color: #2D3E6E;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
    background-color: #2D3E6E;
    border-color: #2D3E6E;
}

.row-drag td{
    background-color: dimgray !important;
    color: white;
}

.sorter {
    cursor: move;
    padding: 0 !important;
}

.sorter span {
    padding: 10px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9; /* Sit on top */
    left: 0;
    top: 0;
    text-align: center;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    text-align: left;
    padding: 20px 20px 20px 20px;
    border: 1px solid #888;
    width: 65%; /* Could be more or less, depending on screen size */
    overflow: hidden;
}

.modal-content p {
    font-weight: bold;
}

.modal-content .container {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    width: auto;
    border: solid 1px #a7b1c2;
    margin-right: 10px;
}

.modal-content .container:hover {
    background-color: #a7b1c2;
    color: white;
}

/* The Close Button */
.modal-close {
    display: block;
    position: relative;
    float: right;
    font-size: 22px;
    font-weight: bold;
    color: #999999;
    border: none !important;
    margin: 0 20px 20px 20px;
}

.modal-close:hover,
.modal-close:focus {
    background-color: white !important;
    color: black !important;
    text-decoration: none;
    cursor: pointer;
}

#exit-modal .datepicker::before{
    display: none;
}

.dropdown-menu {
    min-width: 200px;
    margin: 0 0 0 62px;
}

.dropdown-menu > li > a {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    /*color: #ffffff;*/
    background: #cad3e7;
    color: #202020;
}

.btn-default{
    border-color: #2D3E6E;
}

.btn-default:hover,
.btn-default:active:hover,
.btn-default.active:hover{
    color: #fff;
    background-color: #2D3E6E;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #2D3E6E;
}

.highlight-filter th{
    font-weight: bold !important;
    background-color: #2D3E6E;
}

.highlight-new th, .highlight-new td{
    font-weight: bold !important;
    background-color: lightblue;
}

.refresh-time{
    display: inline-block;
    height: 100%;
    vertical-align: super;
    margin-left: 5px;
}

.ui-autocomplete { max-height: 250px; overflow-y: auto; overflow-x: hidden;}

.supInput{
    width: 75%;
}

.filter-input{
    width: 100% !important;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 5px;
    box-sizing: border-box;
    height: 32px;
}

.filter-dropdown {
    text-overflow: "";
    -webkit-appearance: none !important;
    -moz-appearance: none;
    min-width: 70px;
}

.headcol{
    position: absolute;
    width: 200px;
    margin-top: -1px;
    white-space:nowrap;
}

.qr-img, .qr-img:hover{
    text-decoration: none;
    color: #687dac !important;
}

.qr-img:hover{
    color: #2D3E6E !important;
}

table tr td.highlighted{background:#d9edf7;border-radius:0}

@keyframes blink {
    50% {
        opacity: 0.0;
    }
}
@-webkit-keyframes blink {
    50% {
        opacity: 0.0;
    }
}
.blink {
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}

.fixed-table {
    float: left;
}

.col1
{
    overflow: hidden;
}

.col1, #side-table-container {
    height: 300px;
}

.x-scroll {
    overflow-x: auto;
    max-width: calc(100% - 15em);
    white-space: nowrap;
}

.x-scroll table {
    table-layout: fixed;
    width: 100%;
}

.x-scroll div{
    overflow: auto;
}

#left-side-table-container th, #side-table-container td{
    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
    min-width: 145px;
    width: 145px;
}

.img-slider{
    max-width: 700px;
    max-height: 600px;
    min-height: 100px;
    min-width: 100px;
    width: auto;
    height: auto;
}

#image-content{
    width: auto;
    display: inline-block;
}

.btn-slider{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    background-color: #000;
    text-align: center;
    text-decoration: none !important;
}

.ramp {
    width: 4em;
    height: 4em;
    border: solid 1px black;
    text-align: center;
}

.ramp span {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.ramp-free {
    background-color: lightgreen;
}

.ramp-occupied {
    background-color: #FFDE4C;
}

.ramp-failure, .ramp-blocked {
    background-color: #FF5555;
}

.storages, .top-storages{
    width: 100%;
    margin-bottom: 4em;
}

.bottom-storages {
    width: 100%;
}

.storage {
    width: 100%;
    margin-right: 1em;
    margin-bottom: 1em;
}

.storage table {
    width: 100%;
}

.empty-tr {
    height: 0;
}

.modal input, .modal select {
    margin-bottom: 5px;
}


.table-dropdown-content {
    display: none;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    left: 5%;
    right: 5%;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.table-dropdown-content li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.table-dropdown:hover .table-dropdown-content {
    display: block;
}

.spinner {
    display: none;
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

.modal-check {
    display: inline-block;
    padding: 10px;
    background-color: lightgreen;
}

.table-row-image {
    /*max-height: 200px;*/
    /*max-width: 250px;*/
    margin-right: 10px;
    margin-bottom: 10px;
}

.table-row-carousel {
    overflow: hidden;
}

.list-carousel {
    /*white-space: nowrap;*/
    display: inline-block;
    padding: 0;
}

.list-carousel li {
    display: inline-block;
}
/*#left-side-table::-webkit-scrollbar { height: 0 !important }*/
/*==============================================
    MEDIA QUERIES
    =============================================*/
/*==============================================
    MEDIA min 640px LANDSCAPE
    =============================================*/
@media only screen
and (min-width: 640px)
and (orientation: landscape) {
    .table > thead > tr > th {
        border-bottom: 0;
    }

    .table-responsive{
        width: auto;
        border: 0;
    }
}

/*==============================================
    MEDIA min 768px
    =============================================*/
@media (min-width: 768px) {
    #right-wrapper {
        margin: 0;
        /*padding: 15px 0;*/
        min-height: 600px;
    }

    #page-wrapper {
        margin: 0 0 0 200px;
        padding: 15px 30px;
        min-height: 600px;
    }

    .logout-btn{
        margin-top: 0;
        display: none;
    }

    .logout-panel{
        display: block;
        text-align: center;
        background-color: #2D3E6E;
        margin: 0;
        padding: 40px 0 10px 0;
        color: white;
        font-size: 24px;
        cursor: pointer;
    }

    .logout-panel:hover{
        color: #cad3e7;
    }

    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 200px;
    }

    .navbar {
        border-radius: 0;
    }

    .content-menu .btn {
        margin-bottom: 0;
    }

    .table > thead > tr > th {
        border-bottom: 0;
    }

    .table-responsive{
        width: auto;
        border: 0;
    }

    .footer span {
        display: block;
        text-align: center;
    }

    .footer-right a {
        font-size: 1.3em;
        margin-top: 5px;
    }

    .col1, #side-table-container {
        max-height: 600px;
        height: auto;
    }

    .modal input, .modal select {
        width: 50%;
        margin-bottom: 5px;
    }
}

/*==============================================
    MEDIA min 1024px
    =============================================*/
@media (min-width: 1024px) {
    .middle-box {
        max-width: 1024px;
        margin-top: 13%;
    }

    .logo-login img {
        width: 60%;
    }

    .submit-login div {
        float: left;
    }

    .logo-login, .form-login {
        display: inline-block;
        vertical-align: middle;
    }

    .logo-login {
        width: 510px;
        text-align: right;
    }

    .login-button {
        display: block;
        float: right;
    }

    .form-login {
        width: 300px;
        margin-left: 35px;
    }

    .login-footer {
        height: 50px;
        width: 1024px;
        margin: 5% auto auto auto;
        padding: 0 10px 0 10px;
    }

    .footer span {
        display: initial;
        text-align: center;
    }

    .footer-left {
        float: left;
        position: relative;
        left: 0;
    }

    .footer-right {
        float: right;
        position: relative;
        right: 0;
        display: inline-block;
        height: 100%;
    }

    .footer-right a {
        display: inline-block;
        margin-left: 10px;
        font-size: 1.3em;
        color: #2D3E6E;
    }

    .footer .footer-right {
        margin-top: 0;
    }

    .ramp {
        width: 3em;
        height: 3em;
    }

    .storages, .top-storages {
        width: 100%;
        overflow: auto;
        margin-bottom: 4em;
    }

    .bottom-storages {
        width: 100%;
        overflow: auto;
    }

    .storage {
        margin-right: 1em;
        margin-bottom: 1em;
        width: auto;
        float: left;
    }

    .storage table {
        width: auto;
    }

    .empty-tr {
        height: 3em;
    }

    .table-dropdown-content {
        left: inherit;
        right: inherit;
    }

    .table-row-image {
        max-height: 200px;
        max-width: 250px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

/*==============================================
    MEDIA min 1280px
    =============================================*/
@media (min-width: 1280px) {
    table textarea, table input{
        width: 100% !important;
    }

    .navbar-cls-top .navbar-brand, .navbar-side, .dropdown-menu {
        width: 200px;
    }

    #right-wrapper {
        margin: 0;
        min-height: 800px;
    }

    #page-wrapper {
        margin: 0 0 0 200px;
        min-height: 800px;
    }

    .date-picker{
        width: auto;
    }

    .table-responsive{
        width: auto;
        border: 0;
    }

    #left-side-table {
        width: calc(100% - 17px);
    }

    .ramp {
        width: 3em;
        height: 3em;
    }

    .empty-tr {
        height: 3em;
    }
}

/*==============================================
    MEDIA min 1600px
    =============================================*/
@media (min-width: 1600px) {
    .ramp {
        width: 4em;
        height: 4em;
    }

    .empty-tr {
        height: 4em;
    }
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #table-scroll table,
    #table-scroll thead,
    #table-scroll tbody,
    #table-scroll th,
    #table-scroll td,
    #table-scroll tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #table-scroll thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #table-scroll tr { border: 1px solid #ccc; }

    #table-scroll td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        min-height: 37px;
        white-space: normal;
        text-align:left;
    }

    #table-scroll td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #table-scroll td:before { content: attr(data-title); }

    #table-scroll ul, #table-scroll li, #table-scroll li img {
        width: 100%;
    }
}

/*
    Custom layout v3.2
*/
.row.page-content {
    min-height: 1000px;

}
.sidenav {
    background-color: #2d3e6e;
    padding: 0!important;

}
.object-logo { background-color: #2d3e6e; text-align: left; }
.nav-pills { background-color: #cad3e7!important; }
.nav-pills>li { margin: 0; }
.nav-pills>li>a {
    padding: 20px!important;
    font-weight: bold;
    font-size: 1.5rem;
    border-radius: 0;
    color: #2D3E6E!important;
}
.nav-pills>li>a:hover {
    background-color: #fff!important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #fff!important;
}
.module-page { padding: 0 2rem; background-color: #fff; }
.easy-autocomplete {width: 100%!important;}

.footer-right {
    float: right;
    position: relative;
    right: 0;
    display: inline-block;
    height: 100%;
}
.footer-right a {
    display: inline-block;
    margin-left: 40px;
    font-size: 1.3em;
    color: #fff;
}

.collapsing {
    /*width: 100%;*/
    -webkit-transition: none;
    transition: none;
    display: none;
    /*float: right;*/
}
/* Icon Hang */
@-webkit-keyframes icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@keyframes icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@-webkit-keyframes icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@keyframes icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
.icon-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.icon-hang:before {
    content: "\f078";
    position: absolute;
    right: -1.5em;
    padding: 0 1px;
    font-family: "Font Awesome 5 Pro";
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.icon-hang:hover:before, .icon-hang:focus:before, .icon-hang:active:before {
    -webkit-animation-name: icon-hang-sink, icon-hang;
    animation-name: icon-hang-sink, icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
/* Push */
@-webkit-keyframes icon-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes icon-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.icon-push:hover, .icon-push:focus, .icon-push:active {
    -webkit-animation-name: icon-push;
    animation-name: icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.language-link { opacity: 0.5; }
.language-link:hover { opacity: 1; }
.navbar-toggle.glyphicon.glyphicon-list {
    /*position: absolute;*/
    /*top: 50%!important;*/
    background-color: #2d3e6e;
    color: #fff!important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30%;
    border-bottom-right-radius: 30%;
}
.navbar-toggle.glyphicon.glyphicon-list:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
.page-content-top-right {padding: 0 25px 0 0;}
#date-range { font-size: 1.15em; font-weight: bold }
.header-language-dropdown {padding: 0; min-width: 1px!important; width: 48px!important; top: 65%; margin: 0; right: 20px!important;}
.header-profile { margin: 0 15px; display: table-cell; vertical-align: middle; width: 100%; text-align:right; padding-right: 50px; height: 95px; font-size: 1.1em; font-weight: 600}
.header-profile>a {display: inline-block; padding: 10px;}
.header-profile>a:hover {border-radius: 20px 0; color: #fff; background-color: #2d3e6e!important;}
.header-profile>a:focus {border-radius: 20px 0; color: #fff; background-color: #2d3e6e!important;}
.header-logout-button {display: table-cell; vertical-align: middle; height: 95px; width: 100%; text-align: right}
.header-language-button {display: table-cell; vertical-align: middle; height: 95px; width: 100%; text-align: right; padding-right: 20px;}
.header-logout-button>a:hover {background-color: #57658b!important;border-color: #57658b!important;}
.header-logout-link {
    background-color: #2d3e6e;
    color: #fff;
    border-radius: 15px;
    border: .3rem solid rgba(255,255,255,.2);
}
.object-dropdown-toggle {
    color: #202020;
    background: #cad3e7;
    width: auto;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 900;
    padding: 9px 0;
    text-transform:uppercase;
    margin-bottom: 0;
    border: 0;
    margin-left: 30px;
    height: 95px;
}
.object-logo-wrapper { display: inline-block; margin: 10px; border-radius: 10px!important; border: .5rem solid rgba(255,255,255,.2); height: 75px }
.header-selection-right{ margin: 0!important;padding: 0;height: 95px;margin: 10px;background-color: #cad3e7 }

@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }
    .row.page-content {display: block!important;}
    .object-selection-wrapper { display: block!important; height: 75px!important;}
    .date-range-wrapper {display: block!important; height: 75px!important;}
    .page-content-top-right {display: block!important; height: 75px!important;}
    .header-selection-right {height: auto!important;}
}