:root {
    --white: #FFFFFF;
    --white_grey: #CCCCCC;
    --orange_buttons: #D35826;
    --orange_letters: #f77f00;
    --light_orange: #f4b36f;
    --black: #000000;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 10vh white inset !important;
}

details {
    margin-bottom: 1vmax;
}

.text-bewin {
    color: #d35826;
}

.content {
    margin-bottom: 5vmax;
}

.loginscreen.middle-box {
    box-shadow: 0 0 30px 5px #d3582630;
}

#side-menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.navbar-static-side {
    position: relative;
}


.navigation-logo-img {
    width: 85%;
    height: 100%;
}

.menu-button {
    display: none;
}

#page-wrapper {
    padding: 0 0 0 15px;
    margin: 0;
    background-color: transparent !important;
}

.login {
    transform: none;
}


.flex {
    display: flex !important;
}

.flex > div {
    margin: auto;
}

.flex > select {
    margin-right: 1em;
}

.wrapper-content {
    padding: 10px 0 0 0;
    margin-bottom: 2vmax;
}

.wrapper .col-lg-12 {
    padding-right: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 10px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.stationTimeData {
    padding: 10px 0 10px 5px;
    padding-left: 10px;
    text-align: center;
    margin-top: 2vh;
}

.maitreBewinEsperaTable {
    margin-top: 0;
    padding: 5px 15px 0 20px;
}

.maitreBewinTabContent {
    float: left;
    height: 100%;
    min-height: 60vh;
    width: 100%;
    border-top-left-radius: 0;
}

.maitreBewinEsperaThead,
.maitreBewinEsperaTheadLink,
.maitreBewinEsperaTheadLink:active,
.maitreBewinEsperaTheadLink:focus,
.maitreBewinEsperaTheadLink:hover,
.maitreBewinEsperaTheadLink:visited {
    color: white !important;
    font-weight: normal;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: rgba(211, 88, 38, .3);
    color: white;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: rgba(211, 88, 38, .4);
    color: white;
}

.clients-list table th, .clients-list table td {
    text-align: center;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: baseline;
    font-weight: normal;
}

.table tr.scheduled {
    background-color: #2a6496 !important;
    color: white;
}

.table > thead > tr > td a, .table > tbody > tr > td > a {
    word-break: break-word;
}

.form-horizontal {
    padding: 10px 10px;
    margin-top: 10px;
}

.field-group {
    margin-bottom: 5rem;
}

.button-group {
    float: right;
}

.button-group-absolute {
    position: absolute;
    right: 2vh;
    bottom: 0;
}

.btn-info {
    background-color: #d35826;
    border-color: #d35826;
    color: #FFFFFF;
}

.btnModal, .maitreBewinLaddaBtn {
    height: 4rem;
}

.btnrojo {
    background-color: #358a00;
    cursor: inherit;
}

.btnrojo:hover {
    background-color: #235802;
}

.btngris {
    background-color: #337ab7;
}

.text-left {
    text-align: left;
}

.padding-left {
    padding-left: 1vh;
}

.green-bg {
    background-color: #358a00 !important;
}

.orange-bg {
    background-color: #d35826 !important;
}

.blue-bg {
    background-color: #0b58a2;
}

.clear-both {
    clear: both;
}

.absolute {
    position: absolute;
}

.top {
    top: 0;
}

.top5 {
    top: 5px;
}

.bottom {
    bottom: 0;
}

.left5 {
    left: 5px;
}

.right5 {
    right: 5px;
}

.clienteForm {
    padding-right: 0;
}

.maitreBewinTableServices, .maitreBewinTableServices div[class^="col"] {
    padding-right: 0;
}

.bewinBtnCerrar {
    width: 65%;
    margin: auto;
    padding: 1.5rem;
    margin-bottom: 1vmax !important;
    background-color: #002b45;
}

.bewinBtnTicketActions {
    width: 65%;
    margin: auto;
    margin-bottom: 1vmax !important;
}

.modal-dialog .bewinBtnSiguiente, .modal-dialog .btnModal {
    margin: auto;
    padding: 1.5rem;
    margin-bottom: 1vmax;
    height: auto;
    font-size: inherit;
}

.ticketBox p {
    text-align: center;
    width: 100%;
    float: left;
}

.btn:focus {
    color: white;
}

.ui-select-container .btn-default:hover,
.ui-select-container .btn-default:focus,
.ui-select-container .btn-default:active,
.ui-select-container .btn-default.active,
.ui-select-container .open .dropdown-toggle.btn-default,
.ui-select-container .btn-default:active:focus,
.ui-select-container .btn-default:active:hover,
.ui-select-container .btn-default.active:hover,
.ui-select-container .btn-default.active:focus {
    background-color: transparent !important;
    color: black !important;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    font-size: 1.6em;
    line-height: 0.75;
    position: absolute;
    right: 5px;
    float: none;
    top: 4px;
    opacity: .6;
}

.ui-select-match-item {
    background: #f1f1f1;
    border: 1px solid #ededed;
    border-radius: 2px;
    box-shadow: none;
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 6px 20px 3px 5px;
    position: relative;
}

.ui-select-match {
    color: #0a0a0a !important;
}

.ui-select-container .btn-default {
    background-color: white !important;
    color: #0a0a0a !important;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    background-color: #f7a54a;
    border-color: #f7a54a;
    color: #FFFFFF;
}

.login-logo {

}

.login-footer {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 1.6rem;
    color: white;
    text-shadow: -1px 1px 5px #d63e00;
    font-weight: bold;
    font-family: FuturaLT, Arial !important;
}

.supervisionDashboardTableTr.success {
    cursor: inherit;
}

.supervisionDashboardTableTr:hover {
    background-color: #c5c5c6;
    color: white;
}

.supervisionDashboardTableTr.success:hover {
    background-color: inherit;
    color: inherit;
}

.supervisionDashboardTabs > li > a {
    border: 1px solid #f3f3f4;
    font-size: 12pt;
}

.pick-list .btn {
    margin-bottom: 2vh;
}

.activationLabel {
    color: #358a00;
}


.ibox-title, .ibox-content {
    border: 0 none;
}

table th > a[class=""] {
    color: #337ab7;
}

.pagination {
    display: table;
    margin: auto;
}

.pagination > li.disabled > a {
    background-color: #f4f4f4;
}

.widget h2, .widget h3 {
    /* margin-top: 5px; */
    margin-bottom: 5px;
}

.indicatorText {
    font-size: 2rem;
}

.toggle-menu {
    display: block;
    padding-bottom: 1vh;
}

.pulse {
    animation: pulse 2s infinite;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pulse > a {
    color: white !important;
}

.pulse > a:hover, .pulse > a.active {
    color: #676a6c !important;
}

.pulse.active > a:hover {
    color: white !important;
}

.pulse:hover {
    animation: none;
}

.ticket-list .tab-content {
    border: 1px solid #dddddd;
    /* display: block; */
    width: 100%;
    /* height: 100%; */
    float: left;
    border-top: 0 none;
}

.ticket-list .tab-content > .active {
    padding: 10px;
}

.ticket-list .nav > li.active {
    /*box-shadow: -3px 5px 5px 0 inset #dddddd;*/
}

.legend {
    display: flex;
    flex-flow: row;
    margin-bottom: 1vh;
    margin-right: 1vh;
}

.legend span {
    width: 32px;
    height: 24px;
}

.legend p {
    line-height: 24px;
    padding-left: 5px;
}

.esperaBox {
    padding-left: 0;
}

.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border: 2px solid #E3E3E3;
    border-radius: 36px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
    content: "";
    display: block;
    width: 30px;
    margin: 0;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    border: 2px solid #E3E3E3;
    border-radius: 36px;
    transition: all 0.3s ease-in 0s;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}

.ui-datepicker-trigger {
    border: 0 none;
    background: transparent;
}

.ui-datepicker-trigger > img {
    width: 2em;
}

@media (min-width: 768px) {
    .navbar-static-side {
        float: left;
        width: 100%;
    }

    #page-wrapper {
        width: 82.5%;
        float: left;
    }

    .maitreBewinFormBtns .btnModal,
    .maitreBewinFormBtns .maitreBewinLaddaBtn {
        padding-left: 10px;
    }

}

