﻿/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/* ==========================================================================
   Css para graficos pagina Layout - Amcharts, chart js, apex 
   ========================================================================== */

.heightGrafico {
}

#radial-bar-chart {
    width: 100%;
    height: 472px;
}

#chartLine {
    width: 100%;
    height: 460px;
}

#ColumnSeries {
    width: 100%;
    height: 460px;
}

#chartPie {
    width: 100%;
    height: 460px;
}

/* ==========================================================================*/

/* ==========================================================================
   Ajuste polita e  termo do rodape, css personalizados para ajuste direto
   ========================================================================== */
.modal-dialog-alerta-termo {
    position: fixed;
    bottom: -11px;
    left: 3px;
    width: 100%;
    height: 81px;
   /*background-color: #f1f1f1;*/    
    background-color: ghostwhite;
    z-index: 9999;
}
.modal-content-center {
    display: flex;
    flex-direction: initial;
    align-items: center;
    text-align: center;

    position: absolute;
    left: 400px;
    right: 0;
}




body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation .botaoMenuDashboard li.menu-collapsed-open {
    background: rgba(90, 141, 238, 0.2) !important;
}

.main-menu, .navigation {
    background: #ffffff !important;
}

.logo-texto {
    color: #272d36;
    padding-left: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.04rem;
    font-size: 1.5rem;
    float: left;
    animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

.text-sc {
    text-transform: none !important;
}

.main-menu.menu-light .navigation > li.nav-item.open > a, .main-menu.menu-light .navigation > li.nav-item.sidebar-group-active > a {
    /*color: #5A8DEE !important;*/
    font-weight: 600;
}

.btn-destaque {
    box-shadow: 0 1px 20px 1px #87e0b4 !important
}

    .btn-destaque:hover {
        box-shadow: none !important
    }

.content-header-title {
    color: #475F7B;
    margin-right: 1rem;
    border-right: 1px solid #828D99 !important;
}


.datatbl {
    font-size: 0.8em;
}

.icontbl {
    font-size: 2.0em;
}

.alinks {
    text-decoration: underline;
}

.label-field {
    color: #475F7B;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0.2rem;
}

.bg-filters {
    background-color: #ffffff;
    /*box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13) !important;*/
}

.icon-status {
    font-size: 1.8rem;
    margin-left: 0.6rem;
}

.icon-external-link {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.table {
    border-bottom: 2px solid #DFE3E7;
}

span.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #DFE3E7 !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #DFE3E7 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: relative !important;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
    border-radius: 4px;
    border: 1px solid #DFE3E7 !important;
}
    .ms-options-wrap > button:after {
        border: 4.5px solid rgba(0, 0, 0, 0) !important;
        border-top-color: #b1adad !important
    }

.main-menu .navbar-header .navbar-brand .brand-logo .logo {
    left:0px;
}

@media(max-width: 600px) {
    .btn-sm-block{
        width: 100%;
        margin-bottom: 5px;
    }
}

.alert {
    margin-bottom:0px !important;
}
@charset "UTF-8";

/* ==========================================================================
   Nestable
   ========================================================================== */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 19px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #d8e2e7;
    background: #fff;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    cursor: move;
}

    .dd-handle:hover {
        color: #fff;
        background: #00a8ff;
        border-color: #00a8ff;
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-';
    }

    .dd-item > button.hover {
        color: #fff;
    }

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #e4f6fe;
    border: 1px dashed #00a8ff;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
    opacity: .8;
    list-style: none;
}

    .dd-dragel li {
        list-style: none;
    }

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-item > button {
        display: none;
    }

    .dd-dragel .dd-handle {
        line-height: 20px;
        min-height: 30px;
        padding: 5px 10px;
    }

.dd-green .dd-handle:hover {
    background-color: #46c35f;
    border-color: #46c35f;
}

.dd-green .dd-placeholder,
.dd-green .dd-empty {
    background-color: #edf9ee;
    border-color: #46c35f;
}

.dd-purple .dd-handle {
    border-color: #eee2fc;
    background-color: #eee2fc;
}

    .dd-purple .dd-handle:hover {
        background-color: #ac6bec;
        border-color: #ac6bec;
    }

.dd-purple .dd-placeholder,
.dd-purple .dd-empty {
    background-color: transparent;
    border-color: #ac6bec;
}

.dd-grey .dd-handle {
    background-color: #d8e2e7;
}

    .dd-grey .dd-handle:hover {
        background-color: #919fa9;
        border-color: #919fa9;
    }

.dd-red .dd-handle {
    border-color: #ffd8d9;
    background-color: #ffd8d9;
}

    .dd-red .dd-handle:hover {
        background-color: #fa424a;
        border-color: #fa424a;
    }

.dd-red .dd-placeholder,
.dd-red .dd-empty {
    background-color: transparent;
    border-color: #fa424a;
}

.dd-aquamarine .dd-handle {
    border-color: #d1f0eb;
    background-color: #d1f0eb;
}

    .dd-aquamarine .dd-handle:hover {
        background-color: #21a788;
        border-color: #21a788;
    }

.dd-aquamarine .dd-placeholder,
.dd-aquamarine .dd-empty {
    background-color: transparent;
    border-color: #21a788;
}

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #d8e2e7;
    background: #fff;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

    .dd3-item > button.hover {
        color: #343434;
    }

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: move;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #d8e2e7;
    background: #d8e2e7;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #6c7a86;
}

    .dd3-handle:before {
        font-family: "startui" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        position: relative;
        top: -0.15em;
        content: "\2630";
        display: block;
        position: absolute;
        left: 0;
        top: -1px;
        width: 100%;
        text-align: center;
        text-indent: 0;
        font-size: 1rem;
        line-height: 30px;
    }

    .dd3-handle:hover {
        background: #00a8ff;
    }

        .dd3-handle:hover + .dd3-content {
            border-color: #00a8ff;
        }

.dd3-blue .dd3-content {
    border-color: #cbeefe;
}

.dd3-blue .dd3-handle {
    background-color: #cbeefe;
    border-color: #cbeefe;
    color: #00a8ff;
}

    .dd3-blue .dd3-handle:hover {
        background-color: #00a8ff;
        border-color: #00a8ff;
        color: #fff;
    }

.dd3-blue .dd-placeholder,
.dd3-blue .dd-empty {
    background-color: transparent;
}

.dd3-orange .dd3-content {
    border-color: #f29824;
}

.dd3-orange .dd3-handle {
    background-color: #f29824;
    border-color: #f29824;
    color: #fff;
}

    .dd3-orange .dd3-handle:hover {
        background-color: #fa424a;
        border-color: #fa424a;
    }

        .dd3-orange .dd3-handle:hover + .dd3-content {
            border-color: #fa424a;
        }

.dd3-orange .dd-placeholder,
.dd3-orange .dd-empty {
    background-color: transparent;
    border-color: #fa424a;
}

.countDown__interval_basic_cont_description {
    font-size: 1em !important;
    font-weight: normal !important;
    font-family: "Rubik", Helvetica, Arial, serif;
}

.countDown__digit_cont {
    height:1.5em !important;
}