@import url(https://fonts.googleapis.com/css?family=Nunito);

body {
    font-size: 14px !important;
}
.btn-inline {
    display: inline-flex;
}

gadget .table-responsive > .no-footer { 
    width: 99%;
}

gadget .dataTables_scrollBody {
    height: 480px;
}

gadget .pagination  {
    justify-content: flex-end;
}

gadget .card-title {
    font-size: 15px;
    font-weight: bold;
}

gadget .dataTables_length {
    white-space: nowrap;
}

.info-box .info-box-icon {
    min-width: 70px;
}

.btn-inline {
    display: inline-flex;
}
.modal .modal-content .modal-header {
    display: flow-root;
}
.dataTables_wrapper .dataTable tbody td .btn span {
    display: none !important;
}

.dataTables_wrapper .dt-buttons {
    margin-left: auto!important;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 700 !important;
}

.timeline:not(.timeline--horizontal):before {
    left: 31px !important;
    z-index: 0 !important;
}
ul.nav.nav-treeview .nav-item {
    margin-left: 15px;
}
.breadcrumb li {
    font-size: 15px;
}

.user-menu span {
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.modal-dialog.modal-full {
    max-width: 90%;
    height: 100%;
    margin: 0px 0 0 15%;
    padding: 0;
}
.modal.show {
    padding-right: 0 !important;
} 

.modal-content {
    height: 100%;
    border-radius: 0;
}

.modal-dialog{
    height: 100%;
    margin-top: 0;
 }
 
.modal-content .modal-body {
    overflow: auto;
}

.page-title {
    color: #636262 !important;
}
.page-header {
    background: none;
}
.page-main:after {
    background-image: unset !important;
}
.text-nowrap a.btn.btn-primary.btn-inline.ml-2.mr-2 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.pipeline-body .row {
    overflow-x: auto;
    white-space: nowrap;
    display: list-item;
}

.pipeline-body .pipeline-etapa {
    display: inline-grid;
}

.pipeline-body .pipeline-etapa .dropdown-toggle::after {
    display: none !important;
}

.pipeline-body .pipeline-etapa .pipeline-etapa-clientes {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}

.pipeline-body ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
.pipeline-body ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.pipeline-body ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.pipeline-body ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

ul.stepper {
    overflow-x: hidden;
    overflow-y: auto;
    counter-reset: section;
}
.stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.stepper>li:not(:last-of-type) {
    margin-bottom: .625rem;
    -webkit-transition: margin-bottom .4s;
    -o-transition: margin-bottom .4s;
    transition: margin-bottom .4s;
}
.stepper-horizontal>li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s;
}
.table-responsive ul li ul:hover{
    display: flex;
}

.main-header > .navbar-nav {
    flex-direction: row;
}

[data-unidade="todas"] {
    margin-left: 10px;
}

.navbar-nav > .nav-item > .dropdown-menu {
    position: absolute;
}

.main-header > .navbar-nav > .nav-item {
    margin-left: 10px !important; 
}

/* d-inline-flex align-items-center */
[data-tipo="destaque"] {
    color: white !important;
    /* border-radius: 50%;
    background-color: blue;
    width: 40px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)!important;
    text-align: center;
    vertical-align: middle;

    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex!important;

    align-items: center!important; */
}

@media only screen and (max-width: 767px) {
    .main-header .navbar-nav .nav-item { 
        margin-right: 20px !important;
    }
}

.user-menu span {
     display: none !important;
}

.main-header > .navbar-nav .dropdown-toggle::after {
    display: none !important;
}

.card .nav-tabs {
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
 }
 .card .nav-tabs .nav-link {
   white-space: nowrap;
 }
 
 .card-header {
    position: sticky !important;
 }
 #opcionais label {
     font-weight: normal !important;
 }
/**fab-site**/
.area_menu{
	position: fixed;
    left: 0;
    right: 5px;
	bottom: 0;
	overflow: visible;
	height: 2px;
	z-index: 1000;
}

.area_menu .wrap{
	position: relative;
}
body.home .area_menu .wrap{
	max-width: 500px;
}

 .fab-site {
    position: absolute;
	bottom: 10px;
	right: 0;
}
.fab-site:hover,
.fab-site:active{
	box-shadow:  0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
}
.fab-site a {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    border: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    font-size: 24px;
    color: white;
    text-align: center;
    line-height: 2.1em;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
}
.fab-site a:focus {
    outline: none;
}
.fab-site a.main {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    right: 0;
    bottom: 0;
    z-index: 20;
    line-height: 2.6em;
    text-align: center;
}
.fab-site ul {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    padding-right: 5px;
    margin: 0;
    list-style: none;
    z-index: 10;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
}
.fab-site ul li {
        display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: -10%;
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
}
.fab-site ul li label {
    margin-right: 10px;
    white-space: nowrap;
    display: block;
    margin-top: 10px;
    padding: 5px 8px;
    background-color: #333333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: 3px;
    font-size: 16px;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
    color: white;
}
.fab-site.show a.main, .fab-site.show a.main {
    outline: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
    color: white;
}
.fab-site.show a.main + ul, .fab-site.show a.main + ul {
    bottom: 70px;
}
.fab-site.show a.main + ul li,
.fab-site.show a.main + ul li {
    margin-bottom: 10px;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
}
.fab-site.show a.main + ul li:hover label, .fab-site.show a.main + ul li:hover label {
    opacity: 1;
}

.text-aprovec {
    color: rgb(170, 18, 24);
}

.text-aprovec2 {
    color: #6B2328;
    font-weight: bold;
}

gadget .card {
    box-shadow: 0 0 100px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 80%);
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
}

.select2-container--default .select2-selection--single {
    padding: 0.20875rem 0.75rem !important;
    height: calc(1.9rem + 2px) !important;
}

.select2-container--default .select2-selection--multiple {
    min-height: calc(1.0rem + 2px) !important;
}