﻿@media (min-width: 640px) {
    html {
        font-size: 0.65em;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 0.50em;
    }

    [data-type='panel'].col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .dt-buttons
    {
        display: none;
    }

}

/*******************************
            Global
*******************************/

html,
body {
    font-size: 0.85em;
    background-color: #FFFFFF !important;
    /*font-family: "Roboto light", sans-serif !important;*/
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-family: "Open Sans", sans-serif !important;*/
    margin: 0px;
    padding: 0px;
    color: #555555;
    min-width: 320px;
    /*overflow-x: hidden;*/
}

/*
.container-fluid {
    overflow: auto !important;
    height: -webkit-fill-available;
}
*/

.dashboard-main {
    /*padding-top: 15px;*/
    /*overflow: hidden !important;*/
}

.visoes {
    padding-top: 15px;
}
.wd-row {
    padding-top: 15px;
}
.wd-all-alert .alert:first-child {
    margin-top: 15px;
}

#modal-sub-Generic {
    z-index: 1042 !important;
}

.divContent {
    margin-top: 30px;
    margin-left: 58px;
    height: 100%;
}

@media screen and (max-width: 812px) {
    /*.dashboard-main {
        margin: 0 auto;
        padding: 15px 0px 60px 0px;
        font-size: 70%;
    }*/
    .visoes {
        margin: 0 auto;
        padding: 15px 0px 60px 0px;
        min-height: 100vh;
    }

    .divContent {
        margin-top: 40px;
        height: 100%;
        margin-left: 0px;
    }
}



#menuHeader {
    width: 100%;
    height: 40px;
    background-color: white;
}

#navbar-top {
    height: 48px;
}

#div-manter {
    /*overflow: hidden !important;*/
}

.menu-fixo {
    position: fixed !important;
    top: 0;
    padding-right: 20px;
    z-index: 39;
}

.menu-fixo-rodape {
    position: fixed !important;
    bottom: 10px;
    width: 100%;
}
/*******************************
            Global
*******************************/

.wd-form-title {
    font-size: 1.4em;
    border-left: 5px solid #086c00;
    border-bottom: 2px solid #ccc;
    color: #666;
    padding: 10px 0 10px 10px;
    margin: 0px 0 20px 0;
}

.wd-form-subtitle {
    font-size: 1.2em;
    border-bottom: 3px solid #ccc;
    color: #666;
    padding: 10px 0 10px 10px;
    margin: 0px 0 20px 0;
}

.main {
    /*background-color: #FFFFFF;*/
    display: block;
    min-height: 100vh;
    min-height: -webkit-calc(100vh - 221px);
    min-height: -moz-calc(100vh - 221px);
    min-height: calc(100vh - 221px);
    position: relative;
    width: 100%;
}

.pre-header {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    padding: 10px;
}

.gmaps img {
    max-width: none !important;
}
/* Menu Adiministração */
.menu-panel-admin {
    overflow-y: auto;
    height: 160px;
}

/* Dashboard */

#Thubnail-Paineis {
    height: 270px;
}

    #Thubnail-Paineis h5 {
        height: 30px;
    }

.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    clear: both;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}

.widget-title {
    background-color: #efefef;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 );
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
}

    .widget-title span.icon {
        border-left: 1px solid #cdcdcd;
        padding: 9px 10px 7px 11px;
        float: right;
    }

    .widget-title h5 {
        color: #666666;
        text-shadow: 0 1px 0 #ffffff;
        float: left;
        font-size: 12px;
        font-weight: bold;
        padding: 12px;
        line-height: 12px;
        margin: 0;
        width: 60%;
    }

.widget-title-option {
    border-right: 1px solid #cdcdcd;
    padding: 7px 10px 7px 11px;
    float: left;
}

.widget-content {
    padding: 12px 15px;
    border-bottom: 1px solid #cdcdcd;
    min-height: 30px;
}

.table {
    margin-bottom: 0px !important;
}

.table.table-sm {
    font-size: 0.95em;
}

.table-nowrap {
    max-width: none;
    word-wrap: break-word;
}

    .table-nowrap th tr td {
        text-wrap: none;
    }

.table-noborder > tbody > tr > td, .table-noborder > tbody > tr > th, .table-noborder > tfoot > tr > td, .table-noborder > tfoot > tr > th, .table-noborder > thead > tr > td, .table-noborder > thead > tr > th {
    border: 0 !important;
}

