﻿html, body {
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a:focus {
    outline: none;
}

@media screen and (min-width: 2558px) {
    .pms-body-content {
        transform: scale(1.1);
        transform-origin: left top 0px;
        width: 90.91%;
        height: calc(91% - 61px);
        margin-top: 5px;
    }

    #header-container, #ts-header-container {
        transform: scale(1.1);
        transform-origin: left top 0px;
        width: 90.91%;
    }
}

@media screen and (max-width: 1365px) {
    #header-container, #ts-header-container {
        width: 1365px !important
    }
}

@media screen and (max-width: 2558px) {
    .pms-body-content {
        width: 100%;
        height: calc(100% - 61px);
    }
}

#header-container .pms-logout {
    border: none;
    background-position: center;
    outline: none;
}

#header-container #pms-user-settings, #header-container #pms-user-home {
    background-position: center;
}

.ts-disable-home-page-button, .ts-disable-logout-button,
.ts-disable-configuration-button {
    opacity: 0.4;
    cursor: default;
}

/* Overlay */

.gap {
    fill: #ffffff;
}

.eozin {
    fill: #D50072;
}

.hemalum {
    fill: #1E0576;
}

.scale3DHbottom {
    animation-name: scale3DH;
    animation-delay: 0.37s;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
}

.scale3DHmiddle {
    animation-name: scale3DH;
    animation-delay: 0.2s;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
}

.scale3DHtop {
    animation-name: scale3DH;
    animation-delay: 0s;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
}

@keyframes scale3DH {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

/* Overlay end */

.pms-body-content {
    overflow-y: unset;
}

.pms-hidden {
    display: none !important;
}

.text-danger {
    font-size: 12px;
}

/* Header */

@media screen and (min-width: 1365px) and (max-width: 2558px) {
    #header-container {
        width: 100%;
    }
}

#header-container {
    display: table;
    height: 60px;
    text-align: center;
    cursor: default;
}

#ts-header-container {
    height: 60px;
    text-align: center;
    cursor: default;
}

    #header-container #company-logo,
    #header-container #ts-company-logo,
    #ts-header-container #company-logo {
        height: 100%;
        background-repeat: no-repeat;
        float: left;
        width: 273px;
    }

    #header-container .header-logo-container #company-logo,
    #header-container .header-logo-container #ts-company-logo,
    #ts-header-container .header-logo-container #company-logo {
        height: 100%;
        background-repeat: no-repeat;
        float: left;
        width: 273px;
        height: 60px;
    }

    #header-container #application-name,
    #ts-header-container #application-name {
        line-height: 4;
        font-size: 1.1em;
        font-weight: bold;
    }

span#application-name span.unreleased_version {
    position: absolute;
    top: 100%;
    width: 200%;
    left: -50%;
    line-height: 1;
    font-weight: normal;
    color: #ffcc33;
}

#header-container #menu-buttons-container {
    height: 44px;
    width: 250px;
    float: left;
    margin: 8px 10px 8px 0;
}

#header-container #menu-patients-container {
    display: inline-block;
    height: 44px;
    float: left;
    margin: 8px 10px 8px 0;
    min-width: 200px;
    max-width: 500px;
}

    #header-container #menu-patients-container .new-tab-patient-name {
        max-width: 305px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #header-container #menu-patients-container tbody tr td:first-child {
        width: 120px;
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

#header-container #menu-buttons-container a {
    display: inline-block;
}

#header-container .header-separator {
    height: 50px;
    width: 4px;
    margin: 5px 0;
    position: relative;
}

    #header-container .header-separator span.unreleased_version {
        position: absolute;
        right: -100%;
        bottom: 0;
        width: 300px;
        text-align: right;
        padding-right: 15px;
        line-height: 1;
        color: #ffcc33;
    }

#header-container #work-toolbar-container {
    float: left;
    align-self: center;
    min-width: 430px;
    width: 100%;
    height: 44px;
    margin: 8px 0;
}

    #header-container #work-toolbar-container span.unreleased_version {
        position: absolute;
        bottom: -15%;
        left: 0;
        width: 100%;
        text-align: right;
        color: #ffcc33;
        padding-right: 5px;
    }

#header-container #user-container {
    display: table-cell;
    float: right;
    width: 350px;
    height: 44px;
    margin: 8px 0px;
}

#header-container #logoutdiv {
    width: 42px;
    margin-right: 20px;
    float: right;
    height: 42px;
}

#header-container #logoutForm {
    width: 42px;
    margin-right: 20px;
    float: right;
    height: 42px;
}

#header-container .tack-and-sign-user-name, #header-container .user-name {
    font-size: 14px;
    float: right;
    overflow: hidden;
    height: 44px;
}

#header-container .tack-and-sign-user-name {
    width: 150px;
}

#header-container .tack-and-sign-user-name-message {
    width: 204px;
}

#header-container .user-name {
    width: 214px;
}

#ts-user-name,
#ts-user-name-message {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ts-user-name {
    max-width: 150px;
}

#ts-user-name-message {
    max-width: 204px;
}

#cm-user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 214px;
}

#header-container #pms-search {
    width: 150px;
    margin: 9px 0px 9px 20px;
    border-radius: 4px;
    border: 1px solid;
    font-size: .9em;
    height: 26px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-left: 5px;
}

#header-container #pms-search-field {
    width: 150px;
    margin: 9px 0px 9px 5px;
    border-radius: 4px;
    border: 1px solid;
    height: 26px;
    font-size: .9em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#header-container #work-toolbar-container-configuration {
    float: left;
    min-width: 150px;
    height: 44px;
    width: calc(100% - 110px);
    margin: 8px 0;
    padding-top: 10px;
    position: relative;
}

    #header-container #work-toolbar-container-configuration span.unreleased_version {
        position: absolute;
        bottom: -15%;
        left: 0;
        width: 100%;
        text-align: right;
        color: #ffcc33;
        padding-right: 5px;
        font-size: 14px;
    }

#work-toolbar-container-configuration span {
    font-size: 16px;
}

/* Buttons */

.pms-button-44x42 {
    width: 42px;
    height: 40px;
    cursor: pointer;
}

.pms-button-44x42-disabled {
    width: 42px;
    height: 40px;
    cursor: default !important;
}

.pms-button {
    border: 1px solid;
    border-radius: 4px;
    margin-left: 10px;
}

#header-container #pms-user-changeuser {
    background-position: center;
    background-repeat: no-repeat;
}

.pms-to-right {
    float: right;
}

.pms-to-left {
    float: left;
}

/* Work menu */

#work-main-container {
    width: 100%;
    height: 100%;
    padding: 5px;
}

#work-folders-container {
    width: 203px;
    height: 100%;
    border: 1px solid;
    float: left;
    margin-right: 5px;
}

#work-caselist-container {
    border: 1px solid;
}

#work-slides-container {
    border: 1px solid;
    margin-left: 5px;
}

@media screen and (max-width: 1365px) {
    #work-caselist-container {
        height: calc(100% - 70px) !important;
        width: 755px !important;
        position: absolute;
        left: 213px;
        top: 65px;
    }

    #work-slides-container {
        width: 388px !important;
        height: calc(100% - 70px) !important;
        position: absolute;
        left: 968px;
        top: 65px;
    }
}

@media screen and (min-width: 1365px) and (max-width: 1640px) {
    #work-caselist-container {
        height: 100%;
        float: left;
        width: calc(100% - 601px);
    }

    #work-slides-container {
        width: 388px;
        height: 100%;
        float: right;
    }
}

@media screen and (min-width: 1640px) {
    #work-caselist-container {
        height: 100%;
        float: left;
        width: 1028px;
    }

    #work-slides-container {
        width: calc(100% - 1241px);
        height: 100%;
        float: right;
    }
}

#work-main-container .work-inner-header {
    width: 100%;
    height: 60px;
    padding: 1px;
    border-bottom: 1px solid;
    position: relative;
}

    #work-main-container .work-inner-header .tab-button {
        width: 61px;
        height: 40px;
        float: left;
        margin-right: 2px;
        margin-top: 17px;
        border-radius: 10px 10px 0px 0px;
        cursor: pointer;
        border: 1px solid;
    }

    #work-main-container .work-inner-header .tab-button-active {
        height: 44px;
        margin-top: 15px;
    }

    #work-main-container .work-inner-header .tab-button .tab-button-inner {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    #work-main-container .work-inner-header .tab-button #work-history {
        background-size: contain;
        background-position-y: 2px !important;
    }

    #work-main-container .work-inner-header .tab-filter {
        margin-right: 0px;
    }

    #work-main-container .work-inner-header #case-details-refresh-button {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        margin: 14px 0px;
        background-size: cover;
        background-position: center;
    }

    #work-main-container .work-inner-header #case-details-download-viewer,
    #teleconsultation-main-container .teleconsultation-inner-header #case-details-download-viewer {
        width: 30px;
        height: 30px;
        position: absolute;
        margin: 14px 0px;
        background-position: center;
        background-repeat: no-repeat;
    }

    #work-main-container .work-inner-header #case-details-download-quant,
    #teleconsultation-main-container .teleconsultation-inner-header #case-details-download-quant {
        width: 30px;
        height: 30px;
        position: absolute;
        margin: 14px 0px;
        background-position: center;
        background-repeat: no-repeat;
    }

    #work-main-container .work-inner-header #case-details-download-viewer {
        right: 90px;
    }

    #work-main-container .work-inner-header #case-details-download-quant {
        right: 50px;
    }

#work-folder-inner-container {
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto;
}

#work-filter-inner-container {
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: hidden;
}

#folders-main-list {
    padding: 0px;
    margin: 0px;
}

    #folders-main-list .folders-list-item-row {
        padding: 2px;
        cursor: pointer;
        background-position: 5px center;
        background-repeat: no-repeat;
        background-size: 27px 27px;
        height: 33px;
    }

        #folders-main-list .folders-list-item-row .group-cases-list {
            margin-right: 4px;
            float: left;
            max-width: 152px !important;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        #folders-main-list .folders-list-item-row .title {
            padding-left: 38px;
            line-height: 32px;
            background-position: 18px center;
            background-repeat: no-repeat;
        }

    #folders-main-list #group-cases > .title {
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 190px;
        display: block;
        overflow: hidden;
    }

    #folders-main-list .folders-list-item-row .num {
        line-height: 32px;
    }

    #in-progress .title, #pending .title, #finished .title, #folders-main-list #received .title,
    #folders-main-list #sent .title, #folders-main-list #signed .title, #folders-main-list #to-sign .title,
    #folders-main-list #new .title {
        margin-left: 20px;
    }

    #folders-main-list #urgent .title {
        margin-left: 20px;
        background-size: contain;
        background-position: 14px;
    }

/* Contacts page */

#contacts-main-container {
    width: 100%;
    height: 100%;
    padding: 5px;
}

#contacts-folders-container {
    width: 200px;
    height: 100%;
    border: 1px solid;
    float: left;
    margin-right: 5px;
}

#contacts-inner-groups, #contacts-inner-search, #contacts-inner-all-contacts-group-select {
    width: 100%;
    height: 60px;
    padding: 1px;
}

#contacts-inner-search {
    border-bottom: 1px solid;
}

#contacts-inner-all-contacts-group-select {
    cursor: pointer;
    border-bottom: 1px solid;
}

