﻿.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: unset !important;
}

.icon-vl {
    font-size: 5rem !important;
}

.pt-26px {
    padding-top: 26px;
}

.dataTables_empty {
    text-align: center;
}

.align-self-center {
    align-self: center;
}

.datatime-noshadow .datepicker-container-inline .datepicker-plot-area {
    box-shadow: none !important;
}

table.dataTable tbody tr.selected a {
    color: #4b49e2 !important;
}

.modal.ui-draggable {
    right: unset !important;
}

.kt-hide {
    display: none !important;
}

.align-self-center {
    align-self: center;
}

.min-w-70 {
    min-width: 70px !important;
}

.min-w-100 {
    min-width: 100px !important;
}

.bootstrap-timepicker-widget {
    direction: ltr !important;
}

.t-0 {
    top: 0px;
}

.position-absolut {
    position: absolute;
}

.minimize {
    outline: none !important;
    color: #B5B5C3;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    padding: 0;
    margin: 0;
    line-height: 0;
    background-color: unset;
    border: 0px;
}

.times-list-a {
    text-align: center;
    direction: ltr;
    padding: 3px 10px;
    display: block !important;
}

button.dropdown-toggle.ltr::after {
    margin-left: 0.5rem;
    margin-right: 0rem;
}


.service-goods {
    border: 1px solid #3F4254;
    background: #f8fff0;
    border-radius: 5px;
    margin: 5px 0px 0px 0px;
}

.tableLogo {
    max-width: 30px;
    max-height: 30px;
}

.white-background {
    background-color: white;
}

.max-w-40 {
    max-width: 40%;
}

.max-w-50 {
    max-width: 50%;
}

.max-w-60 {
    max-width: 60%;
}

.max-w-70 {
    max-width: 70%;
}

.max-w-80 {
    max-width: 80%;
}

.max-w-40px {
    max-width: 40px;
}

.max-w-45px {
    max-width: 45px;
}

.max-w-50px {
    max-width: 50px;
}

.max-w-100px {
    max-width: 100px;
}

.max-w-80px {
    max-width: 80px;
}

.w-300px {
    width: 200px;
}

.datepicker-plot-area {
    width: 100% !important;
    font-family: IRANSans !important;
}

.datepicker-container {
    min-width: 300px;
    width: 20%;
}

.mds-bootstrap-persian-datetime-picker-popover {
    max-width: 305px;
}

@media only screen and (max-width: 600px) {
    .datepicker-container {
        width: calc(100% - 40px);
        min-width: 220px;
    }
}

.month-grid-box > .header {
    left: unset !important;
    right: unset !important;
    height: auto !important;
}

.d-content {
    display: contents;
}

@media (max-width: 991.98px) {
    .mobile-hide {
        display: none !important;
    }
}

.select2-block .select2 {
    display: block !important;
}

.w-60 {
    width: 60%;
}

.half-padding-table td {
    padding: 0.3rem 0.5rem !important;
}

.w-80 {
    width: 80% !important;
}

.w-30 {
    width: 30% !important;
}

.fc-holyday {
    background-color: #ff92926b !important;
}

.deleted-event {
    background-color: rgba(255, 49, 49, 0.50) !important;
    border: 2px solid #ff0000 !important;
}

.Appoint-State {
    bottom: 0px;
    position: absolute;
    margin: 3px;
}

ul.inline li {
    display: inline;
}

.extra-aside {
    background-color: #fff;
    padding: 20px 20px;
    width: 250px;
    height: calc(100vh) !important;
    left: 70px;
    right: unset;
    position: fixed;
    z-index: 97;
}


.label.label-inline {
    padding: 0.15rem 0.75rem !important;
}


.context-menu-list {
    border-radius: 10px;
    padding: 8px 4px;
}

.tagify__dropdown.users-list .tagify__dropdown__item {
    padding: .5em .7em;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1em;
    grid-template-areas: "avatar name" "avatar email";
}

    .tagify__dropdown.users-list .tagify__dropdown__item:hover .tagify__dropdown__item__avatar-wrap {
        transform: scale(1.2);
    }