.table th:hover {
    text-decoration: underline;
    cursor: pointer;
}
/*.row h4 {padding-bottom: 10px; border-bottom: solid 2px gray;}*/
.background-white {
    background-color: #fff;
}

.remove-margin-top {
    margin-top: 0px;
}

.remove-margin-bottom {
    margin-bottom: 0px;
}

.remove-margin-right {
    margin-right: 0px;
}

.remove-margin-left {
    margin-left: 0px;
}

.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

.bs-callout-sm {
    padding: 5px 20px;
}

.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.bs-callout-secondary {
    background-color: #f2f2f2;
    border-color: #b3b3b3;
}

.controller-sortable {
    min-height: 20px;
}

.controller-sortable-header {
}

.controller-sortable-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 40px;
    opacity: 0.5;
    background-color: #f8f8f8;
    border-radius: 3px;
}

.cursor-move {
    cursor: move;
}

.modal {
    z-index: 1041 !important;
    overflow: auto;

}

.modal-xg {
    width: 98%;
    min-height: 98%;
}

    .modal-xg.modal-content {
        height: 100%; /* = 100% of the .modal-dialog block */
    }

    .modal-xg.modal-dialog {
        margin: 1% !important;
    }

    .modal-xg .modal-body {
        max-height: 100% !important;
    }

.modal-content {
    border-radius: 0 !important;
    border: none !important;
}

.modal-body {
    min-height: 100px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    background-color: #FFF !important;
}

.modal-header {
    background-color: #555;
    color: #FFF;
    border: none !important;
    padding: 10px 15px !important;
}

.modal-footer {
    background-color: #EEE !important;
    padding: 10px 15px !important;
}

.huge {
    font-size: 40px;
}

.fa-5x {
    font-size: 5em;
}

.blockquote-warning {
    border-left: 5px solid #fcf8e3;
}

.blockquote-info {
    border-left: 5px solid #d9edf7;
}

.blockquote-danger {
    border-left: 5px solid #f2dede;
}

.blockquote-success {
    border-left: 5px solid #dff0d8;
}

.link-details-PF {
    cursor: pointer;
}

.default {
    background-color: white
}
/* Footer */
.footer {
    border-top: 5px solid #428bca;
    background: #3b3b3b;
    padding-top: 30px;
    /*padding-bottom: 30px;*/
    margin-top: 10px;
    clear: both;
    color: #aaa;
}

    .footer li {
        padding: 7px 0;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
        margin: 0px 0px;
    }

    .footer a {
        color: #aaa;
    }

.widgetFooter {
    padding-bottom: 0px;
}

.widget ul {
    padding: 0;
    margin: 0;
}

    .widget ul li {
        padding: 5px 0;
        list-style: none;
    }

.sub-floor {
    color: #aaa;
    background: #292929;
    padding: 10px 0;
    margin-top: 20px;
}

.vertical-align-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.btn-circle {
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
    border-radius: 3px;
}

