.font-weight-light-logo {
    color: #fff !important;
    font-size: 1.23rem !important;
    line-height: 1 !important;
    white-space: nowrap;
    font-weight: lighter !important;
}

.select2 {
    width: 100% !important;
}

.display-none {
    display: none !important;
}

/* BS File Input Avatar */
.kv-avatar .krajee-default.file-preview-frame,
.kv-avatar .krajee-default.file-preview-frame:hover {
    margin: 0;
    padding: 8px;
    border: none;
    box-shadow: none;
    text-align: center;
}

.kv-avatar {
    display: inline-block;
}

.kv-avatar .file-input {
    display: table-cell;
    width: 250px;
}

.kv-reqd {
    color: red;
    font-family: monospace;
    font-weight: normal;
}
.switchToggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 90px;
    max-width: 90px;
    height: 30px;
    background: #e74a3b;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-top: 4px;
}

.switchToggle label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input:checked + label,
.switchToggle input:checked + input + label {
    background: #1e7e34;
}

.switchToggle input + label:before,
.switchToggle input + input + label:before {
    content: "Inativo";
    position: absolute;
    top: 5px;
    left: 35px;
    width: 50px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:before,
.switchToggle input:checked + input + label:before {
    content: "Ativo";
    position: absolute;
    top: 5px;
    left: 10px;
    width: 50px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:after,
.switchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.is-invalid .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.text-sm .select2-container--default .select2-selection--single,
select.form-control-sm
    ~ .select2-container--default
    .select2-selection--single {
    height: calc(1.8125rem + 10px) !important;
}
.text-sm
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
select.form-control-sm
    ~ .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    margin-top: -0.2rem !important;
}
.text-sm
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow,
select.form-control-sm
    ~ .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 0px !important;
}
.avatar-image {
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    top: -25px;
    z-index: 10;
    height: 55px;
    width: 55px;
}
.avatar-image > img {
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.tb-action {
    min-width: 8rem !important;
}

/* Erro seelec2 */
.is-invalid + .select2-container .select2-selection--single {
    border: 1px solid #fa5c7c;
}
/* Erro Summernot */
.is-invalid + .note-editor.note-frame {
    border: 1px solid #fa5c7c;
}

.font-size-7 {
    font-size: 0.7rem !important;
}

.edit-nfai {
    /* width: 65%; */
    /* font-size: 0.7rem !important;   */
}

.ac:hover,
.al:hover {
    /* width: 65%; */
    /* font-size: 0.7rem !important;   */
    background-color: #daa520;
}

.ml-10 {
    margin-left: 10px;
}

.width10 {
    width: 10%;
}
.width15 {
    width: 15%;
}
.width20 {
    width: 20%;
}
.width25 {
    width: 25%;
}
.width30 {
    width: 30%;
}
.width35 {
    width: 35%;
}
.width40 {
    width: 40%;
}
.width45 {
    width: 45%;
}
.width50 {
    width: 50%;
}
.width55 {
    width: 55%;
}
.width60 {
    width: 60%;
}
.width65 {
    width: 65%;
}
.width70 {
    width: 70%;
}
.width75 {
    width: 75%;
}
.width80 {
    width: 80%;
}
.width85 {
    width: 85%;
}
.width90 {
    width: 90%;
}
.width95 {
    width: 95%;
}
.width100 {
    width: 100%;
}

.whatsapp2 {
    position: fixed;
    top: 82%;
    left: 1%;
    padding: 10px;
    z-index: 10000000;
}

/* #timeline */
.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: #2d353c;
    left: 7%;
    margin-left: -7px;
}

.timeline > li {
    position: relative;
    min-height: 50px;
    padding: 20px 0;
}

.timeline .timeline-time {
    position: absolute;
    left: 0;
    width: 5%; /*18%; */
    text-align: right;
    top: 30px;
}

.timeline .timeline-time .date,
.timeline .timeline-time .time {
    display: block;
    font-weight: 600;
}

.timeline .timeline-time .date {
    line-height: 16px;
    font-size: 12px;
}

.timeline .timeline-time .time {
    line-height: 24px;
    font-size: 20px;
    color: #242a30;
}