@media screen and (max-width: 1365px) {
    #contacts-cards_big {
        height: calc(100% - 70px) !important;
        width: 1133px !important;
        overflow-y: auto;
        position: absolute;
        left: 210px;
    }
}

@media screen and (min-width: 1365px) {
    #contacts-cards_big {
        height: 100%;
        width: calc(100% - 205px);
        float: left;
        overflow-y: auto;
    }
}

#contacts-search {
    width: 155px;
    margin: 5px 0px 5px 6px;
    position: relative;
    float: left;
    padding-left: 6px;
    border-radius: 4px;
    border: 1px solid;
    font-size: .9em;
    height: 26px;
}

#contacts-search-icon {
    position: relative;
    float: left;
    height: 24px;
    width: 24px;
    border: none;
    top: 16px;
    left: 3px;
    background-repeat: no-repeat;
    background-position: center center;
}

#contacts-groups-word {
    height: 100%;
    width: 66%;
    float: left;
}

#contacts-groups-word-groups {
    height: 70%;
    position: relative;
    top: 15px;
    padding-left: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
    cursor: default;
}

#contacts-groups-buttons {
    height: 100%;
    width: 32%;
    position: relative;
    float: right;
    cursor: default;
}

.contacts-groups-name {
    position: relative;
    top: -12px;
    left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 305px;
    height: 15px;
}

input[placeholder] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
}

#contacts-search {
    position: relative;
    top: 10px;
}

#contacts-all-contacts-word {
    cursor: pointer;
    height: auto;
    width: inherit;
    text-align: center;
    position: relative;
    top: 18px;
}

.contacts-all-contacts-groups {
    position: relative;
    left: 10px;
}

#contacts-inner-all-contacts {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 180px);
}

.contacts-button-44x42 {
    width: 44px;
    height: 31px;
}

#contacts-groups-buttons-add, #contacts-groups-buttons-remove {
    position: relative;
    top: 12px;
    width: 28px;
    border: none;
    height: 50%;
    background-repeat: no-repeat;
}

    #contacts-groups-buttons-remove:disabled {
        opacity: 0.5;
    }

.contacts-all-contacts {
    cursor: pointer;
    background-position: 5px center;
    background-repeat: no-repeat;
}

.contacts-cards {
    float: left;
    height: 180px;
    width: 320px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid;
}

.contacts-cards-title {
    height: 35px;
    width: 318px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

.contacts-cards-container {
    height: 108px;
    width: 318px;
}

.contacts-cards-footer {
    height: 35px;
    width: 318px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.cards-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: 6px;
    left: 10px;
    font-weight: bold;
    width: 305px;
}

.contacts-department {
    position: relative;
    top: 4px;
    left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 305px;
    height: 15px;
}

.contacts-organization {
    position: relative;
    left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 305px;
    height: 15px;
}

.contacts-phone {
    position: relative;
    left: 10px;
    top: -4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 305px;
    height: 15px;
}

.contacts-email {
    position: relative;
    top: -8px;
    left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 305px;
    height: 15px;
}

.contacts-department, .contacts-organization, .contacts-phone, .contacts-email, .contacts-groups-name {
    line-height: 80%;
}

#create-contact-email-group span.field-validation-error, #edit-contact-email-group span.field-validation-error {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    margin-top: 2px;
    display: block;
}

.btn-contacts-button {
    position: relative;
    top: 6px;
    height: 30px;
    width: 30px;
}

.contacts-letter {
    float: left;
    left: 15px;
}

.contacts-edit {
    float: left;
    left: 200px;
}

.contacts-remove {
    float: left;
    left: 210px;
}

.contacts-letter, .contacts-edit, .contacts-remove {
    border: none;
    background-repeat: no-repeat;
}

input[type="button"], input[type="text"], select {
    outline: none;
}

#contacts-cards-add-button {
    height: 46px;
    width: 46px;
    border-radius: 10px;
    position: absolute;
    top: calc(100% - 90px);
    left: calc(100% - 90px);
    border: 1px solid;
}

#cards-add-button {
    border: none;
    height: 44px;
    width: 42px;
    background-repeat: no-repeat;
}

/* Contact/Contact group Edit, Create, Delete */

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix {
    position: relative;
    height: 36px;
    border-bottom: solid 1px;
    padding: 0px 0px 0px 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ui-dialog-title {
    margin: 0px 0px 0px 0px !important;
    padding: 3px 0px 0px 13px;
}

.ui-dialog-titlebar-close {
    position: absolute;
    right: 15px !important;
    margin: 0px !important;
    width: 22px !important;
    height: 22px !important;
    top: 15% !important;
    border: none;
    background-repeat: no-repeat;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    width: 100%;
    height: 46px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.ui-dialog-buttonset button {
    display: inline-block;
    border: none;
    height: 34px;
    min-width: 84px;
    margin: 0px 0px 0px 15px !important;
    padding: 0px 7px 0px 7px !important;
    position: relative;
    top: 5px;
    right: 22px;
}

.ui-dialog-buttonset button {
    outline: none;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding-box;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border-top: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-left: solid 1px;
    border-width: 1px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-family: "Segoe UI", Sans-serif;
    text-align: center;
    vertical-align: top;
    line-height: 16px;
    margin-right: 5px;
    overflow: visible;
    width: auto;
    cursor: pointer;
    min-height: 24px;
    padding: 4px 7px 0 7px;
    height: 35px;
    white-space: nowrap;
}

    .ui-dialog-buttonset button:active {
        outline: none;
    }

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable {
    padding: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
}

.ui-datepicker-today a:hover {
    border: 1px solid;
}

.form-group select {
    height: 26px;
}

@media screen and (max-height: 910px) {

    .form-control {
        height: 26px;
        font-size: .9em !important;
    }

    #create-sample-form .form-control, #create-patient-form .form-control, #edit-patient-form .form-control,
    #create-sender-html .form-control, #edit-html .form-control, #create-contact-form .form-control {
        height: 21px;
        font-size: .9em !important;
    }

    #create-sample-form .control-label, #create-patient-form .control-label, #edit-patient-form .control-label,
    #create-sender-html .control-label, #edit-html .control-label, #create-contact-form .control-label {
        font-size: 12px;
    }

    #create-patient-form .form-group select, #edit-patient-form .form-group select,
    #edit-html .form-group select, #create-contact-form .form-group select {
        height: 21px;
    }
}

@media screen and (min-height: 910px) {

    input.form-control {
        height: 26px !important;
        font-size: .9em !important;
    }

    select.form-control {
        font-size: .9em !important;
    }

    #create-sample-form .control-label, #create-patient-form .control-label, #edit-patient-form .control-label,
    #create-sender-html .control-label, #edit-html .control-label, #create-contact-form .control-label {
        font-size: 1em !important;
    }
}

.ui-widget {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
}

@media screen and (max-height: 910px) {
    #create-contact-html.ui-dialog-content.ui-widget-content, #edit-html.ui-dialog-content.ui-widget-content {
        height: 445px !important;
    }

    #edit-contact-workplace-group, #create-contact-workplace-group, #edit-contact-position-group,
    #create-contact-position-group {
        top: 66px;
    }

    #edit-contact-contactgroupid-group, #create-contact-contactgroupid-group {
        top: 125px;
    }

    #edit-contact-country-group, #create-contact-country-group, #edit-contact-city-group,
    #create-contact-city-group {
        top: 184px;
    }

    #edit-contact-zip-group, #create-contact-zip-group, #edit-contact-address-group,
    #create-contact-address-group {
        top: 243px;
    }

    #edit-contact-email-group, #create-contact-email-group, #edit-contact-phone-group,
    #create-contact-phone-group {
        top: 302px;
    }

    #edit-contact-note-group, #create-contact-note-group {
        top: 361px;
    }

        #edit-contact-note-group textarea, #create-contact-note-group textarea {
            height: 40px;
        }
}

@media screen and (min-height: 910px) {
    #create-contact-html.ui-dialog-content.ui-widget-content, #edit-html.ui-dialog-content.ui-widget-content {
        height: 509px !important;
    }

    #edit-contact-workplace-group, #create-contact-workplace-group, #edit-contact-position-group,
    #create-contact-position-group {
        top: 73px;
    }

    #edit-contact-contactgroupid-group, #create-contact-contactgroupid-group {
        top: 139px;
    }

    #edit-contact-country-group, #create-contact-country-group, #edit-contact-city-group,
    #create-contact-city-group {
        top: 205px;
    }

    #edit-contact-zip-group, #create-contact-zip-group, #edit-contact-address-group,
    #create-contact-address-group {
        top: 271px;
    }

    #edit-contact-email-group, #create-contact-email-group, #edit-contact-phone-group,
    #create-contact-phone-group {
        top: 337px;
    }

    #edit-contact-note-group, #create-contact-note-group {
        top: 403px;
    }

        #edit-contact-note-group textarea, #create-contact-note-group textarea {
            height: 60px;
        }
}

#edit-contact-name-group {
    position: absolute;
    top: 7px;
    width: 418px;
}

#create-contact-html, #edit-html {
    overflow: unset;
}

#create-contact-name-group {
    width: 418px;
}

#edit-contact-workplace-group, #create-contact-workplace-group, #edit-contact-country-group,
#create-contact-country-group, #edit-contact-email-group, #create-contact-email-group {
    position: absolute;
    width: 200px;
}

#edit-contact-position-group, #create-contact-position-group, #edit-contact-city-group,
#create-contact-city-group, #edit-contact-phone-group, #create-contact-phone-group {
    position: absolute;
    width: 200px;
    left: 232px;
}

#edit-contact-contactgroupid-group, #create-contact-contactgroupid-group,
#edit-contact-note-group, #create-contact-note-group {
    position: absolute;
    width: 418px;
}

#edit-contact-zip-group, #create-contact-zip-group {
    position: absolute;
    width: 100px;
}

#edit-contact-address-group, #create-contact-address-group {
    position: absolute;
    width: 300px;
    left: 132px;
}

#edit-contact-note-group textarea, #create-contact-note-group textarea {
    resize: none;
    width: 418px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: .9em;
}

.form-group input,
.form-group select {
    border: solid 1px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: -webkit-sticky;
}

.form-group select {
    padding: 0px 16px 0px 6px;
}

#Note {
    border: solid 1px;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix span {
    font-size: 1.2em;
    cursor: default;
}

div[aria-describedby="delete-contact-html"], div[aria-describedby="delete-contactgroup-html"],
div[aria-describedby="delete-file-html"], div[aria-describedby="contact-warning"], div[aria-describedby="audio-recorder-error"],
div[aria-describedby="contact-search-warning"], div[aria-describedby="contact-add-without-contact-group-warning"],
div[aria-describedby="fileUploadAlert"], div[aria-describedby="delete-userfolder-html"],
div[aria-describedby="notCreatemoreUserFolderHtml"], div[aria-describedby="delete-userfoldercases-html"],
div[aria-describedby="userFolderErrorAlert"], div[aria-describedby="sampleErrorDialog"], div[aria-describedby="message-alert"],
div[aria-describedby="deletefilter-dialog"], div[aria-describedby="filter-alert"], div[aria-describedby="confirm-dialog"],
div[aria-describedby="delete-comment-template-dialog"], div[aria-describedby="teleconsultation-error-dialog"] {
    height: 220px !important;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #delete-contact-html,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #delete-contactgroup-html,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #delete-file-html,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #contact-search-warning,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #contact-warning,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #contact-add-without-contact-group-warning,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #fileUploadAlert,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #notCreatemoreUserFolderHtml,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #audio-recorder-error,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #delete-userfolder-html,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #delete-userfoldercases-html,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #userFolderErrorAlert,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #sampleErrorDialog,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #deletefilter-dialog,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #filter-alert,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #message-alert,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #confirm-dialog,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #delete-comment-template-dialog,
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-resizable #teleconsultation-error-dialog {
    height: 64% !important;
}