.portlet {
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0px;
    border: solid 1px #ddd;
}

    .portlet.portlet-success > .portlet-title {
        background-color: #dff0d8 !important;
        color: #3c763d !important;
    }

    .portlet.portlet-warning > .portlet-title {
        background-color: #fcf8e3 !important;
        color: #8a6d3b !important;
    }

    .portlet.portlet-danger > .portlet-title {
        background-color: #f2dede !important;
        color: #a94442 !important;
    }

    .portlet.portlet-info > .portlet-title {
        background-color: #d9edf7 !important;
        color: #31708f !important;
    }

    .portlet.portlet-primary > .portlet-title {
        background-color: #337ab7 !important;
        color: #FFF !important;
    }

    .portlet > .portlet-body {
        clear: both;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -ms-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        
    }

    .portlet > .portlet-title {
        min-height: 38px;
        border-bottom: 1px solid #eee;
        padding: 0;
        /*-webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;*/
        background-color: #E9E9E9;
        color: #333;
    }

        .portlet > .portlet-title > .caption {
            float: left;
            display: inline-block;
            font-size: 1em;
            line-height: 18px;
            padding: 10px 0;
            margin-left: 8px;

            width: 60%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .portlet > .portlet-title > .tools {
            float: right;
            display: inline-block;
            padding: 8px 8px 8px 0;
        }

    .portlet > .portlet.box.blue-madison > .portlet-title {
        border: 1px solid #7ca7cc;
        border-top: 0;
    }

    .portlet > .portlet.box.blue-steel > .portlet-title {
        background-color: #4B77BE;
    }

    .portlet > .portlet.box.green-haze > .portlet-title {
        border: 1px solid #67c6bf;
        border-top: 0;
    }

    .portlet > .portlet.box.red-sunglo > .portlet-title {
        background-color: #E26A6A;
    }

    .portlet.light {
        /*padding: 3px 12px 3px 12px;*/
        background-color: #fff;
    }

        .portlet.light .portlet-body {
            padding: 5px;
        }

        .portlet.light > .portlet-title > .actions .btn-icon-only {
            height: 27px;
            width: 27px;
        }


.portlet-fullscreen {
    display: block;
    z-index: 1031;
    position: fixed;
    width: calc(100% - 56px) !important;
    height: calc(100% - 56px) !important;
    top: 56px;
    right: 0;
    left: 56px;
    bottom: 0;
    overflow: auto;
}

@media (max-width: 767px) {
    .portlet-fullscreen {
        display: block;
        z-index: 1031;
        position: fixed;
        width: 100%;
        height: calc(100% - 120px);
        top: 56px;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: auto;
    }
}
        


.margemDemanda {
    margin-bottom: -3px;
    margin-top: -2px;
}

.labelDemanda {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-top: 6px
}

.table td.pk, .table th.pk {
    width: 2%;
    text-align: center;
}

.table td.ativo, .table th.ativo {
    width: 1%;
    text-align: center;
}

.navbar-center {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
}

.cursor-hand {
    cursor: pointer;
}

.ul-menu {
    padding: 0;
}

    .ul-menu li {
        list-style: none;
        padding: 5px 4px;
    }

    .ul-menu a {
        text-decoration: none;
    }

.ui-datepicker {
    z-index: 1151 !important;
}

.fullscreen {
    position: fixed;
    z-index: 9999;
    overflow-x: hidden;
    top: 0;
    left: 0;
    /*width: 99.75%;
    height: 99.75%;
    margin-left: 0.25%;
    margin-top: 0.25%;*/
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

#div-fullscreen {
    display: none;
    position: fixed;
    background: #000;
    border: 5px #000 solid; /* Reset default border */
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
}

.navbar-red {
    color: #FFFFFF;
    background-color: #CC0000;
}

.wd-form {
    margin-top: 10%;
}

    .wd-form .img-background {
        position: fixed;
        width: 100%;
        height: 100%;
        -ms-opacity: 0.2;
        opacity: 0.2;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }

    .wd-form .wd-form-left {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }

        .wd-form .wd-form-left img {
            margin-top: 15%;
            width: 45%;
        }

    .wd-form .wd-form-right {
        background-color: #fff;
        z-index: 1049;
        padding: 30px;
        border: 2px solid #ccc;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }

    .wd-form .separate-line {
        height: 200px;
        border-right: 2px solid #ccc;
    }

.wd-list-group-item-reduzido {
    padding: 8px 10px 0px 10px !important;
}

.datepicker {
    z-index: 1151 !important;
}

fieldset > legend {
    padding-bottom: 8px;
}

div.dt-button-info {
    position: relative;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: white;
    border: 2px solid #111;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

    div.dt-button-info h2 {
        padding: 0.5em;
        margin: 0;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        background-color: #f3f3f3
    }

    div.dt-button-info > div {
        padding: 1em
    }

button.dt-button, div.dt-button, a.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 10px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.00em;
    text-align: center;
    width: 18px;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    padding: 3px 8px;
}

div.dt-buttons {
    /*position: relative;
    float: right;
    margin-bottom: 1em;*/
    position: absolute;
    margin-bottom: 1em;
    right: 0;
    margin-right: 15px;
}

a.buttons-chart {
    background: url('https://assets.webdecisor.com.br/content/Images/Icons/icon-chart-datatable.png') no-repeat center right;
}

a.buttons-chart:hover {
    background: #f0f0f0 url('https://assets.webdecisor.com.br/content/Images/Icons/icon-chart-datatable.png') no-repeat center right;
}

a.buttons-excel {
    background: url('https://assets.webdecisor.com.br/content/Images/Icons/icon-excel-datatable.png') no-repeat center right;
}

a.buttons-excel:hover {
    background: #f0f0f0 url('https://assets.webdecisor.com.br/content/Images/Icons/icon-excel-datatable.png') no-repeat center right;
}

a.buttons-print {
    background: url('https://assets.webdecisor.com.br/content/Images/Icons/icon-print-datatable.png') no-repeat center right;
}

a.buttons-print:hover {
    background: #f0f0f0 url('https://assets.webdecisor.com.br/content/Images/Icons/icon-print-datatable.png') no-repeat center right;
}

#nav-menu-completo {
    margin-bottom: 0px;
}

.text-strong {
    font-weight: 700;
}

.text-brown {
    color: #79391d;
}

.table-highcharts-tooltip {
}

    .table-highcharts-tooltip td:first-child {
        font-weight: 700;
    }

    .table-highcharts-tooltip td:last-child {
        text-align: right;
    }


.ul-resposive {
    list-style-type: none;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}

.wd-filter-leftside {
    position: fixed;
    top: 55px;
    right: 0px;
    z-index: 999;
    min-height: 20vh;
    /*max-height: 80vh;*/
    overflow-y: auto;
    padding-right: 0px !important;
}

    .wd-filter-leftside .panel-heading {
        padding: 10px 10px;
    }

    .wd-filter-leftside .panel-body {
        padding: 0;
    }

    .wd-filter-leftside .list-group {
        margin: 0;
    }

    .wd-filter-leftside .list-group-item {
        -ms-border-radius: 0;
        border-radius: 0;
    }

.wd-filter-footer-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.wd-filter-leftside-item {
    margin-left: 15px;
}

.wd-filter-content-header {
    font-size: 1.2em;
    font-weight: 700;
    border-bottom: 2px solid #DDD;
    color: #BBB;
    border-right: 2px solid #DDD;
}

.tab-pane {
    min-height: 20vw;
}

.wd-progress-thin {
    border-radius: 0;
    position: fixed;
    height: 5px;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: transparent;
    /*height: 20px;
    margin-top: 10px;
    margin-bottom: 0px;*/
}

.btn-black {
    color: #FFF;
    background-color: #222;
    border-color: #333;
}

    .btn-black:focus,
    .btn-black.focus {
        color: #FFF;
        background-color: #000;
        border-color: #FFF;
    }

    .btn-black:hover {
        color: #FFF;
        background-color: #000;
        border-color: #FFF;
    }

.btn-grey {
    background-color: #878e91;
    border-color: #878e91;
    color: #fff !important;
}

    .btn-grey:hover,
    .btn-grey:focus,
    .btn-grey:active,
    .btn-grey.active {
        background-color: #7a8185;
        border-color: #6e7477;
    }

    .btn-grey.disabled:hover,
    .btn-grey.disabled:focus,
    .btn-grey.disabled:active,
    .btn-grey.disabled.active,
    .btn-grey[disabled]:hover,
    .btn-grey[disabled]:focus,
    .btn-grey[disabled]:active,
    .btn-grey[disabled].active,
    fieldset[disabled] .btn-grey:hover,
    fieldset[disabled] .btn-grey:focus,
    fieldset[disabled] .btn-grey:active,
    fieldset[disabled] .btn-grey.active {
        background-color: #878e91;
        border-color: #878e91;
    }


.btn-purple {
    color: #FFF;
    background-color: #8927b6;
    border-color: #333;
}

    .btn-purple:focus,
    .btn-purple.focus {
        color: #FFF;
        background-color: #6c228e;
        border-color: #8927b6;
    }

    .btn-purple:hover {
        color: #FFF;
        background-color: #6c228e;
        border-color: #FFF;
    }

.nav.nav-tabs li {
}

.logo-wd-text {
    color: #f6f6f6;
    font-size: 1em;
}

#form-Filtro-IndexConfirm .form-group {
    margin-bottom: 4px;
}

