/*BOOTSTRAP*/

.pull-left {
    position: relative;
    float: left;
    right: 0px;
}

.pull-right {
    position: relative;
    float: right;
    right: 0px;
}

.dropdown .dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 0.4rem;
}


/* modal */


/* CARREGADOR */

.carregador {
    /*position: absolute;*/
    z-index: 9;
    background: url('../img/bg-cinza.png');
}

.carregador .lotplay {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    left: -75px;
    top: 50%;
    margin-left: 50%;
    position: absolute;
}

.offline,
.online {
    z-index: 9999;
    font-size: 12px;
    background: greenyellow;
    color: black;
    padding: 0px 3px;
    border-radius: 5px;
}

.offline {
    background: red;
    color: white;
}


/* ANGULARJS */

form .ng-invalid {
    border: 1px solid red;
}


/*  UIGRID */

.acao-info {
    position: absolute;
    left: 8px;
    margin-top: 10px;
    padding: 2px;
}

.acao-info i {
    font-size: 0.9rem;
}

.swal2-container {
    z-index: 9999999 !important;
}


/* OPERACOES */

.badge-removido {
    margin-right: 25px;
}

.enviar-botao {
    position: absolute !important;
    padding-top: 10px;
}


/* UI-SELECT*/

.ng-invalid.ui-select-container {
    border: none;
}

.form-control.ui-select-container {
    line-height: normal;
    height: auto;
    padding: 0px;
    background: none;
    border: none;
}

form .ng-invalid .selectize-input {
    border-color: red !important;
}

.selectize-input {
    min-height: 38px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
    background-color: #1b9dec !important;
    color: white !important;
}

.selectize-control .selectize-input.disabled {
    opacity: 0.9 !important;
    background-image: linear-gradient(to bottom, #F2F4F4, #F2F4F4) !important;
}


/* DROPZONE */

.dropzone {
    min-height: none !important;
    border: none !important;
    background: none !important;
    padding: none !important;
}

upload-componente>div {
    border: 3px dashed #00000036;
    padding: 23px;
    border-radius: 10px;
}


/* TIME LINE */

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 20px;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.cardList {
    border: 1px solid #DDD;
}

.conformidade-display {
    display: flex;
    padding-top: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.p-12 {
    padding: 24px !important;
}

.w100 {
    width: 100%;
}

.font-0-8 {
    font-size: 0.8rem;
}

.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
    font-size: 13px !important;
}
@media screen and (max-width: 600px) {
    .vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
        font-size: 12px !important;
    }
}

.btn-actions {
    background-color: #5A8DEE;
    border-radius: 50%;
    color: #fff;
    width: 44px;
    height: 44px;
    padding: 10px 0;
    position: absolute;
    right: 0px;
}
.btn-actions i.bx {
    margin-left: 12px !important;
}
@media screen and (max-width: 600px) {
    .btn-actions {
        margin-top: -0.8rem !important;
        width: 38px;
        height: 38px;
    }
    .btn-actions i.bx {
        margin-top: 2px !important;
        margin-left: 11px !important;
    }
}
@media screen and (max-width: 400px) {
    .btn-actions {
        margin-top: -0.6rem !important;
        width: 32px;
        height: 32px;
    }
    .btn-actions i.bx {
        margin-top: -2px !important;
        margin-left: 9px !important;
    }
}

.bg-label-secondary {
    background-color: #e7ebef !important;
    color: #69809a !important
}

.bg-label-success {
    background-color: #dff9ec !important;
    color: #39da8a !important
}

.bg-label-info {
    background-color: #d6f7fa !important;
    color: #00cfdd !important
}

.bg-label-warning {
    background-color: #fff2e1 !important;
    color: #fdac41 !important
}

.bg-label-danger {
    background-color: #ffe5e5 !important;
    color: #ff5b5c !important
}

.bg-label-light {
    background-color: #fbfbfc !important;
    color: #e5e9ed !important
}

.bg-label-dark {
    background-color: #e2e4e6 !important;
    color: #495563 !important
}

.bg-label-gray {
    background-color: rgba(242,243,245,.92) !important;
    color: rgba(38,60,85,.5) !important
}

a.bg-dark:hover,a.bg-dark:focus {
    background-color: rgba(38,60,85,.9) !important
}

a.bg-light:hover,a.bg-light:focus {
    background-color: rgba(38,60,85,.2) !important
}

a.bg-lighter:hover,a.bg-lighter:focus {
    background-color: rgba(38,60,85,.1) !important
}

a.bg-lightest:hover,a.bg-lightest:focus {
    background-color: rgba(38,60,85,.06) !important
}

.subtitulo {
    white-space: nowrap;
}

.pinus {
    border-left: solid 10px #009688 !important;
}

.eucalipto {
    border-left: solid 10px #ff6633 !important;
}

.listaEstendida {
    width: 101% !important;
}

.progress {
    margin-top: 10px !important;
    height: 1.5rem !important;
}

.barMadeiraVelha {
    background-color: #9b532d !important;
}