div[aria-describedby="create-contactgroup-html"] .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix,
div[aria-describedby="edit-contactgroup-html"] .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    top: 174px;
}

#create-contact-group-name-group, #edit-contactgroup-name {
    width: 418px;
    margin: 24px 0px;
}

#confirm-signature-html {
    cursor: default;
}

#create-contact-group-name-group input, #edit-contactgroup-name input {
    margin-bottom: 4px;
}

div[aria-describedby="create-contactgroup-html"], div[aria-describedby="edit-contactgroup-html"] {
    height: 199px !important;
}

#create-contactgroup-html.ui-dialog-content.ui-widget-content, #edit-contactgroup-html.ui-dialog-content.ui-widget-content {
    height: 116px !important;
    overflow: hidden;
}

div[aria-describedby="create-contactgroup-html"] .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix, div[aria-describedby="edit-contactgroup-html"] .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    top: 152px;
}

div.ui-resizable-handle {
    display: none;
    visibility: hidden;
}

.warning-td {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    text-align: center;
    position: relative;
    cursor: default;
}

.warning-table {
    width: 100%;
    height: 100%;
}

/* Patient Create, Edit */

@media screen and (max-height: 910px) {
    #create-patient-form .form-group label, #edit-patient-form .form-group label {
        margin-bottom: 0px;
    }

    #create-patient-insuranceCode, #edit-patient-insuranceCode {
        top: 0px;
    }

    #create-patient-no-insuranceCode, #edit-patient-no-insuranceCode {
        top: 18px;
    }

    #patient-no-insuranceCode-table {
        top: 11px;
    }

    #create-patient-name, #edit-patient-name {
        top: 55px;
    }

    #create-patient-genderId, #edit-patient-genderId, #create-patient-dateOfBirth,
    #edit-patient-dateOfBirth {
        top: 110px;
    }

    #create-patient-hr, #edit-patient-hr {
        top: 152px;
    }

    #create-patient-birthname, #edit-patient-birthname, #create-patient-mothername,
    #edit-patient-mothername {
        top: 176px;
    }

    #create-patient-personalid, #edit-patient-personalid, #create-patient-placeOfBirth,
    #edit-patient-placeOfBirth {
        top: 231px;
    }

    #create-patient-country, #edit-patient-country, #create-patient-city, #edit-patient-city {
        top: 286px;
    }

    #create-patient-zipcode, #edit-patient-zipcode, #create-patient-address, #edit-patient-address {
        top: 341px;
    }

    #create-patient-phone, #edit-patient-phone, #create-patient-email, #edit-patient-email {
        top: 396px;
    }

    #create-patient-note, #edit-patient-note {
        top: 451px;
    }

        #create-patient-note > #Note, #edit-patient-note > #Note {
            height: 30px;
        }

    div[aria-describedby="create-patient-html"] > .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix, div[aria-describedby="edit-patient-html"] > .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
        top: 546px;
    }

    #create-patient-html.ui-dialog-content.ui-widget-content, #edit-patient-html.ui-dialog-content.ui-widget-content {
        height: 510px !important;
        overflow: unset;
        padding-top: 0px;
    }

    div[aria-describedby="create-patient-html"], div[aria-describedby="edit-patient-html"] {
        height: 552px !important;
    }
}

@media screen and (min-height: 910px) {
    #create-patient-personalid label, #edit-patient-personalid label {
        text-overflow: ellipsis;
        overflow-x: hidden;
        white-space: nowrap;
        margin-bottom: 0px !important;
    }

    #create-patient-insuranceCode, #edit-patient-insuranceCode {
        top: 7px !important;
    }

    #create-patient-no-insuranceCode, #edit-patient-no-insuranceCode {
        top: 32px !important;
    }

    #patient-no-insuranceCode-table {
        top: 17px !important;
    }

    #create-patient-name, #edit-patient-name {
        top: 73px !important;
    }

    #create-patient-genderId, #edit-patient-genderId, #create-patient-dateOfBirth,
    #edit-patient-dateOfBirth {
        top: 139px !important;
    }

    #create-patient-hr, #edit-patient-hr {
        top: 190px !important;
    }

    #create-patient-birthname, #edit-patient-birthname, #create-patient-mothername,
    #edit-patient-mothername {
        top: 218px !important;
    }

    #create-patient-personalid, #edit-patient-personalid, #create-patient-placeOfBirth,
    #edit-patient-placeOfBirth {
        top: 284px !important;
    }

    #create-patient-country, #edit-patient-country, #create-patient-city,
    #edit-patient-city {
        top: 350px !important;
    }

    #create-patient-zipcode, #edit-patient-zipcode, #create-patient-address,
    #edit-patient-address {
        top: 416px !important;
    }

    #create-patient-phone, #edit-patient-phone, #create-patient-email, #edit-patient-email {
        top: 482px !important;
    }

    #create-patient-note, #edit-patient-note {
        top: 548px !important;
    }

        #create-patient-note > #Note, #edit-patient-note > #Note {
            height: 60px !important;
        }

    div[aria-describedby="create-patient-html"] > .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix, div[aria-describedby="edit-patient-html"] > .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
        top: 688px !important;
    }

    #create-patient-html.ui-dialog-content.ui-widget-content, #edit-patient-html.ui-dialog-content.ui-widget-content {
        height: 652px !important;
        padding-top: 7px;
    }

    div[aria-describedby="create-patient-html"], div[aria-describedby="edit-patient-html"] {
        height: 693px !important;
    }
}

#create-patient-insuranceCode, #edit-patient-insuranceCode {
    position: absolute;
    width: 225px;
}

    #create-patient-insuranceCode label, #edit-patient-insuranceCode label {
        text-overflow: ellipsis;
        overflow-x: hidden;
        white-space: nowrap;
        margin-bottom: 0px !important;
        max-width: 215px;
    }

    #create-patient-insuranceCode input #edit-patient-insuranceCode input {
        width: 200px;
    }

#create-patient-no-insuranceCode, #edit-patient-no-insuranceCode {
    width: 48px;
    height: 25px;
    position: absolute;
    float: left;
    right: 155px;
}

#create-patient-name, #edit-patient-name {
    position: absolute;
    width: 418px;
}

#create-patient-birthname, #edit-patient-birthname, #create-patient-country,
#edit-patient-country, #create-patient-personalid, #edit-patient-personalid,
#create-patient-phone, #edit-patient-phone, #create-patient-genderId, #edit-patient-genderId {
    position: absolute;
    width: 200px;
}

#create-patient-dateOfBirth, #edit-patient-dateOfBirth, #create-patient-mothername,
#edit-patient-mothername, #create-patient-email, #edit-patient-email,
#create-patient-placeOfBirth, #edit-patient-placeOfBirth {
    position: absolute;
    float: left;
    right: 14px;
    width: 200px;
}

    #create-patient-email span.field-validation-error, #edit-patient-email span.field-validation-error {
        text-overflow: ellipsis;
        overflow-x: hidden;
        white-space: nowrap;
        margin-top: 2px;
        display: block;
    }

#create-patient-address, #edit-patient-address {
    position: absolute;
    float: left;
    right: 14px;
    width: 300px;
}

#create-patient-city, #edit-patient-city {
    position: absolute;
    float: left;
    right: 14px;
    width: 200px;
}

#create-patient-zipcode, #edit-patient-zipcode {
    position: absolute;
    width: 100px;
}

#create-patient-note, #edit-patient-note {
    position: absolute;
    width: 410px;
}

#create-patient-hr, #edit-patient-hr {
    position: absolute;
    left: 0px;
    width: 447px;
}

#create-patient-html.ui-dialog-content.ui-widget-content, #edit-patient-html.ui-dialog-content.ui-widget-content {
    overflow: unset;
}

#patient-no-insuranceCode-image {
    margin-right: 2px;
}

#patient-no-insuranceCode-chbox {
    position: absolute;
    zoom: 1.4;
    margin-top: 3px;
    -moz-transform: scale(1.1);
    -moz-transform-origin: 0px -25px;
}

#create-patient-note textarea, #edit-patient-note textarea {
    resize: none;
    height: 155px;
    width: 418px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: .9em;
}

#patient-no-insuranceCode-table {
    position: relative;
    left: 281px;
    width: 138px;
    height: 40px;
}

/* Sender */

@media screen and (max-height: 910px) {
    #create-sender-html.ui-dialog-content.ui-widget-content {
        height: 367px !important;
    }

    [aria-describedby="create-sender-html"] {
        height: 410px !important;
    }

        [aria-describedby="create-sender-html"] > .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
            top: 403px;
        }

    #create-sender-code {
        top: 66px;
    }

    #create-sender-address {
        top: 125px;
    }

    #create-sender-phone {
        top: 184px;
    }

    #create-sender-email {
        top: 243px;
    }

    #create-sender-fax {
        top: 302px;
    }
}

@media screen and (min-height: 910px) {
    #create-sender-html.ui-dialog-content.ui-widget-content {
        height: 408px !important;
    }

    [aria-describedby="create-sender-html"] {
        height: 451px !important;
    }

        [aria-describedby="create-sender-html"] > .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
            top: 444px;
        }

    #create-sender-code {
        top: 73px;
    }

    #create-sender-address {
        top: 139px;
    }

    #create-sender-phone {
        top: 205px;
    }

    #create-sender-email {
        top: 271px;
    }

    #create-sender-fax {
        top: 337px;
    }
}

#create-sender-name, #create-sender-code, #create-sender-address, #create-sender-phone,
#create-sender-email, #create-sender-fax {
    position: absolute;
    width: 418px;
}

/* Work Slides Container */

#work-slides-container .work-inner-header ul {
    padding-left: 5px;
}

    #work-slides-container .work-inner-header ul li {
        list-style: none;
    }

/* Attachments */

#work-attachments-inner-container {
    float: left;
    width: 100%;
    height: auto;
}

    #work-attachments-inner-container ul {
        padding-left: 3px;
        margin-bottom: 0px;
    }

    #work-attachments-inner-container .attachment-buttons {
        width: 100%;
        height: 43px;
        border-bottom: 1px solid;
    }

.attachment-buttons {
    display: inline-flex;
}

#attachment-add-button {
    border: none;
    height: 44px;
    width: 44px;
}

.download-attachment {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.attachment-buttons #macro-images, .attachment-buttons #snapshots, .attachment-buttons #recordings, .attachment-buttons #quantifications {
    width: 220px;
    height: 40px;
    background-repeat: no-repeat;
    float: left;
}

.attachment-buttons .attachment-buttons-item {
    width: 233px;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
}