#div-dashboard {
    margin-top: 55px;
}

.dataTables_filter input[type='search'] {
    margin-left: 5px;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.panel-info-busca {
    padding: 1px 1px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 100px;
    padding-left: 20px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding-left: 15px;
    margin-left: 10px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.modal > .ui-autocomplete {
    z-index: 1050 !important;
}

    .ui-autocomplete > li > div {
        display: block;
        padding: 30px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

.min-column {
    width: 1% !important;
    white-space: nowrap;
    padding-right: 5px !important;
}

.packery-drop-placeholder {
    outline: 3px dashed #444;
    outline-offset: -6px;
    /* transition position changing */
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

* html .ui-autocomplete {
    height: 300px;
}

.portlet-fullscreen {
    display: block;
    z-index: 1031;
    position: fixed;
    width: calc(100% - 56px);
    height: calc(100% - 56px);
    top: 56px;
    right: 0;
    left: 56px;
    bottom: 0;
    overflow: auto;
}

@media (max-width: 767px) {
    .portlet-fullscreen {
        display: block;
        z-index: 1031;
        position: fixed;
        width: 100%;
        height: calc(100% - 56px);
        top: 56px;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: auto;
    }
}

.glyphicon-refresh-animate {
    -animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.card-painel-add {
    height: 300px;
}

.media-photo {
    width: 30px;
    height: 30px;
    margin: 0 8px;
}

.media-title-center {
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 8px;
    margin-left: 3px;
}

.panel-orange .panel-heading {
    background-color: #cb5d00;
    color: #fff;
}

.panel-grey .panel-heading {
    background-color: #555;
    color: #fff;
}


.badge {
	display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 6px;
    border: 1px solid transparent;
    min-width: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 99999px;
}

    .badge:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverted {
    background-color: #333333;
}

    .badge-inverted:hover {
        background-color: #1a1a1a;
    }

.bg-grey {
    background-color: #fbff93;
}

.bg-light {
    background-color: #e8e8e8;
}

.media-ranking {
    padding: 5px 0;
    margin: 5px 0;
    cursor: pointer;
    border-left: 4px solid #fff;
}

    .media-ranking:hover {
        border-left: 4px solid #333;
    }

.border-left-warning {
    border-left: 4px solid #f89406;
}

.border-left-info {
    border-left: 4px solid #3a87ad;
}

.alert-black {
    color: #FFF;
    background-color: #222;
    border: 2px #111 solid;
}

.alert-primary {
    color: #FFFFFF;
    background-color: #0a108a;
}

.alert-light {
    color: #888;
    background-color: #ccc;
    border: 2px #bbb solid;
}

.alert.alert-sm {
    padding: 7px;
}

.table-very-condensed {
    margin-bottom: 0px;
    font-size: 0.9em;
}

    .table-very-condensed td {
        padding: 0px 5px;
    }

/* LOGIN */
.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: gray 1px 1px;
}

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #Usuario,
.form-signin #Senha {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        background-color: #82E0AA;
    }

.forgot-password {
    color: rgb(104, 145, 162);
    text-align: center
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        color: #E74C3C;
    }
/* FIM LOGIN */

.modal-body .dataTable {
    width: 100% !important;
}

/*RESUMO CAMPNHA*/
/*#region*/
h1 {
    color: #63B8FF;
    text-align: center;
}

#circulo {
    padding-left: 0;
}
 
@-webkit-keyframes colorload {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: rotate(360deg);
    }
}
/*#endregion*/

#nav-tabs-Dashboard a {
    padding: 7px 10px;
    font-size: 1em;
    color: #666;
}