.barMadeiraIntermediaria {
    background-color: #d79eb0 !important;
}

.barMadeiraNova {
    background-color: #d79e73 !important;
}


/** Component velocimetro **/

.titulo-speedometer {
    font-size: 1.5rem;
    margin-top: 10px;
    width: 275px;
}

.wrapper {
    width: 243px;
}

.rang {
    text-align: center;
}

.meter {
    display: block;
    width: 273px;
    height: 155px;
    margin: 0 auto;
}

.meter-left {
    -webkit-transform: skewX(-2deg) skewY(1deg);
    transform: skewX(-2deg) skewY(1deg);
    stroke-width: 58;
    stroke-dashoffset: 253;
    stroke-dasharray: 120 400;
    stroke: #91c7af;
    fill: none;
}

.meter-center {
    stroke-width: 56;
    stroke-dashoffset: 128;
    stroke-dasharray: 120 400;
    stroke: #63859e;
    fill: none;
}

.meter-right {
    -webkit-transform: skewX(2deg) skewY(1deg);
    transform: skewX(2deg) skewY(1deg);
    stroke-width: 58;
    stroke-dashoffset: 5;
    stroke-dasharray: 120 400;
    stroke: #bd3831;
    fill: none;
}

.meter-clock {
    -webkit-transform: rotate(-54deg);
    transform: rotate(-54deg);
    -webkit-transform-origin: 137px 146px;
    transform-origin: 137px 146px;
    fill: black;
}

.meter-circle {
    fill: black;
}


/** Fim - Component velocimetro **/

.fullMap {
    width: 100%;
    height: 100vh;
    transform: rotate(180deg);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999999;
}

.mapColor {
    position: absolute;
    right: 14px;
    top: 14px;
}

.closeBtnImage {
    z-index: 999999999999999999999;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 4rem !important;
    color: #F00 !important;
}

.conteudo {
    width: 89vw !important;
    margin-left: -10px !important;
}

.main-menu.menu-light .navigation>li.nav-item.open>a,
.main-menu.menu-light .navigation>li.nav-item.sidebar-group-active>a {
    padding: 10px 12px !important;
}

.botaoCheck {
    width: 90px !important;
}

.front-badge-pill {
    font-size: 8px;
    z-index: 2;
}

.saveFixed {
    position: fixed;
    right: 26px;
    bottom: 0px;
    z-index: 9;
}

.card .heading-elements a,
.card .heading-elements-toggle a {
    min-height: 64px;
    border-bottom: 1px solid #DFE3E7;
}

.head-buttom {
    position: absolute;
    right: 7px;
    top: 16px;
    text-align: right;
}

.etapa-fila-entrada {
    background-color: #20C997
}

.etapa-fila-saida {
    background-color: #FF5B5C;
}

.pointer {
    cursor: pointer;
    padding: 15px;
    border-bottom: 2px solid #ddd;
}

.madeiraVelha {
    left: 0px;
    right: auto !important;
    width: auto;
    border: 0;
    cursor: pointer;
}

.alias {
    cursor: alias;
}

.all-scroll {
    cursor: all-scroll;
}

.auto {
    cursor: auto;
}

.cell {
    cursor: cell;
}

.context-menu {
    cursor: context-menu;
}

.col-resize {
    cursor: col-resize;
}

.copy {
    cursor: copy;
}

.crosshair {
    cursor: crosshair;
}

.default {
    cursor: default;
}

.e-resize {
    cursor: e-resize;
}

.ew-resize {
    cursor: ew-resize;
}

.grab {
    cursor: -webkit-grab;
    cursor: grab;
}

.grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.help {
    cursor: help;
}

.move {
    cursor: move;
}

.n-resize {
    cursor: n-resize;
}

.ne-resize {
    cursor: ne-resize;
}

.nesw-resize {
    cursor: nesw-resize;
}

.ns-resize {
    cursor: ns-resize;
}

.nw-resize {
    cursor: nw-resize;
}

.nwse-resize {
    cursor: nwse-resize;
}

.no-drop {
    cursor: no-drop;
}

.none {
    cursor: none;
}

.not-allowed {
    cursor: not-allowed;
}

.pointer {
    cursor: pointer;
}

.progress {
    cursor: progress;
}

.row-resize {
    cursor: row-resize;
}

.s-resize {
    cursor: s-resize;
}

.se-resize {
    cursor: se-resize;
}

.sw-resize {
    cursor: sw-resize;
}

.text {
    cursor: text;
}

.url {
    cursor: url(myBall.cur), auto;
}

.w-resize {
    cursor: w-resize;
}

.wait {
    cursor: wait;
}

.zoom-in {
    cursor: zoom-in;
}

.zoom-out {
    cursor: zoom-out;
}

.wizard .steps ul li::before, .wizard .steps ul li::after {
    top: 1.9rem !important;
}