.attachment-buttons .attachment-buttons-images, .attachment-buttons .attachment-button-records {
    margin-left: 50px;
}

.attachment-buttons .attachment-button-files {
    margin-left: 66px;
}

.attachment-buttons .attachment-buttons-item .attachment-add, .attachment-buttons .attachment-buttons-item .attachment-edit-type,
.attachment-buttons .attachment-buttons-item .attachment-remove, .attachment-buttons .attachment-buttons-item .attachment-record {
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    height: 24px;
    width: 24px;
    margin-top: 10px;
    margin-left: 10px;
    float: right;
    cursor: pointer;
}

.attachment-buttons .attachment-buttons-item .attachment-download {
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    height: 24px;
    width: 24px;
    margin-top: 10px;
    margin-left: 10px;
    float: right;
}

.attachment-buttons #macro-images .attachment-macro-image, .attachment-buttons #snapshots .attachment-snapshots,
.attachment-buttons #documents .attachment-documents, .attachment-buttons #recordings .attachment-recordings,
.attachment-buttons #quantifications .attachment-quantifications {
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}

#macro-image-attachment-edit-type:disabled, #macro-image-attachment-download:disabled, #macro-image-attachment-remove:disabled,
#snapshots-attachment-edit-type:disabled, #snapshots-attachment-download:disabled, #snapshots-attachment-remove:disabled,
#documents-attachment-edit-type:disabled, #documents-attachment-download:disabled, #documents-attachment-remove:disabled,
#recordings-attachment-edit-type:disabled, #recordings-attachment-download:disabled, #recordings-attachment-remove:disabled {
    opacity: 0.5;
}

#attachment-macro-label, #attachment-snapshots-label, #attachment-documents-label, #attachment-recordings-label {
    margin-top: 11px;
    margin-left: 45px;
}

.attachment-buttons #documents {
    width: 119px;
    height: 40px;
    background-repeat: no-repeat;
    float: left;
}

.attachment-images-label {
    font-weight: normal;
    font-size: small;
    width: 111px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

#delete-file-html, #upload-file-html {
    overflow: inherit;
}

.attachments-documents-avi, .attachments-documents-bmp, .attachments-documents-doc, .attachments-documents-docx, .attachments-documents-gif,
.attachments-documents-jpeg, .attachments-documents-jpg, .attachments-documents-mp3, .attachments-documents-ods, .attachments-documents-odt,
.attachments-documents-pdf, .attachments-documents-png, .attachments-documents-rtf, .attachments-documents-tif, .attachments-documents-txt,
.attachments-documents-wav, .attachments-documents-xls, .attachments-documents-xlsx {
    background-repeat: no-repeat;
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
}

.attachment-documents-label {
    font-weight: normal;
    font-size: smaller;
    width: 37px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.attachment-files {
    width: 40px;
    display: inline-block;
    list-style-type: none;
}

#attachment-documents-files, #attachment-recordings-files {
    display: block;
    overflow-x: auto;
}

#macro-image-attachment-edit-type:disabled, #macro-image-attachment-download:disabled,
#macro-image-attachment-remove:disabled, #snapshots-attachment-edit-type:disabled,
#snapshots-attachment-download:disabled, #snapshots-attachment-remove:disabled,
#documents-attachment-edit-type:disabled, #documents-attachment-download:disabled,
#documents-attachment-remove:disabled, #recordings-attachment-edit-type:disabled,
#recordings-attachment-download:disabled, #recordings-attachment-remove:disabled {
    cursor: default;
}

a.disabled {
    pointer-events: none;
}

.attachment-images {
    width: 100%;
    height: 200px;
    display: inline-block;
    padding-top: 3px;
    position: relative;
}

.sample-attachments {
    width: max-content;
    margin-top: 1px;
}

.attachment-images-view {
    max-width: 95%;
    max-height: 100%;
}

#attachment-macro-images-files, #attachment-quantifications-files {
    display: block;
    overflow-x: auto;
}

.attachment-files-uploaded {
    float: left;
    margin-left: 3px;
    margin-top: 4px;
}

#attachment-file-upload {
    width: 418px;
    margin-bottom: 0px;
    top: 92px;
}

#work-main-container .attachment-buttons {
    position: relative;
}

#upload-file-form {
    height: 132px;
    overflow: unset;
}

#upload-file-html.ui-dialog-content {
    padding: 1.5em 1em;
}

/* Audio Recording */

#audio-rec-visualizer {
    width: 450px;
    height: 35px;
}

[aria-describedby="audio-recorder-dialog"] {
    padding: 0px;
}

#audio-rec-file-name {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#audio-rec-cont .buttons {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: auto;
    height: auto;
    display: inline-flex;
}

#audio-rec-record-button, #audio-rec-pause-button, #audio-rec-stop-button,
#audio-rec-save-button {
    width: 40px;
    height: 35px;
    margin-right: 10px;
}

    #audio-rec-record-button .button-image, #audio-rec-pause-button .button-image,
    #audio-rec-stop-button .button-image {
        height: 24px;
        width: 24px;
        margin-left: -5px;
        margin-top: -3px;
    }

#text-cont {
    width: 95px;
    background-repeat: no-repeat;
    background-size: 95px 37px;
    margin-top: -1px;
    margin-right: 10px;
}

    #text-cont #elapsed-time, #text-cont.recording #elapsed-time {
        margin-left: 40px;
        margin-top: 10px;
    }

#elapsed-time {
    font-size: .9em;
}

#audio-rec-save-button .button-image {
    height: 24px;
    width: 24px;
}

#audio-rec-cont .button-separator {
    height: 35px;
    width: 15px;
    background-repeat: no-repeat;
}

.button.audio-ui-state-disabled {
    cursor: default !important;
    opacity: .35;
    filter: Alpha(Opacity=35);
}

    .button.audio-ui-state-disabled:hover {
        border-top: solid 1px;
        border-right: solid 1px;
        border-bottom: solid 1px;
        border-left: solid 1px;
    }

@media (max-width: 992px) {
    #audio-rec-cont .col-md-12 {
        width: 100% !important;
        float: left;
        position: relative;
    }
}

input[type="file"] {
    margin-bottom: 4px;
    font-size: .9em;
    padding: 4px;
    width: 100%;
    border-radius: 4px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.attachment-images-uploaded {
    width: 128px;
    height: 224px;
    display: inline-block;
    list-style-type: none;
    float: left;
    text-align: center;
    margin-right: 1px;
    margin-left: 2px;
}

.attachment-images-files-uploaded {
    width: 40px;
    height: 50px;
    display: inline-block;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 85px 1px 87px 2px;
}

#attachment-snapshots-files {
    overflow-x: auto;
}

.attachment-images-name-label {
    float: left;
    width: 100%;
}

.attachment-add-to-report-overlay {
    opacity: 0.5;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0px;
    display: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 1em;
}

[data-is-attached-to-report="true"] {
    display: block;
}

.attachment-images:hover .attachment-add-to-report-overlay {
    display: block;
}

.is-attched-text-true {
    display: none;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    height: 50px;
}

    .is-attched-text-true p, .is-attched-text-false p {
        text-align: center;
        padding-top: 5px;
    }

.is-attched-text-false {
    display: none;
    height: 50px;
}

    .is-attched-text-true table, .is-attched-text-false table {
        height: 100%;
    }

.attachment-images-uploaded [data-is-attached-to-report="false"] .is-attched-text-false,
.attachment-images-uploaded [data-is-attached-to-report="true"] .is-attched-text-true {
    display: block;
}

/* Case Registration */

@media screen and (max-height: 910px) {
    #create-sample-form .form-group label {
        margin-bottom: 0px;
    }

    #create-sample-hr-one {
        top: 4px;
    }

    #create-sample-originalbarcode {
        top: 26px;
    }

    #create-sample-urgent {
        top: 45px;
    }

    #create-sample-urgent-label {
        top: 48px;
    }

    #create-sample-hr-two {
        top: 69px;
    }

    #create-sample-patientinsurrancecode {
        top: 91px;
    }

    #search-sample-button-patient {
        top: 100px;
    }

    #create-sample-patient, #create-sample-patientdateofbirth {
        top: 154px;
    }

    #create-sample-hr-three {
        top: 177px;
    }

    #create-sample-registeringplace, #create-sample-arrivaldate {
        top: 199px;
    }

    #create-sample-hr-four {
        top: 242px;
    }

    #create-sample-senderid, #create-sample-sender {
        top: 264px;
    }

    #create-sample-worknote {
        top: 321px;
    }

    #create-sample-button-sender {
        top: 330px;
    }

    #create-sample-hr-five {
        top: 364px;
    }

    #create-sample-samplecounterid {
        top: 386px;
    }

    #create-sample-samplecodeyeartag, #create-sample-samplecodegrouptag, #create-sample-samplecodecountertag {
        top: 443px;
    }

    #create-sample-number {
        top: 405px;
    }

    #create-sample-automatic-counter-label {
        top: 409px;
    }

    #create-sample-field {
        top: 457px;
    }

    #sample-field-label {
        top: 467px;
    }

    #create-sample-html.ui-dialog-content.ui-widget-content {
        height: 505px !important;
        overflow: hidden;
        padding-top: 0px;
    }

    [aria-describedby="create-sample-html"] {
        height: 546px !important;
    }
}

@media screen and (min-height: 910px) {
    #create-sample-form .form-group label {
        margin-bottom: 5px;
    }

    #create-sample-hr-one {
        top: 16px;
    }

    #create-sample-originalbarcode {
        top: 45px;
    }

    #create-sample-urgent {
        top: 72px;
    }

    #create-sample-urgent-label {
        top: 73px;
    }

    #create-sample-hr-two {
        top: 98px;
    }

    #create-sample-patientinsurrancecode {
        top: 127px;
    }

    #search-sample-button-patient {
        top: 146px;
    }

    #create-sample-patient, #create-sample-patientdateofbirth {
        top: 199px;
    }

    #create-sample-hr-three {
        top: 226px;
    }

    #create-sample-registeringplace, #create-sample-arrivaldate {
        top: 256px;
    }

    #create-sample-hr-four {
        top: 308px;
    }

    #create-sample-senderid, #create-sample-sender {
        top: 338px;
    }

        #create-sample-sender label {
            text-overflow: ellipsis;
            overflow-x: hidden;
            white-space: nowrap;
            margin-bottom: 0px !important;
        }

    #create-sample-worknote {
        top: 406px;
    }

    #create-sample-button-sender {
        top: 425px;
    }

    #create-sample-hr-five {
        top: 458px;
    }

    #create-sample-samplecounterid {
        top: 488px;
    }

    #create-sample-samplecodeyeartag, #create-sample-samplecodegrouptag, #create-sample-samplecodecountertag {
        top: 556px;
    }

    #create-sample-number {
        top: 514px;
    }

    #create-sample-automatic-counter-label {
        top: 516px;
    }

    #create-sample-field {
        top: 577px;
    }

    #sample-field-label {
        top: 585px;
    }

    #create-sample-html.ui-dialog-content.ui-widget-content {
        height: 627px !important;
    }

    [aria-describedby="create-sample-html"] {
        height: 653px !important;
    }
}

#create-sample-html {
    overflow: unset;
}

#create-sample-form {
    height: 615px;
}

