@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");

label {
    font-weight: 400;
    font-size: 15px;
}

.btn-colab i {
    margin-right: 10px;
}

.group-permission {
    margin-top: 15px;
    display: inline-flex;
    flex-direction: column;
}

.group-permission input[type="checkbox"]+label {
    display: inline-flex;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    align-items: center;
}

.group-permission input[type="checkbox"] {
    display: none;
}

.group-permission input[type="checkbox"]+label:before {
    content: "";
    border: 1px solid #191a1c;
    border-radius: 5px;
    width: 15px;
    height: 15px;
    transition: 0.2s;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-permission input[type="checkbox"]+label:active:before {
    transform: scale(0);
}

.group-permission input[type="checkbox"]:checked+label:before {
    border: 0;
    color: #191a1c;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
}

.group-permission input[type="checkbox"]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.group-permission input[type="checkbox"]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.form-check {
    display: inline-block;
    background: rgba(70, 70, 70, 0.12);
    padding: 2px 5px;
    /*! border-radius: 8px; */
    margin-bottom: 5px;
}

.form-check.l2 {
    margin-left: 25px;
}

.form-check.l3 {
    margin-left: 50px;
}

.form-check label {
    color: #191a1c;
    font-weight: 400;
    margin-left: 7px;
}

.form-check-title {
    color: white;
    font-weight: 400;
    font-size: 15px;
    background-color: #191a1c;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.form-check-title p {
    margin: 0;
}

.tooltip {
    font-family: "Poppins";
}

table.padding-td tr td {
    padding: 0 3px;
}

.select-work {
    margin: 10px 0;
}

.select-work .btn-group {
    margin-right: 5px;
}

.define-radius {
    padding: 10px 0;
    text-align: center;
}

.define-radius .btn {
    margin-top: 20px;
}

.points-panel {
    padding: 20px 0;
}

.resources-panel {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.resources-panel .resource-card {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    color: #444444;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 20px 84px rgba(0, 0, 0, 0.07), 0px 8.35552px 35.0932px rgba(0, 0, 0, 0.0503198), 0px 4.46726px 18.7625px rgba(0, 0, 0, 0.0417275), 0px 2.50431px 10.5181px rgba(0, 0, 0, 0.035), 0px 1.33002px 5.58609px rgba(0, 0, 0, 0.0282725), 0px 0.553451px 2.3245px rgba(0, 0, 0, 0.0196802);
    margin-right: 10px;
    transition: all 0.3s ease-in;
}

.resources-panel .resource-card.active {
    display: flex;
}

.resources-panel .resource-card span {
    font-weight: 400;
    font-size: 15px;
}

.resources-panel .resource-card i {
    font-size: 35px;
    margin-right: 20px;
}

#map {
    height: 90%;
    border-radius: 20px;
}

#view-options {
    left: 10px !important;
    top: 10px !important;
}

.color-alert {
    color: #ff342e;
}

.color-success {
    color: #10d89c;
}

#pontos_wrapper,
#pontos_filter {
    margin: 20px 0;
}

#pontos_paginate.dataTables_paginate {
    margin: 20px 0;
    text-align: center;
}

#name-func {
    margin: 5px 0px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

#local-func {
    margin: 7px 0px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

#name-func i,
#local-func i {
    margin-right: 7px;
}

#label-title {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.show-points {
    margin: 10px 0px;
}

.map-options {
    margin: 10px 0;
}

.map-options p {
    margin-bottom: 5px;
}

.select-funcionario {
    margin: 10px 0;
}

.gm-style .gm-style-iw-c {
    padding: 15px 20px !important;
    overflow: visible;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    border-radius: 13px;
}

.gm-style .gm-style-iw-t::after {
    box-shadow: none !important;
}

.gm-ui-hover-effect {
    background: white !important;
    display: flex !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    font-family: "Poppins", sans-serif !important;
}

.image-gm img {
    height: 120px;
    width: 100px;
    border-radius: 10px;
    object-fit: cover;
}

.image-gm {
    text-align: center;
}

.btn-group>.btn+.dropdown-toggle,
#current-center {
    height: 33.8px;
}

#change-center a {
    cursor: pointer !important;
}
/*  BUTTON ON/OFF */

div.checkbox.switcher[disabled],
.checkbox.switcher[disabled] label {
    opacity: 0.7;
    cursor: not-allowed;
}

.options-func div.checkbox.switcher {
    background: #b7b7b73d;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 0 0 15px 0;
    display: inline-block;
    color: #2b2b2b;
}

.options-func>div {
    display: inline-block;
}

.options-func>div:last-child {
    margin-left: 15px;
}

div.checkbox.switcher label,
div.radio.switcher label {
    padding: 0;
}

div.checkbox.switcher label *,
div.radio.switcher label * {
    vertical-align: middle;
}

div.checkbox.switcher label input,
div.radio.switcher label input {
    display: none;
}

div.checkbox.switcher label input+span,
div.radio.switcher label input+span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    min-width: 56px;
    height: 28px;
    background: #dc3545;
    border: #dc3545;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

div.checkbox.switcher label input+span small,
div.radio.switcher label input+span small {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 0;
}

div.checkbox.switcher label input:checked+span,
div.radio.switcher label input:checked+span {
    background: #0d6efd;
    border-color: #0d6efd;
}

div.checkbox.switcher.indicator label input+span small::after {
    content: "\f00d";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    left: 7.5px;
    top: 3.5px;
    color: #dc3545;
    font-weight: 600;
}

div.checkbox.switcher.indicator label input:checked+span small::after {
    content: "\f00c";
    color: #0d6efd;
}

div.checkbox.switcher label input:checked+span small,
div.radio.switcher label input:checked+span small {
    left: 50%;
}

div.checkbox.switcher.period label input+span,
div.radio.switcher.period label input+span {
    background: #ffad43;
    border: #ffad43;
}

div.checkbox.switcher.period label input:checked+span,
div.radio.switcher.period label input:checked+span {
    background: #202020;
    border-color: #202020;
}