.wizard .steps ul li a {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.btn-label-warning {
    color: #966627 !important;
    border-color: #fcdfb9 !important;
    background: #feead0 !important;
}

.btn-label-warning:hover {
    border-color:rgba(0,0,0,0) !important;
    background:#fdac41 !important;
    color:#fff !important
}

.btn-label-warning:focus,.btn-label-warning.focus{
    color: #fff;
    background: #d79237;
    box-shadow: none !important;
}

.btn-label-warning:active,.btn-label-warning.active,.btn-label-warning.show.dropdown-toggle,.show>.btn-label-warning.dropdown-toggle {
    color: #fff !important;
    background-color: #d79237 !important;
    border-color: rgba(0,0,0,0) !important;
}

.btn-label-warning:active:focus,.btn-label-warning.active:focus,.btn-label-warning.show.dropdown-toggle:focus,.show>.btn-label-warning.dropdown-toggle:focus{
    box-shadow: none;
}

.btn-label-warning.disabled,.btn-label-warning:disabled{
    color: #fdac41 !important;
    border-color: rgba(0,0,0,0) !important;
    background: #fff2e1 !important;
    box-shadow: none !important;
}

.app-first-loading {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(242,244,244,.9);
    text-align: center;
    z-index: 999999;
    opacity: 1;
    margin: 0;
    padding: 0;
}

.app-first-loading-msg {
    text-align: center;
    font-size: 1.2rem;
    margin: 0;
    padding: 0 0 6px 0;
}

.app-first-loading-svg {
    width: 60px;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0;
}

.dot-flashing-loading-1, .dot-flashing-loading-2, .dot-flashing-loading-3 {
    position: relative;
    display: inline-block;
    margin: 0 1px 0 1px;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #727E8C;
    color: #727E8C;
    animation: dotFlashingLoading .8s infinite linear alternate;
}

.dot-flashing-loading-1 {
    animation-delay: 0s;
}

.dot-flashing-loading-2 {
    animation-delay: .4s;
}

.dot-flashing-loading-3 {
    animation-delay: .8s;
}

@keyframes dotFlashingLoading {
    0% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: .3;
    }
}

.app-restful-loading {
    visibility: hidden;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(240,242,242,.8);
    text-align: center;
    z-index: 999999;
    opacity: 1;
    margin: 0;
    padding: 0;
}

.app-restful-loading-area {
    visibility: hidden;
    display: none;
    text-align: center;
    margin: 0;
    padding: 12px 12px;
    border-radius: 16px;
    background: rgba(242,244,244,.95);
}

.app-restful-loading-img {
    visibility: hidden;
    display: none;
    width: 64px;
    height: 64px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.app-status-sincronizacao {
    display: block;
    line-height: 10px;
    margin-top: 24px !important;
    padding-bottom: 8px !important;
    text-align: center !important;
    width: 100% !important;
}

.app-status-sincronizacao-img {
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
}

.app-status-sincronizacao-msg {
    display: inline-block !important;
    color: rgb(15,100,142) !important;
}

.app-status-sincronizacao-msg-adicional {
    display: block !important;
    color: rgb(95,100,120) !important;
    text-align: center;
}

.btn-conforme {
    background-color: #25C777 !important;
    border-color: #23BD70 !important;
    color: #FFF !important;
}

.btn-nao-conforme {
    background-color: #9a1b52 !important;
    border-color: #9a1b52 !important;
    color: #FFF !important;
}

.btn-nao-conforme-2 {
    background-color: #FF3536 !important;
    border-color: #FF2829 !important;
    color: #FFF !important;
}

.tabelaGestaoMaquinas {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.tabelaGestaoMaquinas-titulo,
.tabelaGestaoMaquinas-primeiro-titulo,
.tabelaGestaoMaquinas-ultimo-titulo {
    margin: 0 !important;
    padding: .5rem !important;
    border-right: 1px solid rgb(252,253,255);
    font-size: 1.1rem;
    color: rgb(252,253,255);
    background: rgb(0,75,129);
    text-align: center;
    z-index: 999;
}

.tabelaGestaoMaquinas-primeiro-titulo {
    border-top-left-radius: 6px;
}

.tabelaGestaoMaquinas-ultimo-titulo {
    border-right: none;
    border-top-right-radius: 6px;
}

.tabelaGestaoMaquinas-localidade {
    margin: 0 !important;
    padding: .75rem !important;
    border-top: 2px solid rgb(252,253,255);
    border-bottom: 2px solid rgb(252,253,255);
    font-size: 1.1rem;
    background: rgb(92,94,98);
    color: rgb(252,253,255);
    font-weight: 700;
    text-align: center;
}

.tabelaGestaoMaquinas-prefixo,
.tabelaGestaoMaquinas-status,
.tabelaGestaoMaquinas-boletim,
.tabelaGestaoMaquinas-parada {
    margin: 0 !important;
    padding: .5rem !important;
    border-top: 1px solid rgb(232,233,235);
    border-right: 1px solid rgb(232,233,235);
    color: #fff;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

.tabelaGestaoMaquinas-boletim,
.tabelaGestaoMaquinas-parada {
    margin: 0 !important;
    padding: .5rem !important;
    text-align: center !important;
}

.tabelaGestaoMaquinas-parada {
    border-right: none;
}