body {
    background-color: #f5f5f5;
}

hr {
    margin: 0;
}

b,
.bold {
    font-weight: 700;
}

.b-600 {
    font-weight: 600;
}

.font-italic {
    font-style: italic;
}

.form-control,
.form-select {
    line-height: 2.0;
    /*background-color: transparent !important;
    border: 0;
    border-bottom: 2px solid #aaa;
    border-radius: 0;
    box-shadow: none;*/
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-select {
    padding: .1875rem 2rem .1875rem 1rem !important;
    background-position: right 0.5rem center !important;
}

.form-label {
    margin-bottom: 2px !important;
    margin-left: 2px;
    user-select: none;
    /* standard syntax */
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    display: inline-block;
    position: relative;
    padding-left: 20px !important;
    width: 100%;
}

.option-border {
    background-color: #f8f8f8;
    border: 1px solid #ECF2FA;
    border-radius: 5px;
    padding: 2px 5px;
    margin-bottom: 4px !important;
}

.option-border label {
    pointer-events: none;
}

.option-checked {
    background-color: #ECF2FA !important;
    border: 1px solid #DFE9F6 !important;
}

.option-checked span {
    font-weight: bold;
}

.option-checked label {
    pointer-events: inherit;
}

.ps-00 {
    padding-left: 0 !important;
}

.form-check {
    margin-bottom: 0;
}

.form-check-label {
    line-height: normal !important;
}

.form-check-input:not(:checked) {
    background-color: #fff !important;
    font-size: .8333333333rem !important;
}

.form-check-input:checked[type=radio] {
    font-size: .8333333333rem !important;
}

label {
    margin-bottom: 0 !important;
    letter-spacing: 0 !important;
    font-weight: normal !important;
    cursor: pointer;
    font-size: 0.875rem;
}

thead,
th {
    font-size: 13px;
    font-weight: bold;
}

tbody {
    font-size: 13px;
}

a {
    font-weight: 700;
    text-decoration: none !important;
}

li.active button {
    color: purple !important;
}

#cke_editor {
    height: 100% !important;
}

.cke_chrome {
    border: 0 !important;
    box-shadow: none !important;
}

.cke_button {
    padding: 3px !important;
    border: 1px solid #f8f8f8 !important;
}

.cke_button:hover {
    padding: 3px !important;
}

.cke_button_off:hover {
    padding: 3px !important;
}

.cke_button_on {
    border: 1px #bcbcbc solid !important;
}

/*.cke_chrome {
    border: 0 !important;
    box-shadow: none !important;
}

.cke_top {
    background-color: #edf2f9 !important;
    border-bottom: 0 !important;
}

.cke_contents {
    border: 3px solid #edf2f9 !important;
}

.cke_editable {
    font-size: 17px !important;
}

.cke_top {
    margin-bottom: 5px !important;
}*/

.modal-header {
    padding: 0 !Important;
}

.modal-autoheight .modal-body {
    position: relative;
    overflow-y: auto;
    min-height: 80vh !important;
    max-height: 90vh !important;
}

.fs--2 {
    font-size: .75rem !important;
}

li {
    list-style-type: none;
}

li.active button {
    background-color: purple !important;
    color: #fff !important;
    border-color: purple !important;
}

button .fas {
    padding: 0 !important;
}

.col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%;
}

.vh-70 {
    height: 70vh !important;
}

.form-select-small,
.form-control-small {
    display: inline-block;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    color: #000;
    font-size: .833333rem;
    padding: 0 5px;
    outline: none;
    font-weight: bold;
}

.form-select-small {
    /*padding: 1.2px 5px;*/
    padding: 1.2px 0;
}

.form-select-small:disabled,
.form-check-input:disabled,
.form-control-small:disabled,
.form-control:disabled {
    border: 1px solid #ddd;
    background-color: #ddd !important;
    color: #aaa;
}

.form-control-small {
    width: 45px;
}