div.checkbox.switcher.period label input+span small::after {
    color: #ff9000;
    font-family: "Font Awesome 5 Pro";
    content: "\f185";
    font-weight: 900;
    position: absolute;
    top: 3px;
    left: 6px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

div.checkbox.switcher.period label input:checked+span small::after {
    content: "\f186";
    color: #202020;
}

.status .sized {
    margin-left: 6px;
    display: block;
}

.status {
    display: inline-flex;
    align-items: center;
}
/* CALENDAR  */

.select2-results__option[aria-selected="true"] {
    display: none;
}

.filtrar-head {
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.filtrar-head .info {
    display: inline-flex;
    align-items: center;
}

.filtrar-head span {
    margin-right: 5px;
}

.filtrar-head i {
    font-size: 18px;
}

p.searching {
    margin: 5px 0;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #0d6efd;
    border: #0d6efd;
    border-radius: 0;
}

.panel-primary>.panel-heading:hover {
    background-color: #3485ff;
}

.panel-primary {
    border-color: #0d6efd;
    border: 0;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
}

.panel-group .panel {
    border-radius: 0 0 10px 10px;
}

.panel-heading {
    padding: 0px;
}

.panel-heading a {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
}

.panel-heading a i {
    transition: all 0.2s ease-in-out;
}

.panel-heading a:not(.collapsed) i {
    transform: rotate(90deg);
}

.panel-heading a:hover,
.panel-heading a:focus,
.panel-heading a:active {
    color: white;
}

.column-event .input-calendar {
    margin: 20px 0;
}

.column-event {
    background: #ffffff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    padding: 25px 13px;
    transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.column-calendar {
    transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.actions-card {
    margin-top: 15px;
}

.actions-card button {
    margin: 3px 0;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.actions-card button:hover {
    box-shadow: 0 6px 20px #00000026 !important;
}

.actions-card button i {
    margin-right: 10px;
}

.card-title {
    margin-top: 0px;
}

.card-filtrar {
    background: rgba(0, 0, 0, 0.07);
    border-radius: 0 0 10px 10px;
    padding: 20px 15px;
    margin: 20px 0;
    border-top: 8px solid #2e2b2b;
}

.result {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    scrollbar-width: thin;
    max-height: 200px;
}

.result::-webkit-scrollbar {
    width: 10px;
}

.result::-webkit-scrollbar-thumb {
    background: rgb(67, 67, 67);
    border-radius: 20px;
}

.result::-webkit-scrollbar-track {
    background: #e7e7e7;
    border-radius: 20px;
}

.calendar-user {
    background: #2e2b2b;
    border-radius: 5px;
    padding: 3px 22px 3px 5px;
    margin: 3px;
    color: white;
    cursor: pointer;
    position: relative;
}

 :not(.description)>.calendar-user::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    position: absolute;
    top: calc(50% - 7px);
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 14px;
    width: 14px;
}

.calendar-user:hover {
    background: #464343;
}

.description .calendar-user {
    margin: 2px;
    padding: 3px 5px;
}

.shimmer {
    animation: 4s linear infinite forwards placeholderShimmer;
    -webkit-animation: 4s linear infinite forwards placeholderShimmer;
}

.shimmer.dark {
    color: white;
    background: #272831;
    background-image: linear-gradient( to right, #272831 0%, #61646d 20%, #272831 40%, #272831 100%);
}

.shimmer.primary {
    color: white;
    background: #007ff1;
    background-image: linear-gradient( to right, #007ff1 0%, #61acee 20%, #007ff1 40%, #007ff1 100%);
}

.shimmer.warning {
    color: #fff;
    background: #f39c12;
    background-image: linear-gradient( to right, #f39c12 0%, #ffcd7c 20%, #f39c12 40%, #f39c12 100%);
}

.shimmer.danger {
    background: #dc3545;
    color: white;
    background-image: linear-gradient( to right, #dc3545 0%, #fa7885 20%, #dc3545 40%, #dc3545 100%);
}

@keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.obs-calendario {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    display: block;
}

.info-event p {
    font-size: 16px;
    display: flex;
    align-items: center;
}

#period span {
    margin-left: 10px;
}

#participants span {
    margin-right: 10px;
}

.info-event p i {
    margin-right: 10px;
}

.description {
    margin: 20px 0 40px 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 400px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.description::-webkit-scrollbar {
    width: 10px;
}

.description::-webkit-scrollbar-thumb {
    background: rgb(67, 67, 67);
    border-radius: 20px;
}

.description::-webkit-scrollbar-track {
    background: #e7e7e7;
    border-radius: 20px;
}

.description .btn {
    margin: 2px;
}

#add-new-event i {
    margin-right: 7px;
}

.card-events {
    margin-bottom: 40px;
}

.user-buttons {
    margin-top: 20px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    border-radius: 0 0 5px 5px;
}

.user-buttons a {
    overflow: hidden;
    margin: 3px;
    font-size: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 4px;
    border-radius: 3px;
    color: white !important;
    transition: all 0.2s ease-in-out;
    background-image: linear-gradient( to right, #ff5757, #ff5f56, #ff6756, #ff6e56, #ff7557);
    text-transform: lowercase;
}

.user-buttons a:hover {
    color: white !important;
}
/*
.user-buttons a::after {
content: '';
height: 2px;
position: absolute;
border-radius: 10px;
width: 30%;
background-image: linear-gradient(to right bottom, #4200ff, #0043ff, #0060ff, #0075fb, #0087ef);
top: 85px;
}

*/

.user-buttons a i {
    font-size: 17px;
    margin-right: 7px;
    transition: all 0.2s ease-out;
}

.user-buttons a:hover i {
    transform: translateX(-4px);
}

.user-buttons a:hover i::before {
    font-weight: 900;
}

.image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image p {
    color: white;
    margin: 0 0 0 10px;
    padding: 0;
}

.connectedSortable {
    display: flex;
    justify-content: center;
}

.btn-g {
    margin: 20px;
}

.nav-qrcode {
    text-align: center;
    cursor: move;
    max-width: 700px;
    border-radius: 15px !important;
    transition: all 0.3s cubic-bezier(0.57, 0.12, 0.27, 1.03);
}

.nav-qrcode.active {
    max-width: 700px;
}

.qr_code {
    border-radius: 15px;
    max-width: 350px;
    transition: all 0.8s ease-in-out;
}

.qr_code.active {
    max-width: 700px;
}

.notification {
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.306);
    border-radius: 10px !important;
    border: none;
}

span[data-notify="icon"] {
    margin-right: 6px;
    font-size: 17px;
}

span[data-notify="title"] {
    font-weight: 700;
    font-size: 17px;
}

span[data-notify="message"] {
    font-size: 16px;
    padding-top: 10px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.lds-ellipsis div {
    position: absolute;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 24px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 36px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.qr_code {
    min-width: 250px;
    min-height: 250px;
    margin: 30px;
    box-shadow: 0 5px 25px black;
}

.os .input-group {
    margin: 7px 0px;
}

.dropzone {
    margin: 20px;
}

.d-none {
    display: none;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #ff4040;
}

.float-edit {
    position: fixed;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d11f23;
    color: white;
    bottom: 40px;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.47);
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    font-size: 20px;
}

.float-edit:hover {
    transform: rotate(20deg);
    background: #e61e22;
    color: white;
    box-shadow: 0 9px 16px rgba(0, 0, 0, 0.47);
}

.b-edit {
    display: flex;
    justify-content: center;
}

.b-edit:hover span {
    opacity: 1;
    overflow: visible;
    transform: translateY(-100px);
    max-width: 150px;
    position: fixed;
}

.b-edit span {
    max-width: 0px;
    color: white;
    padding: 4px 15px;
    border-radius: 30px;
    transform: translateY(-50px);
    transition: all 0.4s ease;
    opacity: 0;
    overflow: hidden;
    font-size: 16px;
    background-color: #d11f23;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.257);
}

.btn.btn-voltar {
    background-image: linear-gradient( to right bottom, #446ead, #596eb1, #6c6db4, #806bb4, #9269b3);
    color: white;
    margin-right: 8px;
}

.btn.btn-voltar:hover {
    background-image: linear-gradient( to right bottom, #446ead, #596eb1, #6c6db4, #806bb4, #9269b3);
    color: white;
}

.content-header h1 {
    font-weight: bold;
    display: flex;
    align-items: center;
}

html,
body {
    height: 100%;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    letter-spacing: -0.3px;
}

.wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.wrapper:after {
    clear: both;
}

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative;
}

.layout-boxed {
    background-color: #f9fafc;
}

.content-wrapper,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 250px;
    z-index: 820;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
    margin-left: 0;
}

@media (max-width: 767px) {
    .content-wrapper,
    .main-footer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

.content-wrapper {
    min-height: calc(100vh - 101px);
    background-color: white;
    z-index: 800;
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 100px;
    }
}

.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

.fixed .wrapper {
    overflow: hidden;
}

.hold-transition .content-wrapper,
.hold-transition .right-side,
.hold-transition .main-footer,
.hold-transition .main-sidebar,
.hold-transition .left-side,
.hold-transition .main-header .navbar,
.hold-transition .main-header .logo,
.hold-transition .menu-open .fa-angle-left {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

a {
    color: #3c8dbc;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}

.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

.page-header>small {
    color: #666;
    display: block;
    margin-top: 5px;
}

.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
    height: 50px;
}

.main-header .navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 250px;
    border: none;
    min-height: 50px;
    border-radius: 0;
    box-shadow: 10px 2px 8px #0000002e;
    display: flex;
    align-items: center;
}

.layout-top-nav .main-header .navbar {
    margin-left: 0;
}

.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
    color: #ccc;
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .main-header .navbar-right {
        float: none;
    }
    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }
    .main-header .navbar-right>li {
        color: inherit;
        border: 0;
    }
}

.main-header .sidebar-toggle {
    background-color: transparent;
    background-image: none;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.main-header .sidebar-toggle:before {
    content: "\f0c9";
    font-weight: 900;
    font-size: 30px;
    font-family: "Font Awesome 5 Pro";
    color: #191a1c;
}

.main-header .sidebar-toggle:hover {
    color: #fff;
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: transparent;
}

.main-header .sidebar-toggle.fa5 {
    font-family: "Font Awesome\ 5 Free";
}

.main-header .sidebar-toggle.fa5:before {
    content: "\f0c9";
    font-weight: 900;
}

.main-header .sidebar-toggle .icon-bar {
    display: none;
}

.main-header .navbar .nav>li.user>a>.fa,
.main-header .navbar .nav>li.user>a>.glyphicon,
.main-header .navbar .nav>li.user>a>.ion {
    margin-right: 5px;
}

.main-header .navbar .nav>li>a>.label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: 0.9;
}

.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 250px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    /*! overflow: hidden; */
}

.main-header .logo img {
    object-fit: contain;
    margin: 0 auto;
    padding-top: 10px;
}

.main-header .logo .logo-lg {
    display: block;
}

.main-header .logo .logo-lg img {
    max-width: 200px;
    max-height: 80px;
}

.main-header .logo .logo-lg .brandlogo-image {
    margin-top: 8px;
    margin-right: 10px;
    margin-left: -5px;
}

.main-header .logo .logo-mini {
    display: none;
}

.main-header .logo .logo-mini img {
    max-width: 50px;
    max-height: 50px;
}

.main-header .logo .logo-mini .brandlogo-image {
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 10px;
}

.main-header .logo .brandlogo-image {
    float: left;
    height: 34px;
    width: auto;
}

.main-header .navbar-brand {
    color: #fff;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

.content-header>h1 {
    margin: 5px;
    font-size: 24px;
}

.content-header>h1>small {
    font-size: 15px;
    display: inline-block;
    padding-left: 7px;
    font-weight: 300;
}

.content-header>.breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}

.content-header>.breadcrumb>li>a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.content-header>.breadcrumb>li>a>.fa,
.content-header>.breadcrumb>li>a>.glyphicon,
.content-header>.breadcrumb>li>a>.ion {
    margin-right: 5px;
}

.content-header>.breadcrumb>li+li:before {
    content: ">\00a0";
}

@media (max-width: 991px) {
    .content-header>.breadcrumb {
        position: relative;
        margin-top: 10px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de73;
        padding-left: 10px;
        border-radius: 5px;
    }
    .content-header>.breadcrumb li:before {
        color: #97a0b3;
    }
}

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px 15px;
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav>li {
        float: left;
    }
    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }
    .navbar-custom-menu .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .main-header {
        position: relative;
    }
    .main-header .logo,
    .main-header .navbar {
        width: 100%;
        float: none;
        background-color: #272831;
    }
    .main-header .navbar {
        margin: 0;
        box-shadow: 0 2px 8px #00000036;
    }
    .main-header .navbar-custom-menu {
        float: right;
    }
}

@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }
    .navbar-collapse.pull-left+.navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 40px;
    }
}

.main-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 100px;
    min-height: 100%;
    width: 250px;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .main-sidebar {
        padding-top: 135px;
    }
}

@media (max-width: 767px) {
    .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
    .main-sidebar {
        width: 230px;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .nav-qrcode {
        display: none;
    }
}

.sidebar {
    padding-bottom: 10px;
}

.sidebar-form input:focus {
    border-color: transparent;
}

.user-panel {
    width: 100%;
    padding: 15px 10px 20px 10px;
    display: block;
    text-align: center;
    background-color: #191a1c;
    box-shadow: 0 10px 10px #00000045;
    border-radius: 0 0 15px 15px;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    height: 70px;
}

.user-panel.collapse {
    height: 160px;
}

.user-panel .default-image {
    font-size: 40px;
    color: white;
}

.user-panel .btn-profile {
    color: #50515c !important;
    border: none;
    padding: 2px 10px;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    font-size: 17px;
    background: white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 4px;
}

.user-panel .btn-profile:hover {
    background: rgb(214, 214, 214);
}

.user-panel.collapse .btn-profile {
    visibility: visible;
    opacity: 1;
}

.user-panel .image {
    visibility: hidden;
    opacity: 0;
    height: 0px;
    transition: all 0.4s ease-in-out;
}

.user-panel.collapse .image {
    visibility: visible;
    opacity: 1;
    height: 45px;
}

.user-panel:before,
.user-panel:after {
    content: " ";
    display: table;
}

.user-panel:after {
    clear: both;
}

.user-panel>.image>img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

.user-panel .info p {
    margin: 7px 0px;
    font-weight: 900;
    text-transform: uppercase;
}

.user-panel>.info>a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px;
}

.user-panel>.info>a>.fa,
.user-panel>.info>a>.ion,
.user-panel>.info>a>.glyphicon {
    margin-right: 3px;
}

.sidebar-menu {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar-menu>li>a,
.sidebar-menu a {
    padding: 12px 5px 12px 15px;
    display: block;
}

.sidebar-collapse .sidebar-menu>li>a {
    padding: 12px 5px 12px 12px;
}

.sidebar-menu a .fas,
.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.fas,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion {
    width: 20px;
    font-size: 19px;
    margin-right: 14px;
}

.sidebar-menu>li .label,
.sidebar-menu>li .badge {
    margin-right: 5px;
}

.sidebar-menu>li .badge {
    margin-top: 3px;
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}

.sidebar-menu li>a>.fa-angle-left,
.sidebar-menu li>a>.pull-right-container>.fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.sidebar-menu li>a>.fa-angle-left {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

.sidebar-menu .menu-open>a>.fa-angle-left,
.sidebar-menu .menu-open>a>.pull-right-container>.fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu .active>.treeview-menu {
    display: block;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 57px !important;
        z-index: 850;
        padding-top: 50px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li {
        position: relative;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
        margin-right: 5px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
        border-top-right-radius: 4px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
        border-bottom-right-radius: 4px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-right-radius: 4px;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,
    .sidebar-mini.sidebar-collapse .sidebar-form,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,
    .sidebar-mini.sidebar-collapse .sidebar-menu a span,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span>.pull-right,
    .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        display: none !important;
    }
    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 57px;
    }
    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 18px;
    }
    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
        display: none;
    }
    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 57px;
    }
}

@media (min-width: 768px) {
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right-container),
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        display: block !important;
        position: absolute;
        min-width: 250px;
        left: 50px;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
        top: 0;
        padding: 12px 5px 12px 15px;
        background-color: ff7557;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
        position: relative !important;
        float: right;
        width: auto !important;
        left: 180px !important;
        top: -22px !important;
        z-index: 900;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {
        display: none;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        top: 44px;
        background: #191a1c;
        border-radius: 0 0 10px 0;
        margin-left: 5px;
    }
}

.sidebar-expanded-on-hover .main-footer,
.sidebar-expanded-on-hover .content-wrapper {
    margin-left: 50px;
}

.sidebar-expanded-on-hover .main-sidebar {
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125);
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu>li.header {
    display: block;
}

.sidebar-form,
.sidebar-menu>li.header {
    overflow: hidden;
    text-overflow: clip;
}

.sidebar-menu>li>a,
.sidebar-menu a {
    position: relative;
}

.sidebar-menu li>a>.pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0;
}

.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -230px;
    width: 230px;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.control-sidebar {
    position: absolute;
    padding-top: 50px;
    z-index: 1010;
}

@media (max-width: 767px) {
    .control-sidebar {
        padding-top: 100px;
    }
}

.control-sidebar>.tab-content {
    padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open+.control-sidebar-bg {
    right: 0;
}

.control-sidebar-hold-transition .control-sidebar-bg,
.control-sidebar-hold-transition .control-sidebar,
.control-sidebar-hold-transition .content-wrapper {
    transition: none;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
    right: 0;
}

@media (min-width: 768px) {
    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 230px;
    }
}

.fixed .control-sidebar {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 50px;
}