.tagify__dropdown.users-list .tagify__dropdown__item__avatar-wrap {
    grid-area: avatar;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #EEE;
    transition: .1s ease-out;
}

.tagify__dropdown.users-list img {
    width: 100%;
    vertical-align: top;
}

.tagify__dropdown.users-list strong {
    grid-area: name;
    width: 100%;
    align-self: center;
}

.tagify__dropdown.users-list span {
    grid-area: email;
    width: 100%;
    font-size: .9em;
    opacity: .6;
}

.tagify__dropdown.users-list .addAll {
    border-bottom: 1px solid #DDD;
    gap: 0;
}

.btn-append {
    color: #3F4254;
    background-color: #F3F6F9;
    border-color: #E4E6EF;
}

    .btn-append:hover {
        color: #3F4254;
        background-color: #d7dae7;
        border-color: #d7dae7;
    }

/* Tags items */
#users-list .tagify__tag {
    white-space: nowrap;
}

    #users-list .tagify__tag:hover .tagify__tag__avatar-wrap {
        transform: scale(1.6) translateX(-10%);
    }

    #users-list .tagify__tag .tagify__tag__avatar-wrap {
        width: 16px;
        height: 16px;
        white-space: normal;
        border-radius: 50%;
        background: silver;
        margin-right: 5px;
        transition: .12s ease-out;
    }

    #users-list .tagify__tag img {
        width: 100%;
        vertical-align: top;
    }

.cat-color {
    width: 10px;
    height: 10px;
    border: 1px solid #808080;
    border-radius: 5px;
    vertical-align: middle !important;
    margin-left: 4px;
}

.cat-select-color {
    width: 16px;
    height: 16px;
    border: 1px solid #808080;
    border-radius: 8px;
    vertical-align: middle !important;
    margin-right: 4px;
    float: left;
    display: inline-block;
}

#dropdown-parameters {
    width: 200px;
}

#medical-infos span {
    cursor: pointer;
}

.note-editor.note-frame .note-editing-area, .note-editor.note-airframe .note-editing-area {
    background-color: #fff !important;
}

.ticket-item.active {
    background-color: #ffefef;
    padding: 5px 5px;
    border-radius: 5px;
}

.img-item {
    margin: 0.1rem;
    padding: 0.1rem;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
    width: min-content;
    min-width: 240px;
}

    .img-item.selected {
        border: 1px solid #f00;
        box-shadow: #f00 0px 0px 5px;
    }


    .img-item .image-date {
        right: 7px;
        top: 6px;
        position: absolute;
        padding: 0px 3px;
        background-color: #f5f5f575;
        border-radius: 5px;
    }

        .img-item .image-date:hover {
            background-color: rgba(240, 155, 155, 0.8);
        }

    .img-item .image-title {
        left: 7px;
        bottom: 6px;
        position: absolute;
        padding: 0px 5px;
        background-color: #f5f5f575;
        border-radius: 5px;
    }


.img-delete-state {
    width: 100%;
    height: 100%;
    position: absolute;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    left: 0px;
    top: 0px;
    padding-top: 34px;
}

    .img-delete-state i {
        font-size: 4rem;
    }

.img-video-sign {
    width: 100%;
    height: 100%;
    position: absolute;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    left: 0px;
    top: 0px;
    padding-top: 45px;
}

    .img-video-sign i {
        font-size: 5rem;
    }

.img-format-info {
    font-size: 3rem;
    width: 100%;
    height: 100%;
    position: absolute;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    left: 0px;
    top: 0px;
    padding-top: 50px;
}

.tui-image-editor-header {
    display: none !important;
}

.tui-image-editor-container .tui-image-editor-main {
    top: 0 !important;
}

.tui-image-editor-container .tui-image-editor-submenu .tui-image-editor-submenu-item label > span {
    font-family: IRANSans !important;
}


option.deleted {
    color: #f00;
    font-style: initial;
}