#nav-tabs-Dashboard li {
    /*border-bottom: orange 2px solid;*/
}

#nav-tabs-Dashboard > li.active {
    /*border-bottom: red 2px solid;*/
}

.btn.btn-link {
    padding: 0;
}

.wd-blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.wd-maximize-image {
}

.wd-maximize-image-background {
    z-index: 1098;
    background-color: #000;
    opacity: 0.6;
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
}

.wd-maximize-image-content {
    padding: 10px;
    z-index: 1099;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.wd-maximize-image-clicked {
    max-height: 60vh;
    max-width: 50%;
    /*
    position: relative;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    */
}

.wd-maximize-image-title {
    font-size: 1.2em;
    color: #FFF;
    font-weight: 900;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.bootstrap-select .dropdown-menu.open {
    width: 100% !important;
}

body {
    background-color: #ecf0f1
}

.outline {
    background-color: transparent;
    color: inherit;
    transition: all .25s;
}

.btn-primary.outline {
    color: #428bca;
}

.btn-success.outline {
    color: #5cb85c;
}

.btn-info.outline {
    color: #5bc0de;
}

.btn-warning.outline {
    color: #f0ad4e;
}

.btn-danger.outline {
    color: #d9534f;
}

    .btn-primary.outline:hover,
    .btn-success.outline:hover,
    .btn-info.outline:hover,
    .btn-warning.outline:hover,
    .btn-danger.outline:hover {
        color: #fff;
    }

.btn-xxs {
    padding: 3px 3px;
    font-size: 8px;
    line-height: 0;
    border-radius: 3px;
}

/*Btn Switch*/
/*#region*/
/* Estilo iOS */
.wd-switch__container {
    margin: auto;
    width: 60px;
}

.wd-switch-lg__container {
    margin: auto;
    width: 120px;
}

.wd-switch-xs__container {
    margin: auto;
    width: 30px;
}

.wd-switch-lg,
.wd-switch-xs,
.wd-switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}

    .wd-switch-lg + label, .wd-switch-xs + label, .wd-switch + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        user-select: none;
    }