.nav-tabs.control-sidebar-tabs>li:first-of-type>a,
.nav-tabs.control-sidebar-tabs>li:first-of-type>a:hover,
.nav-tabs.control-sidebar-tabs>li:first-of-type>a:focus {
    border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs>li>a {
    border-radius: 0;
}

.nav-tabs.control-sidebar-tabs>li>a,
.nav-tabs.control-sidebar-tabs>li>a:hover {
    border-top: none;
    border-right: none;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.nav-tabs.control-sidebar-tabs>li>a .icon {
    font-size: 16px;
}

.nav-tabs.control-sidebar-tabs>li.active>a,
.nav-tabs.control-sidebar-tabs>li.active>a:hover,
.nav-tabs.control-sidebar-tabs>li.active>a:focus,
.nav-tabs.control-sidebar-tabs>li.active>a:active {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

@media (max-width: 768px) {
    .nav-tabs.control-sidebar-tabs {
        display: table;
    }
    .nav-tabs.control-sidebar-tabs>li {
        display: table-cell;
    }
}

.control-sidebar-heading {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

.control-sidebar-menu>li>a {
    display: block;
    padding: 10px 15px;
}

.control-sidebar-menu>li>a:before,
.control-sidebar-menu>li>a:after {
    content: " ";
    display: table;
}

.control-sidebar-menu>li>a:after {
    clear: both;
}

.control-sidebar-menu>li>a>.control-sidebar-subheading {
    margin-top: 0;
}

.control-sidebar-menu .menu-icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

.control-sidebar-menu .menu-info {
    margin-left: 45px;
    margin-top: 3px;
}

.control-sidebar-menu .menu-info>.control-sidebar-subheading {
    margin: 0;
}

.control-sidebar-menu .menu-info>p {
    margin: 0;
    font-size: 11px;
}

.control-sidebar-menu .progress {
    margin: 0;
}

.control-sidebar-dark {
    color: #b8c7ce;
}

.control-sidebar-dark,
.control-sidebar-dark+.control-sidebar-bg {
    background: #222d32;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a {
    background: #181f23;
    color: #b8c7ce;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus {
    border-left-color: #141a1d;
    border-bottom-color: #141a1d;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:active {
    background: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover {
    color: #fff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:active {
    background: #222d32;
    color: #fff;
}

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
    color: #fff;
}

.control-sidebar-dark .control-sidebar-menu>li>a:hover {
    background: #1e282c;
}

.control-sidebar-dark .control-sidebar-menu>li>a .menu-info>p {
    color: #b8c7ce;
}

.control-sidebar-light {
    color: #5e5e5e;
}

.control-sidebar-light,
.control-sidebar-light+.control-sidebar-bg {
    background: #f9fafc;
    border-left: 1px solid #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
    border-bottom: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a {
    background: #e8ecf4;
    color: #444;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus {
    border-left-color: #d2d6de;
    border-bottom-color: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:active {
    background: #eff1f7;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:active {
    background: #f9fafc;
    color: #111;
}

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
    color: #111;
}

.control-sidebar-light .control-sidebar-menu {
    margin-left: -14px;
}

.control-sidebar-light .control-sidebar-menu>li>a:hover {
    background: #f4f4f5;
}

.control-sidebar-light .control-sidebar-menu>li>a .menu-info>p {
    color: #5e5e5e;
}

.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}

.dropdown-menu>li>a {
    color: #777;
}

.dropdown-menu>li>a>.glyphicon,
.dropdown-menu>li>a>.fa,
.dropdown-menu>li>a>.ion {
    margin-right: 10px;
}

.dropdown-menu>li>a:hover {
    background-color: #e1e3e9;
    color: #333;
}

.dropdown-menu>.divider {
    background-color: #eee;
}

.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li,
.navbar-nav>.messages-menu>.dropdown-menu>li,
.navbar-nav>.tasks-menu>.dropdown-menu>li {
    position: relative;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.header,
.navbar-nav>.messages-menu>.dropdown-menu>li.header,
.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444 !important;
    text-align: center;
}

@media (max-width: 991px) {
    .navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,
    .navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
    .navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a {
        background: #fff !important;
        color: #444 !important;
    }
}

.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover {
    text-decoration: none;
    font-weight: normal;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    display: block;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover {
    background: #f4f4f4;
    text-decoration: none;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion {
    width: 20px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a {
    margin: 0;
    padding: 10px 10px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444444;
    font-size: 15px;
    position: relative;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
    content: " ";
    display: table;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after {
    clear: both;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    padding: 10px;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666;
}

.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress {
    padding: 0;
    margin: 0;
}

.navbar-nav>.user-menu>.dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}

.navbar-nav>.user-menu>.dropdown-menu,
.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-top: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small {
    display: block;
    font-size: 12px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:before,
.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
    content: " ";
    display: table;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
    clear: both;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
    color: #444 !important;
}

@media (max-width: 991px) {
    .navbar-nav>.user-menu>.dropdown-menu>.user-body a {
        background: #fff !important;
        color: #444 !important;
    }
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    background: white;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before,
.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
    content: " ";
    display: table;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
    clear: both;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #666666;
}

@media (max-width: 991px) {
    .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
        background-color: #f9f9f9;
    }
}

.navbar-nav>.user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

@media (max-width: 767px) {
    .navbar-nav>.user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px;
    }
}

.open:not(.dropup)>.animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX 0.7s both;
    -o-animation: flipInX 0.7s both;
    animation: flipInX 0.7s both;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
    }
}

.navbar-custom-menu>.navbar-nav>li {
    position: relative;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    box-shadow: 0 2px 6px #00000036;
    border-radius: 6px;
    border: none;
}

@media (max-width: 991px) {
    .navbar-custom-menu>.navbar-nav {
        float: right;
    }
    .navbar-custom-menu>.navbar-nav>li {
        position: static;
    }
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;
    }
}

.form-control {
    box-shadow: none;
    border-color: #bababa;
    height: 36px;
    font-size: 15px;
    border-radius: 7px;
}

.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group>label>span.optional {
    background: #777;
    color: white;
    font-size: 13px;
    padding: 0px 8px;
    border-radius: 10px;
    margin-left: 3px;
}

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
    border-color: #00a65a;
    box-shadow: none;
}

.form-group.has-success .help-block {
    color: #00a65a;
}

.form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
    border-color: #f39c12;
    box-shadow: none;
}

.form-group.has-warning .help-block {
    color: #f39c12;
}

.form-group.has-error label {
    color: #dd4b39;
}

.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-group.has-error .help-block {
    color: #dd4b39;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}

.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

.icheck>label {
    padding-left: 0;
}

.form-control-feedback.fa {
    line-height: 34px;
}

.input-lg+.form-control-feedback.fa,
.input-group-lg+.form-control-feedback.fa,
.form-group-lg .form-control+.form-control-feedback.fa {
    line-height: 46px;
}

.input-sm+.form-control-feedback.fa,
.input-group-sm+.form-control-feedback.fa,
.form-group-sm .form-control+.form-control-feedback.fa {
    line-height: 30px;
}

.progress,
.progress>.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress,
.progress>.progress-bar,
.progress .progress-bar,
.progress>.progress-bar .progress-bar {
    border-radius: 1px;
}

.progress.sm,
.progress-sm {
    height: 10px;
}

.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
    border-radius: 1px;
}

.progress.xs,
.progress-xs {
    height: 7px;
}

.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
    border-radius: 1px;
}

.progress.xxs,
.progress-xxs {
    height: 3px;
}

.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
    border-radius: 1px;
}

.progress.vertical {
    position: relative;
    width: 30px;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
}

.progress.vertical>.progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.progress.vertical.sm,
.progress.vertical.progress-sm {
    width: 20px;
}

.progress.vertical.xs,
.progress.vertical.progress-xs {
    width: 10px;
}

.progress.vertical.xxs,
.progress.vertical.progress-xxs {
    width: 3px;
}

.progress-group .progress-text {
    font-weight: 600;
}

.progress-group .progress-number {
    float: right;
}

.table tr>td .progress {
    margin: 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
    background-color: #3c8dbc;
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-green,
.progress-bar-success {
    background-color: #00a65a;
}

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-aqua,
.progress-bar-info {
    background-color: #00c0ef;
}

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-yellow,
.progress-bar-warning {
    background-color: #f39c12;
}

.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-red,
.progress-bar-danger {
    background-color: #dd4b39;
}

.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.small-box {
    border-radius: 10px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.21);
}

.small-box>.inner {
    padding: 16px;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.small-box>.small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box p {
    font-size: 15px;
}

.small-box p>small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box .icon {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.23s linear;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 0;
    font-size: 40px;
    color: white;
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    font-size: 45px;
}

@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }
    .small-box .icon {
        display: none;
    }
    .small-box p {
        font-size: 12px;
    }
}

.box {
    position: relative;
    background: #ffffff;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    animation: 0.3s ease-in 1 alternate slide;
}

@keyframes slide {
    from {
        transform: translateY(-20px);
    }
    to {
        transform: translateY(0px);
    }
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box.box-danger {
    border-top-color: #dd4b39;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.box-default {
    border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none;
}

.box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.box .nav-stacked>li:last-of-type {
    border-bottom: none;
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.box .border-left {
    border-left: 1px solid #f4f4f4;
}

.box.box-solid {
    border-top: 0;
}

.box.box-solid>.box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}

.box.box-solid.box-default>.box-header {
    color: #444;
    background: #d2d6de;
    background-color: #d2d6de;
}

.box.box-solid.box-default>.box-header a,
.box.box-solid.box-default>.box-header .btn {
    color: #444;
}

.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}

.box-header.box-w {
    background: white;
    margin: 20px 10px;
}

.box.box-solid.box-primary>.box-header a,
.box.box-solid.box-primary>.box-header .btn {
    color: #fff;
}

.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}

.box.box-solid.box-info>.box-header {
    color: #fff;
    background: #00c0ef;
    background-color: #00c0ef;
}

.box.box-solid.box-info>.box-header a,
.box.box-solid.box-info>.box-header .btn {
    color: #fff;
}

.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}

.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #dd4b39;
    background-color: #dd4b39;
}

.box.box-solid.box-danger>.box-header a,
.box.box-solid.box-danger>.box-header .btn {
    color: #fff;
}

.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}

.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}

.box.box-solid.box-warning>.box-header a,
.box.box-solid.box-warning>.box-header .btn {
    color: #fff;
}

.box.box-solid.box-success {
    border: 1px solid #00a65a;
}

.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a;
}

.box.box-solid.box-success>.box-header a,
.box.box-solid.box-success>.box-header .btn {
    color: #fff;
}

.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none;
}

.box.box-solid[class*="bg"]>.box-header {
    color: #fff;
}

.box .box-group>.box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    color: white;
    padding: 10px 20px;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    background: #191a1c;
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.box-header .btn {
    margin-left: auto;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    /*! border-radius: 20px; */
    font-weight: bold;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
    margin-right: 5px;
}

.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
    position: relative;
}

.box-header>.box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

.box-header>.box-tools .dropdown-menu>li>a {
    color: #444 !important;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
    color: #606c84;
}

.btn-box-tool.btn:active {
    box-shadow: none;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 25px 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body>.table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.modal .panel-body {
    color: #444;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box small {
    font-size: 14px;
}

.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0;
}

.info-box .progress .progress-bar {
    background: #fff;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-icon>img {
    max-width: 100%;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block;
}

.progress-description {
    margin: 0;
}

.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}

.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}

.timeline>li>.timeline-item>.time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}

.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}

.timeline>li>.timeline-item>.timeline-header>a {
    font-weight: 600;
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
    padding: 10px;
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

.timeline>.time-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}

.timeline-inverse>li>.timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.timeline-inverse>li>.timeline-item>.timeline-header {
    border-bottom-color: #ddd;
}

.btn {
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.uppercase {
    text-transform: uppercase;
}

.btn.btn-flat {
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:focus {
    outline: none;
}

.btn.btn-file {
    position: relative;
    overflow: hidden;
}

.btn.btn-file>input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-default {
    background-color: #fff !important;
    color: #444;
    box-shadow: none;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.active {
    background-color: #f7f7f7 !important;
    color: #444;
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
    background-color: #3182fb;
    border-color: #3182fb;
}

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    border-color: #0d6efd !important;
    color: #0d6efd;
    background-color: transparent;
}

.btn-dark {
    background-color: #2e2b2b;
    border: #2e2b2b;
    color: white;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-dark.active {
    background-color: #434343;
    border: #434343;
    color: white;
}

.btn-success {
    background-color: #10d89c;
    border: 1px solid #10d89c;
    z-index: 0 !important;
    color: #404040;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:focus:active {
    background-color: #18c390;
    border: 1px solid #10d89c;
    z-index: 0 !important;
    color: #404040;
}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
    background-color: #0dcaf0 !important;
    border: #0dcaf0 !important;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background-color: #e54c5b;
    border-color: #e54c5b;
}

.btn-warning {
    background-color: #f6bc0f;
    border-color: #fabf0d;
    color: #444;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background-color: #ffcf3d;
    border-color: #ffcf3d;
    color: #444;
}

.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn[class*="bg-"]:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

.btn-app>.fa,
.btn-app>.glyphicon,
.btn-app>.ion {
    font-size: 20px;
    display: block;
}

.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa;
}

.btn-app:active,
.btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app>.badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
}

