﻿/* Disable content hiding for paces loading */
.content > div {
    opacity: 1;
}

/* Theme fix */
a.invert {
    color: #FFFFFF;
    text-decoration: none;
}

    a.invert:hover,
    a.invert:focus {
        color: #FFFFFF;
        text-decoration: underline;
    }

/* Bootsrap fix */

/* Define a row with columns of same size */
.row.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

    .row.row-eq-height > [class*='col-'] {
        flex-direction: column;
    }

    .row.row-eq-height:after,
    .row.row-eq-height:before {
        display: flex;
    }

    .row.row-eq-height > [class*='col-'] > .box {
        display: flex;
        flex: 1;
    }

    .row.row-eq-height .panel {
        height: calc(100% - 20px);
    }

.nav-info {
    position: fixed !important;
    bottom: 10px;
}

.input-group-btn button {
    padding: 7px;
}

.input-group-addon {
    color: #949ba2;
    background-color: #52555f;
    border: inherit
}

.has-success .form-control {
    border-color: #159269 !important;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.has-success .input-group-addon {
    border-color: #159269 !important;
}

.has-warning .form-control {
    border-color: #f59b0d !important;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.has-warning .input-group-addon {
    border-color: #f59b0d !important;
}

.has-error .form-control {
    border-color: #cb3029 !important;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.has-error .input-group-addon {
    border-color: #cb3029 !important;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background-color: inherit;
    color: #f7af3e;
}

.bootstrap-datetimepicker-maintenance .bootstrap-datetimepicker-widget thead tr:first-child th {
    color: #bbbbbb !important;
}

div.dataTables_wrapper div.dataTables_length select {
    margin-left: 5px;
    margin-right: 5px;
}

div.dataTables_wrapper div.dataTables_info {
    white-space: wrap !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align: center !important;
}

/* Status color */

.badge-connected {
    background-color: #1bbf89;
    color: #ffffff;
}

.badge-disconnected {
    background-color: #616779;
    color: #ffffff;
}

.badge-alarm {
    background-color: #db524b;
    color: #ffffff;
}

.label-connected {
    background-color: #1bbf89;
}

.label-danger {
    min-width: 30px !important;
    display: inline-block !important
}

.label-alias {
    font-size: 12px !important;
}

.disconnected, .panel-disconnected, .label-disconnected {
    background-color: #616779;
}

.radio-disconnected input[type="radio"]:checked + label::before {
    border-color: #616779;
}

.radio-disconnected input[type="radio"]:checked + label::after {
    background-color: #616779;
}

.text-disconnected {
    color: #616779;
}

.radio-deactivated input[type="radio"]:checked + label::before {
    border-color: #000;
}

.radio-deactivated input[type="radio"]:checked + label::after {
    background-color: #000;
}

.text-deactivated {
    color: #000;
}

.alarm, .panel-alarm, .label-alarm {
    background-color: #db524b;
}

.text-alarm {
    color: #db524b;
}

.text-info {
    color: #FFFFFF;
}

/* Login */
.login-content .container-center {
    max-width: 600px;
}

.login-content .view-header {
    margin: 20px 0;
    min-height: 40px;
    padding: 0 15px;
}

.login-content .img-responsive {
    max-width: 80%;
}

img.logo {
    margin: 25px auto !important;
}

.login-content .btn-login {
    margin-top: 15px;
    width: 190px;
}

.activity .loader-spin {
    display: inline-block;
    margin-left: 12px;
    margin-right: auto;
    margin-top: 12px;
}

.activity .activity-label {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: auto;
}

.login-content .panel-body {
    padding: 35px 35px 35px 15px !important;
}

/* NavBar */
.navigation {
    position: fixed;
}

.navbar {
    max-height: 60px;
}

    .navbar .pe {
        font-size: 24px;
        margin-top: -5px;
        vertical-align: middle;
    }

.navbar-nav > li:first-child > a {
    padding-left: 15px;
}