.wd-switch--shadow + label {
    padding: 2px;
    width: 60px;
    height: 30px;
    background-color: #dddddd;
    border-radius: 30px;
}

.wd-switch-lg--shadow + label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    border-radius: 60px;
}

.wd-switch-xs--shadow + label {
    padding: 2px;
    width: 30px;
    height: 15px;
    background-color: #dddddd;
    border-radius: 15px;
}

    .wd-switch--shadow + label:before,
    .wd-switch--shadow + label:after,
    .wd-switch-lg--shadow + label:before,
    .wd-switch-lg--shadow + label:after,
    .wd-switch-xs--shadow + label:before,
    .wd-switch-xs--shadow + label:after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

.wd-switch--shadow + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 30px;
    transition: background 0.4s;
}

.wd-switch--shadow + label:after {
    width: 32px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}

.wd-switch-lg--shadow + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}

.wd-switch-lg--shadow + label:after {
    width: 62px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}

.wd-switch-xs--shadow + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 15px;
    transition: background 0.4s;
}

.wd-switch-xs--shadow + label:after {
    width: 17px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}

.wd-switch-xs--shadow:checked + label:before,
.wd-switch-lg--shadow:checked + label:before,
.wd-switch--shadow:checked + label:before {
    background-color: #8ce196;
}

.wd-switch-xs--shadow:checked + label:after {
    transform: translateX(15px);
}

.wd-switch--shadow:checked + label:after {
    transform: translateX(30px);
}

.wd-switch-lg--shadow:checked + label:after {
    transform: translateX(120px);
}
/*#endregion*/

/*Fim Btn Switch*/

/*Progress Circle Colors*/
/*#region*/
#circulo {
    padding-left: 0;
}

.wd-progress-circle-colors {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ebebeb;
}

    .wd-progress-circle-colors:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-animation: colorload 2s;
        animation: colorload 2s;
    }

    .wd-progress-circle-colors span {
        font-size: 1rem;
        color: #8b8b8b;
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        text-align: center;
        border-radius: 50%;
        background: #fff;
        z-index: 1;
    }

   
/*#endregion*/
/*#endregion*/

/*Fim Progress Circle Colors*/


/*TimeLine - Historico*/
/*#region*/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px !important;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -20px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-badge.black {
    background-color: #101010 !important;
}

.timeline-badge > i {
    line-height: 40px !important;
}

.timeline-title {
    margin: 0;
    color: inherit;
}

.timeline-body {
    text-align: justify;
}

    .timeline-body > p,
    .timeline-body > ul {
        margin-bottom: 0;
    }

        .timeline-body > p + p {
            margin-top: 5px;
        }

.btnGoToTop {
    position: fixed;
    float: bottom;
    bottom: 50px;
    right: 55px;
    z-index: 100;
}

    .btnGoToTop > button {
        font-size: 20px;
        padding: 15px;
        height: 40px;
        width: 40px;
    }

        .btnGoToTop > button > i {
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px !important;
            font-size: 1.0em;
            text-align: center;
            position: absolute;
            top: 5%;
            left: 50%;
            margin-left: -20px;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }


@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }

    li.border-left-black,
    li.border-left-danger,
    li.border-left-info,
    li.border-left-primary,
    li.border-left-success,
    li.border-left-warning {
        border-left: none !important;
    }

    li.border-right-black,
    li.border-right-danger,
    li.border-right-info,
    li.border-right-primary,
    li.border-right-success,
    li.border-right-warning {
        border-right: none !important;
    }
}

@media (max-width:500px) {
    .btnGoToTop {
        bottom: 30% !important;
    }
}
/*#endregion*/

/*Fim TimeLine - Historico*/


.border-left-primary {
    border-left: 5px solid #2e6da4;
}

.border-left-success {
    border-left: 5px solid #3f903f;
}