.timeline .timeline-icon {
    /* left: 15%; */
    left: 6%;
    position: absolute;
    /* width: 10%; */
    width: 1%;
    text-align: center;
    top: 40px;
}

.timeline .timeline-icon a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background: #d9e0e7;
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 5px solid #2d353c;
    transition: border-color 0.2s linear;
}

.timeline .timeline-body {
    margin-left: 10%;
    margin-right: 10%;
    background: #f8f8f8;
    position: relative;
    padding: 5px 25px;
    border-radius: 6px;
}

.timeline .timeline-body:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #f8f8f8;
    left: -20px;
    top: 20px;
}

.timeline .timeline-body > div + div {
    margin-top: 15px;
}

.timeline .timeline-body > div + div:last-child {
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-radius: 0 0 6px 6px;
}

.timeline-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e7eb;
    line-height: 30px;
}

.timeline-header .userimage {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    overflow: hidden;
    margin: -2px 10px -2px 0;
}

.timeline-header .username {
    font-size: 16px;
    /* font-weight: 600 */
}

.timeline-header .username,
.timeline-header .username a {
    color: #2d353c;
}

.timeline img {
    max-width: 100%;
    display: block;
}

.timeline-content {
    letter-spacing: 0.25px;
    line-height: 18px;
    font-size: 13px;
}

.timeline-content:after,
.timeline-content:before {
    content: "";
    display: table;
    clear: both;
}

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

.timeline-footer {
    /* background: #fff; */
    /* border-top: 1px solid #e2e7ec; */
    padding-top: 15px;
}

.timeline-footer a:not(.btn) {
    color: #575d63;
}

.timeline-footer a:not(.btn):focus,
.timeline-footer a:not(.btn):hover {
    color: #2d353c;
}

.timeline-likes {
    color: #6d767f;
    font-weight: 600;
    font-size: 12px;
}

.timeline-likes .stats-right {
    float: right;
}

.timeline-likes .stats-total {
    display: inline-block;
    line-height: 20px;
}

.timeline-likes .stats-icon {
    float: left;
    margin-right: 5px;
    font-size: 9px;
}

.timeline-likes .stats-icon + .stats-icon {
    margin-left: -2px;
}

.timeline-likes .stats-text {
    line-height: 20px;
}

.timeline-likes .stats-text + .stats-text {
    margin-left: 15px;
}

.timeline-comment-box {
    background: #f2f3f4;
    margin-left: -25px;
    margin-right: -25px;
    padding: 20px 25px;
}

.timeline-comment-box .user {
    float: left;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 30px;
}

.timeline-comment-box .user img {
    max-width: 100%;
    max-height: 100%;
}