.alert {
    border-radius: 3px;
}

.alert h4 {
    font-weight: 600;
}

.alert .icon {
    margin-right: 10px;
}

.alert .close {
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.alert .close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.alert-success {
    border-color: #008d4c;
}

.alert-danger,
.alert-error {
    border-color: #d73925;
}

.alert-warning {
    border-color: #e08e0b;
}

.alert-info {
    border-color: #00acd6;
}

.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
    color: #ff5757;
    background: #fee;
    border: 0;
}

.nav-pills>li>a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444;
}

.nav-pills>li>a>.fa,
.nav-pills>li>a>.glyphicon,
.nav-pills>li>a>.ion {
    margin-right: 5px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    border-top-color: #3c8dbc;
}

.nav-pills>li.active>a {
    font-weight: 600;
}

.nav-stacked>li>a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.nav-stacked>li.active>a,
.nav-stacked>li.active>a:hover {
    background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: #3c8dbc;
}

.nav-stacked>li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.nav-tabs-custom {
    margin-bottom: 20px;
    border-radius: 3px;
    background: #191a1c;
}

.nav-tabs-custom h2 {
    margin: 25px 0 0 0;
    padding: 0;
    font-size: 26px;
    font-weight: 900;
    color: white;
}

.nav-tabs-custom>.nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nav-tabs-custom>.nav-tabs>li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav-tabs-custom>.nav-tabs>li.disabled>a {
    color: #777;
}

.nav-tabs-custom>.nav-tabs>li>a {
    color: #444;
    border-radius: 0;
}

.nav-tabs-custom>.nav-tabs>li>a.text-muted {
    color: #999;
}

.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li>a:hover {
    background: transparent;
    margin: 0;
}

.nav-tabs-custom>.nav-tabs>li>a:hover {
    color: #999;
}

.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active {
    border-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #ff5757;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type {
    margin-left: 0;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
    border-left-color: transparent;
}

.nav-tabs-custom>.nav-tabs.pull-right {
    float: none !important;
}

.nav-tabs-custom>.nav-tabs.pull-right>li {
    float: right;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type {
    margin-right: 0;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a {
    border-left-width: 1px;
}

.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a {
    border-left-color: #f4f4f4;
    border-right-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.nav-tabs-custom>.nav-tabs>li.header>.fa,
.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,
.nav-tabs-custom>.nav-tabs>li.header>.ion {
    margin-right: 5px;
}

.nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 20px 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nav-tabs-custom .dropdown.open>a:active,
.nav-tabs-custom .dropdown.open>a:focus {
    background: transparent;
    color: #999;
}

.nav-tabs-custom.tab-primary>.nav-tabs>li.active {
    border-top-color: #3c8dbc;
}

.nav-tabs-custom.tab-info>.nav-tabs>li.active {
    border-top-color: #00c0ef;
}

.nav-tabs-custom.tab-danger>.nav-tabs>li.active {
    border-top-color: #dd4b39;
}

.nav-tabs-custom.tab-warning>.nav-tabs>li.active {
    border-top-color: #f39c12;
}

.nav-tabs-custom.tab-success>.nav-tabs>li.active {
    border-top-color: #00a65a;
}

.nav-tabs-custom.tab-default>.nav-tabs>li.active {
    border-top-color: #d2d6de;
}

.pagination>li>a {
    background: #fafafa;
    color: #666;
}

.pagination.pagination-flat>li>a {
    border-radius: 0 !important;
}

.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products-list>.item {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    background: #fff;
}

.products-list>.item:before,
.products-list>.item:after {
    content: " ";
    display: table;
}

.products-list>.item:after {
    clear: both;
}

.products-list .product-img {
    float: left;
}

.products-list .product-img img {
    width: 50px;
    height: 50px;
}

.products-list .product-info {
    margin-left: 60px;
}

.products-list .product-title {
    font-weight: 600;
}

.products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-list-in-box>.item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

.product-list-in-box>.item:last-of-type {
    border-bottom-width: 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: 1px solid #f4f4f4;
}

.table>thead>tr>th {
    border-bottom: 2px solid #f4f4f4;
}

.table tr td .progress {
    margin-top: 5px;
}

.table-bordered {
    border: 1px solid #f4f4f4;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #eee;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 0;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
}

table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}

.table.align th {
    text-align: left;
}

.table.align td {
    text-align: right;
}

.label-default {
    background-color: #d2d6de;
    color: #444;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control>.fa {
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
}

.modal {
    background: rgba(0, 0, 0, 0.3);
}

.modal-content {
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    }
}

.modal-header {
    border-bottom-color: #f4f4f4;
    position: relative;
}

.modal-footer {
    border-top-color: #f4f4f4;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a;
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321;
}

.box-widget {
    border: none;
    position: relative;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.widget-user .widget-user-desc {
    margin-top: 0;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

.widget-user .widget-user-image>img {
    width: 90px;
    height: auto;
    border: 3px solid #fff;
}

.widget-user .box-footer {
    padding-top: 30px;
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.widget-user-2 .widget-user-desc {
    margin-top: 0;
}

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
    margin-left: 75px;
}

.widget-user-2 .widget-user-image>img {
    width: 65px;
    height: auto;
    float: left;
}

.treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    padding-left: 5px;
    margin-left: 5px;
}

.treeview-menu .treeview-menu {
    padding-left: 20px;
}

.treeview-menu>li {
    margin: 0;
    padding: 3px;
}

.treeview-menu>li>a {
    padding: 12px 5px 12px 15px;
    display: flex;
    font-size: 14px;
    margin: 0px 3px;
    align-items: center;
}

.treeview .badge-menu {
    background: #ff3737;
    color: white;
    border-radius: 15px;
    font-size: 12px;
    height: 25px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 30px;
}

.treeview-menu .badge-menu {
    margin-right: 0;
}

.treeview-menu>li>a>.fa,
.treeview-menu>li>a>.glyphicon,
.treeview-menu>li>a>.ion {
    width: 20px;
    margin-right: 12px;
}

.treeview-menu>li>a>.pull-right-container>.fa-angle-left,
.treeview-menu>li>a>.pull-right-container>.fa-angle-down,
.treeview-menu>li>a>.fa-angle-left,
.treeview-menu>li>a>.fa-angle-down {
    width: auto;
}

.treeview>ul.treeview-menu {
    overflow: hidden;
    height: auto;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.treeview.menu-open>ul.treeview-menu {
    overflow: visible;
    height: auto;
}

.lockscreen {
    background: #d2d6de;
}

.lockscreen-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.lockscreen-logo a {
    color: #444;
}

.lockscreen-wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10%;
}

.lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600;
}

.lockscreen-item {
    border-radius: 4px;
    padding: 0;
    background: #fff;
    position: relative;
    margin: 10px auto 30px auto;
    width: 290px;
}

.lockscreen-image {
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -25px;
    background: #fff;
    padding: 5px;
    z-index: 10;
}

.lockscreen-image>img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.lockscreen-credentials {
    margin-left: 70px;
}

.lockscreen-credentials .form-control {
    border: 0;
}

.lockscreen-credentials .btn {
    background-color: #fff;
    border: 0;
    padding: 0 10px;
}

.lockscreen-footer {
    margin-top: 10px;
}

.social-auth-links {
    margin: 10px 0;
}

.error {
    color: #ff4040;
    font-size: 13px;
}

.login-page .error {
    color: #a4a4a4;
    font-size: 13px;
    display: block;
    margin: 4px 0;
}

.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
    .error-page {
        width: 100%;
    }
}

.error-page>.headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .error-page>.headline {
        float: none;
        text-align: center;
    }
}

.error-page>.error-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .error-page>.error-content {
        margin-left: 0;
    }
}

.error-page>.error-content>h3 {
    font-weight: 300;
    font-size: 25px;
}

@media (max-width: 991px) {
    .error-page>.error-content>h3 {
        text-align: center;
    }
}

.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

.invoice-title {
    margin-top: 0;
}

.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.profile-username {
    font-size: 21px;
    margin-top: 5px;
}

.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
}

.post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post .user-block {
    margin-bottom: 15px;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social> :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg {
    padding-left: 61px;
}

.btn-social.btn-lg> :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social.btn-sm {
    padding-left: 38px;
}

.btn-social.btn-sm> :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social.btn-xs {
    padding-left: 30px;
}

.btn-social.btn-xs> :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon> :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
    padding-left: 61px;
}

.btn-social-icon.btn-lg> :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social-icon.btn-sm {
    padding-left: 38px;
}

.btn-social-icon.btn-sm> :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social-icon.btn-xs {
    padding-left: 30px;
}

.btn-social-icon.btn-xs> :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon> :first-child {
    border: none;
    text-align: center;
    width: 100%;
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}

#add-new-event {
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.external-event {
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: move;
}

.external-event.bg-danger {
    background-color: #dd4b39;
    color: white;
}

.external-event.bg-primary {
    background-color: #0061f6;
}

.external-event.bg-warning {
    background-color: #f39c12;
    color: white;
}

.text-primary,
.text-primary:hover {
    color: #0061f6 !important;
}

.text-danger,
.text-danger:hover {
    color: #dd4b39 !important;
}

.text-warning,
.text-warning:hover {
    color: #f39c12 !important;
}

.text-success,
.text-success:hover {
    color: #1ca900 !important;
}

.text-dark,
.text-dark:hover {
    color: #272831 !important;
}

.text- .external-event:hover {
    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}

.primary-tag .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    color: white;
    border: 1px solid #0d6efd;
    border-radius: 4px;
    background: #0d6efd;
}

.primary-tag .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    min-height: 34px;
}

.select2-container--bootstrap4 .select2-selection__clear {
    margin-top: 0.6em;
}

.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    padding: 6px 12px;
    height: 34px;
}

.select2-container--default .select2-selection--single.is-invalid {
    border: 1px solid #dc3545;
}

.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0072b7;
    color: white;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
    height: 34px;
    padding-left: 10px !important;
    margin: 0 !important;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
    /*! border-color: #3c8dbc !important; */
    border-radius: 4px;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[aria-selected="true"]:hover {
    color: #444;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    min-height: 34px;
    line-height: 20px !important;
}

.box .datepicker-inline,
.box .datepicker-inline .datepicker-days,
.box .datepicker-inline>table,
.box .datepicker-inline .datepicker-days>table {
    width: 100%;
}

.box .datepicker-inline td:hover,
.box .datepicker-inline .datepicker-days td:hover,
.box .datepicker-inline>table td:hover,
.box .datepicker-inline .datepicker-days>table td:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.box .datepicker-inline td.day.old,
.box .datepicker-inline .datepicker-days td.day.old,
.box .datepicker-inline>table td.day.old,
.box .datepicker-inline .datepicker-days>table td.day.old,
.box .datepicker-inline td.day.new,
.box .datepicker-inline .datepicker-days td.day.new,
.box .datepicker-inline>table td.day.new,
.box .datepicker-inline .datepicker-days>table td.day.new {
    color: #777;
}

.pad {
    padding: 10px;
}

.margin {
    margin: 10px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-r-5 {
    margin-right: 5px;
}

.inline {
    display: inline;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.description-block.margin-bottom {
    margin-bottom: 25px;
}

.description-block>.description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}

.description-block>.description-text {
    text-transform: uppercase;
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-image: linear-gradient( to right bottom, #00c0ef, #00b5e1, #00aad4, #009fc6, #0094b9);
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    background-color: #d33724 !important;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
    background-color: #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: #008d4c !important;
}

.hide {
    display: none !important;
}

.no-border {
    border: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-group-unbordered>.list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.flat {
    border-radius: 0 !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700;
}

.text-sm {
    font-size: 12px;
}

.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

.description-block .description-icon {
    font-size: 16px;
}

.no-pad-top {
    padding-top: 0;
}

.position-static {
    position: static !important;
}

.list-header {
    font-size: 15px;
    padding: 10px 4px;
    font-weight: bold;
    color: #666;
}

.list-seperator {
    height: 1px;
    background: #f4f4f4;
    margin: 15px 0 9px 0;
}

.list-link>a {
    padding: 4px;
    color: #777;
}

.list-link>a:hover {
    color: #222;
}

.font-light {
    font-weight: 300;
}

.user-block:before,
.user-block:after {
    content: " ";
    display: table;
}

.user-block:after {
    clear: both;
}

.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}

.user-block .username,
.user-block .description,
.user-block .comment {
    display: block;
    margin-left: 50px;
}

.user-block .username {
    font-size: 16px;
    font-weight: 600;
}

.user-block .description {
    color: #999;
    font-size: 13px;
}

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
    margin-left: 40px;
}

.user-block.user-block-sm .username {
    font-size: 14px;
}

.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    float: left;
}