@media (min-width: 801px) {
    .bewinBtnCerrar, .bewinBtnTicketActions {
        width: 85%;
    }
}

@media (max-width: 992px) {

    h1 {
        margin: 0;
    }

    input {
        height: 3vh !important;
    }

    .btn {
        padding: 14px 18px;
        white-space: normal;
        width: 100%;
        margin-bottom: 1vh;
    }

    .navigation-bar {
        max-width: 100%;
        margin-bottom: 1vmax;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .nav > li {
        display: grid;
    }


    .nav-header {
        height: 10vh;
        line-height: 2vh;
        margin-bottom: 0;
    }

    div.navigation-logo {
        float: left;
        width: 50%;
    }

    div.navigation-text {
        float: left;
        width: 40%;
        text-align: right;
    }

    .menu-button {
        display: block;
        float: right;
        width: 10%;
    }

    .minimalize-styl-2 {
        padding: 4px 12px;
        margin: 15px 0 0 25px;
        font-size: 2em;
        float: left;
    }

    .toggle-menu {
        display: none;
        box-shadow: 0 10px 15px -5px #797979;
    }

    .toggle-menu li a, .toggle-menu li.active a {
        font-size: 1.3vh;
        min-height: 3vh;
    }

    .navigation-logo-img {
        width: 50%;
        height: auto;
    }

    #page-wrapper {
        width: 95.5%;
        float: left;
        margin-top: 10.5vh;
    }

    .ticketBox {
        margin-bottom: 5px;
        padding-left: 20px !important;
    }

    .bewinStationServeSinTicketDropdown {
        width: 100%;
        left: 0;
        max-height: 150px;
        overflow: auto;
        width: 100%;
        top: 55px;
        position: absolute;
    }

    .input-group {
        margin-bottom: 0;
    }

    .widget {
        padding: 0;
    }

    .widget.style1 {
        min-height: 7.5vh;
    }

    .widget .form-horizontal {
        padding: 0;
        margin-top: 0;
    }

    .flex-center {
        flex-flow: column;
        display: flex;
        align-items: center;
    }

    .indicatorText {
        font-size: 1.5rem;
    }

    .nav.supervisionDashboardTabs > li > a {
        padding: 10px 5px 5px 5px;
    }
}

/* ****************MERGE********************** */
.btn-warning,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active:focus,
.btn-warning:active:hover {
    background-color: var(--orange_buttons) !important;
    border-color: var(--orange_buttons) !important;
}

.open > .dropdown-toggle.btn-warning:hover,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning.focus {
    background-color: var(--orange_letters);
    border-color: var(--orange_letters);
    color: var(--white);
}