#create-sample-last-case-sample-code {
    font-style: italic;
}

#create-sample-originalbarcode input, #create-sample-patientinsurrancecode input, #create-sample-senderid select {
    width: 200px;
}

#create-sample-last-case-label {
    width: 100%;
    text-align: center;
    font-weight: normal;
}

#create-sample-originalbarcode, #create-sample-patientinsurrancecode {
    position: absolute;
    width: 300px;
}

#create-sample-patient, #create-sample-registeringplace, #create-sample-arrivaldate,
#create-sample-worknote, #create-sample-samplecounterid {
    position: absolute;
    width: 200px;
}

#create-sample-senderid {
    position: absolute;
    width: 420px;
}

#create-sample-urgent {
    position: absolute;
    float: left;
    right: 148px;
    height: 26px;
    width: 74px;
}

    #create-sample-urgent input {
        position: relative;
        height: 17px;
        width: 17px;
        margin-top: 3px;
    }

    #create-sample-urgent img {
        position: relative;
        float: left;
        margin-right: 9px;
    }

#create-sample-patientdateofbirth, #create-sample-sender, #create-sample-arrivaldate {
    position: absolute;
    width: 200px;
    float: right;
    left: 233px;
}

#create-sample-samplecodeyeartag {
    position: absolute;
    width: 60px;
}

#create-sample-samplecodegrouptag {
    width: 60px;
    position: absolute;
    float: left;
    bottom: 86px;
    left: 84px;
}

#create-sample-samplecodecountertag {
    width: 200px;
    position: absolute;
    float: left;
    bottom: 86px;
    left: 154px;
}

    #create-sample-samplecodecountertag input {
        width: 60px;
    }

#create-sample-hr-one, #create-sample-hr-two, #create-sample-hr-three, #create-sample-hr-four,
#create-sample-hr-five {
    position: absolute;
    left: 0px;
    border-top: 1px solid;
    width: 447px;
    margin-bottom: 10px;
}

#create-sample-number input {
    height: 17px;
    width: 17px;
}

#create-sample-urgent-label {
    position: absolute;
    left: 281px;
    width: 151px;
}

#create-sample-number {
    position: absolute;
    float: left;
    right: 152px;
    height: 20px;
    width: 74px;
}

    #create-sample-number img {
        position: relative;
        float: left;
        margin-right: 4px;
    }

#patient-field-image {
    position: absolute;
    float: left;
    top: 26px;
    right: 155px;
}

#sample-field-chbox {
    position: relative;
    top: 6px;
    height: 17px;
    width: 17px;
}

#sample-field-label {
    position: absolute;
    left: 274px;
    max-width: 151px;
}

#create-sample-field {
    position: absolute;
    float: left;
    right: 180px;
}

.form-samplecodecountertag {
    padding: 4px 9px !important;
}

#search-sample-button-patient {
    width: auto;
    float: right;
    display: inline-flex;
    position: absolute;
    right: 8px;
    height: auto;
    padding-bottom: 2px;
}

.sample_button {
    padding-top: 2px;
}

#create-sample-button-sender {
    width: auto;
    float: right;
    display: inline-flex;
    position: absolute;
    right: 9px;
    height: auto;
    padding-bottom: 2px;
}

#create-sample-automatic-counter-label {
    position: absolute;
    left: 275px;
    width: 155px;
}

#create-sample-form input[type=number]::-webkit-inner-spin-button,
#create-sample-form input[type=number]::-webkit-outer-spin-button {
    display: none;
}

/* Search Patients */

#search-patients-content-container {
    overflow-y: auto;
    width: 100%;
}

@media screen and (max-height: 910px) {

    #search-patients-patients-content {
        height: 390px;
        overflow: hidden;
    }

    .search-patients-table-body {
        height: 350px;
    }

    .search-patients-content .search-patients-table-body {
        max-height: 390px;
        overflow-x: hidden;
        display: inline-block;
    }
}

@media screen and (min-height: 910px) {

    #search-patients-patients-content {
        height: 445px !important;
        overflow: hidden;
    }

    .search-patients-content .search-patients-table-body {
        max-height: 400px !important;
        overflow-x: hidden;
        display: inline-block;
    }

    #search-patients-content-container {
        margin-top: 10px;
    }
}

.search-patients-content .search-patients-table-body {
    width: 100%;
}

#search-patients-next-button {
    width: auto;
    height: auto;
    float: right;
    padding-bottom: 6px;
    position: relative;
    left: 5px;
    visibility: hidden;
    margin-top: 10px;
}

#search-patients-icon {
    position: relative;
    right: 2px;
}

.search-patients-table-body tbody {
    overflow: hidden;
}

.search-patients-content table tr td, .search-patients-content table tr th {
    padding: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    text-align: center;
}

.search-patients-content table tr th {
    position: sticky;
    top: 0;
}

.search-patient-table-name, .search-patient-table-birthName, .search-patient-table-mothername {
    min-width: 108px;
    width: 116px;
    max-width: 111px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-patient-table-insuranceCode, .search-patient-table-dateOfBirth, .search-patient-table-personalId,
.search-patient-table-placeOfBirth, .search-patient-table-note, .search-patient-table-email {
    min-width: 90px;
    width: 116px;
    max-width: 106px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#search-patient-selects-buttons {
    width: 100%;
}

#search-patient-label {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-top: 26px;
}

#patient-inner-search-name {
    float: left;
    width: 220px;
}

#patient-inner-search-date {
    float: left;
    width: 170px;
    margin-right: 10px;
    margin-left: 15px;
}

#patient-search-name, #patient-search-date {
    padding: 0px 5px 0px 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 4px;
    border: 1px solid;
}

#search-patient-html {
    overflow-y: hidden;
}

#patient-label-search-name, #patient-label-search-date, #search-patient-label, .empty-search-patients-list-text {
    font-weight: bold;
    cursor: default;
}

#patient-label-search-name {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    margin-bottom: 0px !important;
}

#search-sample-form {
    height: 490px;
}

[aria-describedby="search-patient-html"] .ui-dialog-buttonset {
    visibility: hidden;
}

#edit-patient-button, #create-patient-button {
    width: auto;
    display: inline-block;
    margin-top: 17px;
}

.btn-patient-label {
    padding-top: 3px;
}

#search-patient-searching-button {
    width: 27px;
    height: 26px;
    float: left;
    margin-top: 25px;
    margin-right: 35px;
}

#search-patient-icon {
    position: relative;
    bottom: 6px;
    right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}

.button_without_icon {
    background-repeat: no-repeat;
    height: 24px;
    z-index: 200;
    padding-top: 3px;
    cursor: pointer;
}

#patient-search-name-warning {
    display: block;
}

/* Egyeb */

.pms-hidden-sidebar {
    display: none !important;
    height: 0px;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix button {
    outline: none;
}

/* Configuration */

.permissions-allowed-checkbox, .permissions-allowed-checkbox-select-all {
    width: 100px;
    text-align: center;
}

.permissions-allowed-checkbox-select-all {
    width: 50px;
    text-align: center;
}

#permissions-allowed-checkbox-table {
    margin-top: 10px;
    margin-bottom: 20px;
}

#permissions-save-button, .configuration-create-button, .configuration-edit-button {
    margin-top: 20px;
}

.configuration-delete-link {
    margin-top: 15px;
}

.checkbox label {
    padding-left: 0px;
}

.configuration-scanProfile-checkbox {
    position: relative;
    top: 5px;
    margin-left: 30px;
}

table.diagnosis_code_list tr td {
    word-break: break-word;
}
/* Filter */

#user-filters-sidebar {
    width: 200px;
    height: 100%;
    float: left;
    margin-right: 5px;
}

    #user-filters-sidebar #user-filter-header {
        width: auto;
        height: 50px;
        padding: 5px;
    }

    #user-filters-sidebar #user-filters {
        height: calc(100% - 42px);
        display: block;
        overflow-y: auto;
    }

        #user-filters-sidebar #user-filters .user-filter-functions {
            position: absolute;
            top: calc(100% - 40px);
            left: 100px;
        }

#user-filters {
    padding: 0px;
    margin: 0px;
}

    #user-filters .filters-list-item-row {
        padding: 3px;
        cursor: pointer;
        background-position: 5px center;
        background-repeat: no-repeat;
        height: 36px;
    }

        #user-filters .filters-list-item-row .ui-selectee {
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        #user-filters .filters-list-item-row .title {
            padding-left: 10px;
            line-height: 32px;
            background-position: 20px center;
            background-repeat: no-repeat;
        }

        #user-filters .filters-list-item-row .num {
            line-height: 32px;
        }

#filter-content {
    overflow-y: auto;
    height: calc(100% - 50px);
}

#user-filter-edit {
    background-size: 24px;
}

#user-filter-remove, #user-filter-add {
    background-size: 32px;
}

.user-filter-functions .user-filter-button {
    float: right;
    margin-top: 7px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.filterform #create-filter-header {
    display: inline-flex;
    margin-bottom: 5px;
}

.filterform .condition-row:first-child .connection {
    visibility: hidden;
}

.filterform #title-table {
    width: 100%;
}

@media (max-width: 992px) {
    #create-filter-header .col-md-6, .condition-rows-header.col-md-12, .condition-row.col-md-12 {
        width: 100%;
    }

    #create-filter-header.col-md-6 {
        width: 50%;
    }

    .condition-rows-header.col-md-12, .condition.col-md-2, .condition.col-md-3,
    .condition.col-md-1, .condition-row.col-md-12 {
        float: left;
    }

    .condition.col-md-2 {
        width: 16.66666667%;
    }

    .condition.col-md-3 {
        width: 25%;
    }

    .condition.col-md-1 {
        width: 8.33333333%;
    }
}

.condition-row .condition {
    padding-left: 10px;
}

.form-control.search-value {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px solid;
    padding-left: 5px !important;
}

.condition.hidden-condition {
    visibility: hidden;
}

.condition input[type=checkbox] {
    margin-left: 40%;
    margin-top: 14%;
    margin-bottom: 14%;
    width: 14px;
    height: 14px;
}

.condition div.delete-condition-row {
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-left: 30%;
    margin-top: 7%;
    margin-bottom: 7%;
    cursor: pointer;
}

.condition div.delete-condition-row-hidden {
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-left: 30%;
    margin-top: 7%;
    margin-bottom: 7%;
    cursor: default;
}

@media screen and (max-height: 910px) {
    #newfilter-dialog,
    #editfilter-dialog {
        height: 512px !important;
    }

    #condition-rows {
        height: 440px !important;
    }
}

@media screen and (min-height: 910px) {
    #newfilter-dialog,
    #editfilter-dialog {
        height: 562px !important;
    }

    #condition-rows {
        height: 490px;
    }
}

#newfilter-dialog,
#editfilter-dialog {
    overflow-y: hidden;
}

.filterform #create-filter-header {
    margin-right: 10px;
    padding-left: 0px;
}

#condition-rows {
    position: absolute;
    margin-right: 15px;
    top: 50px;
    width: calc(100% - 30px);
    overflow-y: auto;
}

    #condition-rows .hidden-condition-row {
        visibility: hidden;
    }

.condition-rows-header {
    font-weight: bold;
    cursor: default;
}

    .condition-rows-header .condition:not(:first-child) {
        border-left: 1px solid;
    }

    .condition-rows-header .condition {
        padding: 5px;
        text-align: center;
    }