.navbar-nav > li.profil-link > a {
    padding: 20px 15px;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:focus {
    padding: 12px 25px;
    letter-spacing: normal;
    font-size: 22px;
}

.navbar-brand span {
    float: none;
    font-size: 12px;
    margin-left: 0px;
    color: #FFF;
}

.dropdown-user {
    min-width: 163px;
}

/* Notification menu */
.dropdown-menu {
    border-top: 0px;
    border-right: 0px;
    max-height: 600px;
    background-color: #fff;
}

.dropdown-messages {
    width: 328px;
}

.notification-header {
    position: fixed;
    padding: 0px 15px;
    background-color: #f6a821;
    margin-top: -5px;
    width: 327px;
    z-index: 1;
}

.notification-message {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

    .notification-message:hover {
        background-color: #f7f7f7;
    }

    .notification-message p {
        line-height: 16px;
        margin-top: 6px;
    }

    .notification-message h5 {
        color: #3d404c;
        margin-bottom: 0px;
    }

    .notification-message small {
        font-size: 11px !important;
        color: #3d404c;
    }

.notification-counter {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #db524b;
    padding: 1px 0px;
    position: absolute;
    color: #FFF;
    left: 28px;
    top: 6px;
    font-size: 11px;
    text-align: center;
}

.data-letters, [data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #db524b;
    vertical-align: middle;
    margin-right: 6px;
    color: white;
}

/* Language menu */
.language-flag-menu {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
}

/* breadcrumb */
.view-header {
    margin: 0px;
    min-height: 40px;
    padding: 0px;
}

.breadcrumb-title {
    padding-top: 10px;
}

/* DataTables */
table tr td.wrap, table tr th.wrap {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

div.dataTables_wrapper div.dataTables_processing {
    padding: 30px 15px;
    background-color: #f6a821 !important;
    border: none;
    -webkit-box-shadow: 5px 5px 20px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 20px -3px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 20px -3px rgba(0,0,0,0.75);
    top: 200px;
    z-index: 9999;
}

    div.dataTables_wrapper div.dataTables_processing .loader-spin {
        float: left;
        border-left: 0.8em solid #1d1d1d;
        border-top: 0.8em solid rgba(0, 0, 0, 0.2);
        border-right: 0.8em solid rgba(0, 0, 0, 0.2);
        border-bottom: 0.8em solid rgba(0, 0, 0, 0.2);
    }

    div.dataTables_wrapper div.dataTables_processing:after {
        content: "Loading... ";
        color: #444444;
        margin-top: 6px;
        display: block;
    }

.datatables-buttons {
    text-align: right;
    margin-top: 4px;
}

.datatables-footer {
    padding-top: 10px;
    /*position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0px -25px;
    padding: 0px 15px;*/
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    border: none;
}

table.dataTable > tbody > tr.child ul li {
    border-bottom: 1px solid #777;
}

tr.selected td:nth-child(1) {
    border-left: 4px solid #f6a821 !important;
}

tr.selected td:nth-last-child(1) {
    border-right: 4px solid #f6a821 !important;
}

.custom-toolbar.inline {
    margin-top: -45px;
}

    .custom-toolbar.inline * {
        margin-top: inherit;
    }


/* Panels */
.panel-expanded {
    width: 100% !important;
}

.panel-dashboard {
    border: 2px solid #353740;
}

    .panel-dashboard .panel-heading {
        padding-bottom: 5px !important;
    }

    .panel-dashboard .panel-body {
        padding-top: 0px !important;
    }

.panel-heading .btn:nth-child(1) {
    margin-left: 10px;
}

.map-box {
    width: 100%;
    height: 350px;
}

.pac-container {
    z-index: 999999;
}

.panel-expanded .map-box {
    height: 100%;
}

.panel-invert {
    color: #4a4a4a;
}

    .panel-invert > .panel-heading {
        color: #4a4a4a;
    }

    .panel-invert h1, .panel-invert h2, .panel-invert h3, .panel-invert h4, .panel-invert h5, .panel-invert h6 {
        color: #3a3a3a;
    }

    .panel-invert .table > thead > tr > th, .panel-invert .table > tbody > tr > th, .panel-invert .table > tfoot > tr > th, .panel-invert .table > thead > tr > td, .panel-invert .table > tbody > tr > td, .panel-invert .table > tfoot > tr > td {
        border-top: 1px solid #c4c4c4;
    }

.panel-danger {
    background-color: #db524b !important;
    border-color: #db524b !important;
}

.combobox-modal .modal-dialog {
    margin: 0px;
}

.combobox-modal .modal-header {
    padding: 8px;
}

.combobox-modal .modal-body {
    padding: 10px;
}


/* ########### PAGES ##########*/

/* Customer Detail */
.machine-number {
    display: inline-block;
    height: 35px;
    position: absolute;
    left: 10px;
    top: 1px;
    width: 35px;
    padding: 6px 0px;
    text-align: center;
    font-size: 18px;
    border-radius: 3px 0 0 0;
}

.machine-kasko {
    margin-left: 100px;
    display: block;
    margin-top: -8px;
}

.machine-code {
    margin-left: 30px;
    display: block;
    margin-top: -8px;
}

.machine-swversion {
    font-size: 10px;
    position: relative;
    left: 30px;
    top: -21px;
    display: block;
}

.panel-machine {
    border: 1px solid #000;
    min-height: 310px;
}

    /*.fixed-height {
    min-height: 236px;
}*/

    .panel-machine.alarm {
        border-color: #db524b;
    }

        .panel-machine.alarm .machine-number {
            background-color: #db524b;
        }

        .panel-machine.alarm .machine-status span {
            color: #db524b;
        }

    .panel-machine.connected {
        border-color: #1bbf89;
    }

        .panel-machine.connected .machine-number {
            background-color: #1bbf89;
        }

    .panel-machine.disconnected {
        border-color: #616779;
    }

        .panel-machine.disconnected .machine-number {
            background-color: #616779;
        }

    .panel-machine .panel-heading {
        background-color: #282b31;
        height: 35px;
    }

/* Machine Detail */
.chart-label {
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 32px);
    font-size: 25px;
    color: #FFF;
}

.panel-maintenance-status-scheduled {
    background-color: #258cfb !important;
}

    .panel-maintenance-status-scheduled td {
        border-color: #045ebe !important;
    }

    .panel-maintenance-status-scheduled * {
        color: #013e7e !important;
    }

.panel-maintenance-status-expiring {
    background-color: #ff8f2f !important;
}

    .panel-maintenance-status-expiring td {
        border-color: #c5730f !important;
    }

    .panel-maintenance-status-expiring * {
        color: #492809 !important;
    }

.panel-maintenance-status-expired {
    background-color: #db524a !important;
}

    .panel-maintenance-status-expired td {
        border-color: #c34038 !important;
    }

    .panel-maintenance-status-expired * {
        color: #FFF !important;
    }


/* Machine Parameters */
tr.unknown-parameter {
    background-color: #212227;
}

table.machine-parameters input.edited {
    background-color: #f6a821;
    color: #FFF;
}

table.machine-parameters input.error {
    background-color: #c34038;
    color: #FFF;
}

.information {
    cursor: pointer;
}

.navbar-language {
    padding: 10px 20px;
    float: left;
}

.tooltip {
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .tooltip.top .tooltip-arrow {
        border-top-color: #f3f3f3;
    }

    .tooltip.left .tooltip-arrow {
        border-left-color: #f3f3f3;
    }

    .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #f3f3f3;
    }

    .tooltip.right .tooltip-arrow {
        border-right-color: #f3f3f3;
    }

.tooltip-inner {
    color: black;
    background: #f3f3f3;
    padding: 15px;
    max-width: 350px;
}

.tooltip-arrow {
    max-width: 350px;
}

.profil-link .profile-address {
    text-transform: none;
}

@media only screen and (max-width: 421px) {
    .navbar-language {
        padding: 0px 0px;
        width: 90px;
    }

    .navbar-brand {
        width: 170px !important;
    }

    #mobile-menu {
        padding-right: 0px !important;
    }

    .left-nav-toggle {
        padding-right: 7px !important;
    }
}

.force-vertical-middle {
    vertical-align: middle !important;
}

    .force-vertical-middle > tbody > tr > td {
        vertical-align: middle !important;
    }

.table-popup {
    margin-bottom: 0px;
}

.card {
    position: relative;
    float: left;
    padding-bottom: 25%;
    width: 25%;
    text-align: center;
}

.card__front,
.card__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card__front,
.card__back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.card__front {
    background-color: #ff5078;
}

.card__back {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card.effect__click.flipped .card__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

@media (max-width: 767px) {
    .content {
        margin-left: 0;
        padding: 15px 0px;
    }

    .container-center {
        padding: 0px 20px;
    }

    .login-content .panel-body {
        padding: 15px !important;
    }

    .login-content .img-responsive {
        max-width: 70%;
    }

    .login-content .btn-login {
        margin-top: 15px;
        width: 100%;
    }
}

.view-header .header-title {
    float: left;
    margin-left: 8px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#traysList li {
    display: inline-block;
    margin: 7px;
    border: solid 1px #f7af3e;
    padding: 0;
    width: 47px;
    height: 47px;
    background-color: rgba(68,70,79,0.5);
    text-align: center;
    color: #f7af3e;
    padding-top: 12px;
    font-weight: bold;
}

.cells {
    border: solid 1px black;
    padding: 0px 10px;
    margin: 0px;
    font-size: 10px;
    border-radius: 5px;
}

.EMPTYSPACE {
    background-color: #444444;
    color: #e4e4e4;
}

.OCCUPIED {
    background-color: white;
    color: #2f323b;
}

.AVAILABLE {
    background-color: gray;
    color: #2f323b;
}

.INSERTED {
    background-color: greenyellow;
    color: #2f323b;
}

.MANUAL {
    background-color: #ffff98;
    color: #2f323b;
}

.INHIBITED {
    background-color: red;
    color: white;
}

.tailsadditionatray .tail {
    display: inline-block;
    margin: 10px;
    padding-top: 6px;
    width: 90px;
    height: 100px;
    background-color: #2f323b;
    text-align: center;
    color: #f7af3e;
    padding-top: 10px;
    border-radius: 5px;
    border: solid #f7af3e 1px;
    cursor: pointer;
    font-weight: bold;
}

.tail:hover {
    background-color: #2f323b88;
    color: #f7af3ecf;
    border-color: #f7af3ecf;
}

.tailsadditionatray .tailoutfweight {
    display: inline-block;
    margin: 10px;
    padding-top: 6px;
    width: 90px;
    height: 100px;
    background-color: #2f323b;
    text-align: center;
    color: red;
    padding-top: 10px;
    border-radius: 5px;
    border: solid red 1px;
    cursor: pointer;
    font-weight: bold;
}

.tailoutfweight:hover {
    background-color: #2f323b88;
    /* color: #f7af3ecf;
    border-color: #f7af3ecf;*/
}

#modulaMachine .modal-content .modal-body {
    padding: 5px;
}

#modulaMachine .modal-content .modal-title {
    margin-left: 16px;
}

