﻿/* Definições Gerais */
html,
body {
    min-height: 100vh;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

body {
    background: #EFEFEF url('../../images/background_login.jpg') center center no-repeat !important;
    overflow: hidden;
    color: #212121;
    font-size: 13px;
}

    body.principal {
        background: #F3F3F3 !important;
    }

.container-principal {
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

a {
    text-decoration: none !important;
    color: #000;
}

@media (max-width: 767px) {
    .panel-index, .panel-estabelecimento {
        max-width: 360px;
    }

        .panel-index .panel-heading, .panel-estabelecimento .panel-heading {
            padding: 25px !important;
        }
}

@media (min-width: 768px) {
    .panel-index, .panel-estabelecimento {
        margin-bottom: 10px;
        max-width: 360px;
    }

        .panel-index .panel-heading, .panel-estabelecimento .panel-heading {
            padding: 25px !important;
        }
}
/* Definições Gerais */

/* Definições Grid Bootstrap */
.row {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.form-horizontal .form-group {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
/* Definições Grid Bootstrap */
/* Definições Navbar */
#header {
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1);
    min-height: 70px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    z-index: 90;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 20px;
    background: #FFFFFF;
    border-top: solid 3px #999;
}

@media (max-width: 767px) {
    #header {
        padding: 0px 8px;
    }
}

#header .hi-logo a {
    padding: 7px 10px;
}

#header .ma-backdrop {
    position: absolute;
}

@media (max-width: 1279px) {
    #header .hi-trigger {
        display: inline-block !important;
    }
}

#header.search-toggled .h-search-wrap {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.h-inner {
    list-style: none;
    padding: 15px 0;
    margin-bottom: 0;
    position: relative;
}

    .h-inner > li:not(.pull-right) {
        float: left;
    }

.hi-logo a {
    color: #999;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
}

.hi-trigger {
    position: relative;
    margin-left: -5px;
    cursor: pointer;
    display: none !important;
}

    .hi-trigger:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.22);
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        z-index: 0;
        margin-top: -22px;
        margin-left: -22px;
    }

    .hi-trigger.toggled:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.hi-menu {
    list-style: none;
    padding: 0;
}

    .hi-menu > li {
        display: inline-block;
        margin: 0 1px;
        vertical-align: top;
        min-width: 40px;
    }

@media (max-width: 767px) {
    .hi-menu > li {
        position: static !important;
    }
}

.hi-menu > li .dropdown-menu-lg {
    padding: 0;
}

    .hi-menu > li .dropdown-menu-lg .lg-body {
        min-height: 350px;
        overflow-x: hidden;
    }

