﻿:root {
    --rowNum: 4;
    --colNum: 5;
    --gridHeight: calc((100vh - 260px) / var(--rowNum) - 8px * (var(--rowNum) - 1) / var(--rowNum));
}

.rowMR0MS {
    margin: 0;
}

.ajustColPaddingImgMS {
    padding-left: 0px;
    padding-right: 8px;
}

.customCardMenuSetores {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: none !important;
    border: 2px solid transparent !important;
}

    .customCardMenuSetores:hover, .customCardMenuSetores:active {
        border: 2px solid #18B076 !important;
        cursor: pointer;
    }

    .mainDivImagemArtigoMS {
        height: 100%;
        width: 100%;
        border: 1px solid #EEF1F3;
        border-radius: 4px;
        background: #EEF1F3 0% 0% no-repeat padding-box;
    }

.imagemArtigoMS {
    height: 106px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #EEF1F3;
    background: #EEF1F3 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center; 
    object-fit: cover;
}

.divImagemFunc {
    height: 106px;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    border: 1px solid #EEF1F3;
    background: #EEF1F3 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ImagemFunc {
    max-height: 106px;
    height: auto;
    width: auto;
    max-width: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.removePaddingMS {
    padding: 0;
}

.verticalFlex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.acertoMR {
    margin-right: 4px;
    width: calc(100% - 4px);
    border: 1px solid transparent;
}

.acertoML {
    margin-left: 4px;
    width: calc(100% - 4px);
}

.flexColTextMS {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.cardTitleMS {
    text-align: left;
    font: normal normal bold 16px/19px Roboto;
    letter-spacing: 0px;
    color: #595970;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mr-TopMS {
    margin-top: 8px;
}

.cardSubTitleMS {
    text-align: left;
    font: normal normal normal 10px/13px Roboto;
    letter-spacing: 0px;
    color: #A9A9B8;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cardColumnArtigoMS {
    width: 100%;
    border-radius: 4px;
    height: auto;
    background: #EEF1F3 0% 0% no-repeat padding-box;
    padding: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.marginRow0{
    margin: 0px;
}

.colPadding0{
    padding: 8px;
}

.bodyPPMaqs {
    /*min-height: 100vh;
    margin: 0;
    overflow-x: hidden;*/
    background-color: rgba(9, 9, 10, 1);
}

.menuCardsContainer {
    background: #EEF1F3 0% 0% no-repeat padding-box;
    padding: 8px;
    border-radius: 4px;
    overflow: auto;
    height: 100%;
    width: 100%;
}

.popUpBackground {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 43, 0.8);
    /*display: flex;*/
    justify-content: center;
    /*align-items: center;*/
}

.myDivBtnsMaqs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.popUpBackground2 {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 43, 0.8);
    /*display: flex;*/
    justify-content: center;
    /*align-items: center;*/
    z-index: 5;
}

/*Loader*/
.loadBackgroud {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 43, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.loadPanelDiv {
    box-shadow: none !important;
    border-radius: 8px !important;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 224px;
    height: 88px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.loaderSVG path,
.loaderSVG rect {
    fill: #18B076;
}

/* Notifications */
.notificationsBackgroud {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 43, 0.8);
    justify-content: center;
    align-items: flex-end;
    z-index: 100;
}

.notificationDiv {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -180px;
    display: flex;
    align-items: center;
    width: 360px;
    background: rgba(24, 176, 118, 1) 0% 0% no-repeat padding-box;
    border-radius: 4px;
}

.notificationText {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 16px;
}

.animateOpen {
    -webkit-animation: moveOpen 3s linear forwards;
    -moz-animation: moveOpen 3s linear forwards;
    -o-animation: moveOpen 3s linear forwards;
    animation: moveOpen 3s linear forwards;
}
/* Safari and Chrome */
@-webkit-keyframes moveOpen {
    from { -webkit-transform: translate(0,0px); }
    10% { -webkit-transform: translate(0,-134px); }
    12% { -webkit-transform: translate(0,-140px); }
    16% { -webkit-transform: translate(0,-134px); }
    80% { -webkit-transform: translate(0,-134px); }
    85% { -webkit-transform: translate(0,-148px); }
    to { -webkit-transform: translate(0,0px); }
}

@keyframes moveOpen {
    from { transform: translate(0,0px); }
    10% { transform: translate(0,-134px); }
    12% { transform: translate(0,-140px); }
    16% { transform: translate(0,-134px); }
    80% {  transform: translate(0,-134px); }
    85% { transform: translate(0,-148px); }
    to { transform: translate(0,0px); }
}

/* Header Info */
.infoGeralDiv {
    min-height: 56px;
    height: auto;
    background-color: rgba(9, 9, 10, 1);
    padding: 16px 0px;
    width: 100%;
    margin: 0;
}

.titleMaqsTxt {
    margin-top: 8px;
    margin-bottom: 8px;
}

.nautilusBtn {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #34383E;
    border-radius: 4px;
    padding: 0px 16px 0px 16px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #18B076;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1em !important;
    outline: none;
    border: none;
    box-shadow: none;
    margin-right: 8px;
}

    .nautilusBtn:hover {
        background-color: #18B076;
        color: #FFFFFF;
    }

    .nautilusBtn:active {
        background-color: #18B076;
        color: #FFFFFF;
    }

.fecharTurnoDiv {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #34383E;
    border-radius: 4px;
    padding: 0px 16px 0px 16px;
    cursor: pointer;
}

.fecharTurnoDiv:hover {
    background-color: #18B076;
}

.fecharTurnoDiv:hover label {
    color: #FFFFFF;
}

.legendaDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.colorBox {
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

.redBox {
    background-color: rgba(226, 40, 71, 1);
    box-shadow: 0px 3px 20px rgba(226, 40, 71, 0.3);
}

.greenBox {
    background-color: rgba(24, 176, 118, 1);
    box-shadow: 0px 3px 6px rgba(24, 176, 118, 0.6);
}

.yellowBox {
    background-color: rgba(255, 196, 0, 1);
    box-shadow: 0px 3px 6px rgba(255, 196, 0, 0.3);
}

.grayBox {
    background-color: rgba(32, 33, 37, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.FechaTurnoBtn {
    height: 56px;
    width: 208px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #18B076 !important;
    border-radius: 8px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFFFFF !important;
    font-size: 22px;
    border: 0px;
}

    .FechaTurnoBtn:hover {
        background-color: #238A63 !important;
    }

.textInfoMaq {
    font-family: 'Roboto', sans-serif;
    color: #18B076;
    font-size: 16px;
}

.customConsultaPadding{
    padding-left: 4px;
    padding-right: 4px;
}

.imagemArtigoMaq {
    margin-right: 4px;
    width: 132px;
    height: 132px;
    margin-top: 8px;
    background-color: #EEF1F3;
    border-radius: 16px;
}

.semImagemArt {
    font-size: 14px;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    color: #A9A9B8;
}

.minhaImagemArtigo {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.ballGreen {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: green;
    cursor: pointer;
    position: absolute;
    right: 2%;
}

.ballGreenNautilus {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: green;
    cursor: pointer;
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.infoTagsDiv {
    justify-content: space-between;
    align-items: center;
    padding-right: 0px;
    display: flex;
    padding-left: 24px;
    background-color: rgba(42, 45, 50, 1);
    border-radius: 16px;
    min-width: 316px;
    max-width: 500px;
}

.refreshImgDivPFO {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(42, 45, 50, 1);
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background-image: url('../img/refresh_green.svg');
    background-repeat: no-repeat;
    background-position: 16px 49%;
}

.refreshImgDivPFO:hover {
    background-color: #18b076;
    background-image: url('../img/refresh_white.svg');
}

.refreshImgDivPFO:active {
    background-color: #238A63;
}

/*.refreshImgDivPFO:hover .b {
    fill: #FFFFFF;
}*/

.myDivGrid {
    width: 100%;
    background-color: rgba(9, 9, 10, 1);
    overflow: auto;
}

/* Grid */
/*.wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(364px, 1fr));
    grid-gap: 16px;
    overflow: auto;
    padding: 0px 16px 16px 16px;
    position: relative;
    width: 100%;
}

.grid-item {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
}*/

.wrapper {
    display: grid;
    grid-template-rows: repeat(var(--rowNum), var(--gridHeight));
    grid-template-columns: repeat(var(--colNum), 1fr);
    grid-gap: 16px;
    /*margin-top: 32px;*/
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.grid-item {
    grid-column-start: auto;
    grid-row-start: auto;
    border-radius: 4px;
}



.maqCodNome {
    background-color: lightgrey;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardDiv1 {
    display: flex;
    padding: 16px;
    height: 174px;
    flex-direction: column;
}

.cardDiv {
    display: flex;
    padding: 16px;
    height: 100%;
    flex-direction: column;
}


.redCard {
    background-color: rgba(226, 40, 71, 1);
    box-shadow: 0px 3px 20px rgba(226, 40, 71, 0.3);
}

.greenCard {
    background-color: #18B076;
    box-shadow: 0px 3px 20px rgba(24, 176, 118, 0.3);
}

.yellowCard {
    background-color: rgba(255, 196, 0, 1);
    box-shadow: 0px 3px 20px rgba(24, 176, 118, 0.3);
}

.grayCard {
    background-color: #202125;
}

.blackBackgroundCard {
    background-color: rgba(9, 9, 10, 1);
}

.nautilusCard {
    background: #2C54C2 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 16px;
}

.nautilusCardGreen {
    background: #18B076 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 16px;
}

.nautilusCardRed {
    background: #E22847 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 16px;
}

.flexColNaut{
    display:flex;
    flex-direction:column;
}

.flexMrNaut {
    margin-right: 4px;
    background: #496FD6 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 16px;
    align-items: center;
    justify-content: center;
}

.flexMrNautGreen {
    margin-right: 4px;
    background: #30B884 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 16px;
    align-items: center;
    justify-content: center;
}

.flexMrNautRed {
    margin-right: 4px;
    background: #9787B2 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 16px;
    align-items: center;
    justify-content: center;
}

.mtNautilus{
margin-top: 16px;
}

.subtitleNautilus {
    font: normal normal normal 10px/13px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.titleNautilus {
    font: normal normal bold 22px/27px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.flexMlNautilus {
    margin-left: 4px;
    background: #496FD6 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 16px;
    font: normal normal bold 22px/27px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.flexMlNautilusGreen {
    margin-left: 4px;
    background: #30B884 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 16px;
    font: normal normal bold 22px/27px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.flexMlNautilusRed {
    margin-left: 4px;
    background: #9787B2 0% 0% no-repeat padding-box;
    border-radius: 4px;
    padding: 16px;
    font: normal normal bold 22px/27px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.topDivCard {
    width: 100%;
    height: 68%;
    display: flex;
    margin-bottom: 8px; /*4%*/
}

.bottomDivCard {
    width: 100%;
    height: 28%;
    display: flex;
}

.topLeftDivCard {
    width: calc(35% - 8px);
    max-width: calc(35% - 8px);
    height: 100%;
    margin-right: 8px; /*3%*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 4px 4px 16px;
}



/*.topDivCard {
    width: 100%;
    height: 68%;
    display: flex;
    margin-bottom: 8px; 
}

.bottomDivCard {
    width: 100%;
    height: 28%;
    display: flex;
}

.topLeftDivCard {
    width: calc(35% - 8px);
    max-width: calc(35% - 8px);
    height: 100%;
    margin-right: 8px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 4px 4px 16px;
}*/

/* Animation Maq Info */
.posicaoCardDiv {
    top: 0;
    transition: top 0.3s;
    /*display: flex;*/
    position: relative;
}

.plusInfoCardLabel {
    display: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

/* Green */
.cardPlusGreenInfoDiv:hover {
    background-color: #FFFFFF;
}

.cardPlusGreenInfoDiv:hover .posicaoCardDiv {
    color: #18B076;
    top: -50%;
    /*-ms-transform: translateY(-20px); 
    -webkit-transform: translateY(-20px); 
    transform: translateY(-20px);*/
}

.cardPlusGreenInfoDiv:hover .codMaqGrid {
    color: #18B076;
}

.cardPlusGreenInfoDiv:hover .posicaoCardLabel {
    display: none;
}

.cardPlusGreenInfoDiv:hover .plusInfoCardLabel {
    display:block;
    color: #18B076;
}

/* Yellow */
.cardPlusYellowInfoDiv:hover {
    background-color: #FFFFFF;
}

    .cardPlusYellowInfoDiv:hover .posicaoCardDiv {
        color: #FFC400;
        top: -50%;
        /*-ms-transform: translateY(-24px);
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);*/
    }

.cardPlusYellowInfoDiv:hover .codMaqGrid {
    color: #FFC400;
}

.cardPlusYellowInfoDiv:hover .posicaoCardLabel {
    display: none;
}

.cardPlusYellowInfoDiv:hover .plusInfoCardLabel {
    display: block;
    color: #FFC400;
}

/*End Animation Maq Info*/

.topLeftTopDivCard {
    /*padding-left: 16px;*/
    display: flex;
    flex-direction: column;
    /*width: 100%;*/
}

.topLeftBottomDivCard {
    /*padding-left: 16px;*/
    display: flex;
    flex-direction: column;
    /*width: 100%;*/
}

.topRightDivCard {
    width: 65% ;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.topRightTopDivCard {
    width: 100%;
    height: 43%;
    margin-bottom: 8px; /*7%*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topRightTopNormalDivCard {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8%;
    padding-right: 8%;
}

.topRightTopParadaDivCard {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 8%;
    padding-right: 8%;
}

.topRightTopParadaDivCard:hover {
    background-color:  #FFFFFF;
    border-radius: 4px;
}

.paradaDivStopItem {
    display: block;
}

.topRightTopParadaDivCard:hover .paradaDivStopItem {
    display: none;
}

.paradaDivStartItem {
    display: none;
}

.topRightTopParadaDivCard:hover .paradaDivStartItem {
    display: block;
}

.topRightTopTextDiv {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
}

.topRightBotTextDiv {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
}

.topRightBotDivCard {
    width: 100%;
    height: 50%;
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    align-items: center;
}

.bottomDivCardMotivoParDiv {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.bottomLeftDivCard {
    width: 100%;
    height: 100%;
    padding-left: 6%;
    padding-right: 5%;
    display: flex;
    align-items: center;
}

.bottomRightDivCard {
    width: 25%;
    height: 100%;
    margin-left: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.greenInsidePararCard:hover {
    background-color: #FFFFFF;
}

.greenInsidePararCard:hover .robotoBoldBlack14px {
    color: #FB3E42;
}

.greenInsidePararCard:hover .b {
    fill: #E22847;
}

.greyInsidePararCard {
    cursor: pointer;
    border-radius: 4px;
    background-color: #34383E;
}
.greyInsidePararCard:hover {
    background-color: #FFFFFF;
}

    .greyInsidePararCard:hover .robotoBoldBlack14px {
        color: #FB3E42;
    }

    .greyInsidePararCard:hover .b {
        fill: #E22847;
    }

.bottomLeftLeftTextDiv {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
}

.redInsideCard {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.15);
}

.greenInsideCard {
    cursor: pointer;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
}

.greenInsidePararCard {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
}

.yellowInsideCard {
    cursor: pointer;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
}

.yellowQuantCard {
    background-color: #FFC400;
    border-radius: 4px;
}

.grayInsideCard {
    cursor: pointer;
    border-radius: 4px;
    background-color: #34383E;
}

.redProdCard {
    font-size: 14px !important;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 2px 8px 2px 8px;
}

.greenProdCard {
    font-size: 14px !important;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 2px 8px 2px 8px;
}

.yellowProdCard {
    font-size: 14px !important;
    border-radius: 4px;
    background-color: rgba(255, 128, 0, 0.2);
    padding: 2px 8px 2px 8px;
}

/* Footer */
.footerDiv {
    height: 48px;
    background-color: #202125;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.funcInfoDiv {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    padding-left: 16px;
}

.dateTimeInfoDiv {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    padding-right: 16px;
}

/* Pop-Up Info*/
    .popUpInfo {
    position: fixed;
    width: 1120px; /* 60% */
    height: 90%;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    top: calc(50% + 28px);
    transform: translateY(-50%);
}

.headerPI {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.buttonClosePI {
    padding: 24px 24px 0 24px;
    position: absolute;
    right: 0;
}

.tagsDivBotPI {
    margin-top: 16px;
}

.tagsPI {
    background-color: #EEF1F3;
    border-radius: 16px;
    height: 62px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.tagsTextPI {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 4px;
}

.mainDivPI {
    height: 68%;
    display: flex;
    flex-direction: row;
    margin: 16px 40px 56px 40px;
}

.mainLeftDivPI {
    width: 40%;
    display: flex;
    flex-direction: column;
    margin-right: 16px;
}

.mainRightDivPI {
    width: 60%;
    display: flex;
    padding: 16px;
    flex-direction: column;
}

.leftTopCardDivPI {
    width: 100%;
    height: 400px;
    margin-bottom: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leftBotCardDivPI {
    width: 100%;
    height: 256px;
    padding: 16px;
    display: flex;
    flex-direction: row;
}

.columnQuantsDivPI {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.quantAtualDivPI {
    width: 100%;
    /*height: 50%;*/
    margin-bottom: 16px;
    display: flex;
    flex-grow: 1;
}

.quantAtualLeftDivPI {
    width: 70%;
    height: 100%;
    margin-right: 16px;
    display: flex;
    background-color: #DEE3E7;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.quantAtualRightDivPI {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.btAddQtPI {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.btAddQtPI:hover {
    background-color: #18B076;
}

.btAddQtPI:hover div {
    color: #FFFFFF;
}

.bugIconDefeitos {
    color: rgb(24, 176, 118);
}

.buttonBagPIDef:hover .bugIconDefeitos, .buttonBagPIDef.hover .bugIconDefeitos {
    color: #FFFFFF;
}

.buttonBagPI {
    width: 100%;
    height: 104px;
    background-color: #FFFFFF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttonBagPI:hover {
    background-color: #18B076;
}

.buttonBagPI:hover label {
    color: #FFFFFF;
}

.quantInfoDivPI {
    height: 56px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
}

.quantMaqInfoDivPI {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 8px;
}

.turnosHeaderPI {
    height: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    overflow: auto;
}

.dataDivPI {
    width: 20%;
    height: 100%;
    margin-right: 8px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    min-width: 120px;
}

.turnoDivPI {
    width: 15%;
    height: 100%;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    position: relative;
}

.totalQtDivPI {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}

.turnoInfoItemPI {
    height: 48px;
    width: 100%;
    display: flex;
    margin-bottom: 8px;
}

.listDaysDivPI {
    width: 100%;
    height: 100%;
    /* margin-bottom: 24px; */
    /*display: flex;*/
    flex-direction: column;
    overflow: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.listDaysDivPI::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.listDaysDivPI {
    -ms-overflow-style: none;
}

#containerScroll::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

#containerScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#containerScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.verMaisDiv {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    bottom: 0;
}

.grayCardBorder4px {
    background-color: #EEF1F3;
    border-radius: 4px;
}

.DEE3E7CardBorder4px {
    background-color: #DEE3E7;
    border-radius: 4px;
}

.editQuantsNB {
    line-height: 0px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.E22847CardBorder4px {
    background-color: #E22847 !important;
    border-radius: 4px;
}

.whiteCardBorder4px {
    background-color: #FFFFFF;
    border-radius: 4px;
}

.c_18B076_Border4px {
    background-color: rgba(24, 176, 118, 1);
    border-radius: 4px;
}

/* PopUpLogin */
.popUpLogin {
    position: fixed;
    width: 27%;
    min-width: 420px;
    height: 64%;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    top: calc(50% + 28px);
    transform: translateY(-50%);
    display: none;
    /* display: flex */
    flex-direction: column;
}

.iniciarSessaoTxt {
    margin-top: 17%;
    display: flex;
    justify-content: center;
}

.funcDivPL {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 24px;
}

.passDivPL {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 24px;
}

.userIcon {
    position: absolute;
    top: 40px;
    left: 20px;
}

.userInput {
    height: 56px;
    margin-top: 8px;
    border: 2px solid #EEF1F3;
    background-color: #EEF1F3;
    border-radius: 16px;
    padding-left: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #595970;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.userInput:focus {
    border: 2px solid #18B076;
    /*background-image: url('../img/user-icon-green.svg');*/
    color: #18B076;
}

.userInput:hover {
    border: 2px solid #18B076;
}

.userInput::-webkit-input-placeholder {
    color: #A9A9B8;
}

.userInput::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #A9A9B8;
}

.userInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A9A9B8;
}

/* Chrome, Safari, Edge, Opera */
.userInput::-webkit-outer-spin-button,
.userInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.userInput[type=number] {
    -moz-appearance: textfield;
}

.lockKey {
    position: absolute;
    top: 40px;
    left: 20px;
}

.passInput {
    height: 56px;
    margin-top: 8px;
    border: 2px solid #EEF1F3;
    background-color: #EEF1F3;
    border-radius: 16px;
    padding-left: 60px; /*14%*/
    /*background-image: url('../img/key-icon-gray.svg');*/
    /*background-repeat: no-repeat;
    background-position: 16px 49%;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #595970;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1em !important;
    padding-right: 32px;
}

.passInput:focus {
    border: 2px solid #18B076;
    /*background-image: url('../img/key-icon-green.svg');*/
    color: #18B076;
}

.passInput:hover {
    border: 2px solid #18B076;
}


.passInputImgDivPL {
    position: absolute;
    height: 56px;
    right: 40px;
    margin-top: 20px;
    display: flex;
}

.quantInputPpm {
    height: 56px;
    margin-top: 8px;
    border: 2px solid #EEF1F3;
    background-color: #EEF1F3;
    border-radius: 16px;
    padding-left: 60px; /*14%*/
    background-image: url('../img/bag-grey.svg');
    background-repeat: no-repeat;
    background-position: 16px 49%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #595970;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.quantInputPpm:focus {
    border: 2px solid #18B076;
    background-image: url('../img/bag-green.svg');
    color: #18B076;
}

.quantInputPpm:hover {
    border: 2px solid #18B076;
}

.quantInputPpm::-webkit-input-placeholder {
    color: #A9A9B8;
}

.quantInputPpm::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #A9A9B8;
}

.quantInputPpm:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A9A9B8;
}

/* Chrome, Safari, Edge, Opera */
.quantInputPpm::-webkit-outer-spin-button,
.quantInputPpm::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantInputPpm[type=number] {
    -moz-appearance: textfield;
}


.hideShowDivPL {
    /*position: absolute;*/
    height: 56px;
    /*width: 56px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: 20px;
    right: 40px;*/
    border-radius: 0 16px 16px 0;
}

.numberKeyboardDiv {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background-color: #EEF1F3;
    background-image: url('../img/i-teclado-num-defautlt-hover.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.numberKeyboardDiv:hover {
    background-color: #FFFFFF;
}

.numberKeyboardDiv:active {
    background-color: #18B076;
    background-image: url('../img/i-teclado-num-active.svg');
}

.numberKeyboardDivActive {
    background-color: #18B076 !important;
    background-image: url('../img/i-teclado-num-active.svg') !important;
}

.turnoDivPL {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.turnosComboPL {
    width: 100%;
    height: 56px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding-left: 16px;*/
    background-color: #EEF1F3;
    border-radius: 16px;
    border: 1px solid #EEF1F3;
}

.turnosComboOpenPL {
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid #18B076;
}

.turnosArrowDivPL {
    width: 56px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 16px 0px 0px;
}

.turnosArrowDivOpenPL {
    background-color: #18B076;
}

.turnosArrowDivHoverPL {
    background-color: #18B076;
    border-radius: 0px 16px 16px 0px;
}

.dropdownTurnosPL {
    width: 100%;
    margin-top: 0px;
    flex-direction: column;
    z-index: 2;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-out;
    background-color: #EEF1F3;
    border-radius: 0 0 16px 16px;
    display: none;
}

.dropdownTurnosItemPL {
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px 0 48px;
    background-color: #EEF1F3;
}

.dropdownTurnosPL div:last-child {
    border-radius: 0 0 16px 16px;
}

.dropdownTurnosItemPL:hover {
    background-color: #18B076;
}

.dropdownTurnosItemPL:hover div {
    color: #FFFFFF;
}

.dropdownSelectedTurnoPL {
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 0 16px;
}

.growthClass {
    transform: scaleY(1) !important;
    /*animation: growth ease-in 2.5s;
    -webkit-animation: growth ease-in 2.5s;
    -moz-animation: growth ease-in 2.5s;
    -o-animation: growth ease-in 2.5s;*/
}

@keyframes growth {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(100%);
    }
}
.submitLoginPL1 {
    width: 330px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #18B076 !important;
    border-radius: 8px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFFFFF !important;
    font-size: 22px;
    border: 0px;
}

    .submitLoginPL1:hover {
        background-color: #238A63 !important;
    }

.submitLoginPL {
    position: fixed;
    bottom: 0;
    width: calc(100% - 80px);
    height: 56px;
    margin: 0 40px 10% 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #18B076;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1em !important;
    border: 0px;
}

.submitLoginPL:hover {
    background-color: #238A63;
}

.submitLoginPL:focus {
    background-color: #34383E;
    outline: none;
}

/* Pop Up Paragem*/
.popUpParagem {
    display: none;
    position: fixed;
    width: 512px;
    height: 712px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    top: calc(50% + 28px);
    transform: translateY(-50%);
    flex-direction: column;
    align-items: center;
}

.paragMaqInfoDivPop {
    width: 100%;
    height: 144px;
    margin-top: 24px;
    padding: 16px;
    border-radius: 4px;
    background-color: #18B076;
    display: flex;
}

.paragMaqInfoLeftDivPop {
    width: 120px;
    height: 100%;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 8px;
    padding: 8px 16px 8px 16px;
}

.paragMaqInfoRightDivPop {
    width: 100%;
    height: 100%;
}

.paragMaqRightInsideDivPop {
    width: 100%;
    height: 52px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.divDisplayFlexColumn {
    display: flex;
    flex-direction: column;
}

.motivoParagDivPL {
    position: relative;
    width: 100%;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
}

.overflowMaqText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}

.MaqTextOver{
    width:100%;
}

.motivoParagComboPL {
    width: 100%;
    height: 56px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding-left: 16px;*/
    background-color: #EEF1F3;
    border-radius: 16px;
    border: 1px solid #EEF1F3
}

.motivoParagComboOpenPL {
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid #18B076;
}

.motivoParagArrowDivPL {
    width: 56px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 16px 0px 0px;
}

.motivoParagArrowDivOpenPL {
    background-color: #18B076;
}

.motivoParagArrowDivHoverPL {
    background-color: #18B076;
    border-radius: 0px 16px 16px 0px;
}

.dropdownMotivoParagPL {
    width: 100%;
    display: none;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-out;
    background-color: #EEF1F3;
    border-radius: 0 0 16px 16px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.dropdownMotivoParagPL::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.dropdownMotivoParagPL {
    -ms-overflow-style: none;
}

.dropdownMotivoParagItemPL {
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px 0 48px;
    background-color: #EEF1F3;
}

.dropdownMotivoParagPL div:last-child {
    border-radius: 0 0 16px 16px;
}

.dropdownMotivoParagItemPL:hover {
    background-color: #18B076;
}

.dropdownMotivoParagItemPL:hover div {
    color: #FFFFFF;
}

.dropdownMotivoParagItemSelectedPL {
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px 0 48px;
    background-color: #18B076;
}

.paragMaqObsDivPop {
    width: 100%;
    height: 128px;
    margin: 32px 0 0 0;
    border-radius: 4px;
    background-color: #EEF1F3;
    border: 2px solid #EEF1F3;
    padding: 16px 24px 16px 16px;
}

.paragMaqObsDivPop:hover {
    border: 2px solid #18B076;
}

.border2px_18B076 {
    border: 2px solid #18B076;
}

.obsInput {
    width: 100%;
    height: 72px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #595970;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1em !important;
    background-color: transparent;
    border: none;
    resize: none;
}

.obsInput:focus {
    color: #18B076;
}

.obsInput::-webkit-input-placeholder {
    color: #A9A9B8;
}

.obsInput::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #A9A9B8;
}

.obsInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A9A9B8;
}

.paragButtonsDivPop {
    display: flex;
    width: 100%;
    height: 56px;
    justify-content: center;
    align-items: center;
}

.paraMaqButtonPop {
    width: 208px;
    height: 56px;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E22847 !important;
    border-radius: 8px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFFFFF !important;
    font-size: 22px;
    border: 0px;
}

    .paraMaqButtonPop:hover {
        background-color: #BC203A !important;
    }

/* Pop Up Fehcar Turnos */
.popUpBackgroundFecharSaco {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 43, 0.8);
    justify-content: center;
    z-index: 3;
}

.popUpFecharTurnos {
    position: fixed;
    width: 512px;
    height: 496px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    top: calc(50% + 28px);
    transform: translateY(-50%);
    display: none;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
}

.popUpPassAdmin {
    position: fixed;
    width: 512px;
    height: 392px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    top: calc(50% + 28px);
    transform: translateY(-50%);
    display: none;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
}

.textInfoPFT {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #595970;
    font-size: 16px;
    margin-bottom: 0px;
}

.funcDivPFT {
    width: 100%;
    height: 80px;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
}

.lHeigth {
    line-height: 1.5 !important;
}

.userLabelPFT {
    height: 56px;
    margin-top: 8px;
    border: 2px solid #EEF1F3;
    background-color: #EEF1F3;
    border-radius: 16px;
    padding-left: 60px;
    background-image: url('../img/user-icon-gray.svg');
    background-repeat: no-repeat;
    background-position: 16px 49%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #595970;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1em !important;
    display: flex;
    align-items: center;
}

.passDivPFT {
    height: 80px;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.divButtonsPFT {
    width: 100%;
    display: flex;
    justify-content: center;
}

.submitPFT {
    width: 208px;
    margin: 4px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #18B076 !important;
    border-radius: 8px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFFFFF !important;
    font-size: 22px;
    border: 0px;
    cursor: pointer;
}

.submitPFT:hover {
    background-color: #238A63 !important;
}

.voltarPFT {
    width: 208px;
    height: 56px;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a7abaf !important;
    border-radius: 8px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #595970 !important;
    font-size: 22px;
    border: 0px;
    cursor: pointer;
}

.voltarPFT:hover {
    color: #EEF1F3 !important;
    background-color: #595970 !important;
}

.voltarPFTDef {
    width: 330px;
    height: 56px;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #a7abaf !important;
    border-radius: 8px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #595970 !important;
    font-size: 22px;
    border: 0px;
    cursor: pointer;
}

    .voltarPFTDef:hover {
        color: #EEF1F3 !important;
        background-color: #595970 !important;
    }

/* Fechar Saco */
.popUpFechaSaco {
    position: fixed;
    width: 512px;
    height: 272px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    top: calc(50% + 28px);
    transform: translateY(-50%);
    display: none;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.borderClass {
    border-right: 8px solid #EEF1F3 !important;
    vertical-align: middle !important;
}

.tableTextbold {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #595970;
    text-transform: uppercase;
}

.tableTextNormal {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #595970;
    text-transform: uppercase;
}

.divKeyboardCalc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calcIconKey {
    margin-left: 16px;
    cursor: pointer;
}

    .calcIconKey:hover, .calcIconKey:active {
        color: #18B076;
    }

    /* Virtual Keyboard */
    .keyboard {
        width: 220px;
        padding: 16px;
        background: #FFFFFF;
        border-radius: 14px;
        height: auto;
        margin-top: 16px;
    }

.keyboard div:last-child {
    padding-bottom: 0px;
}

.keyboardLine {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.keyboard--hidden {
    bottom: -100%;
}

.keyboard__keys {
    text-align: center;
}

.keyboard__key {
    height: 48px;
    width: 48px;
    border-radius: 8px;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.keyboard__key:focus {
    outline: none;
}

.keyboard__key--normal {
    background: #EEF1F3;
    border: none;
}

.keyboard__key--normal:hover {
    background: #18B076;
    color: #FFFFFF;
}

.keyboard__key--normal:active {
    background: #18B076;
    color: #FFFFFF;
}

.keyboard__key--special {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #595970;
}

.keyboard__key--special:hover {
    background-color: #18B076;
    border: none;
}

.keyboard__key--special:active {
    background-color: #18B076;
    border: none;
}

.keyboard--special-delete {
    background-image: url('../img/i-delete-default.svg');
}

.keyboard--special-delete:hover {
    background-image: url('../img/i-delete-hover-active.svg');
}

.keyboard--special-delete:active {
    background-image: url('../img/i-delete-hover-active.svg');
}

.keyboard--special-close {
    background-image: url('../img/i-close-default.svg');
}

.keyboard--special-close:hover {
    background-image: url('../img/i-close-hover-active.svg');
}

.keyboard--special-close:active {
    background-image: url('../img/i-close-hover-active.svg');
}

/* Tooltip History Array Lotes*/
    /*[tipHistoryLotes] .tooltipHistoryLotes {
    position: fixed;
    font-size: 16px;
    line-height: 20px;
    padding: 8px;
    background: #FFF;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    transition: opacity 0.3s, visibility 0s;
}

[tipHistoryLotes]:hover .tooltipHistoryLotes {
    visibility: visible;
    opacity: 1;
}*/
    .tooltipHistoryLotes {
    position: relative;
}

.tooltipHistoryLotes .tooltipHistoryLotestext {
    visibility: hidden;
    width: auto;
    height: 40px;
    background-color: #34383E;
    display: flex;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    z-index: 11;
    /*top: 125%;*/
    /*left: 50%;*/
    /*margin-left: -60px;*/
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.tooltipLeft {
    top: 4px;
    bottom: auto;
    right: 110%;
}

.tooltipHistoryLotes .tooltipHistoryLotestext::after {
    /*content: "";
            position: absolute;
            width: 0;
            height: 0;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #34383E transparent;*/
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #34383E;
}

.turnosCheck .dx-checkbox-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #595970;
    font-size: 16px;
    margin-left: 0;
    padding-left: 16px;
}

.mainCheck .dx-checkbox-checked .dx-checkbox-icon {
    border-color: #18B076;
    background-color: #18B076;
}

.tooltipHistoryTextLabel {
    padding:  0 8px 0 8px;
    display: flex;
    align-items: center;
}

.margin-left-4px {
    margin-left: 4px;
}

/* Pop Up Add Maqs*/
.popUpAlterarMaqs {
    display: none;
    position: fixed;
    width: 480px;
    height: 80%;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    top: calc(50% + 28px);
    transform: translateY(-50%);
    flex-direction: column;
    align-items: center;
}

.btSaveAlterarMaqs {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #18B076 !important;
    border-radius: 8px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFFFFF !important;
    font-size: 22px;
    border: 0px;
    width: 300px;
}

    .btSaveAlterarMaqs:hover {
        background-color: #238A63 !important;
    }

.btnIniciaProd {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #18B076 !important;
    border-radius: 8px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFFFFF !important;
    font-size: 22px;
    border: 0px;
    width: 300px;
}

    .btnIniciaProd:hover, .btnIniciaProd:active {
        background-color: #238A63 !important;
    }

.listsDivAlterarMaqs {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0px 16px 0px 16px;
}

.listMaqsDivAlterarMaqs {
    background-color: rgba(238, 241, 243, 1);
    border-radius: 4px;
    height: 100%;
    width: 50%;
    padding: 16px;
}

/* Text */
.threeDotsText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tresPontos {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.robotoBoldWhite22px {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoBold18B07622px {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #18B076;
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.titleModal {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #18B076;
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoBold18B07612px {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #18B076;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoBold59597022px {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #595970;
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoBoldEEF1F3_22px {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #EEF1F3;
    font-size: 22px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoBold59597016px {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #595970;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.divNumbers {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0px;
    position: absolute;
    right: 12px;
    bottom: 0px;
    cursor: pointer;
    color: #ce0e0e;
}

.seeDef:hover, .seeDef:active{
    cursor: pointer;
    font-weight: bold;
}

.divNumbers1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    margin-left: 4px;
    cursor: pointer;
    color: #ce0e0e;
}

.elipDiv{
    max-width: 100%;
    display: inline-block !important;
}

.robotoBold59597012px {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #595970;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoBoldWhite16px {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoBoldBlack14px {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: rgba(32, 33, 37, 1);
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoBold18B07614px {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #18B076;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoBold18B07612px {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #18B076;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoMedium59597012px {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #595970;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoMedidum93969B12px {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #93969B;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoMedium_A9A9B8_12px {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #A9A9B8;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoMedidumWhite12px {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoMedium18B07612px {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #18B076;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoMedium_93969B_12px {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #93969B;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoBlack93969B12px {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #93969B;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoRegular93969B10px {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #93969B;
    font-size: 10px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoRegular59597016px {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #595970;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoRegularWhite12px {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoRegularEEF1F3_16px {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #EEF1F3;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoRegularEEF1F3_10px {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #EEF1F3;
    font-size: 10px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.robotoRegular_A9A9B8_16px {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #A9A9B8;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1em !important;
}

.textThreeDotsTopRightCard {
    white-space: nowrap;
    width: 50px;
    min-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.colorWhite {
    color: #FFFFFF;
}


@media only screen and (max-width: 600px) {
    .TurnoDiv {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: baseline;
        flex-direction:column;
    }

    /*.wrapper {
        height: auto;
    }*/

    .myDivGrid {
        height: auto;
    }

    .footerDiv {
        display: none;
    }


    .displayNConf {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .TurnoDiv {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: baseline;
        flex-direction: column;
    }


    /*.wrapper {
        height: auto;
    }*/
    .myDivGrid {
        height: auto;
    }

    .footerDiv {
        display: none;
    }

    .displayNConf {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .TurnoDiv {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: baseline;
        flex-direction: column;
    }

    /*.wrapper {
        height: auto;
    }*/

    .myDivGrid {
        height: auto;
    }

    .footerDiv {
        display: none;
    }

    .displayNConf {
        display: block;
    }
}


@media only screen and (min-width: 992px) {
    .TurnoDiv {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    /*.wrapper {
        height: auto;
    }*/

    .myDivGrid {
        height: calc(100% - 152px);
    }

    .footerDiv {
        display: flex;
    }

    .displayNConf {
        display: block;
    }
}


@media only screen and (min-width: 1200px) {
    .TurnoDiv {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    /*.wrapper {
        height: auto;
    }*/

    .myDivGrid {
        height: calc(100% - 152px);
    }

    .footerDiv {
        display: flex;
    }

    .displayNConf{
        display:block;
    }
}

.dropdownMotivoParagPL1 {
    overflow-y: scroll;
    width: 100%;
    top: 77px;
    flex-direction: column;
    position: absolute;
    z-index: 1050;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-out;
    background-color: #EEF1F3;
    border-radius: 0 0 16px 16px;
}

.mycustomClass {
    overflow: auto;
}

.fullDialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
}

.fullContent {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.responsiveMaqs {
    overflow: auto;
}

.rowColor {
    background-color: #202125;
}

.colColor {
    border-radius: 4px;
    background-color: #34383E;
}

.alterMaqCol {
    background: #EEF1F3 0% 0% no-repeat padding-box;
    border-radius: 4px;
    height: calc(100% - 24px);
    width: 100%;
}

.alterMaqCol1 {
    background: #EEF1F3 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 100%;
}

.divTableMaq {
    background-color: #EEF1F3;
    border-radius: 4px;
    padding: 0px 16px 16px 16px;
    overflow: auto;
    height: calc(100% - 34px);
}

.actMaq {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    height: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0px;
    color: #595970;
    text-transform: uppercase;
    background: #DEE3E7 0% 0% no-repeat padding-box;
    border-radius: 4px;
}

.scrollMaq1 .dx-scrollview-content {
    position: absolute !important;
    height: calc(100% - 36px);
    width: 100%;
}

.scrollMaq .dx-scrollview-content {
    position: absolute !important;
    height: calc(100% - 36px);
    width: 100%;
}

.hoverMaqsBtn:hover, hoverMaqsBtn:active {
    background: #DEE3E7 0% 0% no-repeat padding-box;
}

    .allMaq {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        font-size: 12px;
        height: 32px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0px;
        color: #595970;
        text-transform: uppercase;
        background: #DEE3E7 0% 0% no-repeat padding-box;
        border-radius: 4px;
    }

.myTextbox {
    position: relative;
    width: 100%;
    height: 64px;
    border: 2px solid #EEF1F3;
    background-color: #EEF1F3;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #595970;
    font-size: 16px;
    margin-bottom: 32px;
}

.imgClickPlan {
    position: absolute;
    right: 0;
    top: 0px;
    background: white;
    border-radius: 8px;
    padding: 1px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    cursor: pointer;
}

    .imgClickPlan:hover, .imgClickPlan:active {
        background-color: #18B076;
    }

.myTextbox .dx-texteditor {
    padding-right: 78px;
    padding-left: 16px
}

.customTopMargin{
    margin-top:8px;
}
.textDropImprimir {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    height: 56px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #A9A9B8;
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .flexMedia{
        flex-direction:column;
    }

    .consultaDivWidth {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .flexMedia {
        flex-direction: column;
    }

    .consultaDivWidth {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .flexMedia {
        flex-direction: column;
    }

    .consultaDivWidth {
        width: 100%;
    }
}


@media only screen and (min-width: 992px) {
    .flexMedia {
        flex-direction: row;
    }
    .consultaDivWidth {
        width: calc(100% - 136px);
    }

}

@media only screen and (min-width: 1200px) {
    .flexMedia {
        flex-direction: row;
    }

    .consultaDivWidth {
        width: calc(100% - 136px);
    }
}