#modulaMachine .panel-body {
    padding: 5px 15px;
}


.row.table-row {
    display: table;
    width: 100%;
    height: 100%
}

    .row.table-row > [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }

    .row.table-row.panel {
        color: red;
    }

.table-row .cellTop {
    position: absolute;
    top: 0px;
    margin-top: 2px;
}

.table-row .cellBottom {
    position: absolute;
    bottom: 0px;
    margin-bottom: 2px;
}

.cellHeight {
    font-size: 11px;
}


    .cellHeight::after {
        content: '\2B61';
        top: 0px;
        right: 0px;
        font-size: 20px;
        color: #c7c7c7;
        position: absolute;
    }

    .cellHeight::before {
        content: '\2B63';
        bottom: 0px;
        right: 0px;
        font-size: 20px;
        color: #c7c7c7;
        position: absolute;
    }

.fill-vertical {
    display: flex;
    flex-direction: column;
    height: 100%;
}


@media (min-width: 521px) {
    div.row.row-fill {
        display: flex;
    }
}


.thresholdcustom td {
    border-top: 2px solid #f6a821 !important;
    border-bottom: 2px solid #f6a821 !important;
}

    .thresholdcustom td:first-of-type {
        border-left: 2px solid #f6a821 !important;
    }

    .thresholdcustom td:last-of-type {
        border-right: 2px solid #f6a821 !important;
    }


