﻿h1, h2, h3, h4, h5 {
    color: #F26D24;
    text-transform: none;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span,
.page-wrapper .page-body-wrapper .page-title .row h3 {
    text-transform: none;
}

.hidden {
    display: none;
}

.cp {
    cursor: pointer;
}

.logo-wrapper {
    padding: 0 !important;
    text-align: center;
}

    .logo-wrapper img {
        max-width: 140px;
    }

.nav-tabs .nav-link {
    margin-left: 4px;
    text-transform: uppercase;
    border-left: solid 1px #ecf3fa;
    border-top: solid 1px #ecf3fa;
    border-right: solid 1px #ecf3fa;
}

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #F26D24 !important;
        background: #FBE9DE;
        border-left: solid 1px #FBE9DE;
        border-top: solid 1px #FBE9DE;
        border-right: solid 1px #FBE9DE;
        border-bottom: solid 1px #FBE9DE;
        text-transform: uppercase;
    }

.dropzone {
    border: 2px dashed #F26D24 !important;
    background: rgba(255, 242, 109, 0.1) !important;
}

.sidebar-links .icofont {
    font-size: 130%;
}

.line {
    margin: 30px 0;
    height: 2px;
    background: repeating-linear-gradient(to right, #f7f7f7 0, #f7f7f7 5px, transparent 5px, transparent 8px);
    width: 100%;
}

.card .card-header
.card-header-right i {
    color: #fff;
}

.card-header > span {
    font-size: 14px !important;
}

.form-select:disabled,
.form-control:disabled,
.form-control[readonly] {
    background-color: #f8f8f8 !important;
    color: #6c757d !important;
}

.theme-form input[type=text],
.theme-form input[type=email],
.theme-form input[type=search],
.theme-form input[type=password],
.theme-form input[type=number],
.theme-form input[type=tel],
.theme-form input[type=date],
.theme-form input[type=datetime-local],
.theme-form input[type=time],
.theme-form input[type=datetime-local],
.theme-form input[type=month],
.theme-form input[type=week],
.theme-form input[type=url],
.theme-form input[type=file],
.theme-form textarea,
.theme-form select {
    color: #000;
}

#export a {
    color: #F26D24;
    border: solid 1px #F26D24;
    background-color: #fff !important;
}

.user-image {
    width: 130px;
    margin: 0 auto;
    position: relative;
}

    .user-image .icon-wrapper {
        position: absolute;
        bottom: -20px;
        left: 110px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px;
        width: 40px;
        border-radius: 8px;
        background-color: #fff;
        cursor: pointer;
        overflow: hidden;
        margin: 0 auto;
        font-size: 17px;
        -webkit-box-shadow: 0 0 6px 3px rgb(68 102 242 / 10%);
        box-shadow: 0 0 6px 3px rgb(68 102 242 / 10%);
        top: 108px;
    }

    .user-image img {
        width: 130px !important;
        height: 130px !important;
    }

    .user-image img,
    .avatar-empty {
        width: 130px;
        height: 130px;
        border: dotted 2px #ced4da;
        border-radius: 8px;
    }

        .avatar-empty .fa {
            font-size: 50px;
            color: #ced4da;
            top: 40px;
            position: relative;
        }

.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    width: 220px;
}


.table th {
    background: #575757;
    color: #fff;
    font-size: 14px;
}

.table {
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
}

    .table tbody tr td {
        background: #fff;
    }

tr th {
    font-size: 16px;
    vertical-align: middle;
}

tr td {
    border-left: 2px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
}

.table-paging {
    margin-top: 30px;
}

    .table-paging tr td {
        border-left: none;
        border-right: none;
    }

    .table-paging table {
        border: 0;
    }

    .table-paging tr td a {
        padding: 8px 12px;
        background: #fff;
        color: #000;
        border-radius: 6px;
    }

        .table-paging tr td a.active {
            background: #f26d24;
            color: #fff;
        }

.table .icofont {
    font-size: 24px;
}

.table th a {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 8px;
    display: block;
    text-align: center;
    vertical-align: middle;
}

    .table th a i {
        top: 4px;
        position: relative;
        color: #575757;
    }

.mini-card {
    background: #F7F7F7;
    border-radius: 12px;
    min-height: 226px;
    padding: 20px;
}

    .mini-card .mini-card-label {
        color: #f26d24;
        display: block;
        font-weight: bold;
    }

    .mini-card .mini-card-text {
        color: #000;
    }