.condition-row .condition {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#condition-rows .condition-row .condition {
    border-top: solid 1px;
    padding: 3px 0px 3px 0px;
}

    #condition-rows .condition-row .condition:not(:first-child) {
        border-left: solid 1px;
    }

#create-filter-header input {
    margin-right: 10px;
    margin-top: 5px;
    border: 1px solid;
}

.condition .form-control {
    padding: 0px;
}

.condition .disabled-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    border: 1px solid;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.disabled-form-control {
    border: 1px solid !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.condition-row .condition select {
    height: 26px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 1px solid;
    padding-left: 3px;
}

.no-gutter[class*='col-'],
.no-gutter [class*='col-'],
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

#add-new-filter {
    width: 24px;
    height: 24px;
    cursor: pointer;
    float: left;
    background-repeat: no-repeat;
}

#save-filter {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-repeat: no-repeat;
}

#query-without-save-filter {
    width: 26px;
    height: 26px;
    position: relative;
    float: left;
    top: 5px;
}

#query-without-save-filter-icon {
    position: relative;
    right: 2px;
}

.allowed-checked {
    text-align: center;
    padding-left: 20px;
}

/* User Folders */

#user-folders-inner-groups {
    width: 100%;
    height: 50px;
    padding: 1px;
}

#user-folders-button-add {
    height: 100%;
    width: 53%;
    float: left;
}

#user-folders-button-add-group {
    height: 70%;
    position: relative;
    padding-left: 8px;
}

#user-folders-buttons {
    height: 100%;
    width: 47%;
    position: relative;
    float: right;
    padding-left: 35px;
    cursor: default;
}

#user-folders-buttons-add, #user-folders-buttons-remove, #user-folders-buttons-edit {
    position: relative;
    top: 12px;
    width: 24px;
    border: none;
    height: 24px;
}

    #user-folders-buttons-remove:disabled, #user-folders-buttons-edit:disabled {
        opacity: 0.5;
    }

#user-folder-root-folder-text {
    font-weight: bold;
}

#user-folders-inner-list {
    height: calc(100% - 105px);
    padding: 1px;
    overflow: auto;
    width: 100%;
}

.sim-tree {
    padding-left: 8px;
}

#create-userfolder-text-group, #edit-userfolder-name {
    position: absolute;
    top: 20px;
    width: 419px;
}

#create-userfolder-html, #edit-userfolder-html {
    overflow: unset;
}

.dragging-case {
    width: 24px;
    height: 24px;
    z-index: 99999;
}

.sim-tree span {
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    margin-bottom: 4px;
    width: 100%;
}

#work-user-folders-inner-container {
    height: calc(100% - 60px);
}

#user-folders-tree {
    height: 100%;
}

#user-folders-inner-button {
    width: 100%;
    height: 60px;
    padding: 1px;
    display: flex;
}

#remove-from-user-folders {
    width: auto;
    display: inline-block;
    margin: 9px auto;
}

.remove-from-folder-label {
    padding-top: 4px;
}

.sim-tree li .sim-tree-spread.hidden {
    margin-left: 11px;
}

#user-folder-root-folder-icon {
    height: 20px;
    width: 21px;
    float: left;
    margin: 2px 2px 0px 8px;
    background-repeat: no-repeat;
}

#user-folder-root-folder:hover {
    cursor: pointer;
}

/* Case list of doctors */

#supervisor-doctor-users-group {
    width: 200px;
    float: left;
}

#supervisor-doctor-casetypes-group {
    width: 200px;
    position: absolute;
    left: 232px;
    float: left;
}

#supervisor-doctor-from-date {
    position: absolute;
    left: 0px;
    float: left;
}

#supervisor-doctor-to-date {
    position: absolute;
    left: 121px;
    float: left;
}

#supervisor-doctor-content-select {
    width: 100%;
    height: 54px;
}

#supervisor-doctor-content-container {
    overflow-y: auto;
    width: 100%;
}

.supervisor-doctor-content .supervisor-doctor-table-body {
    overflow-x: hidden;
    display: inline-block;
    width: 100%;
}

    .supervisor-doctor-content .supervisor-doctor-table-body tr td {
        border: 1px solid;
    }

.supervisor-doctor-content table tr td, .supervisor-doctor-content table tr th {
    padding: 5px;
}

.supervisor-doctor-content table tr {
    border-bottom: 1px solid;
}

    .supervisor-doctor-content table tr th {
        border-top: 1px solid;
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .supervisor-doctor-content table tr th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .supervisor-doctor-content table tr th, .supervisor-doctor-content table tr td {
        text-align: center;
    }

.supervisor-doctor-item-row, .supervisor-doctor-item-row-head {
    width: 52px;
}

.supervisor-doctor-item-name-with-urgent, .supervisor-doctor-item-name-without-urgent,
.supervisor-doctor-item-link, .supervisor-doctor-item-name-with-urgent-head {
    width: 196px;
    max-width: 196px;
}

.supervisor-doctor-item-name-with-urgent, .supervisor-doctor-item-name-without-urgent,
.supervisor-doctor-item-forwarded-name-with-urgent, .supervisor-doctor-item-forwarded-name-without-urgent,
.supervisor-doctor-item-finished-name-with-urgent, .supervisor-doctor-item-finished-name-without-urgent,
.supervisor-doctor-item-signed-name-with-urgent, .supervisor-doctor-item-signed-name-without-urgent {
    text-align: left !important;
}

.supervisor-doctor-item-case-status, .supervisor-doctor-item-forwarded-last-modified-date,
.supervisor-doctor-item-forwarded-name-with-urgent, .supervisor-doctor-item-forwarded-name-without-urgent,
.supervisor-doctor-item-forwarded-link, .supervisor-doctor-item-forwarded-name-with-urgent-head,
.supervisor-doctor-item-finished-last-modified-date, .supervisor-doctor-item-finished-name-with-urgent,
.supervisor-doctor-item-finished-name-without-urgent, .supervisor-doctor-item-finished-link,
.supervisor-doctor-item-finished-name-with-urgent-head {
    width: 171px;
    max-width: 171px;
}

.supervisor-doctor-item-last-modified-date {
    width: 212px;
    max-width: 212px;
}

.supervisor-doctor-item-days {
    width: 173px;
    max-width: 173px;
}

.supervisor-doctor-item-forwarded-days, .supervisor-doctor-item-finished-case-status {
    width: 122px;
}

.supervisor-doctor-item-forwarded-case-status, .supervisor-doctor-item-finished-days {
    width: 142px;
    max-width: 142px;
}

.supervisor-doctor-item-signed-name-with-urgent, .supervisor-doctor-item-signed-name-without-urgent, .supervisor-doctor-item-signed-link,
.supervisor-doctor-item-signed-name-with-urgent-head {
    width: 256px;
    max-width: 256px;
}

.supervisor-doctor-item-signed-last-modified-date {
    width: 265px;
    max-width: 265px;
}

.supervisor-doctor-item-name-with-urgent .urgent, .supervisor-doctor-item-forwarded-name-with-urgent .urgent,
.supervisor-doctor-item-finished-name-with-urgent .urgent, .supervisor-doctor-item-signed-name-with-urgent .urgent {
    width: 21px;
    height: 21px;
    margin-right: 6px;
    float: left;
    position: relative;
    bottom: 2px;
}

.supervisor-doctor-item-name-without-urgent, .supervisor-doctor-item-forwarded-name-without-urgent,
.supervisor-doctor-item-finished-name-without-urgent, .supervisor-doctor-item-signed-name-without-urgent {
    padding-left: 31px !important;
}

#supervisor-doctor-datepicker {
    position: absolute;
    left: 584px;
    float: left;
}

#supervisor-doctor-datepicker-fields {
    display: initial;
}

#supervisor-doctor-datepicker-from-input, #supervisor-doctor-datepicker-to-input {
    width: 103px;
    float: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: solid 1px;
}

#supervisor-doctor-searching-button {
    width: 26px;
    height: 26px;
    position: relative;
    left: 234px;
    top: 25px;
    float: left;
}

#supervisor-doctor-icon {
    position: relative;
    right: 2px;
}

#supervisor-doctor-next-button {
    width: auto;
    height: auto;
    float: right;
    padding-bottom: 6px;
    position: relative;
    left: 5px;
    top: 10px;
    visibility: hidden;
}

.supervisor-doctor-table-body tbody {
    overflow: hidden;
}

.supervisor-doctor-table-body tbody {
    counter-reset: rowNumber;
}

.supervisor-doctor-table-body tr {
    counter-increment: rowNumber;
}

    .supervisor-doctor-table-body tr td:first-child::before {
        content: counter(rowNumber);
    }

@media screen and (max-height: 910px) {
    #supervisor-doctor-user-content {
        height: 390px;
    }

    #supervisor-doctor-html.ui-dialog-content.ui-widget-content {
        height: 506px !important;
    }
}

@media screen and (min-height: 910px) {
    #supervisor-doctor-user-content {
        height: 440px;
    }

    #supervisor-doctor-html.ui-dialog-content.ui-widget-content {
        height: 560px !important
    }

    .supervisor-doctor-table-body {
        height: 409px !important;
    }
}

#supervisor-doctor-user-content {
    overflow: hidden;
}

.supervisor-doctor-content .supervisor-doctor-table-body {
    max-height: 390px;
}

#sample-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 103;
}

#new-case-registration-btn, #case-list-of-doctors-btn {
    width: 30px;
    height: 30px;
    float: left;
    margin: 9px 0px 9px 9px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media (min-width: 768px) {
    dt {
        width: 200px !important;
    }

    dd {
        margin-left: 220px !important;
    }
}

/* Buttons */

.icon_active {
    background-position: 0 0;
}

.button_icon {
    background-repeat: no-repeat;
    height: 24px;
    z-index: 200;
    padding-left: 27px;
}

.diagnostics_code_button_icon, .case_search_button_icon {
    background-repeat: no-repeat;
    height: 24px;
    cursor: pointer;
    padding-left: 27px;
}

.button {
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding-box;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border-top: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-left: solid 1px;
    border-width: 1px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-family: "Segoe UI", Sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    line-height: 16px;
    margin-right: 5px;
    overflow: visible;
    width: auto;
    cursor: pointer;
    min-height: 24px;
    padding: 4px 7px 0 7px;
    height: 35px;
    height: 35px;
    white-space: nowrap;
}

.button-disabled,
.button-disabled:active {
    opacity: 0.3;
    cursor: default;
    user-select: none;
}

/* Integration Log */

#integration-log-datepicker {
    height: 42px;
    float: left;
    margin-bottom: 0px;
}

#integration-log-datepicker-from-input, #integration-log-datepicker-to-input {
    width: 103px;
    float: left;
    margin-left: 5px;
}

#integration-log-datepicker-from-label, #integration-log-datepicker-to-label {
    float: left;
    position: relative;
    top: 3px;
}

#integration-log-datepicker-to-label {
    margin-left: 15px;
}

#integration-log-searching-button, #case-search-button, #integration-log-searching-button {
    width: 26px;
    height: 26px;
    position: relative;
    margin-left: 10px;
    float: left;
}

