﻿
@media (max-width: 1024px) {
    .kt-header-menu-mobile .kt-menu__nav > .kt-menu__item {
        margin: 10px !important;
    }
}

@media (max-width: 500px) {
    .hide-mobile {
        visibility: hidden !important;
        width: 0px !important;
        display: none !important;
    }
    .show-mobile {
        visibility: visible !important;
    }

    .dataTables_wrapper table.dataTable.collapsed > tbody > tr > td:first-child {
        padding-left: 0px !important;
        min-width: 30px !important;
    }

    .btn i {
        padding-right: 0 !important;
    }
}

@media (min-width: 500px) {
    .show-mobile {
        visibility: hidden !important;
        display: none !important;
    }
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a0a4a5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #a0a4a5;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.bd-navbar {
    position: sticky;
    top: 0;
    z-index: 1071;
}

tr.odd {
    background-color: rgba(150, 150, 150, 0.02) !important;
}
tbody > tr:hover {
    background-color: rgba(64, 108, 154, 0.1) !important;
}


.greyText {
    color: slategrey !important;
}

.dark-grey-text {
    color: dimgrey !important;
}

.light-grey-text {
    color: lightgrey !important;
}

.white-text {
    color: white !important;
}

.theme-text {
    color: #05a8aa !important;
}

.input-icons svg {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    margin: 10px;
    color:lightslategrey;
}

.icon-form {
    white-space: nowrap;
    background: #05a8aa;
    padding: 15px;
    color: white;
    min-width: 50px;
    text-align: center;
    vertical-align: bottom;
}

.input-field-form {
    width: 100%;
    padding: 10px;
    outline: none;
}

.input-field {
    width: 100%;
    padding: 10px;
    padding-left: 40px;
    text-align: left;
    outline: none;
}

.input-field:focus {
    border: 2px solid dodgerblue;
}

.input-container {
    display: flex;
    width: 100%;
}

.btnEdit {
    color: dimgrey;
}

.btnRemover {
    color: dimgrey;
}

.btnDelete {
    color: dimgrey;
}

.btn-table {
    color: dimgrey;
}

.btnLogout, .btnLogout:hover {
    border: none;
    cursor: pointer;
}

.menuIcon {
    min-width: 15px;
}