.fullrow-item {
    background: #f7f7f7;
    width: 100%;
    margin-bottom: 4px;
    padding: 20px;
}

.btn {
    border-radius: 10px;
    min-height: 40px;
}

    .btn i {
        margin-right: 6px;
    }

    .btn.btn-secondary {
        color: #F26D24 !important;
        border: solid 1px #F26D24 !important;
        background-color: #fff !important;
    }

.style-pfmo .card-header {
    background: #fff;
}

.accordeon {
    width: 100%;
    border: solid 1px #eee;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(230,230,230,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(230,230,230,1);
    box-shadow: 0px 0px 5px 1px rgba(230,230,230,1);
}

    .accordeon .accordeon-header {
        font-size: 16px;
        padding: 10px 20px;
    }

        .accordeon .accordeon-header img {
            border-radius: 8px;
        }

        .accordeon .accordeon-header .text {
            top: 6px;
        }

        .accordeon .accordeon-header .icon {
            top: 12px;
            font-size: 16px;
            display: block;
        }

    .accordeon .accordeon-body {
        display: none;
        background: #f7f7f7;
        padding: 20px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

        .accordeon .accordeon-body .line {
            background: #fff;
            height: 4px;
        }

    .accordeon .line {
        background: repeating-linear-gradient(to right, #fff 0, #fff 5px, transparent 5px, transparent 8px) !important;
    }

.indicador-meta {
    white-space: nowrap;
}

.metageral {
    
}

    .metageral > .icoFont {
        color: #f26d24;
    }

.modal-header {
    border-bottom: none;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 30px;
}

.modal-title {
    color: #5F5F5F;
    font-size: 16px;
}

.modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

.modal-footer {
    border-top: none;
    padding: 30px;
}

.modal-content {
    border-radius: 16px;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-link.active {
    background-color: #ffeee4;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li.sidebar-list:hover > a:hover {
    background-color: #ffeee4;
}

::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23F26D24" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.form-group-title {
    position: relative;
    display: inline-block;
}

    .form-group-title img {
        width: 32px;
        height: 32px;
    }

    .form-group-title span {
        font-size: 16px;
        font-weight: bold;
        color: #6D7278;
        margin-left: 6px;
        vertical-align: middle;
        position: relative;
    }

.card.no-shadow {
    -webkit-box-shadow: 0 0 4px #ecf3fa;
    box-shadow: 0 0 4px #ecf3fa;
}

@media only screen and (max-width: 991.98px) {
    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .back-btn {
        display: inline-block;
        float: none;
        font-size: 20px;
        right: -20px;
        position: relative;
        cursor: pointer;
    }

    .simplebar-content {
        margin-top: 20px;
    }
}

.profile-media img {
    width: 37px;
    height: 37px;
    border-radius: 5px;
}

.form-group-title i {
    font-size: 18px;
    color: #f26d24;
    vertical-align: middle;
}

    .form-group-title i + span {
        font-weight: normal;
    }

.elapse-time {
    font-size: 12px;
    color: #ced4da;
}

.btn-chart {
    border: solid 1px #D8D8D8;
    border-radius: 12px;
    font-size: 80%;
    background: #fff;
    padding: 4px 8px;
    color: #575757;
    min-width: 100%;
}

    .btn-chart.active {
        border: solid 1px #f26d24;
        color: #f26d24;
        background: #FEF0E6;
    }

.chart-container {
    padding: 40px 40px 0 40px;
}

    .chart-container > canvas {
        max-height: 500px
    }

.sidebar-list.selected > a {
    background-color: #ffeee4;
}

    .sidebar-list.selected > a > span {
        color: #f26d24 !important;
    }

.mql-realizacoes td {
    background-color: #fafafa !important;
}

.accordeon-header {
    cursor: pointer;
}

.alert.alert-info {
    background: #ffeee4;
    color: #000;
    border-color: #f5e5dc;
}

.page-wrapper .sidebar-main-title > div {
    background-color: white !important;
    padding: 10px 17px;
}

.page-wrapper .sidebar-main-title h6 {
    color: #000;
    font-size: 14px;
}


.sidebar-wrapper.close_icon .img-fluid {
    max-width: 28px;
}

.sidebar-wrapper.close_icon:hover .img-fluid {
    max-width: 140px;
}