#diagnosticcode-search-button {
    width: 26px;
    height: 26px;
    position: relative;
    left: 10px;
    float: left;
    top: 25px;
}

#integration-log-next-button {
    width: auto;
    height: auto;
    float: right;
    padding-bottom: 6px;
    visibility: hidden;
}

.integration-log-createdate, .integration-log-senderapp, .integration-log-receiverapp,
.integration-log-message, .integration-log-messagetype, .integration-log-processingresult,
.integration-log-exception, .integration-log-message-long {
    width: 232px !important;
}

    .integration-log-message-long a, #integration-log-message-view a {
        cursor: pointer;
    }

#integration-log-message-view-textarea {
    height: calc(100% - 27px);
    width: 100%;
    background: none;
    border: none;
    outline: none;
    resize: none;
}

#integration-log-search-icon, #configuration-search {
    position: relative;
    right: 2px;
}

@media (max-height: 937px) {
    #integration-log-content {
        height: 359px;
    }

    .integration-log-table-body {
        max-height: 282px;
    }
}

@media (min-height: 937px) and (max-height: 1300px) {
    #integration-log-content {
        height: 639px;
    }

    .integration-log-table-body {
        max-height: 582px;
    }
}

@media (min-height: 1300px) {
    #integration-log-content {
        height: 839px;
    }

    .integration-log-table-body {
        max-height: 802px;
    }
}

#integration-log-content {
    overflow: hidden;
    width: 100%;
}

.integration-log-table-body {
    overflow-x: hidden;
    display: inline-block;
}

/* Egyéb */

.input-file-input::before {
    display: inline-block;
    border: 1px solid;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
}

#confirm-dialog {
    z-index: 200 !important;
}

@media screen and (max-height: 910px) {
    .year-warning-text {
        top: 44px;
    }
}

@media screen and (min-height: 910px) {
    .year-warning-text {
        top: 54px;
    }
}

.year-warning-text {
    position: absolute;
    width: 419px;
    z-index: 1;
}

.addreport-clicks {
    pointer-events: none;
}

.form-group label.form-control,
td label.form-control {
    height: 26px;
}

.form-group label.form-control,
td label.form-control {
    padding: 3px 16px 0px 6px;
}

td label.form-control {
    width: 140px;
}

/* Datetime picker */

.xdsoft_datetimepicker.xdsoft_dark {
    border-radius: 6px;
}

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
        font-weight: normal;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
        border: 1px solid;
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
        font-weight: bold;
    }

#viewrappdownloadspan {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.login_nolicense_h4 {
    margin-top: 130px;
    text-align: center;
}

.caselist_casenotexists {
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 10px;
    border: none;
}

.deletereport_textfield_textarea {
    width: 100%;
    resize: none;
    height: 100px;
}

.getdiagnosticcode_nextpage_span {
    padding: 0px 7px 2px 7px;
}

.sample_createreport_quantificationslabel_p {
    margin-left: 10px;
}

.displaynone_all {
    display: none;
}

.csvuploader_uploaded_p {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 10px;
}

.configuration_casedetailssettings_ul {
    list-style-type: none;
    margin-left: -40px;
}

.diagnosticcodelist_table {
    table-layout: fixed;
}

.filter_row_div {
    width: 100%;
}

.comment_errormessage_p {
    display: none;
    font-size: 12px;
}

.consultations-list-no-result,
.caselist_cases_p {
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 10px;
    cursor: default;
}

.home_workfolders_foldertab_div {
    margin-left: 6px;
}

.visibilityhidden_all {
    visibility: hidden;
}

.message_recipients_label {
    float: left;
    width: auto;
}

.message_recipients_div {
    display: none;
    overflow: auto;
}

.resizenone_all {
    resize: none;
}

.floatleft_all {
    float: left;
}

.patient_namesearchwarning_span {
    height: 19px !important;
}

.searchpatientlist_p {
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 10px;
    visibility: hidden;
}

.printertrayrow_colorpicker_div {
    width: 25px;
    height: 25px;
}

.printertrayrow_description_input {
    width: 250px;
}

.reportsignature_div {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

.reportsignature_h4 {
    text-align: center;
}

.reportsignature_dl {
    margin-bottom: 10px;
}

.opentemplate_warningtable_td {
    height: 139px;
}

.signreport_h4 {
    text-align: center;
}

.signreport_dl {
    margin-bottom: 10px;
}

.clearboth_all {
    clear: both;
}

.casehistorytable_data_div {
    display: none;
    max-height: 400px;
}

.width100_all {
    width: 100%;
}

.error_h1 {
    text-align: center;
    font-size: 1.5em;
    margin-top: 100px;
}

.quantifications_tablehead_tr {
    font-weight: bold;
    text-align: center;
}

.quantifications_attachments_div {
    margin: 5px;
}

.signaturelist_signatures_td {
    text-align: center;
}

.slideitem_a_img {
    width: 71px;
    height: 170px;
}

.slideitem_vertical_img {
    width: 71px;
    height: 50px;
    margin-left: 0px;
    margin-top: -3px;
    vertical-align: inherit;
}

.slideitem_rxslide_div {
    z-index: 99;
    bottom: 0px;
}

.slideitem_horizontal_img {
    width: 78px;
    height: 72px;
    margin-left: -1px;
    margin-top: -3px;
    vertical-align: inherit;
}

.slideitem_horizontal_rotate_null_img {
    transform: translate(99px, 2px);
}

.header_applicationname_span {
    position: relative;
    right: 137px;
}

.overflowxhidden_all {
    overflow-x: hidden;
}

.overlay_div {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 230px;
    height: 230px;
}

.right_applicationname {
    right: 137px;
}

.trackandsignheader_a_div {
    margin-left: 20px;
    margin-right: 10px;
}

.annotationconfig_edit_input {
    width: 34px;
}

.navigation_table {
    min-height: 125px;
}

.setsecondaryuser_password_label {
    margin-top: 12px;
}

.setsecondaryuser_password_input {
    width: 100%;
}

.blocktable_row_td {
    border-left: 15px solid;
}

.gethistory_regtable_div {
    overflow: auto;
    max-height: 522px;
}

.gethistory_eventtable_div {
    display: none;
    overflow: auto;
    max-height: 522px;
}

.grossdissection_middletable_td {
    float: left;
    margin-left: 5px;
}

.width200px {
    width: 200px;
}

.grossdissection_middletable_label {
    position: absolute;
    top: 65px;
}

.grossdissection_middletable_input {
    width: 50px;
    position: absolute;
    top: 95px;
}

.grossdissection_middletable_left5px {
    left: 5px;
}

.grossdissection_middletable_left80px {
    left: 80px;
}

.grossdissection_middletable_left155px {
    left: 155px;
}

.grossdissection_middleheader_div {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

.grossdissection_note_div {
    float: right;
    height: 100%;
}

.grossdissection_containertable_div {
    width: 100%;
    height: 100%;
}

.grossdissection_containertable_tabbutton_div {
    overflow-y: auto;
}

.grossdissection_blocktable_rowpaddingdiv {
    padding: 0 0 0 21px !important;
}

.height100_all {
    height: 100%;
}

.displayblock_all {
    display: block;
}

.maxheight400px {
    max-height: 400px;
}

.width111_all {
    width: 111%;
}

.overflow_auto_all {
    overflow: auto
}

/* Teleconsultation */

#teleconsultation-main-container {
    height: 100%;
    padding: 5px;
}

@media screen and (max-width: 1365px) {
    #teleconsultation-main-container,
    .teleconsultation-row-container,
    .tc-info-container {
        width: 1365px;
    }
}

@media screen and (min-width: 1365px) {
    #teleconsultation-main-container {
        width: 100%;
    }
}

#teleconsultation-add-button-container {
    width: 42px;
    height: 40px;
    position: absolute;
    right: 348px;
    top: 12px;
}

#teleconsultation-add-button {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

#teleconsultation-details-container,
#teleconsultation-list-container {
    overflow-y: auto;
    height: calc(100% - 60px) !important;
    display: flex;
    flex-flow: column;
}

#teleconsultation-details-container {
    padding: 0px 10px;
}

.teleconsultation-searchfield {
    width: 300px !important;
}

.teleconsultation-header-title {
    position: absolute;
    left: 10px;
    top: 15px;
    font-weight: bold;
    font-size: 20px;
}

.teleconsultation-row-container {
    width: calc(100% - 2px);
    height: 70px;
    padding-left: 5px;
}

@media screen and (min-width: 1500px) {
    .teleconsultation-list-item-title {
        width: 450px;
    }
}

@media screen and (max-width: 1500px) {
    .teleconsultation-list-item-title {
        min-width: 320px;
        width: calc(100% - 1010px)
    }
}


.teleconsultation-list-item-title {
    float: left;
    font-weight: bold;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 14px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
}

.teleconsultation-guest-status-color,
.teleconsultation-host-status-color {
    width: 5px;
    height: 70px;
    float: left;
}

.teleconsultation-data-separator {
    height: 60px;
    width: 4px;
    margin-top: 5px;
    float: left;
}

#teleconsultation-list-container .list-item {
    width: calc(100% - 5px);
    display: flex;
    margin: 2px;
    margin-top: 0px;
}

.teleconsultation-date {
    width: 250px;
    float: left;
    display: table;
    padding: 12px;
}

.teleconsultation-end-span {
    padding-left: 7px;
}

.teleconsultation-list-item-buttons-container {
    float: left;
    padding-top: 22px;
    padding-left: 50px;
    user-select: none;
}

.teleconsultation-list-item-button, .teleconsultation-case-slide-section {
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 25px;
    display: inline-block;
}

.teleconsultation-list-item-delete-img {
    cursor: pointer;
}

.teleconsultation-case-slide-section.teleconsultation-list-item-section-img {
    transform: rotate(90deg);
    margin: 5px 0px 0px 5px;
    min-width: 30px;
}

.teleconsultation-button-container-item {
    display: inline-block;
    margin-left: 15px;
}

.teleconsultation-action-button {
    height: 50px;
    float: right;
    font-size: 15px;
    margin-top: 10px;
    margin-right: 15px;
    user-select: none;
    max-width: 150px;
}

#teleconsultation-main-container .teleconsultation-inner-header {
    width: 100%;
    height: 65px;
    padding: 1px;
    position: relative;
}

.tc-edit-button {
    background-position: right;
}

.tc-edit-container {
    padding-left: 100px;
}

.tc-info-button,
.tc-delete-list-item-button {
    cursor: pointer;
}

.set-visibility-hidden {
    visibility: hidden;
}

.opacity-05 {
    opacity: 0.5;
}

.tc-info-container {
    margin: 1px;
    padding-top: 5px;
    padding-left: 10px;
    border-width: 1px;
    border-style: solid;
    height: auto;
    width: calc(100% - 2px);
    display: none;
}

/*Create/Edit Teleconsultation*/

.tc-startdate-container {
    min-width: 140px;
    margin-left: 40px;
}

.tc-enddate-container {
    min-width: 140px;
    margin-left: 40px;
}

.tc-planned-duration-container {
    margin-left: 40px;
}

#tc-cases-slides-participants-container {
    display: flex;
    flex: 1 1 auto;
    margin: 5px;
    height: calc(60% - 10px);
}

.tc-planned-duration {
    padding: 4px;
    width: 200px;
}