.hi-menu > li > a {
    color: #999;
    display: block;
    text-align: center;
    z-index: 1;
    position: relative;
    -webkit-transition: background-color;
    -o-transition: background-color;
    transition: background-color;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

    .hi-menu > li > a > .him-icon {
        font-size: 24px;
        line-height: 36px;
    }

    .hi-menu > li > a > .him-label {
        line-height: 35px;
        white-space: nowrap;
        padding: 0 10px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .hi-menu > li > a > .him-counts {
        position: absolute;
        font-style: normal;
        background: #F44336;
        padding: 1px 5px;
        right: 7px;
        top: -3px;
        font-size: 10px;
        line-height: 15px;
        color: #FFF;
    }

    .hi-menu > li > a > .him-remoteaccess {
        position: absolute;
        font-style: normal;
        background: #5CB85C;
        padding: 1px 5px;
        right: 0px;
        top: -5px;
        font-size: 10px;
        line-height: 15px;
        color: #FFF;
    }


@media (max-width: 767px) {
    .hi-menu .dropdown-menu-lg {
        width: calc(100% - 28px) !important;
    }

    .hi-menu .dropdown-menu {
        right: 14px;
        top: 55px !important;
    }
}

.hi-menu > li.toggled > a,
.hi-menu > li:hover > a {
    background-color: rgba(0, 0, 0, 0.08);
}

.him-notification:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    background: url(../img/notifications.png) no-repeat center;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    opacity: 0;
    filter: alpha(opacity=0);
    top: 42px;
}

.him-notification.empty:before {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
}

.line-wrap {
    width: 18px;
    height: 12px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    margin: 12px;
    cursor: pointer;
}

    .line-wrap .line {
        width: 18px;
        height: 2px;
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        background-color: #999;
    }

        .line-wrap .line.center {
            margin: 3px 0;
        }

.toggled .line-wrap {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* Definições Navbar */
/* Definições para a página principal */

#page {
    padding: 70px 10px 0px 10px;
}

.page-title {
    margin: 10px 2px 10px 2px;
}

    .page-title > h2 {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        color: #212121;
        cursor: default;
        margin: 0;
    }

.breadcrumb {
    color: #818181;
    background: transparent;
    cursor: default;
    margin: 0;
    padding: 0px;
}

    .breadcrumb > li + li:before {
        content: "\f101";
        font-family: 'Font Awesome 5 Pro';
    }

.page-funcao {
    float: right;
    font-size: 10px;
    color: #989898;
}

.panel-body .page-funcao {
    margin-bottom: 10px;
}

ul.breadcrumb li.funcao:before {
    content: '';
}

/* Definições para a página principal */
/* Definições de Panel */
.panel {
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    border: solid 1px #dcd5d5;
    margin-bottom: 10px !important;
    background: #FFF;
}

.panel-grid, .panel-form, .panel-blank {
    box-shadow: none;
    margin-bottom: 0px !important;
    border: solid 0px;
}

.panel-body-grid {
    padding: 0px;
    overflow: auto;
}

.panel-body-form {
    height: calc(100vh - 193px);
    overflow: hidden;
    overflow-y: auto;
    background: #F3F3F3;
    border: 0 !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding-left: 10px !important;
    padding-right: 8px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.panel-body-blank {
    height: calc(100vh - 133px);
    overflow: hidden;
    overflow-y: auto;
    background: #F3F3F3;
    border: 0 !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding-left: 10px !important;
    padding-right: 8px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.panel-body-grid {
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1);
    border: solid 1px #dcd5d5;
}

.panel-toolbar {
    padding: 0px 0px 10px 0px;
    background: #F3F3F3 !important;
    border-bottom: solid 0px !important;
}

    .panel-toolbar .btn {
        padding: 8px 8px;
        font-size: 20px;
        line-height: 1.3333333;
        transition: all .2s ease;
        width: 50px;
        height: 50px;
        border-radius: 0px !important;
    }

.card-footer-btn {
    padding: 15px;
    background: #FAFAFA;
    border-top: solid 1px #dcd5d5;
}

    .card-footer-btn .btn {
        padding: 6px;
        font-size: 16px;
        line-height: 28px;
        transition: all .2s ease;
        width: 40px;
        height: 40px;
    }

.panel-grid .panel-footer {
    padding: 2px 0px;
    background-color: #F3F3F3 !important;
    border-top: solid 0px;
}

.panel-blue {
    border: solid 0px;
}

    .panel-blue .panel-heading {
        background-color: #4285F4;
        color: #FFF;
    }
/* Definições de Panel */
/* Definições Form.master */

/* Definições de Conteúdo */
.padding5 {
    padding: 5px !important;
}

.no-padding {
    padding: 0 !important;
}

.label {
    font-size: 85%;
    font-weight: normal;
    display: inline-block;
}

/*
td {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

td > .label {
    margin-bottom: 0px;
    /*padding: 2px 4px 4px 4px;*/
}
/* Definições de Conteúdo */

/* Definições Tab-Control */
.nav-tabs {
    border-bottom: 1px solid #fff;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
        }

            .nav-tabs > li > a:hover {
                border-color: #dcd5d5 #dcd5d5 #fff;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: transparent;
            border: 1px solid #fff;
            border-bottom-color: transparent;
            cursor: default;
            outline: 0 !important;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dcd5d5;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dcd5d5;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #F3F3F3;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #2196F3;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dcd5d5;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dcd5d5;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #F3F3F3;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
}

.tab-nav {
    list-style: none;
    padding: 0;
    white-space: nowrap;
    margin: 0;
    overflow: auto;
    box-shadow: inset 0 -2px 0 0 #dcd5d5;
    width: 100%;
}

    .tab-nav li {
        display: inline-block;
        vertical-align: top;
    }

        .tab-nav li > a {
            display: inline-block;
            color: #7a7a7a;
            text-transform: uppercase;
            position: relative;
            width: 100%;
            -webkit-transition: all;
            -o-transition: all;
            transition: all;
            -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
            font-weight: 500;
        }

            .tab-nav li > a:after {
                content: "";
                height: 2px;
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 0;
                -webkit-transition: all;
                -o-transition: all;
                transition: all;
                -webkit-transition-duration: 250ms;
                transition-duration: 250ms;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                transform: scale(0);
            }

            .tab-nav li > a > i {
                margin-right: 5px;
            }

@media (min-width: 768px) {
    .tab-nav li > a {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .tab-nav li > a {
        padding: 15px 8px;
    }
}

.tab-nav li.active > a {
    color: #000;
}

.tab-nav li > a:focus {
    outline: 0 !important;
}

.tab-nav li.active > a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.tab-nav.tab-nav-right {
    text-align: right;
}

.tab-nav.tn-justified > li {
    display: table-cell;
    width: 1%;
    text-align: center;
}

.tab-nav.tn-icon > li .zmdi {
    font-size: 22px;
    line-height: 100%;
    min-height: 25px;
}

.tab-nav:not([data-tab-color]) > li > a:after {
    background: #2196F3;
}

.tab-nav[data-tab-color="green"] > li > a:after {
    background: #4CAF50;
}

.tab-nav[data-tab-color="red"] > li > a:after {
    background: #F44336;
}

.tab-nav[data-tab-color="teal"] > li > a:after {
    background: #009688;
}

.tab-nav[data-tab-color="amber"] > li > a:after {
    background: #FFC107;
}

.tab-nav[data-tab-color="black"] > li > a:after {
    background: #000000;
}

.tab-nav[data-tab-color="cyan"] > li > a:after {
    background: #00BCD4;
}

.tab-content {
    padding: 15px 15px 15px 15px;
}
/* Definições Tab-Control */

.alert {
    margin-bottom: 10px !important;
    border-radius: 0px !important;
}

/* Definições Table */
.table {
    margin-bottom: 0px;
}

    .table > thead > tr > th {
        vertical-align: top;
        position: sticky !important;
        top: 0 !important;
        background: #fff !important;
        border-bottom-width: 1px !important;
        z-index: 10;
        padding: 10px;
    }

.table-1 > thead > tr > th {
    padding: 12px !important
}

.table-2 > thead > tr > th {
    padding: 9px !important;
}

.table-3 > thead > tr > th {
    padding: 6px !important
}

.dataTable.table-1 > thead > tr > th {
    padding: 12px 22px 12px 12px !important
}

.dataTable.table-2 > thead > tr > th {
    padding: 9px 22px 9px 9px !important;
}

.dataTable.table-3 > thead > tr > th {
    padding: 6px 22px 6px 6px !important
}

.dataTable.table-1 > thead > tr > th.sorting_disabled {
    padding: 12px !important
}

.dataTable.table-2 > thead > tr > th.sorting_disabled {
    padding: 9px !important;
}

.dataTable.table-3 > thead > tr > th.sorting_disabled {
    padding: 6px !important
}

.table-1 .sorting:after, .table-1 .sorting_asc:after, .table-1 .sorting_desc:after {
    top: 12px !important;
}

.table-2 .sorting:after, .table-2 .sorting_asc:after, .table-2 .sorting_desc:after {
    top: 9px !important;
}

.table-3 .sorting:after, .table-3 .sorting_asc:after, .table-3 .sorting_desc:after {
    top: 6px !important;
}

.table > thead > tr > th > div.linebottom {
    height: 1px;
    width: 100%;
    background: #EEE;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        border-top: 0px;
    }

        .table > thead > tr > th + th,
        .table > tbody > tr > th + th,
        .table > tfoot > tr > th + th,
        .table > thead > tr > td + td,
        .table > tbody > tr > td + td,
        .table > tfoot > tr > td + td {
            border-left: 0px solid #E0E0E0;
        }

    .table > thead > tr + tr th {
        border-top: 0 !important;
    }

.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child,
.table > tbody > tr > th:last-child,
.table > tfoot > tr > th:last-child {
    padding-right: 20px !important;
    border-right: 1px solid #E0E0E0 !important;
}

        .table > thead > tr > th:last-child.col-btn,
        .table > tbody > tr > td:last-child.col-btn,
        .table > tfoot > tr > th:last-child.col-btn {
            padding-left: 2px !important;
            padding-right: 12px !important;
            border-right: 1px solid #E0E0E0 !important;
        }

    .table > tbody > tr:last-child > td,
    .table > tbody > tr:last-child > th,
    .table > tfoot > tr:last-child > th {
        border-bottom: 1px solid #E0E0E0 !important;
    }

    .table > tbody > tr > td,
    .table > tbody > tr > th,
    .table > tfoot > tr > th {
        border-bottom: 1px solid #E0E0E0 !important;
    }

.table-1 > tbody > tr > td,
.table-1 > tbody > tr > th,
.table-1 > tfoot > tr > th {
    padding: 12px;
}

.table-2 > tbody > tr > td,
.table-2 > tbody > tr > th,
.table-2 > tfoot > tr > th {
    padding: 9px;
}

.table-3 > tbody > tr > td,
.table-3 > tbody > tr > th,
.table-3 > tfoot > tr > th {
    padding: 6px;
}

.table-hover > tbody > tr:hover {
    background: #E5F3FF !important;
    cursor: pointer;
    transition: all .05s ease;
}

.table > tbody > tr.selected {
    background: #CCE8FF !important;
}

.table .screen-only {
}

.table .print-only {
    display: none;
}

.dataTable .table > tbody > tr > td:first-child,
.dataTable .table > thead > tr > th:first-child,
.dataTable .table > tfoot > tr > th:first-child {
    padding-left: 20px !important;
}

.table-condensed > tbody > tr > td {
    vertical-align: top;
}

td.form-field {
    padding: 0px !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #FFF;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #FAFAFA;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #4285F4;
    border-color: #4285F4;
}

.pagination > li > a, .pagination > li > span {
    color: #333;
    padding: 7px 12px;
    border-radius: 0px !important;
}


table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.dataTables_filter label {
    padding-top: 0px;
    margin-bottom: 0px;
}

.dataTables_length select,
.dataTables_filter input {
    height: 49px;
    font-size: 16px;
    font-weight: normal;
}

.dataTables_filter {
    /*margin-right: 5px;*/
}

.dataTables_paginate {
    height: 30px;
}

    .dataTables_paginate .pagination {
        margin: 0;
    }

.input-group-filter {
    width: 200px;
}

    .input-group-filter input {
        height: 49px !important;
        font-size: 16px !important;
        font-weight: normal !important;
    }

.img-profile {
    padding: 20px !important;
    background: #F5F6F7;
    text-align: center;
}

.table-profile {
    width: 100% !important;
}

.table-profile td {
    border-bottom: solid 1px #EEE;
    padding: 10px;
}

.table-profile tr:first-child td {
    border-top: solid 1px #EEE;
}

.table-profile tr:last-child td {
    border-bottom: none !important;
}

.table-profile td {
    border-right: none !important;
    border-left: none !important;
}
/* Definições Table */
/* Definições de Formulário */

.input-group-addon {
    min-width: 36px;
    background: #FFF;
    border-radius: 0px !important;
}

.input-group-btn .btn, .grid-commands .btn {
    height: 34px;
    padding: 6px 8px;
    border-radius: 0px !important;
}

.form-group {
    margin-bottom: 10px;
    border-radius: 0px !important;
}

.btn-toolbar {
    padding: 8px 8px;
    font-size: 20px;
    line-height: 1.3333333;
    transition: all .2s ease;
    width: 50px;
    height: 50px;
}


.card-header > h2 > .label {
    position: relative;
    margin-left: 4px;
    top: -8px;
    font-size: 8px;
    padding: 4px 3px !important;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
}

.btn > .label {
    position: absolute;
    right: -4px;
    top: -4px;
    font-size: 60%;
    padding: 3px 6px !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.btn-lg {
    border: none;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.panel-toolbar .btn-group, .modal-toolbar .btn-group {
    margin-right: 6px;
}

    .panel-toolbar .btn-group:last-child, .modal-toolbar .btn-group:last-child {
        margin-right: 0px;
    }

.note-toolbar .btn-group + .btn-group {
    border-left: 0;
}

.card-toolbar .btn-group div.divider {
    height: 39px !important;
    width: 1px !important;
    background: #e0e0e0;
}

legend {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.control-label {
    font-weight: normal;
    padding-right: 5px !important;
}

.form-horizontal .control-label {
    padding-top: 8px;
}

.required {
    color: #E02222;
    font-size: 12px;
    font-weight: bold;
    padding-right: 3px;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.f-600 {
    font-weight: 600 !important;
}

.c-cinza {
    color: #989898 !important;
}

.bootstrap-datetimepicker-widget {
    z-index: 99999;
}

hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.panel {
    border-radius: 0px !important;
}

.btn {
    border-radius: 0px !important;
}

.form-control {
    font-size: 13px;
    box-shadow: none;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.5;
    border-radius: 0px !important;
}

.form-control-static {
    font-weight: bold;
}

.has-feedback label ~ .form-control-feedback {
    top: 33px;
    font-size: 14px;
    height: 24px;
    width: 30px;
}

select.form-control {
    padding: 3px 5px !important;
}

.box {
    border: solid 1px #dcd5d5;
    padding: 10px;
    margin: 5px !important;
}

.row-telefone + .row-telefone {
    margin-top: 10px !important;
}

.row-email + .row-email {
    margin-top: 10px !important;
}

.row-listavalor + .row-listavalor {
    margin-top: 10px !important;
}

th.col-btn {
    padding: 2px !important;
    text-align: center;
    border-radius: 0px !important;
}

td.col-btn {
    text-align: center;
    border-radius: 0px !important;
}

.col-btn > .btn {
    width: 34px !important;
    height: 34px !important;
    padding: 6px !important;
    text-align: center;
    border-radius: 0px !important;
}

.col-btn > .btn-mini {
    width: 24px !important;
    height: 24px !important;
    padding: 1px !important;
    text-align: center;
}

.col-btn > .btn-group > .btn {
    width: 34px !important;
    height: 34px !important;
    padding: 6px !important;
}

.col-btn > .btn-group > .btn-mini {
    width: 24px !important;
    height: 24px !important;
    padding: 1px !important;
}

.col-btn > .btn-link {
    font-size: 16px !important;
    color: #888;
}

    .col-btn > .btn-link:hover {
        color: #000;
    }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 1px dotted #3d290f !important;
    outline-offset: 0px;
}
/* Definições de Formulário */
/* Definições de Modal */

body.modal-open {
    overflow-y: hidden !important;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}

.modal .modal-content {
    border: 0;
    border-top: solid 3px #999;
    background: #F3F3F3;
    border: solid 1px #dcd5d5;
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1);
    border-radius: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.modal-backdrop.in {
    opacity: 0.5;
}

.modal .modal-header {
    border-bottom: solid 0px;
    padding: 10px 10px 10px 10px;
    cursor: move;
}

.modal .modal-toolbar {
    padding: 0px 10px 10px 10px;
    background: #F3F3F3 !important;
}

    .modal .modal-toolbar .btn {
        padding: 8px 8px;
        font-size: 20px;
        line-height: 1.3333333;
        transition: all .2s ease;
        width: 50px;
        height: 50px;
        border-radius: 0px !important;
    }

@media (max-width: 1199px) {
    .modal-xl {
        width: 90% !important;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        width: 1150px !important;
    }
}

@media (max-width: 1500px) {
    .modal-xxl {
        width: 95% !important;
    }
}

@media (min-width: 1501px) {
    .modal-xxl {
        width: 1500px !important;
    }
}

.modal .modal-close {
    margin: -5px -10px;
    padding: 9px 12px !important;
    background-color: #dcd5d5;
}

    .modal .modal-close:hover,
    .modal .modal-close:focus {
        background-color: #dcd5d5;
    }

.modal .modal-body {
    max-height: calc(100vh - 194px);
    overflow: hidden;
    overflow-y: auto;
    padding: 0px 10px 10px 10px;
    position: initial !important;
    background: #F3F3F3;
}

.modal-body:last-child {
    margin-bottom: 0px !important;
}

.close {
    font-size: 28px;
}

.modal .close {
    margin-top: -10px !important;
    width: 50px !important;
    margin-right: -10px !important;
    font-weight: normal !important;
    opacity: .5 !important;
}

    .modal .close:hover {
        background: red !important;
        color: #FFF !important;
        font-weight: normal !important;
        opacity: .8 !important;
    }

.bootbox .modal-header {
    padding: 15px;
}

.bootbox .modal-body {
    background: #FFF;
    padding: 15px;
}
/* Definições de Modal */

.anexoDeletado td > div {
    text-decoration: line-through;
}

.pmo-pic {
    cursor: pointer;
    border: solid 1px #F3F3F3;
    background: #F5F6F7;
    margin-bottom: 10px;
}

    .pmo-pic .p-relative {
        padding: 20px;
        text-align: center;
        /*background: #fff;*/
        border-bottom: solid 1px #F3F3F3;
        position: relative;
    }

    .pmo-pic input[type='file'] {
        display: none;
    }

    .pmo-pic img {
        width: 100%;
        max-width: 250px;
        height: auto;
        background: #fff;
    }

    /*.pmo-pic .pmop-edit {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(0, 0, 0, .38);
        text-align: center;
        padding: 10px 10px 11px;
        width: 100%;
        opacity: 0;
    }*/

    .pmo-pic h2 {
        font-size: 18px;
        font-weight: 400;
        color: #333;
        margin: 4px;
        padding: 12px;
        display: block;
        text-align: center;
    }

    .pmo-pic h4 {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        margin: 4px;
        padding: 12px;
        display: block;
        text-align: center;
    }

/*.pmo-pic:hover .pmop-edit {
        opacity: 1;
        filter: alpha(opacity=100);
    }*/

.foto {
    display: inline-block;
    width: 180px;
    height: 180px;
    border: solid 1px #dcd5d5;
    border-radius: 50%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #FFF;
}
/* Anexo */
/* Definições de Filtro */

footer {
    position: fixed;
    bottom: 0;
    padding: 2px;
    background: #FFF;
    width: 100%;
    border-top: 1px solid #F3F3F3;
    z-index: 1030;
    text-align: center;
    border-bottom: solid 2px #4285F4;
    font-size: 11px;
}

@media (max-width: 767px) {
    footer {
        display: none;
    }
}

/* Definições de Filtro */
/* Util */

.col-vertical {
    width: auto !important;
    text-overflow: initial;
    white-space: initial;
    overflow: initial;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(-90deg);
}

.col-input {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.col-005 {
    min-width: 5px;
    max-width: 10px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-010 {
    min-width: 10px;
    max-width: 20px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-020 {
    min-width: 20px;
    max-width: 40px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-030 {
    min-width: 30px;
    max-width: 50px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-040 {
    min-width: 40px;
    max-width: 60px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-060 {
    min-width: 60px;
    max-width: 80px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-080 {
    min-width: 80px;
    max-width: 100px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-100 {
    min-width: 100px;
    max-width: 120px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-120 {
    min-width: 120px;
    max-width: 140px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-140 {
    min-width: 140px;
    max-width: 160px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-160 {
    min-width: 160px;
    max-width: 180px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-180 {
    min-width: 180px;
    max-width: 200px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-190 {
    min-width: 190px;
    max-width: 210px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-220 {
    min-width: 220px;
    max-width: 240px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-240 {
    min-width: 240px;
    max-width: 260px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-150 {
    min-width: 150px;
    max-width: 300px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-200 {
    min-width: 200px;
    max-width: 400px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-300 {
    min-width: 300px;
    max-width: 500px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-400 {
    min-width: 400px;
    max-width: 600px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.col-500 {
    min-width: 500px;
    max-width: 700px;
    width: auto !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.huge {
    font-size: 30px;
}

.label_dsh {
    font-size: 13px;
}
/* Util */
/* Card */

.bgm-info {
    color: #31708f;
    background-color: #d9edf7;
}

.bgm-primary {
    color: #FFF;
    background-color: #337ab7;
}

.bgm-success {
    color: #3c763d;
    background-color: #dff0d8;
}

.bgm-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.bgm-danger {
    color: #a94442;
    background-color: #f2dede;
}

.card {
    margin-bottom: 10px !important;
    background: #FFF;
    border: solid 1px #E0E0E0;
}

.card-header {
    padding: 15px !important;
    border-bottom: solid 1px #e0e0e0;
}

.card-header-closable {
    cursor: pointer;
}

.card-header h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: inline;
}

    .card-header h2 i {
        margin-right: 5px;
        width: 20px;
    }

.card .card-header .actions {
    list-style: none;
    float: right;
    padding-left: 8px !important;
}

    .card .card-header .actions li {
        display: inline-block;
        min-width: 20px;
        text-align: right;
    }

        .card .card-header .actions li a:focus {
            outline: 0 !important;
        }

        .card .card-header .actions li i {
            color: #adadad;
            font-size: 14px;
        }

.card-padding {
    padding: 25px 25px 15px 25px !important;
}

.card-table {
    padding: 0 !important;
}

    .card-table table {
        border-right: solid 1px #dcd5d5 !important;
    }

.card-scroll {
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-right: 20px;
    /*border: solid 1px #dcd5d5;*/
}

.card-table > .card-scroll {
    border: solid 0px;
}

.card .card-toolbar {
    padding: 0px;
    background-color: #F5F6F7;
    border-bottom: solid 1px #E0E0E0;
}

    .card .card-toolbar .btn-default {
        padding: 8px 8px;
        font-size: 16px;
        line-height: 1.3333333;
        border-radius: 0px;
        transition: all .2s ease;
        min-width: 35px;
        border-color: transparent;
        background-color: transparent;
    }

        .card .card-toolbar .btn-default:hover {
            background-color: #E5F3FF;
            border-color: #4285F4;
        }

        .card .card-toolbar .btn-default:focus {
            outline: 0;
        }

.card-footer {
    padding: 8px 15px;
}

.card-inside {
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0px;
}

    .card-inside .card-header {
        border-bottom: solid 1px #dcd5d5;
        padding: 5px 5px !important;
    }

    .card-inside .card-padding {
        padding: 15px 0px !important;
    }
/* Card */
/* Dropdown com Icones */

.dm-icon {
    max-height: 50vh;
    overflow-y: auto;
}

    .dm-icon::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .dm-icon > li > a > i {
        min-width: 18px;
        font-size: 14px;
        margin-right: 8px;
    }

/* Dropdown com Icones */

/* Toggle Switch */

.toggle-switch {
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    height: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .toggle-switch .ts-label {
        display: inline-block;
        margin: 0 20px 0 0;
        vertical-align: top;
        -webkit-transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .toggle-switch .ts-helper {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 16px;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.26);
        -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        vertical-align: middle;
        cursor: pointer;
    }

        .toggle-switch .ts-helper:before {
            content: '';
            position: absolute;
            top: -4px;
            left: -4px;
            width: 24px;
            height: 24px;
            background: #fafafa;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
            border-radius: 50%;
            webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
            transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        }

    .toggle-switch:not(.disabled) .ts-helper:active:before {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
    }

    .toggle-switch input {
        position: absolute;
        z-index: 1;
        width: 46px;
        margin: 0 0 0 -4px;
        height: 24px;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }

        .toggle-switch input:checked + .ts-helper:before {
            left: 20px;
        }

    .toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper {
        background: rgba(0, 150, 136, 0.5);
    }

        .toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before {
            background: #009688;
        }

        .toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:active:before {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
        }

    .toggle-switch.disabled {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper {
        background: rgba(244, 67, 54, 0.5);
    }

        .toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper:before {
            background: #F44336;
        }

        .toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper:active:before {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(244, 67, 54, 0.2);
        }

    .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper {
        background: rgba(33, 150, 243, 0.5);
    }

        .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper:before {
            background: #2196F3;
        }

        .toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper:active:before {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(33, 150, 243, 0.2);
        }

    .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper {
        background: rgba(255, 193, 7, 0.5);
    }

        .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper:before {
            background: #FFC107;
        }

        .toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper:active:before {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(255, 193, 7, 0.2);
        }

    .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper {
        background: rgba(186, 104, 200, 0.5);
    }

        .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper:before {
            background: #BA68C8;
        }

        .toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper:active:before {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(186, 104, 200, 0.2);
        }

    .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper {
        background: rgba(233, 30, 99, 0.5);
    }

        .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper:before {
            background: #E91E63;
        }

        .toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper:active:before {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(233, 30, 99, 0.2);
        }

    .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper {
        background: rgba(205, 220, 57, 0.5);
    }

        .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper:before {
            background: #CDDC39;
        }

        .toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper:active:before {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(205, 220, 57, 0.2);
        }

    .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper {
        background: rgba(0, 188, 212, 0.5);
    }

        .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper:before {
            background: #00BCD4;
        }

        .toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper:active:before {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 188, 212, 0.2);
        }

    .toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper {
        background: rgba(76, 175, 80, 0.5);
    }

        .toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper:before {
            background: #4CAF50;
        }

        .toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper:active:before {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(76, 175, 80, 0.2);
        }
/* Toggle Switch */
/* Dropdown */

.dropdown-menu {
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 6px rgba(59,64,69,0.1);
    border: 0;
    z-index: 2000;
    border-radius: 0px !important;
}

    .dropdown-menu .divider {
        background: #eee;
    }
/* Dropdown */
/* Summernote */

.note-editor.note-frame {
    border: solid 1px #dcd5d5;
    margin-bottom: 0px !important;
}

/* Summernote */
/* Profile */
.profile > a {
    display: block;
    height: 129px;
    width: 100%;
    background: url(../../assets/images/profile-menu.png) no-repeat left top;
    background-size: 100%;
    cursor: pointer;
    position: relative;
}

    .profile > a .sp-info {
        background: rgba(0, 0, 0, 0.37);
        padding: 6px 12px;
        color: #fff;
        position: absolute;
        bottom: 0;
        width: 100%;
        font-size: 11px;
    }

        .profile > a .sp-info span {
            max-width: 100%;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .profile > a .sp-info > i {
            font-size: 16px;
            line-height: 100%;
            position: absolute;
            right: 15px;
            top: 7px;
            -webkit-transition: all;
            -o-transition: all;
            transition: all;
            -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
        }

.profile .profile-menu {
    display: none;
}

.profile.toggled .sp-info > i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sp-user {
    padding: 10px;
    max-width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

/* Profile */
/* Checkbox */
.checkbox {
    padding-left: 20px;
    padding-top: 2px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'Font Awesome 5 Pro';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #dcd5d5eee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: initial !important;
}

th .checkbox {
    padding-top: 4px !important;
}

td .checkbox {
    padding-top: 4px !important;
}

    th .checkbox label::before, th .radio label::before, th .checkbox label::after, th .radio label::after,
    td .checkbox label::before, td .radio label::before, td .checkbox label::after, td .radio label::after {
        margin-left: -16px !important;
    }

/* Scroll */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

.fc-other-month {
    background: #F3F3F3;
}

.fc td, .fc th {
    border-color: #dcd5d5;
}

.progress {
    position: relative;
}

    .progress span {
        position: absolute;
        display: block;
        width: 100%;
    }

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.v-a-middle {
    vertical-align: middle !important;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

.dl-horizontal dt {
    text-align: left;
}

/* Timeline */
ul.timeline {
    padding: 10px 0;
    list-style: none;
    position: relative;
    margin: 0;
}

    ul.timeline::before {
        position: absolute;
        top: 0;
        height: 100%;
        content: "";
        padding-right: 16px;
        border-right: solid 1px #dcd5d5;
    }

    ul.timeline li div {
        display: inline-block;
        margin: 30px 0;
        vertical-align: middle;
    }

    ul.timeline li .bullet {
        width: 32px;
        height: 32px;
        color: #FFF;
        text-align: center;
        line-height: 32px;
        box-sizing: border-box;
        border-radius: 50%;
        position: relative;
    }

    ul.timeline li .time {
        width: 60px;
        text-align: center;
    }

    ul.timeline li .desc {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
    }

.datepicker table tr td, .datepicker table tr th {
    border-radius: 0px !important;
}

    .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
        text-decoration: line-through !important;
    }

    .quadrado {
        position: relative;
        width: 100%;
    }

    .quadrado:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .quadrado > .imagem {
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        background-color: #FFF;
    }

.text-mobile {
    display: flex !important;
}

.text-mobile-span {
    flex: 2;
}

.text-mobile > i {
    width: 30px;
    text-align: center;
    padding-bottom: 5px;
}

.text-mobile-span > span > i {
    margin-right: 5px;
    margin-left: 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .container-principal {
        overflow: auto;
    }

    .panel-body-form, .panel-body-blank {
        height: auto;
    }

    .modal-dialog {
        margin: 0px !important;
        height: 100vh;
    }

    .modal-body {
        max-height: initial !important;
    }

    .modal .col-scroll {
        max-height: initial !important;
    }

    .modal-xl {
        width: 100% !important;
    }

    .modal-xxl {
        width: 100% !important;
    }

    .modal-content {
        height: 100vh !important;
        overflow: auto !important;
        border-radius: 0px !important;
    }

    .control-label {
        padding-top: 0px !important;
        margin-bottom: 2px !important;
    }

    ::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
}

@media (min-width: 992px) {
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 900px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal.right.fade .modal-dialog {
        right: -900px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .modal.right.fade.in .modal-dialog {
        right: 0;
    }

    .modal.right .modal-body {
        max-height: calc(100vh - 130px);
    }
}

.tox-tinymce {
    border: 0px !important;
}

.tox .tox-statusbar {
    border-top: solid 1px #E0E0E0 !important;
}

.tox:not([dir="rtl"]) .tox-toolbar__group:not(:last-of-type) {
    border-right: solid 1px #E0E0E0 !important;
}

.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
    background: none !important;
    border-bottom: solid 1px #E0E0E0 !important;
}

.tox .tox-menubar + .tox-toolbar, .tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary {
    border-top: solid 1px #E0E0E0 !important;
}

.tox .tox-collection--list .tox-collection__group {
    border-color: #E0E0E0 !important;
}

/* ===== BOOTSTRAP 3.3.6 - CUSTOMIZAÇÃO APENAS LABELS ===== */

/* Paleta de cores mais saturadas para melhor legibilidade */
:root {
    --label-primary: #bbdefb; /* Blue 200 - mais saturado */
    --label-secondary: #e0e0e0; /* Grey 300 - mais definido */
    --label-success: #c8e6c9; /* Green 200 - mais visível */
    --label-info: #b3e5fc; /* Light Blue 100 - azul menos luminoso */
    --label-warning: #ffcc80; /* Orange 200 - mais saturado */
    --label-danger: #ffcdd2; /* Red 200 - mais definido */
    --label-light: #f0f0f0; /* Grey 200 - mais contraste */
    --label-dark: #e0e0e0; /* Grey 300 - mais saturado */
}

/* ===== LABELS MODERNOS ===== */

.label {
    border-radius: 8px;
    font-weight: 600;
    font-size: 11px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    padding: 4px 8px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.3;
    display: inline-block;
    vertical-align: baseline;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.label-primary {
    background: var(--label-primary);
    color: #0d47a1; /* Blue 900 - mais escuro */
}

.label-secondary {
    background: var(--label-secondary);
    color: #212121; /* Grey 900 - mais contrastante */
}

.label-success {
    background: var(--label-success);
    color: #1b5e20; /* Green 900 - mais escuro */
}

.label-info {
    background: var(--label-info);
    color: #01579b; /* Light Blue 900 - azul escuro */
}

.label-warning {
    background: var(--label-warning);
    color: #e65100; /* Orange 900 - mais contrastante */
}

.label-danger {
    background: var(--label-danger);
    color: #b71c1c; /* Red 900 - mais escuro */
}

.label-light {
    background: var(--label-light);
    color: #212121; /* Grey 900 - mais contrastante */
    border: 1px solid #bdbdbd; /* Grey 400 - borda mais visível */
}

.label-dark {
    background: var(--label-dark);
    color: #212121; /* Grey 900 - mais contrastante */
}

.label-default {
    background: var(--label-dark);
    color: #212121; /* Grey 900 - mais contrastante */
}