.diagnosis-item {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #3F4254;
    margin: 3px;
    background-color: #f3ffe9;
    border-radius: 5px;
    color: #051600;
    cursor: pointer;
}


    .diagnosis-item:hover {
        box-shadow: #ff9f9f 0px 0px 3px;
        background-color: #dff3ce;
    }

    .diagnosis-item.active {
        border: #ff6f6f 2px solid;
        background-color: #e6ffa9;
    }

        .diagnosis-item.active:hover {
            border: #e15d5d 2px solid;
            background-color: #d5ef98;
        }

.diagnosis-action {
    color: #fff !important;
    padding-top: 3px;
}

.prepend-white {
    background-color: #ffffff;
    color: #7b7b7b;
}

.line-width-1 {
    width: 35px;
    height: 3px;
    background-color: #000;
    border-radius: 12px;
    border: 1px #000 solid;
}

.line-width-2 {
    width: 35px;
    height: 5px;
    background-color: #000;
    border-radius: 12px;
    border: 1px #000 solid;
}

.line-width-3 {
    width: 35px;
    height: 7px;
    background-color: #000;
    border-radius: 12px;
    border: 1px #000 solid;
}

.line-width-dropdown {
    min-width: unset !important;
}

.report-hand-write-img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.addParam, .addQParam {
    cursor: pointer;
}

.sms-balance {
    margin: -25px -32px 0px -32px;
}

.draft-messages {
    margin: 0px -32px 0px -32px;
}

.draft-message {
    padding: 10px;
}

    .draft-message:hover {
        background-color: aliceblue;
    }

.draft-message__Title {
    display: inline-flex;
    cursor: pointer;
}

.draft-message__actions {
    margin-top: -6px;
    display: inline-flex;
    width: auto;
}

.quick-msg-actions {
    margin: 0px -32px 0px -32px;
    text-align: center;
    width: calc(100%+64px);
    display: block;
}

    .quick-msg-actions div a {
        border-radius: 0px;
    }

.quick-msg-send-form {
    margin: 0px -32px 0px -32px;
    background-color: #fbfafb;
}


.vakata-context li a, .vakata-context ul li a {
    padding: 0rem 1.2rem;
    border: 0;
}

    .vakata-context li a .vakata-contextmenu-sep, .vakata-context ul li a .vakata-contextmenu-sep {
        display: none;
    }

    .vakata-context li a i, .vakata-context ul li a i {
        display: none;
    }

.vakata-context, .vakata-context ul {
    padding: 0.5rem 0;
    min-width: 150px;
    font-size: 1rem;
    font-family: Poppins, Helvetica, "sans-serif";
    background: #ffffff;
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    border: 0;
    border-radius: 0.42rem;
}


.table-sm th, .table-sm td {
    padding: 0.3rem !important;
}

@media (min-width: 991.98px) {
    .mobile-icon span {
        display: unset;
    }

    .mobile-icon i {
        display: none;
    }

    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .mobile-icon.btn-sm {
        height: calc(1.35em + 1.1rem + 2px);
        width: calc(1.35em + 1.1rem + 2px);
    }

    .mobile-icon span {
        display: none;
    }

    .mobile-icon i {
        display: unset;
    }

    .w-auto-mobile {
        width: auto !important;
    }
}


.input-group .select2 {
    flex: 1 1 auto;
    width: 1%;
}


#columns-list label {
    margin-bottom: 7px;
}

.btn-less-margin {
    margin: -8px 0px;
}

.middle-align thead tr th, .middle-align thead tr td, .middle-align tbody tr th, .middle-align tbody tr td {
    vertical-align: middle !important;
}