.btn-login {
    background-color: #05a8aa;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

.tarefa-aberta, .tarefa-aberta > a {
    border-radius: 0 !important;
    border-color: #1f7e34 !important;
    color: #28a745 !important;
}
.tarefa-aberta-fc {
    border-radius: 0 !important;
    border-color: #1f7e34 !important;
    background-color: #49b675 !important;
    box-shadow: 0px -1px 9px 2px rgba(100, 250, 100, 0.1) !important
}

    .tarefa-aberta-fc > .fc-content {
        border-radius: 0 !important;
        border-color: #49b675 !important;
        background-color: #49b675 !important;
    }

        .tarefa-aberta-fc > .fc-content > *{
            color: white !important;
        }

.tarefa-execucao-fc {
    border-radius: 0 !important;
    border-color: #1f7e34 !important;
    background-color: #466D1D !important;
    box-shadow: 0px -1px 9px 2px rgba(100, 250, 100, 0.1) !important
}

    .tarefa-execucao-fc > .fc-content {
        border-radius: 0 !important;
        border-color: #466D1D !important;
        background-color: #466D1D !important;
    }

        .tarefa-execucao-fc > .fc-content > * {
            color: white !important;
        }

.tarefa-em-processamento, .tarefa-em-processamento > a {
    border-radius: 0 !important;
    border-color: #d06914 !important;
    color: #fd7e14 !important;
}

.tarefa-em-processamento-fc {
    border-radius: 0 !important;
    border-color: #d06914 !important;
    background-color: #ff953e !important;
    box-shadow: 0px -1px 9px 2px rgba(170, 170, 170, 0.25) !important
}

    .tarefa-em-processamento-fc > .fc-content {
        border-radius: 0 !important;
        border-color: #ff953e !important;
        background-color: #ff953e !important;
    }

        .tarefa-em-processamento-fc > .fc-content > * {
            color: white !important;
        }

.tarefa-pendente, .tarefa-em-processamento > a {
    border-radius: 0 !important;
    border-color: #352863 !important;
    color: #463485 !important;
}

.tarefa-pendente-fc {
    border-radius: 0 !important;
    border-color: #642764 !important;
    background-color: #642764 !important;
    box-shadow: 0px -1px 9px 2px rgba(170, 170, 170, 0.25) !important
}

    .tarefa-pendente-fc > .fc-content {
        border-radius: 0 !important;
        border-color: #642764 !important;
        background-color: #642764 !important;
    }

        .tarefa-pendente-fc > .fc-content > * {
            color: white !important;
        }

.tarefa-planeada, .tarefa-planeada > a {
    border-radius: 0 !important;
    border-color: #166abb !important;
    background-color: #1873cc !important;
}

.tarefa-planeada-fc {
    border-radius: 0 !important;
    border-color: #166abb !important;
    background-color: #1873cc !important;
    box-shadow: 0px -1px 9px 2px rgba(0, 0, 250, 0.1) !important
}

    .tarefa-planeada-fc > .fc-content {
        border-radius: 0 !important;
        border-color: #1873cc !important;
        background-color: #1873cc !important;
    }

        .tarefa-planeada-fc > .fc-content > * {
            color: white !important;
        }

.tarefa-fechada, .tarefa-fechada > a {
    border-radius: 0 !important;
    border-color: #5a6065 !important;
    color: #6c757d !important;
}

.tarefa-fechada-fc {
    border-radius: 0 !important;
    border-color: #5a6065 !important;
    background-color: #6c757d !important;
    box-shadow: 0px -1px 9px 2px rgba(170, 170, 170, 0.25) !important
}

    .tarefa-fechada-fc > .fc-content {
        border-radius: 0 !important;
        border-color: #6c757d !important;
        background-color: #6c757d !important;
    }

        .tarefa-fechada-fc > .fc-content > * {
            color: white !important;
        }

.tarefa-controlo, .tarefa-controlo > a {
    border-radius: 0;
    border-color: #e83e8c;
    color: #e83e8c;
}

.tarefa-vazia {
    border-radius: 0 !important;
    border-color: #a0a4a5 !important;
    color: #a0a4a5 !important;
}

.tarefa-padrao {
    border-radius: 0 !important;
    border-color: #339999 !important;
}

.tarefa-rapida {
    border-radius: 0 !important;
    border-color: #b90000 !important;
    color: #b90000 !important;
/*    background-color: #b90000 !important;*/
}

.white-link, .white-link:hover {
    color: white;
}

body.modal-open {
    padding-right: 0 !important;
}

field-validation-error {
    font-size: smaller !important;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-group-min-200 {
    min-width: 200px !important;
}

.form-group-min-150 {
    min-width: 150px !important;
}

#data_filter > label > input {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.border-light-grey {
    border-color: slategrey !important;
}

.bottomright {
    position: fixed;
    bottom: 5px;
    right: 5px;
    margin-right: 1rem;
    background-color: #0abb87;
    font-size: 0.9rem;
    word-wrap: break-word;
    line-height: 1.5;
    padding: 15px;
    border-radius: 3px 3px 3px 3px;
    width: 250px;
    color:white;
}

.double-border-bottom {
    border-style: none none double none !important;
    border-color:#a0a4a5 !important;
}

.descricao-longa {
    width: 100%;
    height: 240px !important;
    overflow-y: auto !important;
    font-size:smaller !important;
    border: 1px solid #ced4da !important;
    padding: 10px;
    color: #646c9a;
}
    .descricao-longa:focus {
        outline: none !important;
        border: 1px solid #3c81d8 !important;
        box-shadow: none !important;
    }

.notas {
    width: 100%;
    border: 1px solid #ced4da !important;
    padding: 10px;
}

.descricao-longa-visualizar {
    width: 100%;
    overflow-y: auto !important;
    font-size: smaller !important;
    border: 1px solid #ced4da !important;
    padding: 10px;
    height: 100% !important;
    color: #646c9a;
}

    .descricao-longa-visualizar:focus {
        outline: none !important;
        border: 1px solid #3c81d8 !important;
        box-shadow: none !important;
    }


.folhaobra-detalhes > div{
    font: 80%/1.45em !important;
}

.texto-negrito {
    font-weight: bold !important;
}

.urgente a {
    color: #fd397a !important;
}

.urgente {
    color: orangered;
}

.form-summary {
    font: 80%/1.45em "Montserrat", Montserrat, Helvetica, Arial, sans-serif !important;
}

.ocorrencia-processada {
    color: deepskyblue !important;
}
div.ocorrencia-processada{
    background-color: deepskyblue !important;
}

.ocorrencia-processada-faturada {
    color: forestgreen !important;
}
div.ocorrencia-processada-faturada {
    background-color: forestgreen !important;
}

.ocorrencia-processada-previamente {
    color: orangered !important;
}
div.ocorrencia-processada-previamente {
    background-color: orangered !important;
}

.ocorrencia-documento-cancelado {
    color: burlywood !important;
}

div.ocorrencia-documento-cancelado {
    background-color: burlywood !important;
}

input[type="checkbox"] {
    border: 2px solid #05a8aa !important;
    outline: 0 !important;
    background: #05a8aa !important;
}

.rounded {
    border-radius: 4px !important;
}

.font-xxl {
    font-size: 2rem !important
}

.font-xxxl {
    font-size: 2.5rem !important
}

.font-xxxxl {
    font-size: 4rem !important
}

.form-control-straight {
    width: 100%;
    height: calc(1em + 1.3rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.svg-grid-row {
    height: 100% !important;
    display: block !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.user-image-header {
    align-self: center !important;
    height: 42px !important;
    border-radius: 15% !important;
}

.kt-header__topbar-icon {
    margin-right: 10px !important;
    margin-left: 10px !important;
    border: 1px solid #06c9c1 !important;
    border-radius:15% !important;
}

    .kt-header__topbar-icon:hover, .kt-header__topbar-icon:hover > span, .kt-header__topbar-icon:hover > .kt-svg-icon g [fill] {
        background-color: #06c9c1 !important;
        color: white !important;
        fill: white !important;
        transition:unset !important;
    }

.btn-header {
    padding: unset !important;
}

.kt-badge-custom-fit {
    height: 100% !important;
    width: 100% !important;
}

.kt-pulse__ring {
    border-color: rgba(248, 14, 78, 1) !important;
    -webkit-animation: kt-pulse 0.8s ease-out;
    animation: kt-pulse 0.8s ease-out !important;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite !important;
}

.squared-dropdown {
    border-radius: 0 !important;
}

.corta-palavras-grandes {
    word-break: break-word !important;
}

.gant-destails {
    background: #fff;
    display: inline-block;
    padding: 12px;
    min-width:300px;
}



.escondido {
    display: none !important;
}

.footer-cookies {
    position: fixed;
    bottom: 0;
    z-index:1111;
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0,0,0,.5) !important;
}

.error {
    color: rgb(253, 57, 122);
}

label.error {
    font-size: x-small !important;
}
.text-danger span {
    font-size: x-small !important;
}

.read-only {
    border: 1px solid #8684ae !important;
}

.imputacao-interno {
    color: forestgreen !important;
}
.imputacao-consumo {
    color: dodgerblue;
}
.imputacao-faturavel {
    color: orangered;
}

/*.ui-menu .ui-menu-item div {
    background-color: white !important;
}*/

.ui-menu .ui-menu-item div:hover {
    background-color: #dddfe8 !important;
    border:none;
}

.autocomplete-text {
    color: #48465b;
    font-size: 1.2rem;
    font-weight: 500;
}

.linha-total {
    background-color: #f1f0fc !important;
}


.observacoes-folhaobra {
    width: 100%;
    overflow-y: auto !important;
    font-size: smaller !important;
    border: 1px solid #ced4da !important;
    padding: 10px;
    color: #646c9a;
}
    .observacoes-folhaobra:focus {
        outline: none !important;
        border: 1px solid #3c81d8 !important;
        box-shadow: none !important;
    }

.btn-tab {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.btn-search {
    height: calc(1.3em + 1.05rem + 2px);
    font-size: 0.875rem
}


.btn-brand {
    background-color: #3c81d8 !important;
    border-color: #3c81d8 !important;
    color:white;
}

.btn-primary {
    background-color: #3c81d8 !important;
    border-color: #3c81d8 !important;
    color: white;
}

.btn-outline-brand {
    border-color: #3c81d8 !important;
    color: #3c81d8 !important;
}

    .btn-outline-brand:hover {
        background-color: #3c81d8 !important;
        border-color: #3c81d8 !important;
        color: white !important;
    }

.btn-cabecalho {
    padding: 0.35rem 1rem !important;
}
.btn-cabecalho-outline {
    padding: 0.35rem 1rem !important;
    color: #3c81d8 !important;
    border-color: #3c81d8 !important;
}

.btn-table {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.btn-utils-calendario {
    height: 1.5rem !important;
    color: white;
    border-color: rgb(226, 226, 226);
}

a, a:hover, a:visited, a:active {
    text-decoration: none;
}

.table-checkbox{
    margin:0px;
}

td > a {
    color: #646c9a !important;
}

.btn-acessorapido {
    background-color:#06c9c1;
    color:white;
}

.btn-acessorapido:hover {
    background-color: #06c9c1 !important;
    color: white !important;
}




.kt-menu__link:hover > span > .kt-svg-icon g [fill] {
    fill: #20a0d3 !important;
}
.kt-header .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon svg g [fill] {
    fill: #06c9c1;
}

.kt-menu__link:hover > span {
    color: #20a0d3 !important;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link:hover .kt-menu__link-icon {
    color: #20a0d3 !important;
}



.kt-menu__link:hover > span   {
    color: white !important;
}

.font-user-id {
    font-size:x-large;
    font-weight:500;
    color: #06c9c1;
}

.search-input {
    border-color: #3c81d8 !important;
}
    .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #3c81d8;
    }

    .search-input::-moz-placeholder { /* Firefox 19+ */
        color: #3c81d8;
    }

    .search-input:-ms-input-placeholder { /* IE 10+ */
        color: #3c81d8;
    }

    .search-input:-moz-placeholder { /* Firefox 18- */
        color: #3c81d8;
    }

.brand-claro {
    color: #3c81d8 !important;
}

.brand-escuro {
    color: #3c81d8 !important;
}

.texto-vertical-tarefa {
    font-size: 1rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    width:200px;
    transform-origin: 0 0;
    transform: rotate(-90deg);
}

.texto-data {
    color: #646c9a !important;
}

.texto-portlet-warning {
    color: rgba(0, 0, 0, 0.6) !important;
}

.ocorrencia-campos {
    border-bottom: 1px solid #f6f8fb !important;
}



.kt-portlet__head-icon > .kt-svg-icon g [fill] {
    fill: #3c81d8 !important;
}

.kt-portlet__head-icon > i:not(.texto-portlet-warning) {
    color: #3c81d8 !important;
}

.kt-portlet__head-label > h3:not(.texto-portlet-warning) {
    color: #3c81d8 !important;
}

.table.table-head-custom thead th {
    color:#777!important;
}

.fc-add-button {
    color: #06c9c1;
}

    .fc-add-button:hover {
        border-color: #0abb87;
        background-color: transparent;
        color: #06c9c1;
    }

.control-label-no-mb{
    margin-bottom: 0px !important;
}

