body { /*background: url(../img/body-bg.png); */ color:#838383; background-color:#FFFFFF; }
body.bg-gray { /*background: url(../img/body-bg.png); */ background-color:#333; }

.bdvm { border: #f00 1px solid; }
.bdvd { border: #0f0 1px solid; }
.bdaz { border: #00f 1px solid; }
.bdrx { border: #f0f 1px solid; }
.bdam { border: #ff0 1px solid; }


/*Geral*/
a { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
label.has-error { font-weight: normal; font-size: 12px; color: #a94442; }
h4.has-error { font-weight: normal; color: #a94442; }
table td { vertical-align: middle !important; }
textarea { resize: none; }
img { max-width: 100%; }

.text-white {
    color: #FFFFFF !important;
}

.d-flex {
    display: flex;
}

.justify-content-start {
    justify-content: start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.align-items-start {
    align-items: start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.nowrap, .no-wrap {
    white-space: nowrap;
}

.label-orange {
  background-color: #ff744b;
}
.label-orange[href]:hover,
.label-orange[href]:focus {
  background-color: #ff744b;
}

.label-lab {
  background-color: #7e0069;
}
.label-lab[href]:hover,
.label-lab[href]:focus {
  background-color: #7e0069;
}

.label-muted {
  background-color: #ccc;
}
.label-muted[href]:hover,
.label-muted[href]:focus {
  background-color: #ccc;
}

.btn-muted {
  background-color: #ccc;
  color: #fff;
}
.btn-muted:hover,
.btn-muted:focus {
    background-color: #ccc;
    color: #fff;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

.m-0 { margin: 0px !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-30 { margin: 30px !important; }
.m-40 { margin: 40px !important; }
.m-50 { margin: 50px !important; }
.m-100 { margin: 100px !important; }
.m-200 { margin: 200px !important; }

.mt-0 { margin-top: 0px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-100 { margin-top: 100px !important; }
.mt-200 { margin-top: 200px !important; }

.mb-0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-200 { margin-bottom: 200px !important; }

.ml-0 { margin-left: 0px !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-100 { margin-left: 100px !important; }

.mr-0 { margin-right: 0px !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-100 { margin-right: 100px !important; }
.mr-200 { margin-right: 200px !important; }

.mx-0 { margin-left: 0px !important; margin-right: 0px !important; }
.mx-5 { margin-left: 5px !important; margin-right: 5px !important; }
.mx-10 { margin-left: 10px !important; margin-right: 10px !important; }
.mx-15 { margin-left: 15px !important; margin-right: 15px !important; }
.mx-20 { margin-left: 20px !important; margin-right: 20px !important; }
.mx-30 { margin-left: 30px !important; margin-right: 30px !important; }
.mx-40 { margin-left: 40px !important; margin-right: 40px !important; }
.mx-50 { margin-left: 50px !important; margin-right: 50px !important; }
.mx-100 { margin-left: 100px !important; margin-right: 100px !important; }
.mx-200 { margin-left: 200px !important; margin-right: 200px !important; }

.my-0 { margin-top: 0px !important; margin-bottom: 0px !important; }
.my-5 { margin-top: 5px !important; margin-bottom: 5px !important; }
.my-10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.my-15 { margin-top: 15px !important; margin-bottom: 15px !important; }
.my-20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.my-30 { margin-top: 30px !important; margin-bottom: 30px !important; }
.my-40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.my-50 { margin-top: 50px !important; margin-bottom: 50px !important; }
.my-100 { margin-top: 100px !important; margin-bottom: 100px !important; }
.my-200 { margin-top: 200px !important; margin-bottom: 200px !important; }

.p-0 { padding: 0px !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-30 { padding: 30px !important; }
.p-40 { padding: 40px !important; }
.p-50 { padding: 50px !important; }
.p-100 { padding: 100px !important; }

.pt-0 { padding-top: 0px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-100 { padding-top: 100px !important; }

.pb-0 { padding-bottom: 0px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-100 { padding-bottom: 100px !important; }

.pl-0 { padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-100 { padding-left: 100px !important; }

.pr-0 { padding-right: 0px !important; }
.pr-5 { padding-right: 5px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-100 { padding-right: 100px !important; }

.px-0 { padding-left: 0px !important; padding-right: 0px !important; }
.px-5 { padding-left: 5px !important; padding-right: 5px !important; }
.px-10 { padding-left: 10px !important; padding-right: 10px !important; }
.px-15 { padding-left: 15px !important; padding-right: 15px !important; }
.px-20 { padding-left: 20px !important; padding-right: 20px !important; }
.px-30 { padding-left: 30px !important; padding-right: 30px !important; }
.px-40 { padding-left: 40px !important; padding-right: 40px !important; }
.px-50 { padding-left: 50px !important; padding-right: 50px !important; }
.px-100 { padding-left: 100px !important; padding-right: 100px !important; }

.py-0 { padding-top: 0px !important; padding-bottom: 0px !important; }
.py-5 { padding-top: 5px !important; padding-bottom: 5px !important; }
.py-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.py-15 { padding-top: 15px !important; padding-bottom: 15px !important; }
.py-20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.py-30 { padding-top: 30px !important; padding-bottom: 30px !important; }
.py-40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.py-50 { padding-top: 50px !important; padding-bottom: 50px !important; }
.py-100 { padding-top: 100px !important; padding-bottom: 100px !important; }

.radius-50 { border-radius: 50%; }
.radius-100 { border-radius: 100%; }
.radius-x { border-radius: 0 50%; }
.radius-y { border-radius: 50% 0; }

.fs-10 { font-size: 10px !important; }
.fs-12 { font-size: 12px !important; }
.fs-14 { font-size: 14px !important; }
.fs-18 { font-size: 18px !important; }
.fs-20 { font-size: 20px !important; }


/*Classes*/
.none { display: none; }
.block { display: block; }
.pointer { cursor: pointer; }
.not-allowed { cursor: not-allowed; }
.text-center { text-align: center; }
.text-inline { display: inline; }
.underline-hover { text-decoration: none; }
.underline-hover:hover { text-decoration: underline; }

.btn-act-bling {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 2px;
    margin-top: 2px;
}

.btn-bling {
    color: #fff;
    background-color: #5AC782;
    border-color: #5AC782;
}

.btn-bling:hover {
    color: #fff;
    background-color: #64d28c;
    border-color: #64d28c;
}

.btn-default.has-error {
    border-color: #a94442;
}

.big-button {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgb(240,240,240);
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(249,249,249,1) 20%, rgba(255,255,255,1) 61%);
}

.big-button i {
    font-size: 72px;
    color: #c9c9c9;
    margin-bottom: 20px;
}

.big-button i.uil {
    font-size: 85px;
}

.big-button p {
    font-size: 18px;
    line-height: 22px;
    white-space: normal;
    font-weight: 100;
    color: #999;
}

@media (min-width: 550px) {

    .big-button p {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 992px) {

    .big-button p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width: 1200px) {

    .big-button p {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 1600px) {

    .big-button p {
        font-size: 36px;
        line-height: 42px;
    }
}

.form-control-lg {
    height: 48px;
    font-size: 16px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}


.text-red {
    color:#f00 !important;
}
.text-orange {
    color:#ffb100 !important;
}

.text-black-75 {
    color: rgba(0, 0, 0, .75) !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important;
}

.text-black-25 {
    color: rgba(0, 0, 0, .25) !important;
}

.toggle-pass {
    background-color: #fff;
    border-left: 0;
}

.tecnico-box {
    position: relative;
    display: inline-block
}

.tecnico-box i {
    font-size: 45px;
}

.tecnico-box:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    border: 2px solid white;
    bottom: 0;
    right: 0;
    position: absolute;
}

.tecnico-box.online:after {
    background-color: #23e323;
}

.tecnico-box img {
	border-radius:100%;
    object-fit:cover;
}

.page-header { margin-top: 0 !important; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc { background: none; }

/* .save */
.text-save { color:#00BA8B; }
.text-save:hover { color:#00BA8B; }

.btn-save { color: #fff; background-color: #00BA8B; border-color: #01a47b; }
.btn-save:hover, .btn-save:focus, .btn-save.focus, .btn-save:active, .btn-save.active, .open > .dropdown-toggle.btn-save { color:#fff; background-color: #01a47b; border-color: #02916d; }
.btn-save:active, .btn-save.active, .open > .dropdown-toggle.btn-save { background-image: none; }

.label-save { background-color: #00BA8B; }
.label-green { background-color: #5cb85c; }

/*Breadcrumb*/
/*.breadcrumb { padding-left:0; font-size: 13px; background: none; padding-top: 15px; }*/
.breadcrumb { font-size: 13px; margin-top: 15px; }
.breadcrumb a { color:#c00; }
.breadcrumb a i { font-size: 18px; }
.breadcrumb a:hover { text-decoration: underline; }

/*Navbar*/
/* .navbar { background: #333; } */
.navbar .navbar-brand, .navbar .navbar-brand:hover { color: #fff; font-size: 18px; font-weight: bold; }
.navbar .navbar-brand span { font-size: 12px; font-weight: normal; }
.nav#side-menu a { color: #555; }
/*.nav#side-menu a.active { color: #fff; }*/
.navbar .navbar-toggle { border: none; }
.navbar .navbar-toggle:hover, .navbar-toggle:active { background: none; }
.navbar .navbar-toggle .icon-bar { background-color: #fff; }
.navbar .navbar-toggle:hover .icon-bar { background-color: #026d52; }
.navbar-top-links a.dropdown-toggle { color: #fff; }
.navbar-top-links a.dropdown-toggle:hover,
.navbar-top-links a.dropdown-toggle:focus,
.navbar-top-links a.dropdown-toggle:active { background: none; }
.sidebar ul li { background: #fff; }
.sidebar ul li a.active { background-color: #eaeaea; }
.welcome { color: #fff; }


/*Sobre*/
.modal-body.sobre { font-size: 12px; text-align: center; line-height: 20px; }

/*Formulários*/
/*.panel { border-radius: 0; }*/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label { color: #a94442; }
.has-error.form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
.has-error.form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; }
.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; }
.has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; }
.has-error .form-control-feedback { color: #a94442; }

.nav-tabs li a { color: #555; border-radius: 0; }
/*.nav-tabs li.active a, .nav-tabs li.active a:hover { border-top: #00BA8B 2px solid;  }*/
.panel.panel-tab { border-top:none; border-radius: 0 0 4px 4px; }

/* E-mails */
/*#emails .panel-heading h4.panel-title a { display: block; text-decoration: none; font-size: 15px; }*/
/*#emails .panel-heading h4.panel-title a .preview { font-size: 13px; font-style: italic; color: #555; padding-left: 10px; }*/
/*#emails .panel-heading.active, .panel-heading:hover { background: #e9e9e9; }*/
/*#emails .panel-heading h4.panel-title a i { margin-right:10px; }*/




.permission ul { list-style: none; }



/*Listas*/
.btn-insert { margin-bottom: 20px; }
.oper { width:120px; text-align: center; }
.oper a { margin:0 3px; }
.bootgrid-table th>.column-header-anchor { color: #838383; }
.table-list tbody tr td { font-size: 14px; vertical-align: middle; color: #111; }
.pagination > li > a { color: #333; cursor: pointer; }
.pagination > .disabled > a { color: #bbb; cursor: not-allowed; }
/*.pagination > .active > a { color: #fff; background-color: #00BA8B; border-color: #00BA8B; cursor: default; }*/
/*.pagination > .active > a:hover { color: #fff; background-color: #00BA8B; border-color: #00BA8B; cursor: default; }*/
div.dataTables_filter input { margin-left: 0; }
.tbmark .checkbox, .tbmark .radio { margin-top: 0; margin-bottom: 0; }


.icon-des, .icon-hab { font-size: 20px; }
.icon-des { color: #ed1f24; }
.icon-des:hover, .icon-des:active { color: #ff0006; }
.icon-hab { color: #27ad2f; }
.icon-hab:hover, .icon-hab:active { color: #1dc727; }


.sidebar ul li {
    background: #efeded;
    border-bottom: #dddddd 1px solid;
}

/* fotos */
.explain { margin: 15px 0; }
.titleFoto { text-align: center; font-size: 12px; padding:3px 0;  }
.fotos { margin-top:20px; }
    .fotos .thumb { background: #fff; padding: 15px 15px 5px 15px; margin: 0 0 15px 0; border: 1px solid #ddd; box-shadow: 1px 1px 5px 0px #a2958a;}
    .fotos .thumb.mark { border: 3px solid #337ab7; padding: 13px 13px 3px 13px; }
    .fotos .thumb:hover { box-shadow: 3px 3px 5px 0px #333; }
    .thumb-placeholder { border:1px dashed #555; background:#fff; visibility: visible !important; float:left; margin:0; padding:0; }
    .thumb-placeholder * { visibility:hidden; }
        .fotos .thumb img { cursor: move; }
        .fotos .thumb.no-move img { cursor: default; }
        .fotos .thumb.des img { opacity: 0.3; }
        .fotos .thumb .editFoto { font-size: 0.8em; margin-top: 5px; color: #555; text-align: center; height:25px; }
        .fotos .thumb .actions { font-size: 16px; margin-top: 5px; }
            .fotos .thumb .actions .hab { color:#090; }
            .fotos .thumb .actions .des { color:#c00; }


.modal-dialog { z-index: 1041; }

span.color-index {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-top: 4px;
    margin-right: 6px;
}


body.print-relatorio {
    background: #fff;
}


/* xs */ /* Celular Horz */
@media (max-width: 480px) {

    .filter-date { margin-bottom: 10px; }
    .nav-tabs li.active a .hidden-xs { display: inline-block; }
    .hist-tabs i { font-size: 20px;}

}

/* xs */ /* Celular Vert */
@media (max-width: 320px) {

    /*.btn-insert { margin-left: 0px; margin-top: 5px;  }*/
    .dataTables_filter, .dataTables_length { float: left; clear: both; }
    .filter-date { margin-bottom: 8px; }

}

/* sm */ /* Ipad Vert */
@media (max-width: 768px) {

    .hist-tabs i { font-size: 20px;}
    .dataTables_filter, .dataTables_length { text-align: left; }

    .islink { padding-left: 168px; }
    #divperiodo { margin-bottom: 10px; }

}


/* Max Width: 979px */ /* md */
@media (max-width: 979px) {

    .adds .btn { margin-bottom:8px; }

    /*.form-horizontal .control-label { border:#f00 1px solid; display: block; width: 100%; text-align: left; }*/
}

@media (min-width: 767px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 991px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

/* Max Width: 1200px */ /* lg */
@media (min-width: 1200px) {

    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }

}

/* body { background: #333; } */
#page-wrapper { padding: 1px 30px 30px 30px; }
.navbar { border: none; }
.sidebar ul li { background: #333; border-bottom: #383838 1px solid; }
.nav#side-menu a { color: #ccc; }
.nav#side-menu a:focus, .nav#side-menu a:hover { background-color: #444; color: #fff; }
.sidebar ul li a.active { background-color: #444; color: #fff; }


@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

/* Custom */

.navbar {
    min-height: 65px;
}

.navbar-brand {
    height: 65px;
    padding: 12px 15px;
}

@media (min-width: 768px) {

    .sidebar {
        margin-top: 65px;
    }

}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.text-black {
    color: #000 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-yellow {
    color: #fff;
    background-color: #ec971f;
}

.bg-green {
    color: #fff;
    background-color: #5cb85c;
}

.bg-light {
    background-color: #f9f9f9;
}

.bg-red {
    color: #fff;
    background-color: #d9534f;
}

.bg-sp {
    color: #fff;
    background-color: #337ab7;
}

.bg-bling {
    color: #fff;
    background-color: #5AC782;
}

.text-italic {
    font-style:italic !important;
}

#total-box {
    width: 500px;
    height: 200px;
    z-index: 100;
    position: fixed;
    bottom: 30px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.2);
    display: none;
    border-radius: 5px;
}

#total-box .ndesp {
    padding: 12px 15px 10px 15px;
    border-bottom: #eee 1px solid;
    font-size: 20px;
}

#total-box .total {
    font-size: 38px;
    padding: 10px 20px;
}

#total-box .buttons {
    padding: 0 20px;
}

/* Style Sidebar */
/*
body {
    background-color: #337ab7;
} */

/* .navbar { background: #337ab7; } */

/* .sidebar ul li {
    background-color: #337ab7;
    border-bottom: #dddddd 1px solid;
}

.nav#side-menu a {
    color: #fff;
}

.sidebar ul li a.active {
    background-color: #ddd;
    color: #fff;
} */

.page-blank {
    text-align: center;
    margin-top: 150px;
  }
  .page-blank.tab-blank {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0;
  }


  .page-blank .icon {
      display: inline-block;
      background: #e5e5e5;
      padding: 35px 26px;
      border-radius: 100%;
  }
  .page-blank .icon i {
    font-size: 72px;
    color: #828282;
  }
  .page-blank h1 {
    color: #828282;
  }

/* Panels */
.panel-secondary {
    border-color: #777;
}

.panel-secondary>.panel-heading {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

.panel-orange {
    border-color: #ff744b;
}

.panel-orange>.panel-heading {
    color: #fff;
    background-color: #ff744b;
    border-color: #ff744b;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green>.panel-heading {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}


@media (min-width: 1200px) {
    .modal-xl {
        width: 1080px;
    }
}

@media (min-width: 1500px) {
    .modal-xl {
        width: 1360px;
    }
}

.anexos img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 5px;
}

/* NOTIFICAÇÕES */

#notifications {
    position: relative;
}

    #notifications .badge {
        position: absolute;
        background-color: #e92222;
        right: 10px;
        top: 10px;
    }

    .dropdown-notifications {
        width: 380px;
        padding-top: 0;
        padding-bottom: 0;
        max-height: 560px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .dropdown-notifications::-webkit-scrollbar {
            width: 7px;
            height: 7px;
        }

        .dropdown-notifications::-webkit-scrollbar-thumb {
            background: #999;
            border-radius: 5px;
        }

        .dropdown-notifications::-webkit-scrollbar-track {
            background: #fff;
        }

    .dropdown-notifications .notification__header {
        padding: 10px;
        font-weight: 600;
    }

    .dropdown-notifications .notification__item {
        border-top: #e5e5e5 1px solid;
    }

    .dropdown-notifications .notification__item:nth-child(1) {
        border-top: 0;
    }

        .dropdown-notifications .notification__item.lido {
            background-color: #fff;
        }

        .dropdown-notifications .notification__item.nao-lido {
            background-color: #f9f9f9;
        }

    .dropdown-notifications .notification__item .icon-box {
        padding-left: 38px;
    }

            .dropdown-notifications .notification__item .icon {
                background: #000;
                color: #fff;
                font-size: 20px;
                text-align: center;
                width: 44px;
                height: 44px;
                padding-top: 8px;
                border-radius: 100%;
                margin-top: 2px;
            }

            .dropdown-notifications .notification__item .icon.bg-danger { background-color: #d9534f; }
            .dropdown-notifications .notification__item .icon.bg-success { background-color: #5cb85c; }
            .dropdown-notifications .notification__item .icon.bg-primary { background-color: #337ab7; }
            .dropdown-notifications .notification__item .icon.bg-info { background-color: #46b8da;}
            .dropdown-notifications .notification__item .icon.bg-warning { background-color: #f0ad4e; }
            .dropdown-notifications .notification__item .icon.bg-default { background-color: #777; }
            .dropdown-notifications .notification__item .icon.bg-purple { background-color: #7e0069; }
            .dropdown-notifications .notification__item .icon.bg-light { background-color: #ccc; }
            .dropdown-notifications .notification__item .icon.bg-save { background-color: #00BA8B; }
            .dropdown-notifications .notification__item .icon.bg-orange { background-color: #ff744b; }


            .dropdown-notifications .notification__item a {
                padding: 0 !important;
                padding-top: 10px !important;
                padding-bottom: 7px !important;
                display: block !important;
            }

            .dropdown-notifications .notification__item .title {
                font-size: 14px;
                font-weight: 600;
            }

            .dropdown-notifications .notification__item .text {
                font-size: 12px;
                color: #777;
                padding-right: 15px;
            }

            .dropdown-notifications .notification__item .time {
                font-size: 10px;
                color: #777;
            }

.dropdown-notifications .no-messages {
    padding: 40px 0;
    font-weight: 600;
}


#legend {
    margin-bottom: 20px;
    font-size: 20px;
    font-style: italic;
    font-weight: 100;
}

.steps {
    /* border: #f00 1px solid; */
    display: none;
    justify-content: space-between;
    position: relative;
}

@media (min-width: 1250px) {
    .steps {
        display: flex;
    }
}

.steps::before {
    content: "";
    height: 5px;
    width: calc(100% - 170px);
    background-color: #ccc;
    position: absolute;
    top: 32px;
    left: 100px;
    margin-top: -2px;
    z-index: 0;
}

.steps::after {
    content: "";
    width: 0%;
    height: 5px;
    background-color: #337ab7;
    position: absolute;
    top: 32px;
    left: 100px;
    margin-top: -2px;
    z-index: 0;
}

.steps.full::after {
    width: calc(100% - 170px);
}

.steps.two_four::after {
    width: 28%;
}

.steps.three_four::after {
    width: 60%;
}

.steps.two_three::after {
    width: calc(50% - 100px);
}

.step {
    /* border: #f0f 1px solid; */
    text-align: center;
    position: relative;
    z-index: 1;
}

.step .number {
    margin: auto;
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background-color: #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    /* font-weight: 900; */
    font-style: italic;
    color: #fff;
}

.step .number.active {
    background-color: #337ab7;
}

.step .tip {
    margin-top: 10px;
    width: 180px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    /* color: #337ab7; */
}

.step .tip.lg {
    width: 290px;
}

.step .tip.active {
    color: #337ab7;
}

.bootstrap-select.disable .btn.dropdown-toggle {
    background-color: #eee;
}