﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* ==== configuracao master page ==== */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden !important;
}

.cabecalhoYellow {
    color: #ffa726 !important;
}

.cabecalhoBackGround {
    background-color: #333;
}

.btn-primary {
    color: black !important;
}

.botaoHome > a > img {
    width: 90%;
    height: auto;
    padding: 40px 0;
}

.divHome {
    padding: -20px;
    background: url("/images/bg-home.png");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: auto;
}

@media (min-width: 768px) {
    .botaoHome > a > img {
        width: 70%;
        padding: 20px 0;
    }
    .divHome {
        padding-top: 50px;
    }
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.RowMargemOut {
    color: red;
}

.statusOrange {
    color: orange;
    float: right;
}

.statusGreen {
    color: green;
    float: right;
}

.statusGray {
    color: gray;
    float: right;
}

.linkBlack {
    color: black;
}

.linkBold {
    font: bold;
}

.searchRigth {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 10px !important;
}

.page-content {
    position: static;
    width: 100%;
    margin: 0;
    bottom: 0;
    top: 0;
    height: 100%;
}

.content-wrapper {
    height: 100%;
}

.container-fullHeight {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 100%;
}

    .container-fullHeight .mapContainer {
        position: static;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
    }

        .container-fullHeight .mapContainer .card {
            margin-bottom: 0;
        }

        .container-fullHeight .mapContainer .fullHeight {
            height: 100%
        }

/* ==== fim configuracao master page ==== */

/* ==== login ==== */

.loginCardContainer {
    max-width: 35rem;
}

.card.loginCard {
    background-color: rgba(255, 255, 255, 1);
}

/* ==== fim login ==== */

/* ==== menu lateral ==== */
.dropdown.no-arrow .dropdown-toggle::after,
.nav-sidebar.no-arrow a.nav-link::after {
    display: none;
}

.nav-sidebar.nav-sidebar-bordered .nav-item:not(.nav-item-header):first-child {
    padding-top: 0;
}

.nav-sidebar.nav-sidebar-bordered .nav-item:not(.nav-item-header):last-child {
    padding-bottom: 0;
}

.nav-sidebar .nav-item > .nav-link > span,
.nav-sidebar .nav-item > .nav-link {
    line-height: 2.1rem;
}

    .nav-sidebar .nav-item > .nav-link .media-body {
        line-height: 1.2rem;
    }

        .nav-sidebar .nav-item > .nav-link .media-body i {
            margin: 0;
        }

.nav-sidebar .nav-item-submenu > .nav-link:after {
    top: 1rem;
}

.nav-sidebar .nav-link i.fa-fw.fas {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-left: 0.4rem;
    margin-right: 1.6rem;
}

.nav-sidebar .nav-link i:not(.fas) {
    font-size: 1.4rem;
    margin-left: 0.4rem;
    margin-right: 1.6rem;
}

.nav-sidebar .nav-link.active i:not(.fas):before,
.nav-sidebar .nav-link.active i.fa-fw.fas:before,
.nav-sidebar a.nav-link.active  {
    color: #ffa726 !important;
}

.nav-sidebar .nav-item:not(.nav-item-open):hover > .nav-link:not(.active):not(.disabled),
.nav-sidebar .nav-item:not(.nav-item-open):focus > .nav-link:not(.active):not(.disabled) {
    color: black !important;
    background-color: #ffa726 !important;
}

.nav-sidebar .nav-item.nav-item-open:hover > .nav-link.active:not(.disabled),
.nav-sidebar .nav-item.nav-item-open:focus > .nav-link.active:not(.disabled) {
    background-color: #222 !important;
}

.sidebar-xs .sidebar-main .nav-sidebar > .nav-item-submenu > .nav-group-sub {
    position: fixed;
    left: 56px;
    top: 50px;
    bottom: 0;
    overflow-y: auto;
}

.sidebar-xs .sidebar-main .nav-sidebar > .nav-item-submenu > .nav-group-sub[data-submenu-title]:before {
    content: attr(data-submenu-title);
    display: block;
    padding: 0.95rem 1.25rem;
    padding-bottom: 0;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    opacity: 0.5;
}

.sidebar-xs .sidebar-main .nav-sidebar > .nav-item-submenu > .nav-group-sub[data-submenu-title]:before {
    padding: 0.79rem 1.25rem;
}

.sidebar-dark .nav-sidebar > .nav-item-open > .nav-link:not(.disabled),
.sidebar-dark .nav-sidebar > .nav-item > .nav-link.active {
    background-color: rgba(0,0,0,.15);
    color: #fff;
}

.sidebar-xs i.menu-icon,
.sidebar-toggled i.menu-icon {
    font-size: 1.4rem;
    vertical-align: sub;
}

.sidebar-xs .sidebar-main .nav-sidebar .nav-group-sub .nav-link {
    height: 57px;
}

.nav-sidebar .nav-item:not(.nav-item-header):first-child {
    padding-top: 0.5rem; 
}
.nav-sidebar .nav-item:not(.nav-item-header):last-child {
    padding-bottom: 0.5rem; 
}
.nav-sidebar .nav-item:not(.nav-item-divider) {
    margin-bottom: 0; 
    margin-top: 0;
}

/* .sidebar-xs .sidebar-main .nav-sidebar > .nav-item-submenu:hover > .nav-group-sub, 
.sidebar-xs .sidebar-main .nav-sidebar > .nav-item-submenu:focus > .nav-group-sub {
  display: none !important;
} */

/* ==== fim menu lateral ==== */

/* ==== cabecalho ==== */
.navbar .nav-item.logoMini,
.navbar .nav-item.logoFull {
    padding: 0 1rem;
}

    .navbar .nav-item.logoMini .nav-link,
    .navbar .nav-item.logoFull .nav-link {
        padding: 0.5rem 0;
    }

    .navbar .nav-item.logoMini img {
        width: 28px;
        height: auto;
    }

    .navbar .nav-item.logoFull img {
        width: auto;
        height: 28px;
    }

.dropdown-menu.bg-dark {
    background-color: #333 !important;
}

    .dropdown-menu.bg-dark a:hover,
    .dropdown-menu.bg-dark a:focus {
        background-color: #222;
    }

/* ==== fim cabecalho ==== */

/* ==== breadcrumb ==== */
.content-wrapper .page-header.sticky-top {
    z-index: 98;
}

.breadcrumb-line .breadcrumb-item {
    line-height: 2.8rem;
}

.breadcrumb-item {
    padding-top: 0;
    padding-bottom: 0;
}

    .breadcrumb-item i.promatix.fas {
        font-size: 1.3rem;
        vertical-align: sub;
    }
/* ==== fim breadcrumb ==== */

/* ==== cores de links e botões ==== */
a {
    color: #ffa726;
}

.paginate_button.current {
    color: black !important;
}

a:hover, a:focus {
    color: #ffa826d0;
}

.text-primary {
    color: #ffa726 !important;
}

.btn-primary {
    color: #fff;
    background-color: #ffa726;
    border-color: #cca726;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #ffa826d0;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ffa726;
    border-color: #cca726;
}

.btn-dark {
    color: #ffa726;
    background-color: #333;
}

    .btn-dark:hover, .btn-dark:focus {
        color: #ffa726;
        background-color: #444;
    }

.dataTables_paginate .paginate_button.current {
    color: #fff;
    background-color: #ffa726;
    border-color: #cca726;
}

    .dataTables_paginate .paginate_button.current:hover,
    .dataTables_paginate .paginate_button.current:focus {
        background-color: #ffa826d0;
    }

/* ==== fim cores de links e botões ==== */

/* ==== cards ==== */

.card-header i.promatix.fas {
    font-size: 2rem;
    vertical-align: middle;
}

/* ==== fim cards ==== */

/* ==== datatables ==== */

.dataTables_paginate .paginate_button.current:hover,
.dataTables_paginate .paginate_button.current:focus {
    background-color: #ffa826d0;
}

.fullHeight .dataTable.table-xs th,
.fullHeight .dataTable.table-xs td {
    padding: 0.4rem;
}

.fullHeight table.dataTable {
    margin: 0 !important;
    border: 0;
}

/* ==== fim datatables ==== */

/* ==== sidebar secondary - filtros ==== */

.sidebar-secondary > .sidebar-content > .card > .card-header {
    padding: 0.8rem 1.25rem;
}

/* ==== fim sidebar secondary - filtros ==== */

/* ==== miscelaneous ==== */

.cursor-pointer {
    cursor: pointer;
}

.form-row label {
    font-weight: 500;
}

.card-header.sticky-top {
    z-index: 98;
}

.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;
}

