.dev-bar {
    background-color: darkred;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.loading-container {
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    background: url('/assets/images/loading.gif') center center no-repeat #fff;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.loading-text {
    width: 500px;
    text-align: center;
}

.input-error {
    color: darkred;
}

.text-gray {
    color: rgb(99 111 124);
}

.nav-link p {
    display: inline-block;
    text-wrap: nowrap;
}

.nav-item-sub {
    width: 200px;
}

.nav-item-logged-as {
    color: #6d6b6b;
    font-size: 12px;
    text-wrap: nowrap;
}

.nav-item-notifications .notification {
}

.nav-item-notifications .notification-read {
    opacity: 0.5;
}

.nav-item-notifications .notification-date {
    font-size: 11px;
    color: #6d6b6b;
    display: block;
}

.table-message {
    text-align: center;
    margin-top: 10px;
}

.plan-container {
    display: flex;
}

.plan-center-container {
    flex-grow: 1;
    margin-right: 10px;
}

.plan-sidebar {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    background-color: #efefef;
    border-radius: 5px;
}

.plan-sidebar-container {
    position: sticky;
    top: 10px;
}

.plan-sidebar-menu {
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.plan-sidebar-menu li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
    padding-left: 5px;
    padding-right: 5px;
}

.plan-sidebar-menu li.active {
    background-color: #d9d9d9;
    border-radius: 5px;
}

.plan-sidebar-menu a {
    color: #6c6c6c;
}

.plan-sidebar-menu a:hover {
    color: #6c6c6c;
}

.plan {
    overflow-y: scroll;
}

.plan {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.plan::-webkit-scrollbar {
    display: none;
}

.card-inner .card-title {
    font-size: 0.9rem;
}

.card-inner .card-body {
    font-size: 0.8rem;
}

.card-inner .card-header .card-tools {
    padding: 0;
    margin: 0;
}

.plan-photos-controls-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
}

.plan-photos-controls-filter-kind {
    width: 10%;
}

.plan-photos-controls-filter-tag {
    width: 50%;
}

.plan-photos-controls-filter-tag select {
    width: 100%;
}

.plan-photos-control-tag-display-mode {
    width: 25%;
}

.plan-photos-sections-container {
    display: flex;
}

.plan-photos-section-main {
    max-width: 1100px;
    flex: 0 1 1100px;
}

.plan-photos-section-side {
    flex: 1 0 400px;
    min-width: 400px;
    padding-right: 5px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;;
    border-left: 1px solid rgba(0,0,0,.125);
    margin-left: 15px;
}

.plan-photos-container {
    position: relative;
    overflow: hidden;
    user-select: none;
}

.plan-photos-container .plan-photos-photo {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-photos-container .plan-photos-photo-fit-to-height img {
    max-height: 100%;
    max-width: 100%;
}

.plan-photos-container .plan-photos-photo img {
    max-width: 100%;
}

.plan-photos-photo-canvas {
	position: absolute;
	width: 100%;
    height: 100%;
	left: 100%;
	top: 0;
    container-type: size;
}

.plan-photos-photo-canvas-tag {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.plan-photos-photo-canvas-tag-label {
    position: relative;
    color: #fff;
    font-size: 10px;
    z-index: 1;
    cursor: pointer;
    width: fit-content;
    text-wrap: nowrap;
    bottom: 15px;
    padding-left: 3px;
    padding-right: 3px;    
}

.plan-photos-photo-canvas-tag.sickness {
    border: 1px solid rgb(156, 6, 6);
}

.plan-photos-photo-canvas-tag.sickness .plan-photos-photo-canvas-tag-label {
    background-color: rgb(156, 6, 6);
    border: 1px solid rgb(156, 6, 6);
}

.plan-photos-photo-canvas-tag.treatment {
    border: 1px solid #6161db;
}

.plan-photos-photo-canvas-tag.treatment .plan-photos-photo-canvas-tag-label {
    background-color: #6161db;
    border: 1px solid #6161db;
}

.plan-photos-photo-canvas-tag.active {
    border: 1px solid rgb(134, 99, 3);
    z-index: 2;
}

.plan-photos-photo-canvas-tag.active .plan-photos-photo-canvas-tag-label {
    z-index: 2;
    background-color: rgb(134, 99, 3);
    border: 1px solid rgb(134, 99, 3);
}

.plan-photos-photo-note-container {
    margin-top: 15px;
}

.plan-photos-button {
    border-radius: 50%;
    opacity: 0.3;
    background-color: #000;
    color: #fff;
    float: left;
    font-size: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 20;
}

.plan-photos-button:hover {
    opacity: 0.5;
}

.plan-photos-button-prev-photo {
    position: absolute;
    top: 50%;
    left: 0;
}

.plan-photos-button-next-photo {
    position: absolute;
    top: 50%;
    right: 0;
}

.plan-photos-button-add {
    position: absolute;
    bottom: 0;
    left: 0;   
}

.plan-photos-button-remove {
    position: absolute;
    bottom: 0;
    left: 75px;
}

.plan-photos-button-wide {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20;
	box-shadow: 0px 10px 14px -7px #276873;
	background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color: #599bb3;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding: 13px 32px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #3d768a;
}

.plan-photos-button-wide:hover {
	background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color: #408c99;
    color: #ffffff;
}

.plan-photos-thumbnails-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px;
}

.plan-photos-thumbnail {
    border: 1px solid #efefef;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    width: 100px;
    height: 100px;
}

.patient-status-selector, .task-status-selector {
    position: absolute;
    top: 40px;
    bottom: 0;
    z-index: 5;
    box-shadow: 8px 8px 24px -20px rgba(66, 68, 90, 1);
    height: 160px;
    cursor: pointer;
}

.task-status-selector {
    height: 120px;
}

.patient-status-selector-view-only, .task-status-selector-view-only {
    cursor: not-allowed;
}

.patient-status-item, .task-status-item {
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.plan-stages-container {
    display: flex;
    justify-content: space-between;
}

.plan-stage {
    display: block;
    flex: 1;
    color: #000;
    font-weight: bold;
    border-top: 3px solid #007bff;
    border-bottom: 3px solid #007bff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.plan-stage.active {
    background-color: #cae7ff; 
}

.plan-stage-content {
    margin-top: 25px;
}

.plan-tag-selector-teeths-container {
    width: 70%;
    float: left;
}

.plan-tag-selector-teeths-section {
    float: left;
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;;
}

.plan-tag-selector-teeths-teeth {
    float: left;
    width: 100px;
    height: 105px;
    cursor: pointer;
    border: 3px solid #fff;
    user-select: none;
}

.plan-tag-selector-teeths-teeth.has-tags .plan-tag-selector-teeths-teeth-number {
    background-color: #e5e5e5;
}

.plan-tag-selector-teeths-teeth-image {
    background: url(/assets/images/icon-teeth-healthy.png) top center no-repeat;
    height: 70px;
    background-size: contain;
}

.plan-tag-selector-teeths-teeth-image.rotated {
    transform: rotate(180deg);
}

.plan-tag-selector-teeths-teeth.is-sick .plan-tag-selector-teeths-teeth-number {
    background-color: #dc3545;
    color: #fff;
}

.plan-tag-selector-teeths-teeth.is-treatment .plan-tag-selector-teeths-teeth-number {
    background-color: #007bff;
    color: #fff;    
}

.plan-tag-selector-teeths-teeth.selected {
    border: 3px solid rgb(134, 99, 3);
    border-radius: 5px;
}

.plan-tag-selector-teeths-teeth-number {
    text-align: center;
    font-size: 1vw;
}

.plan-tag-selector-selectors-container {
    width: 30%;
    float: left;
}

.plan-tag-selector {
    background-color: gray;
    border-radius: 50px;
    color: #e5e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 11px;
}

.plan-tag-selector-sub-list-open {
    float: right;
    margin-right: 10px;
    line-height: 1.5;
    width: 5%;
    text-align: right;
}

.plan-tag-selector-sub-list {
    position: absolute;
    top: 35px;
    left: 10px;
    list-style: none;
    padding-left: 0;
    color: #000;
    width: calc(100% - 20px);
    box-shadow: 8px 9px 24px -14px rgba(66, 68, 90, 1);
    text-align: left;
    z-index: 1;
}

.plan-tag-selector-sub-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    background-color: #fff;
    font-size: 12px;
}

.plan-tag-selector-sub-list li:hover {
    background-color: #e5e5e5;
}

.plan-tag-field {
    background-color: #e5e5e5;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 20px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.plan-tag-field:last-of-type {
    margin-bottom: 0;
}

.plan-tag-field-teeth-number {
    background-color: #fff;
    border-radius: 50px;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    text-align: center;
    margin-left: 10px;
}

.plan-tag-field-tag-container {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.plan-tag-field-button-tag-add {
    margin-right: 10px;
    margin-left: auto;
}

.plan-tag-field-tag {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

.plan-tag-field-tag.class-sickness {
    color: #dc3545;
}

.plan-tag-field-tag.class-treatment {
    color: #007bff;
}

.plan-tag-field-tag-button-remove {
    margin-left: 5px;
}

.plan-tag-attributes-container {
    font-size: 12px;
}

.plan-tag-attribute-group {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(206 211 213);
    padding-bottom: 5px;
}

.plan-tag-attribute-group:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.plan-tag-attribute label {
    margin-bottom: 0;
    font-weight: normal !important;
}

.plan-treatment-plan-add-buttons {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.plan-treatment-plan-add-buttons a.btn {
    margin: 0 10px;
}

.plan-treatment-plan-item-group {
    background-color: #f1f1f1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #4e4e4e;
}

.plan-treatment-plan-item-group input {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #a7a5a5;
    font-weight: bold;
    width: 100%;
}

.plan-treatment-plan-item-group input:focus {
    outline: none;
}

.plan-treatment-plan-item-group-header {
    display: flex;
    flex-direction: row;
    align-items: center;    
}

.plan-treatment-plan-item-group-remove {
    display: block;
    margin-left: 10px;
    color: #a7a5a5;
}

.plan-treatment-plan-item-group-sort {
    display: block;
    margin-right: 10px;
    color: #a7a5a5;    
}

.plan-treatment-plan-item-group-remove:hover, .plan-treatment-plan-item-group-sort:hover {
    color: #4e4e4e;
}

.plan-treatment-plan-item-group-name {
    width: 100%;
}

.plan-treatment-plan-item-group-description input {
    font-weight: normal;
    border-bottom: none;
}

.plan-treatment-plan-item-group-body {
    position: relative;
}

.plan-treatment-plan-item-group-items {
    min-height: 30px;
    padding-bottom: 30px;
}

.plan-treatment-plan-item-group-item-landing {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.plan-treatment-plan-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #e5e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.plan-treatment-plan-item.disabled {
    opacity: 0.4;
}

.plan-treatment-plan-item input {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #a7a5a5;
    color: #4e4e4e;
    font-weight: bold;
    width: 100%;
}

.plan-treatment-plan-item input:focus {
    outline: none;
}

.plan-treatment-plan-item input.stage-error {
    border-bottom: 3px solid #871111;
}

.plan-treatment-plan-item-sort {
    width: 20px;
    color: #a7a5a5;
    display: block;
}

.plan-treatment-plan-item-sort:hover {
    color: #4e4e4e;
}

.plan-treatment-plan-item-enabled {
    width: 20px;
    color: #a7a5a5;
    display: block;
}

.plan-treatment-plan-item-enabled:hover {
    color: #4e4e4e;
}

.plan-treatment-plan-item-name {
    margin-left: 10px;
    flex-grow: 1;
}

.plan-treatment-plan-item-name-note input {
    border-bottom: none;
    font-weight: normal;
}

.plan-treatment-plan-item-teeth-number {
    background-color: #fff;
    border-radius: 20px;
    width: 20px;
    margin-left: 10px;
    text-align: center;
}

.plan-treatment-plan-item-amount {
    width: 50px;
    margin-left: 2%;
    text-align: center;
}

.plan-treatment-plan-item-time {
    width: 100px;
    margin-left: 5%;
}

.plan-treatment-plan-item-time input:disabled {
    border-bottom: 3px solid #cbcbcb;
    color: #cbcbcb;
}

.plan-treatment-plan-item-time-not-applicable {
    display: block;
    margin-right: 10px;
    color: #a7a5a5;    
}

.plan-treatment-plan-item-time-not-applicable:hover {
    color: #4e4e4e;
}

.plan-treatment-plan-item-unit-price {
    width: 150px;
    text-align: center;
    margin-left: 5%;
}

.plan-treatment-plan-item-price {
    width: 150px;
    text-align: center;
    margin-left: 5%;
}

.plan-treatment-plan-item-remove {
    display: block;
    margin-left: 10px;
    color: #a7a5a5;
}

.plan-treatment-plan-item-remove:hover {
    color: #4e4e4e
}

.plan-treatment-plan-time-gap {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #e5e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.plan-treatment-plan-time-gap.disabled {
    opacity: 0.4;
}

.plan-treatment-plan-time-gap input {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #a7a5a5;
    color: #4e4e4e;
    font-weight: bold;
    width: auto;
}

.plan-treatment-plan-time-gap input:focus {
    outline: none;
}

.plan-treatment-plan-time-gap input.stage-error {
    border-bottom: 3px solid #871111;
}

.plan-treatment-plan-time-gap-name {
    margin-left: 10px;
    flex-grow: 1;
}

.plan-treatment-plan-time-gap-name-text {
    flex-grow: 1;
}

.plan-authors-container {
    margin-top: 10px;
}

.plan-author {
    display: flex;
}

.plan-author div {
    padding-left: 5px;
    padding-right: 5px;;
}

.plan-author-name {
    flex: 1;
}

.plan-author-position {
    flex: 1;
}

.plan-preview-container {
    padding: 50px;
    background-color: #ebebeb;
}

.plan-preview {
    background-color: #fff;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    min-height: 500px;
    max-height: 500px;
}

.plan-preview iframe {
    width: 100%;
    height: 100%;
}

.plan-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    background-color: #efefef;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.plan-section.disabled {
    opacity: 0.4;
}

.plan-section-sort, .plan-section-enabled, .plan-section-expand {
    color: #a7a5a5;
    width: 20px;
    display: block;
}

.plan-section-sort:hover, .plan-section-enabled:hover, .plan-section-expand:hover {
    color: #4e4e4e;
}

.plan-section-name {
    font-weight: bold;
}

.plan-section-items-container {
    width: 100%;
}

.plan-section-expand {
    margin-left: auto;
}

.plan-section-items-container {

}

.plan-section-items-grid-container {
    display: flex;
    flex-wrap: wrap;
}

.plan-section-item-photo {
    margin: 10px;
    border: 1px solid rgb(219, 219, 219);
    background-color: #fbfbfb;
    border-radius: 5px;
    position: relative;
}

.plan-section-item-photo-image {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-section-item-photo-image img {
    max-width: 200px;
    max-height: 200px;
    text-align: center;
}

.plan-section-item-photo-switch-container {
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: #fff;
    padding: 2px;
    width: 100%;
    font-size: 12px;
    opacity: 0.6;
}

.document-template {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.document-template:last-of-type {
    border-bottom: 0;
}

.document-template > div, .document-template > a {
    margin-left: 10px;
    margin-right: 10px;
}

.document-template > a {
    color: #a7a5a5;
}

.document-template > a:hover {
    color: #4e4e4e;
}

.document-template-name {
    flex-basis: 90%;
}

.document-editor-options {
    background-color: #ebebeb;
    height: 100%;;
}

.document-editor-options-group {
    font-size: 14px;
    padding: 20px;
    float: left;
}

.document-editor-options-group-label {
    margin-bottom: 15px;
    color: #979797;    
}

.document-editor-options-button {
    display: block;
    float: left;
    margin-right: 20px;
    color: #5c5c5c;
    border: 1px solid #d1d1d1;
    padding: 15px;    
    margin-bottom: 10px;
    cursor: pointer;
}

.document-editor-options-button span {
    display: block;
    text-align: center;
}

.document-editor-container {
    padding: 50px;
    background-color: #ebebeb;
    height: 100%;
}

.document-editor-container.stage-error {
    border: 3px solid darkred;
}

.document-editor-container .editor {
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1); 
    min-height: 500px; 
    max-height: 500px;
    overflow-y: auto;
}

.document-editor-container .editor:focus {
    outline: none;
}

.mce-item-table {
    width: calc(100% - 6px) !important;
    min-height: 30px !important;
    height: auto !important;
    margin-top: 3px;
    margin-left: 3px;
    table-layout: fixed;
}

.mce-resizehandle {
    display: none;
}

.document-editor-container .editor img {
    max-width: 100%;
}

.price-lists-item-fields-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-lists-item-fields-container .form-group {
    margin-bottom: 0;
}

.price-lists-item {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 10px;
}

.price-lists-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.price-lists-item-sort {
    width: 20px;
}

.price-lists-item-sort a {
    color: #000;
}

.price-lists-item-sort a:hover {
    color: #000;
}

.price-lists-item-name {
    width: 30%;
}

.price-lists-item-price {
    width: 10%;
}

.price-lists-item-time {
    width: 10%;
}

.price-lists-item-note {
    width: 30%;
}

.price-lists-item-remove {
    width: 80px;
}

.price-lists-item-assigned-items {
    width: 150px;
}

.price-lists-item-meta {
    height: 35px;
}

.employees-employee-photo-container {
    width: 200px;
    height: 200px;
    position: relative;
}

.employees-employee-photo-container img {
    max-width: 100%;
    max-height: 100%;
}

.employees-employee-photo-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    opacity: 0.7;
}

.input-radio-bubbles-container {
    display: flex;
    align-items: flex-start;
}

.input-radio-bubble {
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 10px 20px;
    margin-left: 10px;
}

.input-radio-bubble:first-of-type {
    margin-left: 0;
}

.input-radio-bubble label {
    margin-bottom: 0;
}

.select2-option {
    display: flex;
    align-items: center;
    height: 50px;
}

.select2-option-photo {
    width: 50px;
    height: 50px;
}

.select2-option-photo img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 999px;
}

.select2-option-text {
    padding: 0 5px;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: 55px !important;
}

.photo-uploader-photo-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* min-height: 200px; */
    background-color: #f7f6f6;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin: 10px 0;
    position: relative;
}

.photo-uploader-photo-container-info {
    text-align: center;
    padding: 5px;
}

.photo-uploader-photo {
    border: 1px solid rgb(219, 219, 219);
    background-color: #fbfbfb;
    width: 200px;
    height: 200px;
    border-radius: 5px;
    margin: 10px;
    position: relative;
    user-select: none;
    float: left;
    z-index: 1;
}

.photo-uploader-photo.ui-draggable-dragging {
    z-index: 999;
}

.photo-uploader-photo-add {
    cursor: pointer;
}

.photo-uploader-photo-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgb(99 111 124);
}

.photo-uploader-photo-meta-icon {
    margin-bottom: 20px;
}

.photo-uploader-photo-meta-text {
    text-align: center;
}

.photo-uploader-photo-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.photo-uploader-photo-image img {
    max-width: 100%;
    max-height: 100%;
}

.photo-uploader-photo-controls {
    position: absolute;
    top: 15px;
    right: 15px;
}

.photo-uploader-photo-position {
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
}

.photo-uploader-photo-position-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.photo-uploader-photo-position-image img {
    max-width: 100%;
    max-height: 100%;
}

.photo-uploader-photo-position-name {
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: #fff;
    padding: 2px;
    width: 100%;
    font-size: 12px;
}

.patient-list tbody tr {
    cursor: pointer;
}

.patient-list td {
    align-content: center;
    vertical-align: middle;
}

.patient-list .patient-list-priority {
    width: 50px;
    align-content: center;
    text-align: center;
}

.patient-list .patient-list-priority a {
    color: #000;
}

.patient-list .patient-list-priority a span.far {
    display: block;
}

.patient-list .patient-list-priority a span.fas {
    display: none;
}

.patient-list .patient-list-priority a:hover, .patient-list .patient-list-priority.active a span {
    color: #edc804;
}

.patient-list .patient-list-priority.active a span.far {
    display: none;
}

.patient-list .patient-list-priority.active a span.fas {
    display: block;
}

.patient-list .patient-list-external-id {
    width: 160px;
}

.patient-list .patient-list-buttons {
    width: 370px;
}

.patient-list-priority-background td {
    background-color: #ffcfcf;
}

.task-list td {
    vertical-align: middle;
}

.task-list-dot {
    padding: 0 10px;
}

.task-list-dot svg {
    visibility: hidden;
    animation: 1s task-list-dot-blink infinite;
}

@keyframes task-list-dot-blink {
  from, to {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

.task-list-task-not-completed .task-list-dot svg {
    visibility: visible;
}

.task-description-container {
    font-size: 1.1rem;
}

.task-description-header {
    color: #fff;
    background-color: rgb(34 128 132);
    padding: 10px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.task-description-text {
    background-color: rgb(205 236 237);
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.task-note-header {
    color: #fff;
    background-color: rgb(85, 86, 86);
    padding: 10px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.task-note-text {
    background-color: rgb(220 222 225);
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.task-photos-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}

.task-photos-container a {
    border: 1px solid rgb(220 222 225);
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.task-photos-container a img {
    max-width: 100%;
    max-height: 100%;
}

.tasks-edit-assigned-user {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
    gap: 20px;
    background-color: #f7f6f6;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px 0;
}

.tasks-edit-assigned-user-photo {
    padding: 0 10px;
}

.tasks-edit-assigned-user-photo img {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    overflow: hidden;
    margin-right: 10px;
}

.tasks-edit-assigned-user-name {
    width: 20%;
}

.tasks-edit-assigned-user-note {
    flex-grow: 1;
}

.tasks-edit-assigned-user-controls {
    padding: 0 10px;
}

.tasks-comments-reply-info-flash {
    animation: tasks-comments-reply-info-flash-text 2s ease-in-out;
}

@keyframes tasks-comments-reply-info-flash-text {
    0%, 100% {
        background-color: transparent;
    }
    50% {
        background-color: rgb(231, 231, 1);
    }
}

.tasks-comments-reply-info-employee {
    font-weight: bold;;
}

.employee-photo-thumbnail-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.employee-photo-thumbnail {
    display: flex;
    align-items: center;
}

.employee-photo-thumbnail-sm .employee-photo-thumbnail-image {
    width: 25px !important;
    height: 25px !important;
}

.employee-photo-thumbnail-sm .employee-photo-thumbnail-name {
    font-size: 14px;
}

.employee-photo-thumbnail .employee-photo-thumbnail-image {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    overflow: hidden;
    margin-right: 10px;
}

.employee-photo-thumbnail .employee-photo-thumbnail-image img {
    max-width: 100%;
    max-height: 100%;
}

.chips-container {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.chip {
    height: 2.5rem;
    align-items: center;
    border-radius: .5rem;
    border: 1px solid rgb(179 185 191);
    background-color: transparent;
    padding: .625rem 1rem;
    text-align: center;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgb(13 32 52);
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.chip:hover {
    background-color: rgb(220 222 225);
    color: inherit;
}

.chip.active {
    border-style: none;
    background-color: rgb(205 236 237);
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.chip.active:hover {
    color: inherit;
    background-color: rgb(106 198 201);
}

.priority-information-notification-description {
    font-size: 14px;
}

.priority-information-notification-date {
    font-size: 11px;
    color: #6d6b6b;
}

.modal-notification-notification-date {
    font-size: 11px;
    color: #6d6b6b;    
}

@media (max-width: 1300px) {
    .plan-photos-section-side {
        flex: 1 0 200px;
        min-width: 200px;
    }
}