.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important;
}

.img-sm+.img-push {
    margin-left: 40px;
}

.img-md {
    width: 60px;
    height: 60px;
}

.img-md+.img-push {
    margin-left: 70px;
}

.img-lg {
    width: 100px;
    height: 100px;
}

.img-lg+.img-push {
    margin-left: 110px;
}

.img-bordered {
    border: 3px solid #d2d6de;
    padding: 3px;
}

.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}

.attachment-block {
    border: 1px solid #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
}

.attachment-block .attachment-img {
    max-width: 100px;
    max-height: 100px;
    height: auto;
    float: left;
}

.attachment-block .attachment-pushed {
    margin-left: 110px;
}

.attachment-block .attachment-heading {
    margin: 0;
}

.attachment-block .attachment-text {
    color: #555;
}

.connectedSortable {
    min-height: 100px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}

.full-opacity-hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.full-opacity-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.chart svg,
.chart canvas {
    width: 100% !important;
}

hr {
    border-top: 1px solid #555;
}

#red .slider-selection {
    background: #f56954;
}

#blue .slider-selection {
    background: #3c8dbc;
}

#green .slider-selection {
    background: #00a65a;
}

#yellow .slider-selection {
    background: #f39c12;
}

#aqua .slider-selection {
    background: #00c0ef;
}

#purple .slider-selection {
    background: #932ab6;
}

@media print {
    .no-print,
    .main-sidebar,
    .left-side,
    .main-header,
    .content-header {
        display: none !important;
    }
    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 0 !important;
    }
    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .invoice-col {
        float: left;
        width: 33.3333333%;
    }
    .table-responsive {
        overflow: auto;
    }
    .table-responsive>.table tr th,
    .table-responsive>.table tr td {
        white-space: normal !important;
    }
}

.btn-group-toggle .btn {
    font-size: 12px;
    outline: none !important;
}

.btn-group-toggle .btn.active::before {
    font-size: 12px;
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 4px;
}

.btn-group-toggle .btn[data-type="feriado"].active::before {
    color: #dd4b39;
}

.btn-group-toggle .btn[data-type="ferias"].active::before {
    color: 007ff1;
}

.btn-group-toggle .btn[data-type="folga"].active::before {
    color: #f39c12;
}

.btn-group-toggle .btn[data-type="licenca"].active::before {
    color: white;
}

#reset {
    margin-top: 20px;
}

.loading-container {
    background-color: white;
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
    position: absolute;
    left: calc(50% - 60px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
}

.loading-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(50px);
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid white;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: white transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.error-login {
    border-color: #e43a3aba !important;
}

.table-local span {
    margin: 0 4px;
}
/*  BTN CHECK */

.button-group-pills .btn {
    position: relative;
    border-radius: 10px;
    line-height: 1.2;
    margin-bottom: 15px;
    background-color: #e73829;
    color: white;
    padding: 10px 20px 10px 40px;
    transition: all 0.3s ease-in-out;
}

.button-group-pills .btn:hover {
    background-color: #f25a4c;
}

.button-group-pills .btn::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: white;
    position: absolute;
    left: 0;
    padding: 0 15px;
    font-weight: 900;
}

.button-group-pills .btn.active::before {
    content: "\f00c";
    color: #313131;
}

.button-group-pills .btn.active {
    background-color: #10d89c;
    color: #313131;
    box-shadow: none;
}

.button-group-pills .btn.active:hover {
    background-color: #0cc48c;
}

.group-solicitar {
    margin-left: 20px;
}