.border-left-warning {
    border-left: 5px solid #f0ad4e;
}

.border-left-danger {
    border-left: 5px solid #d9534f;
}

.border-left-info {
    border-left: 5px solid #5bc0de;
}

.border-left-black {
    border-left: 5px solid #101010;
}

.border-left-grey {
    border-left: 5px solid #ddd;
}

.border-right-primary {
    border-right: 5px solid #2e6da4;
}

.border-right-success {
    border-right: 5px solid #3f903f;
}

.border-right-warning {
    border-right: 5px solid #f0ad4e;
}

.border-right-danger {
    border-right: 5px solid #d9534f;
}

.border-right-info {
    border-right: 5px solid #5bc0de;
}

.border-right-black {
    border-right: 5px solid #101010;
}

.border-right-grey {
    border-right: 5px solid #ddd;
}

/* Modal Grafico */
.modal-graphic {
    width: calc(100% -100px);
    height: calc(100% -100px);
    margin: 0 auto !important;
}

.modal-graphic-body {
    width: 100%;
    min-height: 60% !important;
    max-height: 70% !important;
    margin: 0 auto !important;
    overflow:hidden;
}

.highcharts-root {
    width: 99% !important;
    padding-right: 5px;
    padding-left: 5px;
}
/*Fim - Modal Grafico */
/*Visões abas paineis*/
#VisaoEdit {
    height: 40px;
}

.wd-wrimagecard {
    margin-top: 0;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    /*border-radius: 4px 4px 0px 0px;*/
    transition: all 0.3s ease;
    max-height: 200px;
    cursor: pointer;
}

.wd-wrimagecard-footer {
    text-align: center;
    margin-bottom: 1.5rem;
    background: #fff;
    height: 42px;
    padding-top: 5px;
    padding-bottom: 0.5rem;
    position: relative;
    max-height: 42px;
}
.wd-wrimagecard-footer span {
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 5px;
    vertical-align: middle;
}
.wd-wrimagecard-footer .glyphicon {
    font-size: 1.1em !important;
}

.wd-wrimagecard .glyphicon {
    position: relative;
    font-size: 30px;
    line-height: 30px;
}

.wd-wrimagecard-topimage_header {
    padding: 20px;
}

a.wd-wrimagecard:hover, .wd-wrimagecard-topimage:hover {
    text-decoration:none
}

.wd-wrimagecard:hover {
    box-shadow: 0 0 1.5em white;
}

.wd-wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}

.wd-wrimagecard-topimage_title {
    margin: auto;
    line-height: 40px;
    height: 40px;
    padding-bottom: 0.75rem;
    position: relative;
}

/*Geral*/
.modal-transparent {
    background-color: rgba(0,0,0,.0001) !important;
}

    .modal-transparent .modal-content {
        border: none !important;
    }

    .modal-transparent .modal-body {
        overflow-x: hidden;
        overflow-y: hidden;
    }

.transparent {
    background-color: rgba(0,0,0,.0001) !important;
}

.z-index {
    z-index: 999;
}

.modal-bar {
    color: white;
    text-transform: uppercase;
    margin-left: 0px;
    margin-right: 0px;
}

    .modal-bar .title {
        margin: auto;
        font-size: 1.8em;
    }

.table-responsive {
    border: none;
    max-height: 800px;
}

.dataTables_length {
    text-align: right;
}

.dataTables_paginate {
    margin-top: 10px;
}

.dataTables_paginate .pagination {
    margin: 0;
    font-size: 0.9em;
}

.dataTables_length select {
    height: 25px;
    line-height: 20px;
}

.pagination > li > a, .pagination > li > span {
    padding: 4px 8px;
}

.close {
    opacity: 1 !important;
    color: #FF6969 !important;
    font-size: 32px !important;
    text-shadow: 0 1px 0 #FF6969;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.wd-filter {
    height: calc(100% - 56px);
    background-color: #FFF;
    width: 35%;
    right: 0;
    top: 0;
    margin-top: 56px;
    position: fixed;
    border-left: 2px solid #cccccc;
    z-index: 1032;
}

@media screen and (max-width: 812px) {
    .wd-filter {
        width: 80%;
    }
}

.wd-filter-title {
    font-size: 1.2em;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px 10px 10px;
    background-color: #555;
}

.wd-filter-title a {
    margin-right: 5px;
    float: right;
    color: red;
}

