﻿html {
    font-size: 1.8vh;
}
/*SCROLLLLL*/
/* Scrollbar styles */
::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2b4450;
    border: 1px solid #aaa;
}

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(52, 58, 64, 0.5);
    }

    ::-webkit-scrollbar-thumb:active {
        background: linear-gradient(left, #22ADD4, #1E98BA);
    }


/*ICONS*/
._iconPower, ._iconPower:hover {
    width: 35px;
    height: 35px;
    background-image: url("../App_Images/Icons/_power.png");
    background-repeat: no-repeat;
    background-position: center;
}

._iconBack, ._iconBack:hover {
    width: 35px;
    height: 35px;
    background-image: url("../App_Images/Icons/_back.png");
    background-repeat: no-repeat;
    background-position: center;
}

._iconStart, ._iconStart:hover {
    width: 35px;
    height: 35px;
    background-image: url("../App_Images/Icons/_power.png");
    background-repeat: no-repeat;
    background-position: center;
}

._iconPause, ._iconPause:hover {
    width: 35px;
    height: 35px;
    background-image: url("../App_Images/Icons/_power.png");
    background-repeat: no-repeat;
    background-position: center;
}

._iconEnd, ._iconEnd:hover {
    width: 35px;
    height: 35px;
    background-image: url("../App_Images/Icons/_power.png");
    background-repeat: no-repeat;
    background-position: center;
}
._iconDown, ._iconDown:hover {
    width: 35px;
    height: 35px;
    background-image: url("../App_Images/Icons/_up.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0.3rem;
    right: 1rem;
    background-color: #4f5b69;
    border: none;
    border-radius: 4px;
}

._iconDown:hover {
    background-color: #181c20;
}
._iconSave, ._iconSave:hover {
    width: 35px;
    height: 35px;
    background-image: url("../App_Images/Icons/_save.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0.3rem;
    right: 1rem;
    background-color: #4f5b69;
    border: none;
    border-radius: 4px;
}

._iconSave:hover {
    background-color: #181c20;
}
/*LOGIN*/
.login {
    background-color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.image_login { margin-top: 6rem; }

.form_login {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    width: 30%;
    align-items: center;
}

.form_login div {
    display: flex;
    flex-direction: column;
}

input {
    padding: 0.3rem;
}

/*Container*/
.container {
    width: 100%!important;
    margin: 0;
    padding: 0;
}

/*form_header*/
.form_header {
    display: flex;
}
/*FUNCTIONS*/
.header_tasks {
    border: 1px solid black;
    text-align: center;
    background-color: #ddd;
    padding: 1rem;
}

.moldeProg {
    padding: 1rem;
    background-color: #ccc;
    width: 100%;
    border: 1px solid black;
    border-right: 0;
    border-left: 0;
}

.moldeProgButton {
    position: absolute;
    right: 1rem;
    background-color: transparent!important;
    border: 1px solid black !important;
    top: 0.5rem;
}

.tableMolde {
    width: 100%;
    display: none;
}

.tableMolde thead {
    background: #4f5b69;
    padding: 1.5rem;
    box-shadow: inset -2px 4px 20px black;
    position: relative;
    color: white;
    font-size: 14px;
}

.tableMolde thead tr th{
    padding: 1rem;
}

.tableMolde tbody tr {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.tableMolde tbody tr td {
    padding: 1rem;
}

.tasks_div {
    position: relative;
    padding: 1.5rem;
    border: 1px solid black;
    margin: 1rem 0;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    background: #4f5b69;
    color: white;
    box-shadow: inset -2px 4px 20px black;
    text-shadow: 1px 1px black;
    width: 30vw;
}

.tasks_div label {
    margin: 0;
}

.tasks_div .tasks_div_right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 50%;
}

.label_time_task {
    margin-bottom: 1rem !important;
}

#div_tasks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.task_button {
    background-color: #4f5b69 !important;
    box-shadow: inset 1px 1px 5px white;
    border: none;
    border-radius: 4px;
    color: white !important;
    font-size: 12px !important;
}

.task_button:hover {
    background-color: #ccc !important;
    color: black !important;
}

.time_div {
    align-self: center;
    position: absolute;
    right: 2rem;
    display: flex;
    align-items: center;
}

.time_div div:first-child {
    margin-right: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    background: #4f5b69;
    color: white;
    box-shadow: inset 0px 2px 8px black;
}

#div_machines {
    margin: 3rem 1rem;
}

#div_machines table {
    width: 100%;
}

#div_machines table thead {
    background: #4f5b69;
    box-shadow: inset -2px 4px 20px black;
    position: relative;
    color: white;
    width: 100%;
    font-size: 14px;
}