.field-validation-error .has-error {
    color: #f56954;
}

.field-validation-error {
    color: #f56954;
}

span.has-error {
    color: #f56954;
}


.bg-login-image {
    background-image: url("../images/BgLoginPromatixNovo.jpg");
    background-position: bottom;
    background-size: cover;
}

.bg-register-image {
    background: url("../images/bg-login.jpg");
    background-position: center;
    background-size: cover;
}

.bg-password-image {
    background: url("../images/bg-login.jpg");
    background-position: center;
    background-size: cover;
}

.align-self-center {
    align-self: center !important;
    text-align: center;
}

body.sidebar-toggled .tooltipMenu span {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 110%;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

    body.sidebar-toggled .tooltipMenu span:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #555 transparent transparent;
    }

body.sidebar-toggled .tooltipMenu:hover span {
    visibility: visible;
    opacity: 1;
}

.sidebar.toggled {
    overflow: visible;
    width: 4rem !important;
}

    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: 0.5rem 0.75rem;
        width: 4rem;
    }

        .sidebar.toggled .nav-item .nav-link i {
            margin-right: 0;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 1.3rem;
        }

@media (min-width: 1200px) {
    .dashboard .col-xl-1 {
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
}

.dashboard a:hover {
    text-decoration: none;
}

.form-control.noReadOnly[readonly] {
    background-color: #fff !important;
}

#previstoRealizado_Mapa {
    width: 100%;
    height: 450px;
}

.dt-botao-2 {
    width: 60px;
}

.custom-control-input.bg-previsto:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #FF0000;
    background-color: #FF0000;
}

.custom-control-input.bg-realizado:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0000FF;
    background-color: #0000FF;
}

.custom-control-input.bg-posicoes:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00FF00;
    background-color: #00FF00;
}

.custom-control-input.bg-pontoRef:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #FFA500;
    background-color: #FFA500;
}

.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.has-fixed-height {
    height: 300px; 
}

.has-fixed-height2 {
    height: 130px; 
}

.col-xl-tagFiltro {
    flex: 0 0 12% !important;
    max-width: 12% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.col-xl-tagFiltro.first {
    padding-left: 15px !important;
}