.row-submit {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.btn-submit,
.btn-submit:focus,
.btn-submit:active,
.btn-clear,
.btn-clear:active {
    margin: 0 5px;
    background: #ff6256;
    color: white;
    font-size: 17px;
    border-radius: 10px;
    padding: 7px 25px;
    transition: all 0.3s cubic-bezier(0.2, 0, 0.03, 1);
}

.btn-clear {
    background: #dbdbdb;
    color: #393939;
}

.btn-clear:hover {
    color: #4f4f4f;
    padding: 7px 30px;
}

.btn-submit:hover {
    color: white;
    padding: 7px 30px;
}

.btn-submit i {
    margin-right: 7px;
    font-size: 17px;
}

td .btn {
    padding: 7px 12px;
}

.fc-title {
    font-weight: 500 !important;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.fc-title i {
    margin: 0 3px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ff5757;
    border-color: #ff5757;
}
/* CARDS PAGINA INICIO */

.card-welcome {
    background: #191a1c;
    border-radius: 10px;
    margin: 5px;
    color: white;
    position: relative;
}

.card-welcome.active {
    animation: 4s linear infinite forwards placeholderShimmer;
    -webkit-animation: 4s linear infinite forwards placeholderShimmer;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    background: #0d6efd;
    background-image: linear-gradient( to right, #0d6efd 0%, #5f9fff 20%, #0d6efd 40%, #0d6efd 100%);
}

.card-welcome:hover {
    transform: scale(1.005);
}

@keyframes shimmerWelcome {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@-webkit-keyframes shimmerWelcome {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.card-welcome:not(.statistic-list) {
    padding: 20px;
}

.card-welcome .card-body {
    padding: 20px;
}

.card-welcome.small {
    height: 130px;
}

.card-welcome.small h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.card-welcome.small p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 15px;
}

.card-welcome.small .icon {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.23s linear;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 0;
    font-size: 30px;
    color: white;
}

.card-home {
    background: #191a1c;
    border-radius: 15px;
    margin: 5px;
    color: white;
    position: relative;
    animation: progressHeight 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.options-card {
    padding: 10px 0 15px 20px;
}

.card-home:not(.statistic-list) {
    padding: 20px;
}

.card-home .atraso-data,
.card-home .atraso-retorno {
    margin-top: 5px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    padding: 2px 5px;
    border-radius: 4px;
}

.card-home .atraso-retorno {
    background: #10d89c;
    color: #252525;
}

.card-home .atraso-data {
    width: 100%;
    justify-content: end;
}

.card-home .atraso-data i {
    font-size: 14px;
}

.scroll-max {
    padding: 20px;
    scroll-padding-bottom: 20px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.scroll-max.h250 {
    max-height: 250px;
}

.scroll-max.h350 {
    max-height: 350px;
}

.scroll-max.h450 {
    max-height: 450px;
}

.scroll-max::-webkit-scrollbar {
    width: 10px;
}

.scroll-max::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px;
}

.scroll-max::-webkit-scrollbar-track {
    background: rgb(53, 53, 53);
    border-radius: 20px;
}

.card-home .card-body {
    padding: 20px;
}

.card-helper {
    position: absolute;
    right: 20px;
}

.popover-title,
.popover-content {
    color: #202020;
}

.scroll-max ::-webkit-scrollbar {
    width: 10px;
}

.scroll-max ::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px;
}

.card-home.small {
    height: 130px;
}

.card-home.small h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.card-home.small p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 15px;
}

.card-home.small .icon {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.23s linear;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 0;
    font-size: 30px;
    color: white;
}

.card-home.statistic-list>.title {
    position: relative;
    display: flex;
    align-items: center;
    color: #cecece;
    padding: 20px 20px 10px 20px;
}

.card-home.statistic-list .title h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 0 15px;
}

.card-home.statistic-list .title i {
    font-size: 26px;
}

.list-card,
.list-card-message {
    display: flex;
    align-items: center;
    background: #212223;
    /*! box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); */
    border-radius: 10px;
    color: white;
    padding: 6px 20px;
    position: relative;
    margin-top: 5px;
}

.others-statistics .list-card {
    padding: 10px 5px;
}

.list-card-message {
    flex-wrap: wrap;
    padding: 10px 20px;
}

.list-card span,
.list-card-message span {
    font-weight: 400;
    font-size: 14px;
}

.list-card span.title,
.list-card-message span.title,
.line-points span.title {
    margin: 0 10px;
    /*! width: 250px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-card span.data {
    position: absolute;
    right: 20px;
    display: block;
    visibility: visible;
}

.list-card span.collapse-data {
    cursor: pointer;
    border-radius: 10px;
    background-color: #ff3737;
    display: none;
    visibility: hidden;
    height: 16px;
    min-width: 16px;
    align-items: center;
    justify-content: center;
}

.list-card span.collapse-data i {
    font-size: 12px;
}

@media (max-width: 1462px) {
    .list-card span.collapse-data {
        display: flex;
        visibility: visible;
        margin-left: auto;
    }
    .list-card span.data {
        visibility: hidden;
        right: 50px;
        background: #ff3737;
        width: 0;
        height: 0;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        overflow: hidden;
        padding: 0 10px;
    }
    .list-card span.data.view {
        visibility: visible;
        width: auto;
        height: 80%;
        overflow: visible;
    }
}

.list-card span.data-block {
    position: absolute;
    right: 20px;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 12px;
    background-color: #ff3737;
    border-radius: 10px;
}

.list-card .progress-small {
    width: 100%;
    height: 24px;
    background: #2d2d2d;
    border-radius: 10px;
    margin: 0;
    position: relative;
}

.list-card .progress-small .bar {
    background: #6a6cb0;
    border-radius: 10px;
    height: 24px;
    position: absolute;
    animation: progressWidth 0.7s 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.progress-large {
    background: #2d2d2d;
    border-radius: 10px;
    position: relative;
    height: 250px;
    width: 25%;
    overflow: hidden;
}

.progress-large .bar {
    background: #ff7714;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    animation: progressHeight 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: 0;
}

.progress-large span.progress-data {
    top: calc(50% - 18px);
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.statistic-enterprise {
    display: inline-flex;
    align-items: end;
    flex-wrap: nowrap;
    width: 100%;
}

.others-statistics {
    padding-left: 20px;
}

.progress-legend {
    padding: 20px;
}

.others-statistics {
    font-size: 12px;
    color: #bdbdbd;
}

.column-statistic {
    width: 75%;
}

@keyframes progressWidth {
    0% {
        width: 0px;
    }
}

@keyframes progressHeight {
    0% {
        height: 0px;
    }
}

@keyframes touchHere {
    0% {
        background-color: rgb(221, 107, 0);
    }
    55% {
        background-color: rgba(221, 107, 0, 0.8);
    }
    100% {
        background-color: rgba(221, 107, 0, 1);
    }
}

.list-card .progress-small span.progress-text {
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: 24px;
}

.list-card i,
.list-card-message i {
    font-size: 20px;
}

.list-card-message .message {
    border-radius: 5px;
    padding: 5px 0;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    margin-top: 15px;
}

.card-home .color-red {
    color: #ff3737;
}

.card-home i.color-green {
    color: #00c75b;
}

.card-home i.color-purple {
    color: #6a6cb0;
}

.card-home i.color-fluor {
    color: #10d89c;
}

.card-home i.color-white {
    color: white;
}

.col-lg-3.p-5,
.col-lg-4.p-5,
.col-lg-5.p-5 {
    padding: 0 5px !important;
}

.btn-go,
.btn-go:hover,
.btn-go:focus,
.btn-go:active {
    background: #ff6756;
    border: 0;
    color: white;
    box-shadow: 0;
}

.header-tag:not(.fixed) {
    height: 70px;
}

.header-tag.fixed {
    height: 30px;
    transition: all 0.5s ease-out;
}

.header-funcionario {
    padding-top: 20px;
}

.title-tag {
    margin-bottom: 5px;
}

.tag-funcionario {
    text-align: center;
    display: inline-block;
    background: #2d2d2d;
    color: white;
    padding: 10px 20px;
    border-radius: 9px;
    font-size: 17px;
    transition: all 0.3s ease-out;
}

.fixed .tag-funcionario {
    position: fixed;
    top: 5px;
    left: calc(50% + 16px);
    z-index: 99999;
    font-size: 14px;
}

.refresh-column {
    display: inline-flex;
    justify-content: space-between;
}

.refresh-column input {
    cursor: not-allowed;
    border-radius: 5px;
    border: none;
    padding: 0 10px;
    font-size: 14px;
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}

.irs-handle.type_last {
    z-index: 2;
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs--flat {
    height: 40px;
}

.irs--flat.irs-with-grid {
    height: 60px;
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px;
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565;
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9;
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent;
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453;
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
    color: #999;
}

.irs--big {
    height: 55px;
}

.irs--big.irs-with-grid {
    height: 70px;
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: white;
    background: linear-gradient(to bottom, #ddd -50%, white 150%);
    border: 1px solid #ccc;
    border-radius: 12px;
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
    border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: rgba(0, 0, 0, 0.45);
    background-color: #939ba7;
    background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: white;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    color: white;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    border-radius: 3px;
}

.irs--big .irs-grid-pol {
    background-color: #428bca;
}

.irs--big .irs-grid-text {
    color: #428bca;
}

.irs--modern {
    height: 55px;
}

.irs--modern.irs-with-grid {
    height: 55px;
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px;
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle>i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    transform: rotate(45deg);
}

.irs--modern .irs-handle>i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
    border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle>i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
    border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
    border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: white;
    background-color: #d1d6e0;
    border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: white;
    border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426;
}

.irs--modern .irs-grid {
    height: 25px;
}

.irs--modern .irs-grid-pol {
    background-color: #dedede;
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1;
}

.irs--sharp.irs-with-grid {
    height: 57px;
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: black;
    border-radius: 2px;
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2;
}

.irs--sharp .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: black;
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: 0.4;
    background-color: #a804b2;
    border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: white;
    border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
    height: 25px;
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede;
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--round {
    height: 50px;
    width: 50%;
    margin: 0 auto;
}

.irs--round.irs-with-grid {
    height: 65px;
}

.irs--round .irs-line {
    top: 36px;
    height: 10px;
    background-color: #0d6efd4f;
    border-radius: 4px;
}

.irs--round .irs-bar {
    top: 36px;
    height: 10px;
    background-color: #006cfa;
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
    top: 29px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: white;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: #0d6efd4f;
    border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: white;
    border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa;
}

.irs--round .irs-grid {
    height: 25px;
}

.irs--round .irs-grid-pol {
    background-color: #dedede;
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px;
}

.irs--square {
    height: 50px;
}

.irs--square.irs-with-grid {
    height: 60px;
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede;
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: black;
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede;
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: black;
    color: white;
}

.irs--square .irs-grid {
    height: 25px;
}

.irs--square .irs-grid-pol {
    background-color: #dedede;
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px;
}

irs--square .irs-grid-pol {
    background-color: #dedede;
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px;
}
/* LOGIN */

.login-page {
    background: #171717;
}

.skew-ficha {
    position: absolute;
    height: 100vh;
    width: 40vw;
    background-color: #171717;
    z-index: 1;
    transform: skew(10deg);
    overflow: hidden;
    margin-left: 20px;
}

.login-logo {
    background-image: url("../svg/background-go.svg");
    height: 80vh;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 15vh 0 5vh 0;
}

.bg-ficha {
    background-image: url("../img/bg-ficha.jpg");
    background-size: cover;
    height: 100vh;
}

.login-image {
    text-align: center;
}

.login-image img {
    margin-bottom: 50px;
    width: 7vw;
}

.login-box {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.container-form {
    width: 360px;
    /*! margin: 0 auto 100px auto; */
    padding: 15px;
}

form#form-login {
    transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    max-height: 1000px;
}

form#form-login.oct {
    opacity: 0;
    max-height: 0px;
    transform: translateY(-200px);
    visibility: hidden;
}

._block-recovery.oct {
    opacity: 0;
    max-height: 0px;
    transform: translateY(300px);
    visibility: hidden;
    overflow: hidden;
}

._block-recovery {
    opacity: 1;
    max-height: 1000px;
    transform: translateY(0px);
}

.back-block {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.back-btn {
    border: 0;
    background: white;
    font-size: 35px;
    color: #171717;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.back-btn:hover {
    transform: translateY(-4px);
}

.input-sign {
    background: #101010;
    border: 0;
    box-sizing: border-box;
    border-radius: 7px;
    height: 47px;
    width: 100%;
    color: white;
}

.input-sign:focus {
    outline: none;
    border: 1px solid #353535;
}

.input-sign::placeholder {
    color: #b5b5b5;
}

.btn-sign {
    width: 100%;
    font-size: 17px;
    text-align: center;
    height: 47px;
    color: #212121;
    background: #ffffff;
    border-radius: 7px;
    border: none;
    margin-top: 10px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-sign:hover {
    transform: translateY(-3px);
    background: #fff;
}

.btn-signup {
    margin-top: 5px;
    width: 100%;
    height: 50px;
    border: none;
    font-size: 32px;
    background: #ff5757;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-signup:hover {
    color: white;
    background: #ff5757;
    transform: translateY(-3px);
}

.btn-signup>i {
    color: #1f1f1f;
    transform: rotate(45deg);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-signup:hover>i {
    transform: rotate(0deg);
    transform: scale(1.15);
}

.title-signup {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    color: white;
    margin-top: 70px;
}

.title-signup span {
    color: #ff5757;
}

.recovery {
    display: block;
    text-align: center;
    color: white;
    margin: 20px;
}

.recovery:hover,
.recovery:focus,
.recovery:active,
.recovery:visited {
    color: whitesmoke;
}

.success-sign {
    color: #10d89c;
    background: #10d89c0d;
}

.warning-sign {
    color: #d8d810;
    background: #d8d81005;
}

.error-sign {
    color: #ff7474;
    background: #ff747408;
}

.blocked_action {
    color: #ff5757;
    margin: 100px 0;
    text-align: center;
}

.alert {
    padding: 0;
    margin: 15px 0;
}

.alert span:not([data-notify]) {
    padding: 12px;
    text-align: center;
    display: block;
    border-radius: 5px;
}

.alert.shake {
    animation: shake 0.5s;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.tutorial {
    margin-top: 30px;
}

.tutorial img {
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
/* MODAL */

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal-header .close {
    position: absolute;
    right: 20;
    top: calc(50% - 10px);
}

.modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.tr-day {
    background-color: #f6f6f6;
    font-weight: 500;
    color: #424242;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: white;
    background-color: #ff5757;
    border: 0;
}

.nav>li>a,
.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
    color: #ff5757;
    border-radius: 10px;
    border: 0;
    margin: 3px;
}

.nav {
    margin-bottom: 10px;
}

.nav-tabs {
    border: 0;
}

.content.batidas {
    margin: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 0;
}

.text-center {
    text-align: center;
}

.mr-5 {
    margin-right: 5px !important;
}

.ml-7 {
    margin-left: 7px !important;
}

.mr-7 {
    margin-right: 7px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.p-0 {
    padding: 0 !important;
}

p.desc-banco {
    font-size: 16px;
    color: #191a1c;
}

.card-bd {
    animation: animateWidth 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-bd:hover {
    transform: scale(1.01);
}

.card-bd.lg {
    padding: 20px 25px;
}

.card-bd.sm {
    padding: 10px 20px;
    position: relative;
}

.card-bd.sm::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    position: absolute;
    top: calc(50% - 17.5px);
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: white;
    background: #474849;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    z-index: 1000;
}

.card-bd.lg i {
    font-size: 75px;
}

.card-bd.lg .info {
    margin-left: 23px;
}

.card-bd.sm .info {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.card-bd.lg h4.title {
    font-weight: 500;
    font-size: 20px;
    margin: 3px 0;
}

.card-bd.sm h4.title {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.card-bd.lg h2.hours {
    font-weight: 900;
    font-size: 45px;
    margin: 3px 0;
}

.card-bd.sm h2.hours {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 9px;
    margin: 0;
    margin-right: 10px;
}

.card-bd.primary {
    background: #191a1c;
    color: white;
}

@keyframes animateWidth {
    0% {
        width: 0%;
    }
}

.card-ajuda {
    font-size: 15px;
    color: white;
    background: #0d6efd;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 20px 0;
    display: inline-flex;
    align-items: center;
}

.card-ajuda.title {
    display: block;
}

.ajuda-title {
    margin-bottom: 7px;
    font-weight: bold;
}

.card-ajuda b {
    margin: 0 5px;
}
/* NOTIFY */

.notify-block {
    display: flex;
    padding: 20px;
    align-items: center;
}

[data-notify="icon"] {
    font-size: 35px;
    margin-right: 20px;
}

[data-notify="title"] {
    font-size: 17px;
    font-weight: bold;
}

.alert-primary {
    background-color: #0d6efd;
    color: white;
}

.close {
    top: calc(50% - 15px) !important;
    font-size: 30px;
}
/* GOOGLE MAPS */

.load-map {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    height: 500px;
}

.load-map i {
    margin-right: 10px;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: "Poppins", sans-serif;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    top: 10px !important;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 21px;
    text-overflow: ellipsis;
    width: auto;
    background: #0d6efd;
    color: white;
    border-radius: 5px;
    border: 0;
    z-index: 99999999999999999999;
}

#reset-map {
    top: 10px !important;
    left: 10px !important;
}

#define-radius {
    z-index: 0;
    position: absolute;
    bottom: 10px !important;
    width: 100%;
    left: 0 !important;
}

#define-radius label {
    color: white;
    background: #0d6efd;
    padding: 2px 15px;
    border-radius: 5px;
    left: calc(50% - 134px);
    position: absolute;
    bottom: 60px;
}

#pac-input::placeholder {
    color: rgb(238, 238, 238);
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

#map-local {
    border-radius: 15px;
    height: 75%;
    margin: 20px 0;
}

.group-locals span.status-check {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

.panel-dark {
    border-radius: 10px;
}

.panel-dark .panel-body {
    border-radius: 0 0 10px 10px;
    border: 1px solid #2e2b2b81;
    transition: all 0.7s ease-in;
}

.panel-dark .panel-heading {
    background-color: #2e2b2b;
    color: white;
    border-radius: 10px 10px 0 0;
}

.panel-dark.shake {
    animation: shake 0.3s;
}

span.coord {
    color: #0d6efd;
    font-size: 15px;
    font-weight: 500;
}

.btn.status-check {
    cursor: inherit;
}

.details-info p {
    font-size: 15px;
}

.details-info p span {
    font-weight: bold;
}
/* HIDE MENU */

li[data-menu="solicitacoes"],
li[data-link="calendario/incluir"],
li[data-link="configuracoes/configurar"] {
    display: none;
}
/* LIST POINTS DASHBOARD */

.list-card-points {
    background: #1c1d1e;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
    margin-top: 5px;
}

.list-card-points .line-points {
    display: flex;
    align-items: center;
    color: white;
    padding: 6px 20px;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.btn-expand {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    background: white;
    color: #1c1d1e;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    margin-left: auto;
}

.btn-expand:hover {
    background: #e5e5e5;
}

.list-card-points.active .area-expanded {
    max-height: 150px;
    padding: 10px 13px;
    overflow: visible;
}

.area-expanded {
    padding: 0 13px;
    overflow: hidden;
    max-height: 0px;
    background: #262626;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.area-expanded span:not(:first-child) {
    margin-left: 5px;
}

.span-detail {
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.span-detail i,
.btn-expand i {
    font-size: 12px;
    margin-right: 5px;
}

.span-detail.alert {
    margin: 0 0 0 5px;
    color: #ff3737;
    background: #443232;
}

.span-detail.default {
    background: #3b3b3b;
    color: white;
}

.span-detail.success {
    background: #3b4c47;
    color: #10d89c;
}
/*  POPOVER */

.popover {
    border: 0;
}

.popover-title {
    color: white;
    border: 0;
    background-color: #0d6efd;
}

.select-dia {
    font-size: 13px;
    margin-top: 10px;
    padding: 5px;
    background: #191a1c;
    color: white;
    border: 0;
    height: 32px;
}

.check-folga {
    height: 20px;
    width: 20px;
}

.day-title {
    background: #191a1c0d;
    color: #3c3c3c;
    padding: 2px 15px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
}

.day-title span {
    font-weight: 400;
}

.row-day {
    background-color: #8080801a;
    padding: 10px;
    margin: 0;
}

.input-group-carga {
    display: inline-flex;
}

.input-group-carga .btn {
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.input-group-carga input {
    border-radius: 0 5px 5px 0;
}

.row-noturno input.timepicker:disabled,
.row-noturno button:disabled {
    opacity: 0.2;
}

.mb-40 {
    margin-bottom: 40px;
}

.options-jornada {
    margin: 0 0 15px 0;
}

.options-jornada>div {
    display: inline-block;
}

.options-jornada>div:last-child {
    margin-left: 15px;
}

.break-margin {
    height: 1;
    margin: 15px 0;
}

.name-colaborador {
    top: 10px;
    right: 10px;
    z-index: 10000;
    position: fixed;
    float: right;
    background: #0d6efd;
    color: white;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
}

.pac-container {
    z-index: 999999999999999999;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    display: inline-flex;
    width: 100%;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.dtr-details .dtr-data {
    margin-left: auto;
    order: 2;
}

.block-tutorial {
    padding: 15px;
}

.block-tutorial img {
    max-width: 390px;
}

.intro-opt-calendar {
    margin-right: 15px;
}

.esquema-jornada>.form-group {
    margin-right: 8px;
    width: 14.2%;
}

.esquema-jornada {
    display: inline-flex;
    padding: 20px;
    background: #00000012;
    margin: 15px 10px;
}

.option-day {
    display: inline-flex;
    align-items: center;
}

.option-day .checkbox {
    margin-left: 10px;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: #191a1c;
    padding: 10px 15px;
    display: block;
    width: 100%;
    pointer-events: none;
    z-index: 20;
    line-height: 40px;
    color: #fff;
    border-radius: 10px;
    font-weight: 300;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.options-local .checkbox.switcher {
    display: inline-block;
}

.options-local .checkbox.switcher:nth-child(4),
.options-local .checkbox.switcher:nth-child(5) {
    margin-left: 15px;
}
/* REAL TIME MAP */

.container-realtime-map {
    margin: 15px 10px;
    width: calc(100% - 20px);
    height: 200px;
    background: #191a1c;
    border-radius: 20px;
    display: flex;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.container-realtime-map .expand-map {
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    position: absolute;
    background: #ffffff4f;
    color: #fff;
    outline: 0;
    border-radius: 20px;
    font-weight: 900;
    font-size: 16px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(-50px);
    top: calc(50% - 20px);
    left: calc(50% - 119px);
    z-index: 9999;
}

.container-realtime-map .expand-map:hover {
    background: #ffffff5e;
}

.container-realtime-map.expand .expand-map {
    top: -50px;
}

.container-realtime-map:hover .expand-map {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.container-realtime-map.expand:hover .expand-map {
    top: 25px;
}

.container-realtime-map .expand-map img {
    margin-right: 10px;
    color: white;
}

.container-realtime-map.expand {
    height: 550px;
}

.container-realtime-map .column-info {
    padding: 30px;
    width: 390px;
    overflow: hidden;
}

.container-realtime-map .column-map {
    display: flex;
    width: calc(100% - 200px);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
}

.container-realtime-map .column-map img.mapa-mundi {
    transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.container-realtime-map:hover .column-map img.mapa-mundi {
    transform: scale(0.95);
}

.container-realtime-map.expand .column-map img {
    overflow: visible;
}

.container-realtime-map .general-title {
    font-weight: 300;
    color: white;
    font-size: 30px;
    margin: 0;
    display: inline-flex;
    white-space: nowrap;
}

.container-realtime-map .general-title span {
    font-weight: 700;
    margin-left: 5px;
}

.container-realtime-map .title-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 30px;
    background: #2a2a2a;
    color: white;
    border-radius: 10px;
    margin-top: 10px;
}

.container-realtime-map .circle {
    background: #f44;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    margin-right: 10px;
}

.container-realtime-map .pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

.container-realtime-map .block-pics {
    display: inline-flex;
    margin-top: 25px;
    transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-height: 50px;
    position: relative;
}

.container-realtime-map.expand .block-pics {
    margin-top: 0;
    max-height: 0;
}

.container-realtime-map .block-pics .picture {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    margin-left: 4px;
    background-size: cover;
    background-position: center;
    opacity: 1;
    visibility: visible;
}

.container-realtime-map .block-pics .picture:nth-child(1) {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.container-realtime-map .block-pics .picture:nth-child(2) {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.container-realtime-map .block-pics .picture:nth-child(3) {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.container-realtime-map .block-pics .picture:nth-child(4) {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.container-realtime-map .block-pics .picture:nth-child(5) {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.container-realtime-map.expand .block-pics .picture {
    transform: translateX(50px);
    opacity: 0;
    visibility: hidden;
}

.container-realtime-map .block-pics .picture:nth-child(1) {
    margin: 0;
}

.container-realtime-map .list-data {
    opacity: 0;
    visibility: hidden;
    margin-top: 35px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}

.container-realtime-map .list-data::after {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #191a1c 0%, rgba(25, 26, 28, 0) 64.57%);
    top: 0;
    left: 0;
    position: absolute;
}

.container-realtime-map.expand .list-data {
    opacity: 1;
    visibility: visible;
}

.container-realtime-map .row-data {
    display: flex;
    align-items: center;
    width: 250px;
    height: 50px;
    padding: 0 10px;
    background: #212223;
    border-radius: 15px;
    margin-top: 5px;
    color: #d0d0d0;
}

.container-realtime-map .row-data .name-data {
    font-weight: 200;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container-realtime-map .row-data .name-data span {
    font-weight: 600;
    margin-left: 5px;
}

.container-realtime-map .row-data .picture {
    min-width: 40px;
    height: 40px;
    border-radius: 14px;
    margin-right: 12px;
    background-size: cover;
    background-position: center;
}

.container-realtime-map #map-realtime {
    height: 100%;
    width: 100%;
    border-radius: 0 20px 20px 0;
}

.options-import {
    margin: 15px 0 30px 0;
}

.instrucoes-import {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 9px 15px;
    color: white;
    background-color: #0d6efd;
    border-radius: 8px;
}
/* MENU TOP */

.float-right {
    display: inline-flex;
    margin-left: auto;
    margin-right: 50px;
    position: relative;
}

.menu-block {
    position: relative;
}

.menu-block:nth-child(1) {
    margin-right: 25px;
}

.block-notify,
.block-profile {
    position: absolute;
    width: auto;
    height: 0px;
    right: 0px;
    opacity: 0;
    overflow: hidden;
    top: 45px;
    background: #ffffff;
    box-shadow: 0px 80px 60px rgba(0, 0, 0, 0.11), 0px 20.471px 33.4221px rgba(0, 0, 0, 0.079074), 0px 10.9448px 17.869px rgba(0, 0, 0, 0.0655718), 0px 6.13556px 10.0172px rgba(0, 0, 0, 0.055), 0px 3.25855px 5.32008px rgba(0, 0, 0, 0.0444282), 0px 1.35596px 2.21381px rgba(0, 0, 0, 0.030926);
    border-radius: 0px 0px 10px 10px;
    transition: max-height 2s ease, opacity .1s ease;
}

.block-notify.active,
.block-profile.active {
    opacity: 1;
    height: auto;
    max-height: 350px;
}

.block-notify .list-notify {
    padding: 10px 8px;
    scrollbar-width: thin;
    overflow-y: scroll;
    max-height: 350px;
}

.block-notify .list-notify .empty-list {
    width: 350px;
    padding: 10px 15px;
}

.block-notify .notify {
    padding: 6px 13px;
    width: 350px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.block-notify .notify-head {
    padding: 10px 15px;
    font-weight: 600;
    color: white;
    background: #404040;
}

.block-notify .notify .title-text {
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.block-notify .notify .time {
    font-size: 12px;
    text-align: right;
}

.block-notify .notify .title-text .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
    margin-right: 9px;
    border-radius: 10px;
}

.block-notify .notify.unread .title-text .icon {
    background: #ff5757;
}

.block-notify .notify.read .title-text .icon {
    background: #727272;
}

.block-notify .notify .title-text .icon i {
    color: white;
    font-size: 12px;
}

.block-notify .notify .body-text {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 13px;
}

.block-notify .notify.unread {
    background: rgba(255, 87, 87, 0.05);
    color: #ff5757;
}

.block-notify .notify.unread:hover {
    background: rgba(255, 87, 87, 0.1);
}

.block-notify .notify.read {
    color: #727272;
    background: rgba(114, 114, 114, 0.05);
}

.block-notify .notify.read:hover {
    background: rgba(114, 114, 114, 0.1);
}

.notifications,
.profile {
    border: 0;
    outline: none;
    color: #404040;
    height: 40px;
    background: white;
    max-width: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
}

.profile {
    background: #ff6b56;
    color: white;
    border-radius: 20px;
}

.profile:hover {
    background: #ff4f35;
}

.profile i {
    font-size: 20px;
}

.block-profile ul {
    padding: 0;
}

.block-profile ul li {
    text-decoration: none;
}

.block-profile ul li a {
    padding: 10px 25px;
    color: #404040;
    font-size: 14px;
    width: 100%;
    display: block;
}

.block-profile ul li a:hover {
    background: #ff6b56;
    color: white;
}

.notifications i {
    font-size: 25px;
    transition: all 0.3s ease;
}

.notifications:hover i {
    transform: rotate(20deg);
}

.notifications .badge-notify {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    background-color: #ff3737;
    border-radius: 10px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 
RELATÃ“RIO INDIVIDUAL
*/

.relatorio-options,
.relatorio-impressao {
    display: flex;
    justify-content: center;
}

.relatorio-options {
    margin-top: 30px;
}

.relatorio-options label {
    display: block;
    color: #0d6efd;
}

.btn-imprimir {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 27px;
    position: absolute;
    background: #676767;
    border-radius: 15px;
    border: 0;
    color: white;
    font-size: 17px;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.btn-imprimir:hover {
    background: #505050;
}

.btn-imprimir:active {
    animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1 jump;
}

@keyframes jump {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes jump {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0px);
    }
}

.btn-imprimir i {
    font-size: 22px;
    margin-right: 20px;
}

.btn-group .btn-relatorio-group {
    border: 0;
    outline: 0;
    padding: 12px 27px;
    margin: 0;
    background: #e7f0ff;
    color: #0d6efd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}

.btn-group label {
    color: #0d6efd;
}

.btn-group .btn-relatorio-group.active {
    background: #0d6efd;
    color: white;
}

.btn-group .btn-relatorio-group i {
    margin-right: 20px;
    font-size: 22px;
}

.btn-group .btn-relatorio-group:nth-child(1) {
    border-radius: 15px 0 0 15px;
}

.btn-group .btn-relatorio-group:nth-child(2) {
    border-radius: 0 15px 15px 0;
}

.relatorio-options .form-group {
    margin-right: 15px;
}

.input-relatorio {
    background: #e7f0ff;
    border-radius: 15px;
    border: 0;
    height: 50px;
    outline: 0;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
}

.input-relatorio i {
    font-size: 22px;
    margin-right: 20px;
    color: #0d6efd;
}

.input-relatorio input {
    font-size: 17px;
    background: #e7f0ff;
    border: 0;
    outline: 0;
    width: 220px;
    color: #0d6efd;
}
/* CHANGE MODE */

.card-info-relatorio {
    display: flex;
    width: 100%;
    height: 87px;
    background: #191a1c;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mode-relatorio .card-info-relatorio {
    background: #ececec;
}

.mode-visual .card-info-relatorio {
    background: #191a1c;
}

.card-info-relatorio p {
    margin: 0;
}

.mode-visual .card-info-relatorio p {
    color: #e5e5e5;
}

.card-info-relatorio p:nth-child(1) {
    font-size: 13px;
}

.card-info-relatorio p:nth-child(2) {
    font-size: 14px;
    font-weight: 800;
}

.card-info-relatorio .block-info {
    margin-left: 10px;
}

.card-info-relatorio .block-icon {
    background: #6a6a6a;
    border-radius: 100px;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mode-relatorio .card-info-relatorio .block-icon {
    background: #191a1c;
}

.mode-visual .card-info-relatorio .block-icon {
    background: #6a6a6a;
}

.card-info-relatorio .block-icon i {
    color: white;
    font-size: 20px;
}

.section-relatorio {
    margin-top: 15px;
    background: rgba(232, 232, 232, 0.31);
    border-radius: 25px;
    width: 100%;
    padding: 30px;
}

.section-relatorio .header-relatorio {
    display: flex;
    flex-direction: row;
}

.section-relatorio .header-relatorio h3 {
    font-weight: 800;
    font-size: 18px;
    margin: 0;
}

.section-relatorio .header-relatorio .relatorio-healper {
    margin-left: auto;
    font-size: 22px;
    color: #191a1c;
}

.row-card-solicitacao {
    display: inline-flex;
    margin-top: 20px;
}

.row-card-solicitacao .card-solicitacao {
    width: 180px;
    height: 73px;
    padding: 15px;
    margin-right: 15px;
    background: rgb(236, 236, 236);
    border-radius: 10px;
    position: relative;
}

.row-card-solicitacao .card-solicitacao i {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
}

.card-solicitacao .card-body h3 {
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.card-solicitacao .card-body p {
    font-size: 13px;
    font-weight: 300;
}

.table-relatorio {
    margin-top: 45px !important;
    font-size: 13px;
}

.table-bordered.table-relatorio>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #e3e3e3;
}

.table-bordered.table-relatorio {
    border: 0;
}

.wrap_page {
    width: 1100px;
    margin: 0 auto;
    max-height: 800px;
    overflow-y: scroll;
    scroll-padding-bottom: 20px;
    scrollbar-width: thin;
    padding-bottom: 100px;
}

.wrap_page:after {
    position: absolute;
    height: 50px;
    width: 100%;
    background: black;
}

#container-export {
    width: 1000px;
    box-shadow: 0px 0px 50px #0000001f;
    margin: 50px auto;
    padding: 50px;
}

.chart_js {
    margin-top: 15px;
    width: 100%;
    height: 100%;
}

#select_relatorio .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: #0d6efd transparent transparent !important;
    left: inherit;
}
/* RECONHECIMENTO FACIAL CONFIG*/

.wrap-content-facial {
    padding: 50px 15px;
}

.row-user {
    background: rgba(61, 61, 61, 0.07);
    padding: 0 30px;
    border-radius: 10px;
    width: 100%;
    height: 55px;
    display: inline-flex;
    align-items: center;
    margin-top: 6px;
}

.row-user .block-profile {
    color: black;
    display: flex;
    align-items: center;
    width: 65%;
}

.row-user .block-profile i {
    font-size: 29px;
    margin-right: 20px;
}

.row-user .block-profile p {
    font-size: 17px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.row-user .block-info {
    margin-left: auto;
}

.colapse-upload {
    margin-top: 10px;
    display: inline-flex;
    justify-content: end;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease-out;
}

.colapse-upload.active {
    max-height: 300px;
    overflow: visible;
    opacity: 1;
}

.colapse-upload .upload_block {
    width: 100%;
    height: 300px;
    cursor: pointer;
}

.colapse-upload .upload_block:nth-child(2) {
    margin-left: 10px;
}

.filepond--root .filepond--credits {
    display: none !important;
}

.filepond--root :not(text) {
    font-size: 17px !important;
}

.filepond--drop-label label {
    color: white;
}

.filepond--drop-label {
    background: #0d6efd;
    border-radius: 10px;
}

.filepond--root .filepond--drop-label {
    min-height: 50px !important;
}

.filepond--root .filepond--list-scroller {
    margin: 0 !important;
}

.filepond--item {
    position: inherit !important;
    margin: 0.25em 0 !important;
}

.filepond--image-preview-overlay-success {
    color: rgba(13, 110, 253, 0.48) !important;
}

inputp[type="file"].filepond {
    display: none;
}

@media (max-width: 400px) {
    .block-notify .list-notify .empty-list {
        width: calc(100vw - 70px);
    }
}

@media (max-width: 575px) {
    .btn-colab i {
        margin: 0;
    }
    .btn-colab .span-hide {
        display: none;
    }
    .block-notify .notify {
        width: calc(100vw - 50px);
    }
    .block-notify {
        right: 0px;
        top: 45px;
    }
    .menu-block {
        margin-right: auto;
    }
    .menu-block {
        position: initial;
    }
}

@media (max-width: 767px) {
    .float-right {
        margin-right: 30px;
    }
    .row-map {
        display: none;
    }
    table.dataTable {
        font-size: 14px;
    }
    .main-header .logo {
        height: 85px;
    }
    .sidebar-open .content-wrapper,
    .sidebar-open .main-footer {
        -webkit-transform: translate(230px, 0);
        -ms-transform: translate(230px, 0);
        -o-transform: translate(230px, 0);
        transform: translate(230px, 0);
    }
    #pac-input {
        width: 250px;
    }
    .content-wrapper {
        min-height: calc(100vh - 151px);
    }
    .main-sidebar {
        width: 230px;
    }
    .content-header,
    .content.no-header {
        padding-top: 100px;
    }
    .options-jornada .options {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .row-noturno {
        max-height: inherit;
    }
    .row-noturno>div {
        margin: 10px 0;
    }
    .input-group-carga {
        width: 100%;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        margin: 10px 0 !important;
        display: block !important;
        width: auto;
    }
    .dataTables_filter {
        display: flex;
        margin: 15px 0;
    }
    div.dataTables_wrapper div.dataTables_info {
        padding: 15px 0 !important;
    }
}

@media (max-width: 991px) {
    #reset-map {
        display: none;
    }
    .box-calendar {
        margin-top: 40px;
    }
    .box-calendar .col-lg-12 {
        padding: 0px;
    }
    .fc-button {
        padding: 0 5px !important;
    }
    .fc-button-group {
        margin: 5px 0px !important;
    }
}

@media (max-width: 1200px) {
    .login-logo {
        display: none !important;
    }
    .login-image img {
        width: 120px;
    }
    .bg-ficha {
        display: none;
    }
    .login-page {
        background: #171717;
    }
}

.content-ficha-table td,
.content-ficha-table tr,
.content-ficha-table th {
    font-size: 10px;
    color: #000;
    background-color: #fff;
}

.content-ficha-table {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

#box-imprimir {
    background-color: #fff;
    margin: 0;
}

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}
/* FOLHA DE PONTO - MODO VISUALIZAÃ‡ÃƒO */

.date-row {
    margin-top: 40px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.select-date:nth-child(1) {
    margin-right: 15px;
}

.select-date label {
    color: #FF6256;
}

.form-date {
    position: relative;
    height: 40px;
    width: 180px;
    background: rgba(255, 98, 86, 0.05);
    border-radius: 10px;
}

.form-date input {
    position: absolute;
    height: 100%;
    width: calc(100% - 40px);
    border: 0;
    top: 0;
    right: 0;
    background: transparent;
    font-weight: 600;
    font-size: 15px;
    color: #FF6256;
    padding: 0 10px;
    text-align: center;
}

.form-date input:focus {
    outline: 0;
}

.form-date .date-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #FF6256;
    border-radius: 10px;
}

.form-date .date-icon i {
    font-size: 20px;
    color: white;
}

.content-ficha-view {
    margin-top: 70px;
}

.row-info-colaborador {
    width: 100%;
    display: flex;
}

.info-colaborador {
    margin-left: 15px;
    width: 300px;
    padding: 8px 30px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 30px;
}

.info-colaborador .info-title {
    font-size: 13px;
    line-height: 1;
    color: #A6A6A6;
}

.info-colaborador .info-text {
    font-size: 15px;
    line-height: 1.5;
    color: #696969;
    margin: 0;
    font-weight: 600;
}

.image-colaborador {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background-color: #A6A6A6;
}

table.registros-view {
    margin-top: 20px;
}

table.registros-view td,
table.registros-view th {
    padding: 3px 5px;
}

table.registros-view th {
    font-size: 13px;
    font-weight: 400;
    color: #696969;
    margin-bottom: 15px;
}

.row-registros table.registros-view td:nth-child(1) {
    width: 180px;
}

.row-registros table.registros-view td:nth-child(2),
.row-registros table.registros-view td:nth-child(3),
.row-registros table.registros-view td:nth-child(4),
.row-registros table.registros-view td:nth-child(5) {
    width: 100px;
}

.row-registros table.registros-view td:nth-child(6) {
    width: 140px;
}

table.registros-view .b-fill-data,
table.registros-view .b-outline-data {
    padding: 0 17px;
    font-size: 15px;
    display: flex;
    align-items: center;
    height: 39px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 15px;
    color: #696969;
}

table.registros-view .b-fill-data {
    background: #F1F1F1;
}

table.registros-view .b-fill-data span,
table.registros-view .b-outline-data span {
    font-weight: 700;
    margin-right: 10px;
}

.row-registros,
.row-registros-error {
    margin-top: 40px;
}

.row-registros h5,
.row-registros-error h5 {
    font-weight: 600;
    font-size: 17px;
    color: #676666;
}

.registro-status {
    display: inline-flex;
}

.b-status {
    display: flex;
    font-size: 15px;
    color: #696969;
}

.b-status:nth-child(1) {
    margin-right: 20px;
}

.b-status span {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    color: white;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-status span.b-status-success {
    background: #10D89C;
}

.b-status span.b-status-alert {
    background: #FF3737;
}

.b-status span i {
    font-size: 13px;
}

.row-data {
    display: inline-flex;
    margin: 35px 0px 50px 0;
    flex-wrap: wrap;
}

.row-data .card-data {
    text-align: center;
    padding: 20px 14px;
    position: relative;
    border: 1px solid #EBE7E7;
    box-shadow: 0px 11.7703px 25px rgba(0, 0, 0, 0.05), 0px 4.25707px 19.2927px rgba(0, 0, 0, 0.0243888);
    border-radius: 25px;
    margin-bottom: 20px;
}

.row-data .card-data.fill {
    background: #717171;
    color: white;
}

.row-data .card-data.outline {
    background: white;
    color: #717171;
}

.row-data .card-data:not(:last-child) {
    margin-right: 20px;
}

.row-data .card-data.data-vertical {
    width: 165px;
    height: 255px;
}

.row-data .card-data.data-horizontal {
    width: 270px;
    height: 117px;
    display: inline-flex;
}

.row-data .card-data .help-card {
    position: absolute;
    top: 14px;
    right: 15px;
}

.row-data .card-data .help-card i {
    font-size: 20px;
}

.row-data .card-data .icon-data {
    height: 65px;
    width: 65px;
    min-width: 65px;
    background: rgba(113, 113, 113, 0.08);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-data .card-data.fill .icon-data {
    background: rgba(255, 255, 255, 0.1);
}

.row-data .card-data.data-vertical .icon-data {
    margin: 35px auto 0 auto;
}

.row-data .card-data.data-horizontal .icon-data {
    margin: auto 15px;
}

.row-data .card-data .icon-data i {
    font-size: 35px;
}

.row-data .card-data.data-vertical .section-time {
    margin-top: 35px;
}

.row-data .card-data .section-time h4 {
    font-size: 30px;
    text-align: center;
    font-weight: 800;
}

.row-data .card-data.data-vertical .section-text {
    margin-top: 20px;
}

.row-data .card-data .section-text p {
    font-size: 15px;
    text-align: center;
}

.row-data .card-data .align-info {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.row-data .column-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search-colaborador {
    margin-top: 30px;
    position: relative;
}

.search-colaborador i {
    font-size: 25px;
    color: #FF6256;
    position: absolute;
    top: 12.5px;
    left: 20px;
    z-index: 1;
}

.search-colaborador .select2-container {
    width: 100% !important;
}

.search-colaborador .select2-container .select2-selection--single {
    height: 50px;
}

.search-colaborador .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(255, 98, 86, 0.6) !important;
    font-size: 15px !important;
}

.search-colaborador .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex !important;
    align-items: center;
    padding: 0 50px;
}

.search-colaborador .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #FF6256;
    border-radius: 15px;
}

.search-colaborador .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}