#tc-anonymized-checkbox {
    margin-right: 3px !important;
}

#tc-anonymized-data-label {
    margin-left: 6px;
}

.tc-now-button {
    padding-top: 0px !important;
    height: 30px;
    width: 80px;
    text-align: center;
    margin-top: 21px;
}

.tc-title-input {
    display: block;
    min-width: 552px;
    width: calc(100% - 400px);
    font-style: normal !important;
}

#tc-topic-container {
    width: inherit;
}

#tc-settings-container {
    display: inline-flex;
    width: calc(100% - 10px);
    margin: 5px;
}

.tc-date-container {
    display: flex;
    width: inherit;
    margin-top: 10px;
}

#tc-anonymized-data-inner-container,
#tc-anonymized-data-container {
    display: inline-flex;
}

#tc-description-container {
    width: inherit;
    padding-left: 30px;
}

.tc-description {
    display: block;
    min-width: 600px;
    min-height: 92px;
    width: calc(100% - 10px);
    resize: none;
    overflow-y: auto;
    border-style: solid;
    border-width: 1px;
}

.tc-cases-slides-container {
    display: block;
    width: 350px;
    height: calc(100% - 15px);
}

.tc-case-details-container {
    display: block;
    width: calc(100% - 730px);
    height: calc(100% - 15px);
    margin-left: 10px;
    margin-right: 10px;
}

.tc-participants-container {
    display: block;
    width: 350px;
    height: calc(100% - 15px);
}

.tc-participants-delete-button,
.tc-case-slide-delete-button,
.tc-delete-all-button {
    background-size: 20px;
    float: right;
    margin-left: auto;
    margin-top: 5px;
    cursor: pointer;
}

.tc-case-slide-item-container.tc-case-slide-select-checkbox {
    float: right;
    margin-left: auto;
    margin-top: 10px;
    margin-right: 9px;
}

.tc-participants-header-container,
.tc-case-details-header-container,
.tc-cases-slides-header-container {
    height: 35px;
}

.tc-participants-label,
.tc-case-slide-label,
.tc-participants-header-label,
.tc-case-details-header-label,
.tc-cases-slides-header-label {
    margin-top: 7px;
    margin-left: 10px;
    width: 300px;
}

.tc-participants-content-container,
.tc-cases-slides-content-container {
    display: block;
    overflow-y: auto;
    height: calc(100% - 35px);
}

.tc-participants-item-container,
.tc-case-slide-item-container {
    display: flex;
    margin: 1px;
    height: auto;
}

.tc-search-case-body {
    display: flex;
}

.tc-search-case-label,
.tc-search-participants-label {
    font-size: 20px;
    padding-top: 5px;
}

.tc-search-case-input {
    padding: 4px;
    width: 150px;
    float: left;
}

.tc-search-case-dropdown-list {
    padding: 4px;
    width: 190px;
    margin-left: 10px;
    float: left;
}

.tc-search-case-participants-container {
    display: flex;
    margin-left: 5px;
}

.tc-search-participants-container {
    margin-left: auto;
    margin-right: 15px;
    max-width: 350px;
}

.tc-search-participants-checkboxes-container {
    display: flex;
}

.tc-search-participants-search-input {
    width: 350px;
}

.tc-search-contacts-container,
.tc-search-groups-container,
.tc-search-users-container {
    display: flex;
}

.tc-search-contacts-checkbox,
.tc-search-groups-checkbox,
.tc-search-users-checkbox {
    margin-top: 10px !important;
}

.tc-search-contacts-label,
.tc-search-groups-label,
.tc-search-users-label {
    margin: 6px 30px 0px 6px;
}

#tc-bottom-buttons-container {
    width: calc(100% - 10px);
    height: 55px;
    border-top: 1px solid;
    display: flex;
}

.tc-cancel-button {
    padding-top: 1px !important;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 14px;
    width: 90px;
    text-align: center;
}

.tc-delete-button {
    padding-top: 1px !important;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.tc-bottom-buttons-container {
    text-decoration: none !important;
}

.tc-save-button {
    float: right;
    margin-left: auto;
    margin-top: 10px;
    margin-right: 20px;
    padding-top: 1px !important;
    width: 90px;
    font-size: 14px;
    text-align: center;
}

.tc-delete-all-icon {
    border: none;
    outline: none;
}

    .tc-delete-all-icon:disabled {
        opacity: 0.5;
    }

.tc-info-open {
    display: block;
}

.tc-search-participants-search-container.form-group {
    margin-bottom: 0px;
}

.tc-topic-validator-span,
.tc-planned-duration-validator-span {
    position: relative;
    min-height: 16px;
    min-width: 16px;
}

.tc-join-img,
.tc-finish-img,
.tc-start-img {
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    background-position: center;
    background-repeat: no-repeat;
}

.tc-finish-button-title,
.tc-join-button-title,
.tc-start-button-title {
    padding-left: 10px;
    padding-right: 15px;
    margin-top: 12px;
    float: right;
}

#tc-cases-dialog-container {
    overflow-y: auto;
    padding: 0px !important;
}

.ui-widget.ui-widget-content {
    border: 2px solid;
    padding: 0px;
}

.disabled-button {
    pointer-events: none;
    opacity: 0.4;
}

#tc-case-details-content-container {
    overflow-y: auto;
    height: calc(100% - 35px);
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

#tc-case-details-patient-header {
    border-top-style: solid;
    border-top-width: 1px;
    height: 36px;
    position: relative;
    padding: 7px 7px 7px 0px;
    background-repeat: no-repeat;
    background-position: left center;
}

#tc-case-details-content-container .registration-table {
    width: 100%;
}

    #tc-case-details-content-container .registration-table tr td {
        padding: 2px 5px;
        border-width: 1px;
        border-style: solid;
        max-width: 160px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

#tc-case-details-diagnosis-header,
#tc-case-details-digital-slides-header {
    width: 100%;
    height: 36px;
    padding-top: 8px;
}

#tc-case-details-digital-slides-header {
    padding-left: 5px;
}

#tc-case-details-diagnosis-header {
    padding-left: 10px;
}

#tc-case-details-diagnosis-content {
    max-height: 300px;
    overflow-y: auto;
}

    #tc-case-details-diagnosis-content thead tr td {
        font-weight: bold;
        text-align: center;
    }

    #tc-case-details-diagnosis-content table tr td {
        width: 33.333%;
    }

    #tc-case-details-diagnosis-content table tr:last-child td {
        border-bottom: none;
    }

#tc-case-details-digital-slides,
#tc-case-details-attachments {
    display: flow-root;
}

.sample-attachments .tc-case-details-attachment-select-checkbox,
.section-item-container .tc-case-details-slide-select-checkbox {
    float: right;
    margin-top: 0px;
}

.sample-attachments .attachment-images .tc-case-details-attachment-select-checkbox,
.section-item-container .tc-case-details-slide-select-checkbox {
    position: absolute;
    right: 0px;
    top: 0px;
}

#tc-case-details-content-container #col-slide-icon {
    background-repeat: no-repeat;
    background-position: 3px;
    float: left;
    margin-right: 5px;
    width: 22px;
    height: 22px;
    padding-left: 31px !important;
}

#tc-case-details-content-container .slide-icon {
    background-size: 24px 24px;
}

#tc-case-details-digital-slides-header {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#tc-case-details-digital-slides .slideitem_a_img {
    width: 75px;
}

#tc-case-details-digital-slides .slideitem_vertical_img {
    width: 75px;
}

#tc-case-details-attachments-macro-images,
#tc-case-details-attachments-snapshots,
#tc-case-details-attachments-documents {
    width: 100%;
    height: 43px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: inline-flex;
}

    #tc-case-details-attachments-macro-images .attachment-macro-image,
    #tc-case-details-attachments-snapshots .attachment-snapshots,
    #tc-case-details-attachments-documents .attachment-documents {
        background-repeat: no-repeat;
        background-size: 24px 24px;
        height: 24px;
        width: 24px;
        margin-top: 10px;
        margin-left: 10px;
        float: left;
    }

#tc-case-details-attachments .tc-attachment-label {
    margin-top: 11px;
    margin-left: 10px;
}

#tc-link-to-list-from-inprogress {
    text-decoration: none !important;
}

#tc-back-to-list-from-inprogress {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tc-case-attachment-selection-item {
}

.slides-header-button {
    cursor: pointer;
    position: absolute;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

#case-details-download-viewer.slides-header-button {
    right: 80px;
    width: 36px;
    height: 24px;
}

#case-details-download-quant.slides-header-button {
    right: 40px;
    width: 36px;
    height: 24px;
}

.slides-join-viewer-button {
    right: 130px;
    width: 36px;
    height: 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.tc-error-message-container {
    width: calc(100% - 735px);
    margin-left: 10px;
    margin-top: 40px;
    height: 45px;
    text-align: center;
}

#teleconsultation-main-container .teleconsultation-inner-header #case-details-download-viewer {
    right: 50px;
}

#teleconsultation-main-container .teleconsultation-inner-header #case-details-download-quant {
    right: 10px;
}

.first-login-contact-user-main-container {
    height: 100%;
    padding: 5px;
    padding-left: 10px;
}

    .first-login-contact-user-main-container .row {
        width: 100%;
    }

.text-decoration-none {
    text-decoration: none !important;
}

.application-name-container {
    transform: translate(-50px, -14%);
    position: center;
}

.tc-post-screen-main-container {
    height: 100%;
    width: 100%;
}

.tc-post-screen-logo-container {
    padding-top: 150px;
}

.tc-post-screen-logo {
    width: 200px;
    height: 140px;
    margin: auto;
}

.tc-post-screen-button-container {
    padding-top: 80px;
    display: table;
    margin: 0 auto;
}

.tc-post-screen-back-to-list-button {
    padding-top: 7px;
}

.tc-post-screen-message {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    padding-top: 100px;
}

/* https://stackoverflow.com/questions/3779534/how-do-i-disable-text-selection-with-css-or-javascript */
.unselectable-text {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

.header-logo-container {
    min-width: 275px;
}

.header-left-wrapper-patient-data {
    display: table-cell;
    min-width: 740px;
}

.header-left-wrapper-menu-buttons {
    display: table-cell;
    min-width: 550px;
    width: 560px;
}

.header-right-wrapper {
    display: table-cell;
    min-width: 450px;
    width: 500px;
}

#warnTcRunningDialog {
    background: none;
}

.quant-ruo {
    display: inline-block;
    float: right;
    width: 23px;
    height: 22px;
    margin: 3px 5px 3px 0px;
    background-image: url(../images/3dh_icon24_rx_measurement_warning.svg);
    background-repeat: no-repeat;
}

.quant-ruo-slide {
    display: inline-block;
    float: right;
    width: 23px;
    height: 22px;
    margin: 3px 5px 3px 0px;
    background-image: url(../images/3dh_icon24_rx_slide_warning_no_bkgr_flat.svg);
    background-repeat: no-repeat;
}

#MultiViewGrid {
    display: none;
}

.slide-archived .slideitem_a_img,
.slide-archived .slide-label {
    -webkit-filter: grayscale(100%) brightness(75%);
    filter: grayscale(100%) brightness(75%);
}

.slide-archived > a {
    cursor: not-allowed;
}

.label-area td {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}