.row-vertical-align th, .row-vertical-align td {
    vertical-align: middle;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.pointer-cursor {
    cursor: pointer;
}

.no-background {
    background-color: #ffffff00;
}

.parameter-chart-view {
    direction: ltr !important;
}

    .parameter-chart-view a {
        direction: ltr !important;
        float: left !important;
        margin-left: 10px !important;
    }

    .parameter-chart-view span {
        direction: ltr !important;
        float: right !important;
        margin-right: 5px !important;
    }

        .parameter-chart-view span span {
            margin-left: 5px !important;
        }

.parameter-chart-category-title {
    margin-left: 0px !important;
    margin-right: 6.5px !important;
}

    .parameter-chart-category-title h3 {
        margin-left: 0px !important;
        margin-right: 9.75px !important;
    }

.cursor-pointer {
    cursor: pointer;
}

.favorite-prescribes {
    list-style-type: none;
    padding: 0;
    margin: 0;
}





.vital-quick-view {
    direction: ltr !important;
    display: inline-block;
    float: left;
}

.vital-quick-item {
    display: inline-block !important;
    border-bottom: solid 2px #2bb60c;
    margin-top: 15px;
    margin-left: 15px;
    padding: 0px 10px;
    text-align: justify;
    cursor: pointer;
}

    .vital-quick-item:hover {
        background-color: #EEE;
    }

.vital-quick-title {
    font-size: 1.3rem !important;
    font-weight: 300 !important;
    display: block;
}

.vital-quick-data {
}

.vital-quick-amount {
    font-size: 2rem !important;
    font-weight: 600 !important;
}

.vital-quick-unit {
    font-weight: 200 !important;
    font-size: 1.3rem;
}

@media (min-width: 992px) {
    .footer-fixed .footer {
        height: 40px !important;
    }
}

div.cardboard-buttons {
    width: 75px;
}

    div.cardboard-buttons a {
        width: 22px !important;
        height: 22px !important;
    }

ul.cardboard-items li.called .cardboard-call-button {
    display: none;
}

ul.cardboard-items li.done .cardboard-done-button {
    display: none;
}

ul.cardboard-items li.uncalled .cardboard-uncall-button {
    display: none;
}

.cardboard-card span.bullet {
    margin-right: -15px !important;
    margin-left: 5px !important;
}

.top-dashed-border {
    border-top: 1px dashed #ebedf2;
}

.bottom-dashed-border {
    border-bottom: 1px dashed #ebedf2;
}

.top-dashed-border-dark {
    border-top: 1px dashed #b3b3b3;
}

.bottom-dashed-border-dark {
    border-bottom: 1px dashed #b3b3b3;
}

.top-solid-border {
    border-top: 1px solid #ebedf2;
}

.bottom-solid-border {
    border-bottom: 1px solid #ebedf2;
}

.top-solid-border-dark {
    border-top: 1px solid #b3b3b3;
}

.bottom-solid-border-dark {
    border-bottom: 1px solid #b3b3b3;
}

.timeline-description {
    margin-top: -21px;
    margin-left: 71px;
    font-style: italic;
    margin-bottom: 11px;
}

.mt-n-5 {
    margin-top: -5px !important;
}

.mt-n-8 {
    margin-top: -8px !important;
}

.mt-n-10 {
    margin-top: -10px !important;
}

.flex-1 {
    flex: 1;
}

.btn-finger {
    width: 130px;
    height: 130px;
    display: inline-block;
    text-align: center;
    padding-top: 1.8rem;
}

    .btn-finger i {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

.finger-item {
    width: 130px;
    height: 130px;
    display: inline-block;
}

.finger-image {
    width: 100%;
    height: 100%;
}

.bulk-drug {
    padding: 5px 0px 0px 5px;
    border-left: 3px #718f00 solid;
    border-radius: 7px;
    margin-left: 10px;
    background-color: #e1ff71;
}

.questioner-form-group div.col-md-12:nth-child(odd) {
    background-color: #f7f7f7;
}

.prc-tp-seperator td {
    border-top: 1px solid #ae22b3;
}

.bulk-item td {
    background-color: #d2ffb973;
}

.bulk-item.active td {
    background-color: #a0ff9e;
}

.bulk-first td {
    border-top: 1px solid #4aa11a;
}

    .bulk-first td:first-child {
        border-left: 1px solid #4aa11a;
        border-bottom: 1px solid #4aa11a;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.bulk-item td:last-child {
    border-right: 1px solid #4aa11a;
}

.bulk-item:last-child td {
    border-bottom: 1px solid #4aa11a;
}


.payment-item {
    border: solid 1px #256f2b;
    background-color: #f0fffb;
    border-radius: 10px;
    padding: 10px 0px;
}

    .payment-item button.pay-item-delete {
        position: absolute;
        right: 14px;
        left: unset;
        margin-top: -8px;
        z-index: 1;
    }


.justify-content-center {
    justify-content: center;
}



.dental-simple-chart {
    direction: ltr;
}

.dental-simple-chart-row {
    display: flex;
    min-height: 25px;
}

.dental-simple-chart-q {
    display: inline;
    flex: 1;
    text-align: center;
    padding: 0px 5px;
}

    .dental-simple-chart-q span {
        padding-left: 7px;
        padding-right: 7px;
        cursor: pointer;
    }

        .dental-simple-chart-q span:hover {
            color: darkred;
            border-radius: 50%;
            background-color: #ffeded;
            font-weight: 700;
        }

        .dental-simple-chart-q span.sc-quadran-item:hover {
            border-radius: 20px;
        }

.dental-simple-chart-top {
    border-bottom: solid 1px #000;
}

.dental-simple-chart-bottom {
    border-top: solid 1px #000;
}

.dental-simple-chart-left {
    border-left: solid 1px #000;
}

    .dental-simple-chart-left span {
        float: left;
    }

.dental-simple-chart-right {
    border-right: solid 1px #000;
}

    .dental-simple-chart-right span {
        float: right;
    }


.dental-simple-chart.slim .dental-simple-chart-q {
    padding: 0px;
}

    .dental-simple-chart.slim .dental-simple-chart-q span {
        padding-left: 4px;
        padding-right: 4px;
    }

.dental-simple-chart.slim .dental-simple-chart-row {
    min-height: 10px;
}

.sc-quadran-item {
    width: 100%;
    height: 100%;
    min-height: 30px;
    border-radius: 10px;
    background-color: antiquewhite;
}

.top-jaw.jaw-active {
    background-color: #ffeded;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bottom-jaw.jaw-active {
    background-color: #ffeded;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dental-simple-chart-row.jaw-active:hover {
    background-color: antiquewhite;
}


.handwriting-board {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    border: 1px solid #fff;
    background-color: #fff;
    z-index: 999;
    text-align: center;
}

    .handwriting-board .hw-top-actions {
        top: 0px;
        position: fixed;
    }

    .handwriting-board .hw-actions {
        bottom: 0px;
        position: fixed;
        width: 100%;
    }

.hw-wrapper {
    width: 100%;
    height: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad {
    width: 100%;
    height: 100%;
}



/*Help center*/


.sub-contents {
    display: none;
}

.level-1 .item-title {
    border-left: 3px solid #3894c5;
    padding-left: 5px;
}

.level-2 .item-title {
    border-left: 3px solid #08cb5b;
    padding-left: 15px;
}

.level-3 .item-title {
    border-left: 3px solid #ff50f5;
    padding-left: 25px;
}

.level-4 .item-title {
    border-left: 3px solid #ddd31a;
    padding-left: 35px;
}

.item-title {
    background-color: #f7f7f7;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 3px 0px;
    cursor: pointer;
    font-size: 1.2rem;
}

    .item-title:hover {
        background-color: #e9e9e9;
    }

    .item-title.selected {
        font-weight: 700;
        color: #089700;
        font-style: italic;
        background-color: #e1ffc4;
    }

    .item-title:hover {
        background-color: #d6ebc2;
    }

.sub-contents.active {
    display: block !important;
}

/*Help center end*/


.field-img {
    max-height: 145px;
    max-width: 233px;
}



div.dataTables_wrapper div.dataTables_processing {
    font-weight: 600;
    border-color: #564a4a;
    background-color: #e4e4e4;
    top: 80px !important;
}