.ms-pin {
    width: 38px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 38px 49px;
}

.pin-green {
    color: green;
}

.bootbox-body {
    display: flex;
}

.form-group select {
    display: block;
}

.hiddenText {
    visibility: hidden;
}

.spinner input {
    text-align: right;
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

/* jquery 3 datetimepicker hack fix */
div.datepicker > div {
    display: block;
}

.dropdownmenu {
    background-color: #2f323b;
    border: 1px solid #949ba2;
    min-width: 95%;
}

    .dropdownmenu > li > a {
        color: #949ba2;
    }

        .dropdownmenu > li > a:hover {
            color: #ffffff;
            background-color: #2f323b;
        }


/* bootstrap modal vertical-height constraints */
.modal-content .modal-body {
    max-height: 80vh;
    overflow: auto;
}

    .modal-content .modal-body::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .modal-content .modal-body::-webkit-scrollbar-button {
    }

    .modal-content .modal-body::-webkit-scrollbar-track {
        background: transparent; /* #2f323b;*/
    }

    .modal-content .modal-body::-webkit-scrollbar-track-piece {
    }

    .modal-content .modal-body::-webkit-scrollbar-thumb {
        background-image: linear-gradient(to right, rgba(246, 168, 33,0) 40%, rgba(246, 168, 33, 0.5) 40%, rgba(246, 168, 33, 0.5) 60%, rgba(246, 168, 33, 0) 60%);
        /* background-color: #f6a821;*/
        transition: background-image ease-in-out .25s;
    }

.modal-content:hover .modal-body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to right, rgba(246, 168, 33,0) 30%, rgba(246, 168, 33, 1) 30%, rgba(246, 168, 33, 1) 70%, rgba(246, 168, 33, 0) 70%);
    /*background-color: #f6a821;*/
}