.wd-filter-subtitle {
    border-bottom: 2px solid #CCCCCC;
    margin: 10px 0;
    text-transform: uppercase;
    padding: 5px 5px;
    font-size: 1.3em;
}

.wd-filter-body {
    min-height: calc(100% - 90px);
    max-height: calc(100% - 90px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px;
}

.wd-filter-footer {
    background-color: #EEE;
    padding: 10px 5px 5px 5px;
    text-align: center;
    color: #FFF;
    height: 40px;
}

.progress-small {
    margin-bottom: 10px;
}

.progress-small .progress-bar {
    height: 5px;
}

.progress-small .progress-title {
    font-size: 9px;
    clear: both;
}

.DTFC_Cloned {
    background-color: #FFF;
}

.toast {
    opacity: 1 !important;
}

.table-fixed-header tr {
    background-color: #FFF !important;
}

.table-fixed-header thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    background: #FFF;
    border-right: 1px solid #CCC;
}

.table-fixed-header tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    background: #FFF;
    border-right: 1px solid #CCC;
}

.table-fixed-header tfoot th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    background: #FFF;
    border-right: 1px solid #CCC;
}

/* To have the header in the first column stick to the left: */

.table-fixed-column thead th:first-child, .table-fixed-column tfoot th:first-child {
    left: 0;
    z-index: 1;
}

.progress-group {
    display: inline-flex;
}


.progress-vertical {
    transform: rotate(-90deg);
    height: 5px;
    width: 35px;
    margin-top: 15px;
    margin-right: -10px;
}

.progress-vertical .progress-bar {
    height: 5px;
    width: 35px;
}

.progress-group .progress-title, .progress-group .progress-subtitle {
    font-size: 0.95em;
    padding-top: 2px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (max-width: 1300px){
    .hidden-small {
        display:none !important;
    }
}

#div-SinteticoVendasMetas table {
    border: 0.5px solid #EEE;
    min-height: 100px;
    width: 100%;
}

#div-SinteticoVendasMetas table td {
    width: 50%;
}


#div-SinteticoVendasMetas h5 {
    font-size: 1.3em;
    color: #999;
    padding: 0 10px;
}

#div-SinteticoVendasMetas h3 {
    font-size: 1.4em;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 0;
}

#div-SinteticoVendasMetas small {
    font-size: 1em;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%; /* 16:9*/
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /*
        width: 100%;
        min-height: 70vh;
        height: 100%;
        border: 0;
        margin: 0 !important;
        padding: 0 !important;
    */
}

.portlet-fullscreen iframe {
    min-height: 85vh;
}

.list-group-item {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.list-group.list-group-hover li:hover {
    background-color: #EEE;
    color: #666;
}

.media {
    padding: 10px 3px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.media.media-hover:hover {
    background-color: #EEE;
    color: #666;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}


.grid-stack {
    /*margin-top: 70px;*/
    /*margin-bottom: 70px;*/
    height: 100vh;
    /* background-color: #F1F3F9; */
}

@media screen and (max-width: 812px) {
    .container-fluid.grid-stack {
        /*margin-top: 70px;*/
        /*margin-bottom: 70px;*/
        height: 100vh;

        /* background-color: #F1F3F9; */
    }
}

.grid-stack-item {
    display: flex !important;
    flex: 1 !important;
}

.grid-stack-item-content {
    display: flex !important;
    /*height: 100% !important;*/
    flex: 1;
    flex-direction: column;
    overflow-y: hidden !important;
    border-radius: 5px;
}

#panel-body-loading {
    height: 100% !important;
    border-radius: 5px;
}

#panel-loading-main-div {
    min-height: 100px;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge.badge-outline {
  background-color: transparent
}

.badge.badge-outline.badge-default {
  border-color: #B0BEC5;
  color: #B0BEC5
}

.badge.badge-outline.badge-primary {
  border-color: #2196F3;
  color: #2196F3
}

.badge.badge-outline.badge-secondary {
  border-color: #323a45;
  color: #323a45
}

.badge.badge-outline.badge-success {
  border-color: #64DD17;
  color: #64DD17
}

.badge.badge-outline.badge-warning {
  border-color: #FFD600;
  color: #FFD600
}

.badge.badge-outline.badge-info {
  border-color: #29B6F6;
  color: #29B6F6
}

.badge.badge-outline.badge-danger {
  border-color: #ef1c1c;
  color: #ef1c1c
}
