/*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 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
}

.btn-actions {
    background-color: #5A8DEE;
    border-radius: 50%;
    color: #fff;
    width: 38px;
    height: 38px;
    padding: 10px 0;
    position: absolute;
    right: 0px;
}

.btn-success-2 {
    border-color: #15A45D !important;
    background-color: #23BD70 !important;
    color: #fff !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;
}

.panel-container {
    border: 1px solid rgb(223, 227, 231) !important;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0 1px 6px rgb(38 60 85 / 16%) !important;
}

.panel-container .panel-title {
    display: block;
    width: 100%;
    background: #7f8d9c;
    font-size: 1.1em;
    color: #ffffff;
    border-bottom: solid 1px #606a74;
    border-radius: 5px 5px 0px 0px;
    padding: 2px 1px !important;
    text-align: center !important;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
}

/** 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;
}


.btn-purple {
    background-image: -webkit-linear-gradient(top, purple 0%, purple 100%);
    background-image: -o-linear-gradient(top, purple 0%, purple 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(purple), to(purple));
    background-image: linear-gradient(to bottom, purple 0%, purple 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: purple;
    color:white;
}

.card-body {
    padding: 0;
}

.app-status-sincronizacao {
    display: block;
    line-height: 10px;
    margin-top: 3rem !important;
    padding-bottom: 0 !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;
}


.ui-grid-header-cell .sortable {
    background: #0f4f95;
    color: white;
}

.ui-grid-header-cell {
    font-size: 0.8rem;
}

.table td, .table th {
    padding: .8rem 1rem !important;
}

.navbar-brand img {
    width: 70px;
}
.expanded .navbar-brand img {
    width: 180px;
}

.ui-grid-row .ui-grid-cell {
    border-top: 1px solid #d4d4d4 !important;
}

.ui-grid-top-panel {
    background-color: #005898 !important;
    color: #fff;
}

.ui-grid-header-cell-last-col .ui-grid-cell-contents, .ui-grid-header-cell-last-col .ui-grid-filter-container, .ui-grid-header-cell-last-col .ui-grid-column-menu-button, .ui-grid-header-cell-last-col+.ui-grid-column-resizer.right {
    margin-right: 0px !important;
}

tabela .ui-grid-cell-contents {
    text-align: center;
    justify-content: center;
    cursor: default;
}

@media (min-width: 768px) {
    .ui-grid-cell-contents.ui-grid-disable-selection.clickable {
        padding: 0px !important;
    }
    .ui-grid-selection-row-header-buttons.ui-grid-icon-ok.clickable {
        padding: 5px !important;
    }
}