.modal-content .modal-body {
    /* gecko */
    scrollbar-color: #f6a821 transparent;
    scrollbar-width: thin;
}

/* AMap */
.amap-sug-result {
    z-index: 10000;
}


div.dataTables_wrapper_2 div.dataTables_processing_2 {
    padding: 30px 15px;
    background-color: #f6a821 !important;
    border: none;
    -webkit-box-shadow: 5px 5px 20px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 20px -3px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 20px -3px rgba(0,0,0,0.75);
    z-index: 9999;
}

    div.dataTables_wrapper_2 div.dataTables_processing_2 .loader-spin {
        float: left;
        border-left: 0.8em solid #1d1d1d;
        border-top: 0.8em solid rgba(0, 0, 0, 0.2);
        border-right: 0.8em solid rgba(0, 0, 0, 0.2);
        border-bottom: 0.8em solid rgba(0, 0, 0, 0.2);
    }

    div.dataTables_wrapper_2 div.dataTables_processing_2:after {
        content: "Loading... ";
        color: #444444;
        margin-top: 6px;
        display: block;
    }

.html2canvas-container {
    width: 3000px !important;
    height: 3000px !important;
}

/**********REPORTS  ***********/

.reports-label-header {
    color: #FFFFFF;
    font-size: 16px;
    padding-bottom: 10px;
}

.reports-label {
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 10px;
}

.reports-checkbox {
    margin-bottom: 2px;
    margin-top: 2px;
}

.reports-empty {
    min-width: 30px;
    float: left;
    height: 20px;
}

.reports-datetimepicker {
    min-width: 150px;
    max-width: 200px;
    float: left;
    margin-right: 30px;
}

.reports-radio-daily {
    display: inline-block;
    margin-right: 2rem;
    margin-left: 26px;
}

.reports-radio-hourly {
    display: inline-block;
}

.reports-message {
    float: left;
    color: red;
}

.reports-div-buttons {
    float: right;
}

.reports-div-date {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

button[id="btnExportCSV"] {
    margin-right: 5px;
}
/********** END REPORTS  ***********/

.is-invalid {
    border: 1px solid #dc3545;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 80%;
    display: block;
}


/************  combo report */


#select2-cmb_FactoryId-container {
    width: auto !important;
    min-width: 220px !important;
    max-width: 620px !important;
}


.narrow-select {
    max-width: 600px !important;
}

.narrow-select .select2-container {
    width: 100% !important;
}



.nav-info-version {
    position: fixed !important;
    bottom: 1px;
    font-size: 13px;
    margin-left: 14px;
    color: red;
}