.timeline-comment-box .user + .input {
    margin-left: 44px;
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

.text-danger,
.text-red {
    color: #ff5b57 !important;
}

.color-red {
    color: red !important;
}

.color-blue {
    color: #1c84c6 !important;
}

.color-ccb {
    color: #033d60 !important;
}

.color-undefined {
    color: #605f5f !important;
}

.bg-undefined {
    background-color: #b1b1b1 !important;
}

.color-waiting {
    color: #fa9510 !important;
}

.bg-waiting {
    background-color: #ffdcae !important;
}

.color-in-service {
    color: #fa7d67 !important;
}

.bg-in-service {
    background-color: #ffbfb4 !important;
}

.color-finished {
    color: #448726 !important;
}

.bg-finished {
    background-color: #d5ffd3 !important;
}
/*
.color-missed {
    color: #1c84c6 !important;
} */

.notify {
    z-index: 1000000;
    margin-top: 5%;
}

.bg-a {
    background-color: #476fd0 !important;
}
.bg-b {
    background-color: #f576ee !important;
}
.bg-c {
    background-color: #836705 !important;
}
.bg-d {
    background-color: #3a1554 !important;
}
.bg-e {
    background-color: #7acde6 !important;
}
.bg-f {
    background-color: #c7edbf !important;
}
.bg-g {
    background-color: #6081be !important;
}
.bg-h {
    background-color: #549b92 !important;
}
.bg-i {
    background-color: #ad5b80 !important;
}
.bg-j {
    background-color: #d61f34 !important;
}
.bg-k {
    background-color: #180173 !important;
}
.bg-l {
    background-color: #3d2289 !important;
}
.bg-m {
    background-color: #cfa6a4 !important;
}
.bg-n {
    background-color: #9c05da !important;
}
.bg-o {
    background-color: #04304a !important;
}
.bg-p {
    background-color: #4dba8a !important;
}
.bg-q {
    background-color: #9b1569 !important;
}
.bg-r {
    background-color: #7d8454 !important;
}
.bg-s {
    background-color: #c1b3d2 !important;
}
.bg-t {
    background-color: #eaa563 !important;
}
.bg-u {
    background-color: #7c7e5d !important;
}
.bg-v {
    background-color: #5c3782 !important;
}
.bg-x {
    background-color: #a96c1d !important;
}
.bg-y {
    background-color: #cb2997 !important;
}
.bg-w {
    background-color: #64282c !important;
}
.bg-z {
    background-color: #6c210e !important;
}

.bg-confirmation {
    background-color: #b6ffcc !important;
}
.avatar-title {
    width: 100%;
    height: 100%;
    background-color: #6861ce;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded-circle {
    border-radius: 50% !important;
}
.border-white {
    border-color: #fff !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.avatar {
    width: 3rem;
    height: 3rem;
}

.btn-acess {
    padding: 0.125rem 0.25rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.15rem;
    width: 10em;
    height: 10em;
    text-align: center !important;
    flex-direction: column !important;
}

h1,
.h1 {
    font-size: 1.725rem;
}

h2,
.h2 {
    font-size: 1.35rem;
}

h3,
.h3 {
    font-size: 1.1625rem;
}

h4,
.h4 {
    font-size: 1.0375rem;
}

h5,
.h5 {
    font-size: 0.9125rem;
}

h6,
.h6 {
    font-size: 0.825rem;
}

.strong {
    font-weight: bold;
}

@media print {
    .hidden-print {
        display: none;
    }
}

/* SELECT2 AJAX */
.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default
    .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #3c8dbc !important;
}

.paper-background {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0px;
    background-color: gray;
    background: -webkit-linear-gradient(to bottom, #f5f5f5, #d1d1d1);
    background: linear-gradient(to bottom, #f5f5f5, #d1d1d1);
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.paper.presc {
    border: 1px solid #c1c1c1;
    border-bottom-width: 0px !important;
    min-height: 250px;
    margin-bottom: 0px;
}

.paper {
    background-color: white;
    width: 100%;
    max-width: 700px !important;
    padding: 40px;
    text-align: left !important;
    box-shadow: none !important;
}
.pull-right {
    float: right !important;
}

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #d1d3d4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 0.5em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 2.5em;
    background: #d1d3d4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: "\2714";
    text-indent: 0.9em;
    color: #c2c2c2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #000;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: "\2714";
    text-indent: 0.9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff !important;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

/*    margin-top negative   */
.mt--5,
.my--5 {
    margin-top: -3rem !important;
}

.mt--4,
.my--4 {
    margin-top: -1.5rem !important;
}

.mt--3,
.my--3 {
    margin-top: -1rem !important;
}

.mt--2,
.my--2 {
    margin-top: -0.5rem !important;
}

.mt--1,
.my--1 {
    margin-top: -0.25rem !important;
}

/*    padding-top negative   */
.pt--5,
.py--5 {
    padding-top: -3rem !important;
}

.pt--4,
.py--4 {
    padding-top: -1.5rem !important;
}

.pt--3,
.py--3 {
    padding-top: -1rem !important;
}

.pt--2,
.py--2 {
    padding-top: -0.5rem !important;
}

.pt--1,
.py--1 {
    padding-top: -0.25rem !important;
}

.autocomplete-input {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-input-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete-input items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    margin-left: 0.8em;
    margin-right: 0.8em;
}
.autocomplete-input-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-input-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-input-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.user-info {
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    line-height: 15px;
    position: relative;
    top: -6px;
}
.informacao-local {
    max-width: 200px !important;
}

.affix {
    top: 50px;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 777;
}