#div_machines table thead tr th {
    padding: 1rem;
}

#div_machines table tbody tr {
    background: #ccc;
    box-shadow: inset -2px 4px 20px black;
    position: relative;
    width: 100%;
    font-size: 12px;
}

#div_machines table tbody tr td {
    vertical-align: middle;
}

#div_machines table tbody tr td input {
    max-width: 80px;
    border: none;
    background: transparent;
}

#div_machines table tbody tr td button {
    background: transparent;
    border: none;
}

.modal_part_title {
    font-weight: bold;
}

.modal_part_body {
    font-size: 12px;
    margin: 1rem;
    height: 105px;
    overflow: auto;
}

.modal_part_body div {
    display: flex;
    align-items: center;
}

.modal_part_body div input {
    margin: 0;
    margin-right: 1rem;
}

.modal_part_body div label {
    margin: 0;
    font-weight: 100;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*IMAGE*/
.thumbnail {
    height: 80px;
    width: 100px;
    margin: 10px;
    float: left;
}

.part_image {
    flex-direction: column;
}

.outputImage {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.outputImage .close {
    right: 2rem;
    left: auto;
    top: 0rem;
}

.outputFile {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
}
}

.div_preview_file {
    margin: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.div_preview_file img {
    width: 30px;
    margin-right: 1rem;
}

.div_preview_file label {
    font-size: 1.2vw;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.div_preview_file {
    position: relative;
    opacity: 1;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.div_preview_file:hover, .div_preview_image:hover {
    opacity: 0.5;
}

.div_preview_file:hover .close, .div_preview_image:hover .close {
    display: block;
}

.close {
    display: none;
    position: absolute;
    margin-left: 1rem;
    left: -3rem;
    top: 0;
    opacity: 1!important;
}

.close:hover {
    opacity: 1;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 12px;
    width: 2px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}


/*CARDIMAGE*/
.cardimage {
    position: relative;
    width: auto;
    height: auto;
    border: 1px solid rgb(200,200,200);
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 1rem;
    box-shadow: 1px 1px 3px #333;
    background: #f9f9f9;
}

.cardimage_info {
    display: flex;
    flex-direction: column;
}

.thumbnail {
    box-shadow: 1px 1px 3px #333 !important;
    background: #fcfbf4 !important;
}

.cardimage_divimage {
    text-align: center;
    margin-bottom: 1rem;
}

.cardimage_divimage_image {
    width: auto;
    height: 100px;
}

.cardimage_info_user {
    font-size: 0.9vw;
    color: #333;
    font-weight: 100;
}

.cardimage_info_desc {
    width: 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1vw;
    color: #555;
}

.cardimage_buttonconf {
    display: none;
    border: none;
    background: transparent;
    position: absolute;
    z-index: 1000;
    right: 1rem;
    padding: 0;
}

    .cardimage_buttonconf i {
        color: #ccc;
        background: rgba(0,0,0,0.6);
        border-radius: 10rem;
        font-size: 16px;
        padding: 0.5rem;
    }

    .cardimage_buttonconf:hover {
        padding: 0 !important;
    }

.cardimage:hover .cardimage_buttonconf {
    display: block;
}

.cardimage:hover .cardimage_divimage {
    opacity: 0.5;
}

.cardimage_ul {
    display: none;
    flex-direction: column;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    font-size: 9px;
    right: 1rem;
    z-index: 1000;
    top: 4rem;
}

.cardimage_li {
    padding: 0.5rem;
    display: flex;
}

    .cardimage_li:hover {
        background-color: #ddd;
        cursor: pointer;
    }

.cardimage_li_icon {
    margin-right: 1rem !important;
}

/*ListFILES*/
.listfiles {
    margin: 1rem;
}

    .listfiles table {
        table-layout: fixed;
        width: 100%;
    }

        .listfiles table thead {
            position: relative;
            color: black;
            width: 100%;
            font-size: 14px;
            background: rgba(0, 0, 0, 0.2);
            font-size: 1vw;
        }

            .listfiles table thead th {
                padding: 1rem;
                max-width: 3vw;
                overflow: hidden;
                word-break: break-word;
                vertical-align: middle;
            }

        .listfiles table tbody tr {
            position: relative;
            width: 100%;
            font-size: 0.9vw;
        }

            .listfiles table tbody tr td {
                vertical-align: middle;
                word-break: break-all;
            }

.listFiles_buttonconf, .listFiles_buttonconf:hover {
    background-color: transparent;
    border: none;
    border-radius: 4px;
}

    .listFiles_buttonconf i {
        color: #4f5b69;
        text-shadow: 1px 1px 4px white;
        font-size: 20px;
    }

    .listFiles_buttonconf:hover i {
        color: black;
        text-shadow: 2px 2px 4px white;
        font-size: 20px;
        opacity: 0.7;
    }

.listfiles_ul {
    display: none;
    flex-direction: column;
    background: white;
    border: 1px solid #ccc;
    font-size: 9px;
    right: 1rem;
    z-index: 1000;
    position: absolute;
    left: 0;
}

.listfiles_li {
    padding: 1rem;
    display: flex;
}

    .listfiles_li:hover {
        background-color: #ddd;
        cursor: pointer;
    }

.listfiles_li_icon {
    margin-right: 1rem !important;
}


.alert {
    display: none;
    box-shadow: 3px 3px 6px;
    width: auto;
    position: absolute;
    top: 4rem;
    z-index: 10000;
}

.lbl_empty {
    width: -webkit-fill-available;
    background-color: #e0e0e0;
    margin: 1rem;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.9vw;
}
.empty_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 8rem;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #ccc;
}
    .empty_info label {
        margin: 0;
        margin-top: 2rem;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
    }

/*Layout geral Tabelas*/
.tables {
    margin: 1rem;
    margin-bottom: 0;
    font-size: 0.9vw;
    max-height: 100%;
    overflow: auto;
}

.tables_withoutHead {
    margin: 2rem;
    margin-bottom: 0;
    font-size: 0.9vw;
}

    .tables table, .tables_withoutHead table {
        table-layout: auto;
        border-collapse: collapse;
        width: 100%;
    }

        .tables table thead, .tables_withoutHead table tbody tr:first-child {
            position: relative;
            width: 100%;
            color: #208ed3;
            font-weight: 700;
            background: #2b4450;
        }

            .tables table thead tr th, .tables_withoutHead table tbody tr:first-child th {
                padding: 0.8vw;
                text-align: center;
                font-size: 0.9vw;
            }

        .tables_withoutHead table tbody tr td {
            padding: 0.6vw;
            text-align: center;
            font-size: 0.8vw;
        }


        .tables table tbody tr td {
            padding: 0.3vw;
            text-align: center;
            font-weight: 600;
            font-size: 0.7vw;
        }

.table_info {
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-size: 10px;
    color: #8d8d8d;
}


table tbody .tdLastClass {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.button_tooltip {
    background: transparent;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 6rem;
    padding: 0;
    margin: 0 0.2rem;
}

.button_modal {
    box-shadow: 1px 1px 4px 1px #ccc;
    padding: 1rem 1.5rem;
    text-align: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background: #f8f8ff;
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

    .button_tooltip label {
        color: white;
        font-weight: bold;
        padding: 0;
        margin: 0;
    }

    .button_tooltip i {
        width: 40px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        margin: 0;
        padding: 0;
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
        z-index: 500;
        background-color: #4b4f51;
        box-shadow: 2px 2px 5px #333;
        font-size: 0.9vw;
        border-radius: 0.2rem;
    }

    .button_tooltip:hover i {
        box-shadow: 4px 4px 6px #333;
    }

    .button_tooltip:disabled {
        cursor: default !important;
        opacity: 0.5 !important;
    }

        .button_tooltip:disabled:hover i {
            cursor: default;
            box-shadow: 2px 2px 5px #333 !important;
        }

/*COLORES*/
.backgroundPrimary span, .backgroundPrimary i {
    background-color: #428bca;
}

.backgroundOk span, .backgroundOk i {
    background-color: #5cb85c;
}

.backgroundNotOk span, .backgroundNotOk i {
    background-color: #d43f3a;
}

.backgroundAction span, .backgroundAction i {
    background-color: #f9f9f9;
    color: #333;
}

/********************GERAL***********/
.box_shadow_boxes {
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23) !important;
}

.box_shadow_tables {
    box-shadow: 3px 3px 5px #888;
}

.even {
    background: #f8f8f8;
}

.odd {
    background: #D0D0D0;
}

/*Zoom Image*/
.divImageZoom {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

    .divImageZoom .divPanel {
        width: 85%;
        height: 85%;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

        .divImageZoom .divPanel .imageZoom {
            width: 90%;
            height: 90%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-position: 50% 50%;
            transition: 500ms ease;
            -webkit-transition: 500ms ease;
            -ms-transition: 500ms ease;
            -moz-transition: 500ms ease;
            -o-transition: 500ms ease;
            background-size: auto 100%;
            background-repeat: no-repeat;
        }

        .divImageZoom .divPanel span {
            width: 33.33333333333333%;
            height: 33.33333333333333%;
            float: left;
            position: relative;
            z-index: 2;
        }

            .divImageZoom .divPanel span:hover ~ .imageZoom {
                background-size: auto 200%;
            }

        .divImageZoom .divPanel .panel1:hover ~ .imageZoom {
            background-position: 0% 0%;
        }

        .divImageZoom .divPanel .panel2:hover ~ .imageZoom {
            background-position: 50% 0%;
        }

        .divImageZoom .divPanel .panel3:hover ~ .imageZoom {
            background-position: 100% 0%;
        }

        .divImageZoom .divPanel .panel4:hover ~ .imageZoom {
            background-position: 0% 50%;
        }

        .divImageZoom .divPanel .panel5:hover ~ .imageZoom {
            background-position: 50% 50%;
        }

        .divImageZoom .divPanel .panel6:hover ~ .imageZoom {
            background-position: 100% 50%;
        }

        .divImageZoom .divPanel .panel7:hover ~ .imageZoom {
            background-position: 0% 100%;
        }

        .divImageZoom .divPanel .panel8:hover ~ .imageZoom {
            background-position: 50% 100%;
        }

        .divImageZoom .divPanel .panel9:hover ~ .imageZoom {
            background-position: 100% 100%;
        }


/* ********************************************************************************* */
/* ********************************************************************************* */

.dynamicBaseBackground {
    background: rgba(20, 30, 48, 0.2); /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, rgba(36, 59, 85, 0.2), rgba(20, 30, 48, 0.2)); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, rgba(36, 59, 85, 0.2), rgba(20, 30, 48, 0.2)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #f4f7fa;
}
.dynamicBaseBackground1 {
    background-image: url(/App_Images/Others/imagemBackground.jfif);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(13px);
    opacity: 0.8;
}
.staticBaseBackground { background-color: rgba(36, 59, 85, 0.8) !important; }
.staticLightBackground { box-shadow: none!important; }

.mainContent {
    position: fixed;
    top: 2vh;
    left: 3vw;
    height: 96%;
    right: 3vw;
    /*width: 96%;*/
    /*background-color: rgba(250, 250, 250, 0.4);*/
    border-radius: 4px;
}

.mainContent .rightPanel {
    padding: 1vh 1vw;
    /*background-color: rgba(36, 59, 85, 0.2);*/
    border-radius: 4px;
}

.mainContent .matIconShadow,
.mainContent .card-body h6 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.mainContent .card-body h5 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.customCard {
    background-color: white;
    padding: 1em;
    border-radius: 4px;
    box-shadow: none!important;
}

.customCard .cCardImage {
    position: absolute;
    top: -10px;
    width: 3em;
    height: 3em;
    border-radius: 4px;
    color: #fafafa !important;
}


.timelineCard {
    background-color: rgba(36, 59, 85, 1);
}
.prodCard {
    background-color: #66bb6a;
}
.prodCardOpacity {
    background-color: rgba(102, 187, 106, 0.6) !important;
}
.prodDarkCard {
    background-color: #00a39c;
}

.prodTitle {
    color: #66bb6a !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%) !important;
}

.stopCard {
    background-color: #ef5350;
}

.stopTitle {
    color: #ef5350 !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%) !important;
}

.setupCard {
    background-color: #42a5f5;
}
.setupTitle {
    color: #42a5f5 !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%) !important;
}

.damageCard {
    background-color: #7e57c2;
}
.damageTitle {
    color: #7e57c2 !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%) !important;
}

.maintCard {
    background-color: #ffa726;
}
.maintTitle {
    color: #ffa726 !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%) !important;
}

.warmCard {
    background-color: #26a69a;
}
.warmTitle {
    color: #26a69a !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%) !important;
}

.traoriCard {
    background-color: #9ccc65;
}
.traoriTitle {
    color: #9ccc65 !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%) !important;
}
.planCard {
    background-color: #808080;
}
.customCard .cCardMainInfo {
    float: right;
    text-align: right;
}

.customCard .cCardMainInfo > .cCardTitle {
    width: 100%;
    font-size: 1vw;
}

.customCard .cCardMainInfo > .cCardValue {
    width: 100%;
}
.customCard .cCardMainInfo > .cCardValue h5 {
    font-size: 1.4vw;
}
.customCard .cCardMainInfo > .cCardValue h3 {
    font-size: 1.2vw;
}

.customCard .cCardSecondInfo {
    display: inline-flex;
    width: 100%;
}

.customCard .cCardSecondInfo > i {
    margin: 0 0.5em;
    color: #6c757d !important;
    font-size: 1.2vw;
    height: auto;
    width: auto;
}
.customCard .cCardSecondInfo > span {
    font-size: 1vw;
}
.material-icons.md-24 {
    font-size: 1.9vw!important;
}
/*CARD*/
.card {
    width: 100%;
    max-height: 100%;
    padding: 0 !important;
}

    .card .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
.table {
    box-shadow: 1px 1px 5px #eee;
}
.table td, .table th {
    vertical-align: middle !important;
    text-align: center;
}

.table td {
    font-size: 11px;
    font-weight: bold;
}
    .table tr {
        color: #888;
    }
.table th {
    font-size: 12px;
}
.table .headerTable {
    color: #333;
    background: #f4f7fa;
    border-bottom: 2px solid #ccc;
}

.pcoded-content {
    padding: 0 30px 30px !important;
}

.pcoded-main-container .pcoded-content .card:not(.dash_statistics) {
    background: transparent !important;
    height: 100%;
    box-shadow: none !important;
}

.card-header {
    margin: 0;
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    background: #fff !important;
}
.card .card-header h5:after {
    content: "";
    background-color: #04a9f5;
    position: absolute;
    left: 0px;
    top: 15px;
    width: 4px;
    height: 20px;
}
._pauseOf {
    background: #f8f8f8;
}

/*Keyboard*/
.keyboard .line {
    width: 80%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
    .keyboard .line .key {
        cursor: pointer;
        width: 30%;
        height: 100%;
        border: none;
        box-shadow: 1px 1px 3px #555;
        border-radius: 5px;
        color: #333;
        font-weight: bold;
        background: rgba(36, 59, 85, 0.1);
    }

    /*Keyboard*/
#virtual_keyboard, #virtual_keyboardPass {
    width: auto;
    position: absolute;
    border-radius: 10px 10px;
    box-shadow: 0 0 15px #808080;
    display: none;
    background: rgba(0,0, 0, 0.8);
    z-index: 1;
    padding: 1rem 2rem;
    top: 65%;
    right: calc(50% - 23rem);
}

.jkeyboard .jline {
    margin-left: 0 !important;
}

    .jkeyboard .jline ul li {
        font-size: 25px !important;
        border: 1px solid #808080 !important;
        width: 60px !important;
        height: 60px !important;
        line-height: 35px !important;
        margin: 6px 4px 2px 4px !important;
    }

    .jkeyboard .jline .layout_switch {
        display: none;
    }

    .jkeyboard .jline .return, .jkeyboard .jline .space {
        width: 120px !important;
    }

.jkey .character_switch {
    width: 50px !important;
}

.jkeyboard .jline .shift {
    display: none;
}

.jkeyboard .jline .character_switch {
    width: 72px !important;
}

.jkeyboard .jline .symbol_switch {
    width: 55px !important;
}
.dash_timeline {
    width: 100%;
    height: 80px;
    margin-bottom: 2%;
    align-items: center;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
}

/*Orders*/
@media screen and (max-width: 720px) {
    .customCard .cCardImage {
        width: 2.2rem;
        height: 2.2rem;
    }
    .bottomBar {
        height: 3em!important;
    }
    .logoCompany {
        max-height: 40% !important;
    }
    .timelineMinimal div {
        height: 2rem!important;
    }
    #virtual_keyboard, #virtual_keyboardPass {
        padding: 0rem 1rem;
        top: 62%;
        right: calc(50% - 15rem);
    }
    .jkeyboard .jline ul li {
        font-size: 10px !important;
        width: 40px !important;
        height: 30px !important;
        line-height: 32px !important;
        margin: 4px 2px 0px 3px !important;
    }
}

.selectedMachine {
    border: 2px solid #333!important;
    opacity: 0.7;
}

.withCursor:hover {
    cursor: pointer;
    background: #eee;
}


.button_checked {
    color: #2c5364;
    border-radius: 3px;
    border: none;
    font-size: 1rem;
    background: none;
}
    .button_checked i {
        color: #2c5364;
    }