﻿.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var( --mainColor) !important;
    border-color: #727373 !important;
}

.notificacao-ico {
    margin-right: 10px;
    color: red;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.notificacao-span {
    color: black;
    margin-left: 10px;
}

/*.card {
    border-radius: 12px !important;
    box-shadow: 0 0px 10px 3px rgba(0,0,0,.15);
    background-color: #fff;
    color: #252422;
    position: relative;
    border: 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    transition: box-shadow .2s ease,-webkit-transform .3s cubic-bezier(.34,2,.6,1);
    transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease;
    transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease,-webkit-transform .3s cubic-bezier(.34,2,.6,1);
}

.card-stats .card-body {
    padding: 15px 15px 0;
}

.card .card-body {
    padding: 15px 15px 10px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-stats .icon-big {
    font-size: 3em;
    min-height: 64px;
}*/

.text-center {
    text-align: center !important;
}

/*.card-stats .icon-big i {
    line-height: 59px;
}

.card-stats .icon-big {
    font-size: 3em;
    min-height: 64px;
}

.card-stats .card-body .numbers {
    text-align: right;
    font-size: 2em;
}

.card .numbers {
    font-size: 2em;
}

.card-stats .card-body .numbers .card-category {
    color: #9a9a9a;
    font-size: 13px;
    line-height: 1.4em;
}

.card-stats .card-body .numbers p {
    margin-bottom: 0;
}*/
/*
.card-category {
    font-size: 1em;
}*/

.card-stats .card-body .numbers p {
    margin-bottom: 0;
}

.card-title {
    font-size: 1.3vw;
}

/*.card-mini-title2 {
    font-size: 13px;
}

.card-mini-title {
    font-size: 1vw;
}*/

.card-stats .card-footer {
    padding: 0 15px 15px;
}

.card .card-footer {
    background-color: initial;
    border: 0;
}

.content {
    margin: 10px;
}

/*.card-category, .category {
    text-transform: capitalize;
    font-weight: 400;
    color: #9a9a9a;
    font-size: .7142em;
}*/

mark,
.mark {
    padding: 0 !important;
    background-color: #e9e9e9 !important;
    color: orangered !important;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.nc-icon {
    display: inline-block;
    font: normal normal normal 13px/1 nucleo-icons;
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card-stats .card-footer .stats {
    color: #9a9a9a;
}

.card .card-footer .stats i {
    margin-right: 5px;
    position: relative;
    top: 0;
    color: #66615b;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: bold;
    margin-right: 30px;
}

.table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: 1px solid #efefef;
    padding: 0.5em 0;
    margin: 5px;
}

.table.dataTable > tbody > tr.child ul.dtr-details {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

.text-allign-center {
    text-align: center;
}

.panel-heading {
    background-color: #464848;
    border-color: #ddd;
    color: white;
}

.totais-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.dashboard-totais .wrapper p {
    margin-bottom: 0;
    line-height: 1;
}

    .dashboard-totais .wrapper p:first-child {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 30px;
    }

    .dashboard-totais .wrapper p:last-child {
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 20px;
        color: #aab2bd;
    }

.dashboard-totais .wrapper.icon-circle {
    width: 73px;
    height: 73px;
    border-radius: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    margin-right: 15px;
}

    .dashboard-totais .wrapper.icon-circle i {
        font-size: 1.6rem;
        color: #ffffff;
    }

.totais {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .totais > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .totais > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .totais > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.modalConfiguracoes_nãoParemetrizadas {
    z-index: 1;
    position: absolute;
    padding: 15px 0;
    background-color: #d9d9d9 !important;
    border-radius: 10px;
    top: 35%;
    right: 40%;
    left: 40%;
    display: none;
    box-shadow: rgb(78, 66, 66) -2px 2px 9px 1px;
}

.isDisabled {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

    .isDisabled > a {
        color: currentColor !important;
        display: inline-block; /* For IE11/ MS Edge bug */
        pointer-events: none;
        text-decoration: none !important;
    }

button.isDisabled:hover {
    cursor: not-allowed !important;
    color: currentColor !important;
    display: inline-block; /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none !important;
}

/*Tooltip*/
.tooltip_Marcacoes {
    position: relative;
    display: inline-block;
}

    .tooltip_Marcacoes .tooltiptext_Marcacoes {
        visibility: hidden;
        width: 290px;
        top: 45%;
        left: 165%;
        margin-left: -60px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip_Marcacoes:hover .tooltiptext_Marcacoes {
        visibility: visible;
    }

.tooltip_Marcacoes2 {
    position: relative;
    display: inline-block;
}

    .tooltip_Marcacoes2 .tooltiptext_Marcacoes2 {
        visibility: hidden;
        width: 222px;
        top: -120%;
        left: 137%;
        margin-left: -60px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip_Marcacoes2:hover .tooltiptext_Marcacoes2 {
        visibility: visible;
    }

.tooltip_Marcacoes3 {
    position: relative;
    display: inline-block;
}

    .tooltip_Marcacoes3 .tooltiptext_Marcacoes3 {
        visibility: hidden;
        width: 290px;
        left: -15px;
        margin-left: -60px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 27px;
    }

    .tooltip_Marcacoes3:hover .tooltiptext_Marcacoes3 {
        visibility: visible;
    }


.hoverButtonsTooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .hoverButtonsTooltip .hoverButtonsTooltipText {
        visibility: hidden;
        width: 152px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 1;
        bottom: -110%;
        left: 50%;
        margin-left: -20px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .hoverButtonsTooltip .hoverButtonsTooltipText::after {
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .hoverButtonsTooltip:hover .hoverButtonsTooltipText {
        visibility: visible;
        opacity: 1;
    }

/*Css comum ao presente no LoginProperties.cs para a modal de trocar a entidade*/
/*.login-form {
    background: #f3f3f3;
    padding: 30px 30px 15px 30px;
    -webkit-border-radius: 6px;
    border-radius: 6px;*/
    /*border: 1px solid #965F06;*/
    /*-moz-border-radius: 6px;
    -moz-box-shadow: 0px 1px 7px 2px rgba(000,000,000,0.5), inset 1px 2px 0px rgba(255,255,255,0.4);
    -webkit-box-shadow: 0px 1px 7px 2px rgba(000,000,000,0.5), inset 1px 2px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 1px 7px 2px rgba(000,000,000,0.5), inset 1px 2px 0px rgba(255,255,255,0.4);
}

.lang-select {
    padding: 2px 10px !important;
    background: #f3f3f3 !important;
    border: none !important;
}

.flag-mini {
    margin: 5px !important;
    height: 16px !important;
}*/