.form-control-small[type=number] {
    text-align: right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.content {
    min-height: 0;
    padding-bottom: 0;
    height: 100vh !important;
}

.footer {
    position: fixed !important;
    width: calc(100% - 2rem);
}

.overflow-y {
    overflow-y: auto;
}

.card {
    height: 100%;
    border-radius: 0;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
    border-radius: 2px;
    border: 1px solid #fff;
}

.navbar {
    background-color: purple;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-top {
    min-height: auto;
}

.nav-link {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    color: #fff !important;
    padding: .25rem .75rem;
    font-size: 13px;
    text-align: left;
    font-weight: 500;
}

.nav-link-laudo {
    color: #5e6e82 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #ddd !important;
    width: 100% !important;
}

.nav-link-laudo:first-child::before {
    content: '';
}

.nav-link-laudo:last-child {
    border-bottom: 0 !important;
}

.nav-link-padding {
    padding: 0.5rem 0.8rem !important;
}

.nav-pills {
    width: 150px;
}

.nav-pills .nav-link.active {
    color: #fff !important;
}

.mm {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: .875rem !important;
    font-weight: 500;
}

.dropdown-item {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.table-fixed {
    table-layout: fixed;
}

.form-switch .form-check-input {
    width: 4em !important;
    height: 2em !important;
}

.form-switch .form-check-input-sm {
    width: 2em !important;
    height: 1em !important;
}

.read-only {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #edf2f9;
    opacity: 0.5;
    display: none;
}

.dropzone {
    border: 0 !important;
}

@media (max-width: 690px) {
    .agenda-sidebar {
        display: none;
    }
}

.calendar-day-name {
    font-size: 12px;
}

.calendar-day {
    font-size: 16px;
}

.fc-theme-standard .fc-scrollgrid {
    border: 0;
}

:root {
    --fc-small-font-size: .85em;
    --fc-page-bg-color: #fff;
    --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
    --fc-neutral-text-color: #808080;
    --fc-border-color: #ddd;

    --fc-button-text-color: #fff;
    --fc-button-bg-color: #2C3E50;
    --fc-button-border-color: #2C3E50;
    --fc-button-hover-bg-color: #1e2b37;
    --fc-button-hover-border-color: #1a252f;
    --fc-button-active-bg-color: #1a252f;
    --fc-button-active-border-color: #151e27;

    --fc-event-bg-color: #3788d8;
    --fc-event-border-color: #3788d8;
    --fc-event-text-color: #fff;
    --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);

    --fc-more-link-bg-color: #d0d0d0;
    --fc-more-link-text-color: inherit;

    --fc-event-resizer-thickness: 8px;
    --fc-event-resizer-dot-total-width: 8px;
    --fc-event-resizer-dot-border-width: 1px;

    --fc-non-business-color: rgba(215, 215, 215, 0.3);
    --fc-bg-event-color: rgb(143, 223, 130);
    --fc-bg-event-opacity: 0.3;
    --fc-highlight-color: rgba(188, 232, 241, 0.3);
    --fc-today-bg-color: rgba(255, 220, 40, 0.15);
    --fc-now-indicator-color: red;
}

.fc .fc-timeGridDay-view .fc-timegrid-col,
.fc .fc-timeGridWeek-view .fc-timegrid-col {
    padding: 0 !important;
}

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 2px 1px 0 1px !important;
    position: relative;
}

.fc .fc-timeGridDay-view .fc-timegrid-event,
.fc .fc-timeGridWeek-view .fc-timegrid-event {
    border-left: 4px solid #fff;
    padding: 2px 4px;
    border-radius: 0;
}

.fc .fc-timeGridDay-view .fc-v-event .fc-event-main,
.fc .fc-timeGridWeek-view .fc-v-event .fc-event-main {
    padding-left: 0;
}

.fc-event-main:after {
    content: none !important;
}

.fc .fc-timeGridDay-view .fc-timegrid-slot,
.fc .fc-timeGridWeek-view .fc-timegrid-slot {
    height: 50px;
}

.fc-timegrid-slot-label-frame {
    font-weight: bold;
}

.div-control {
    display: block;
    width: 100%;
    padding: .3125rem 0;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 2.0;
    color: var(--falcon-input-color);
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #edf2f9;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #ddd;
}

.lh-0 {
    line-height: 0.5;
}

.background-login {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.6)), url(../img/login.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.d-flex {
    gap: 0;
}

.title-laudo {
    color: purple !important;
    font-weight: bold;
}

button.active {
    background-color: purple !important;
    color: #fff !important;
}

.row {
    --falcon-gutter-x: 0 !important;
}

.gx-3 {
    --falcon-gutter-x: 1rem !important;
}

.input-group-text {
    background-color: transparent;
    border: 0;
    display: inline-block;
    padding: 0;
}

.lesao-focal {
    background-color: #e2edfb;
    border: 1px solid purple;
    color: purple;
    font-weight: bold;
    position: relative;
    padding-right: 30px !important;
}

.lesao-focal-lixeira {
    display: inline-block;
    text-align: center;
    color: #cc0000;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 14px;
}

.py-min {
    padding-top: .125rem !important;
    padding-bottom: .125rem !important;
}

.box-container {
    position: absolute;
    top: 0;
    left: 0;
}

.px-2 {
    padding-left: 0.55rem !important;
    padding-right: 0.55rem !important;
}

.font-logo {
    font-family: "Galada", cursive;
    font-weight: 400;
    font-style: normal;
    margin-top: 6px;
    font-size: 27px;
}

.avatar .avatar-name {
    background-color: #344050 !important;
}

.subitem {
    margin-left: 21px;
    width: calc(100% - 19px);
}

.nav {
    display: block !important;
}

/*@media (max-width: 2000px) {
    .text-button {
        display: none;
    }
}

@media (max-width: 992px) {
    .text-button {
        display: inline-block;
    }
}*/

.highlight {
    background-color: #ffde64;
}

.badge {
    padding: 2px 8px;
    font-weight: normal;
}

fieldset {
    border: 1px solid #d8e2ef;
    position: relative;
}

legend {
    position: absolute;
    top: -14px;
    left: 8px;
    padding: 0 4px;
    background-color: #fff;
    width: auto;
    line-height: 20px;
}

.card-columns {
    column-count: 2;
}

@keyframes exame {
    from {
        zoom: 1;
    }

    to {
        zoom: 1.5;
    }
}

.laudos-exame {
    transition: transform .2s;
    opacity: 0.9;
}

.laudos-exame:hover {
    transform: scale(1.02);
    opacity: 1;
}

.laudos-exame div:first-child:hover {
    border-color: #66afe9;
    box-shadow: 0 0 6px rgb(0, 57, 131);
}

.btn-primary {
    background-color: purple !important;
    border-color: purple !important;
}

.form-check-input:checked {
    background-color: purple !important;
    border-color: purple !important;
}