.select-areas-background-area {}

.annotationPage {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.annotationPage .leftCol {
    flex-basis: 25%;
    margin: 10px 10px 0 0;
    border: 1px solid #F0F0F0;
    background-color: #ffffff;
}

.annotationPage .rightCol {
    flex-basis: 75%;
    margin: 10px 0 0 10px;
    padding: 0;
    border: 1px solid #F0F0F0;
    background-color: #ffffff;
}

.pathologiesList-scroll {
    overflow-y: overlay;
}

.pathologiesList-blockHeader {
    margin: 10px 22px;
    font: bold 14px "Open Sans";
    color: #454545;
    opacity: 0.75;
}

.pathologiesList-listBlockItem {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    padding: 15px 20px;
    font: normal 1em "Open Sans";
    color: #454545;
    opacity: 0.75;
    cursor: pointer;
}

.pathologiesList .ant-list-split .ant-list-item:last-child {
    border-bottom: 2px solid #F0F0F0;
}

.pathologiesList-listBlockItem:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    z-index: 1;
    position: inherit;
    opacity: 1;
}

.pathologiesList-listBlockItem__filled {
    color: #3B7CD6;
    font-weight: bold;
}

.pathologiesList-listBlockItem__active {
    opacity: 1;
    background-color: #3B7CD6;
    color: #FFFFFF;
    border: 1px solid #3B7CD6;
}

.pathologiesList-listBlockItem div {
    pointer-events: none;
}

.pathologiesList .radio-container {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    border-bottom: 2px solid #F0F0F0;
}

.pathologiesList .radio-container div {
    padding-left: 40px;
}

.photoAnnotationPanel-conclusionBlock {
    margin: 0px;
}

.pathologiesList .ant-list-item {
    padding: 12px 10px;
}

.photoAnnotationPanel-textareaWrapper {
    margin: 0;
}

.photoAnnotationPanel-textarea {
    width: 100%;
    height: 100px;
    resize: none;
    border: 1px solid rgba(136, 136, 136, 0.25);
    border-radius: 5px;
    padding: 12px 14px;
    background-color: #FCFCFC;
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    color: #212529;
}

.photoAnnotationPanel-textareaWrapper .photoAnnotationPanel-textarea:focus {
    border-color: rgba(136, 136, 136, 0.25);
    box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.photoAnnotationPanel-textareaWrapper .photoAnnotationPanel-textarea:hover {
    border-color: rgba(136, 136, 136, 0.25);
}

.photoAnnotationPanel-additionToPathology {
    user-select: none;
    font-size: 14px;
}

.photoAnnotationPanel-additionToPathology hr {
    margin: 30px 0;
}

.photoAnnotationPanel-buttonsLine {
    margin: 20px 0px 0px;
    text-align: right;
}

.photoAnnotationPanel-button {
    display: inline-block;
    margin: 5px;
    padding: 5px 5px;
    border: 1px solid rgba(136, 136, 136, 0.2);
    background-color: #FCFCFC;
    text-align: center;
}

.photoAnnotationPanel-button:hover {
    color: #3B7CD6;
    background-color: rgba(59, 124, 214, 0.15);
    cursor: pointer;
}

.photoAnnotationPanel-button__chooseButton {
    width: 154px;
}

.photoAnnotationPanel-button-double {
    width: 318px;
}

.photoAnnotationPanel-button__active, .photoAnnotationPanel-button__active:hover {
    border: 1px solid transparent;
    color: #FFFFFF;
    background-color: #3B7CD6;
}

.photoAnnotationPanel-button__save {
    background-color: #3B7CD6;
    color: #FFFFFF;
}

.photoAnnotationPanel-containerWithConclusion {
    padding: 30px 50px;
}

.photoAnnotationPanel-containerWithConclusion hr {
    margin: 35px 0;
}

.photoAnnotationPanel-modal {
    margin: 25px;
    font-family: "Open Sans";
}

.photoAnnotationPanel-modal-header {
    margin: 0px;
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: bold;
    color: #454545;
}

.photoAnnotationPanel-modal hr {
    background-color: #888888;
    opacity: 0.2;
}

.photoAnnotationPanel-modal-patientInfo {}

.photoAnnotationPanel-modal-patientInfo h6 {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #454545;
}

.photoAnnotationPanel-modal-patientInfo span {
    display: block;
    color: #454545;
}

.photoAnnotationPanel-modal-anamnesis {
    margin: 30px 14px;
}

.photoAnnotationPanel-modal-blockHeader {
    margin: 50px 0 14px;
    font-weight: bold;
    color: #454545;
}

.photoAnnotationPanel-modal-buttonsLine {
    margin-top: 50px;
    margin-right: -15px;
    text-align: center;
}

.photoAnnotationPanel-modal-buttonsLine button {
    margin-bottom: 10px
}

.photoAnnotationPanel-modal-button {
    display: inline-block;
    margin: 0 15px;
    height: 36px;
    width: 200px;
    border: 1px solid rgba(136, 136, 136, 0.5);
    border-radius: 5px;
}

.photosPanel {
    position: relative;
}

.photosPanel-mainContainer {
    background-color: #FFFFFF;
}

.photosPanel-mainPhotoContainer {
    max-height: 550px;
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
}

.photosPanel-mainPhotoContainer img {
    max-width: 100%;
    max-height: 550px;
    min-height: 200px;
}

.photosPanel-prevPhoto, .photosPanel-nextPhoto {
    position: absolute;
    top: 25%;
    width: 10%;
    max-width: 100px;
    height: 50%;
    color: #888888;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.photosPanel-prevPhoto:hover, .photosPanel-nextPhoto:hover {
    background: rgba(0, 0, 0, 0.50);
    color: rgba(255, 255, 255, 0.50);
}

.photosPanel-prevPhoto {
    left: 0;
}

.photosPanel-nextPhoto {
    right: 0;
}

.photosPanel-previewIcon {
    vertical-align: top;
    float: left;
}

.photosPanel-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 90px;
    padding: 10px 25px;
    transition: all 1s, width 1s step-end;
}

.photosPanel-gallery:hover {
    height: 150px;
    width: 100%;
    background: rgba(0, 0, 0, 0.50);
    transition: all 1s, width 1s step-start;
}

.photosPanel-gallery:hover .photosPanel-photoList {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s 0.3s;
}

.photosPanel-photoList {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.photosPanel-photoListItem {
    display: inline-block;
    width: 0px;
    height: 0px;
    margin: 0px;
    font-size: 14px;
    vertical-align: middle;
}

.photosPanel-gallery:hover .photosPanel-photoListItem {
    width: 84px;
    height: 84px;
    margin: 10px;
}

.photosPanel-photoListItem:hover {
    opacity: 0.5;
}

.photosPanel-photoListItem__current {
    border: 2px solid rgba(59, 124, 214, 0.5);
}

.photosPanel-photoListItem img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.photosPanel-serviceContainer {
    padding: 40px 0;
    display: flex;
    flex-direction: row;
}

.photosPanel-photoInfoColumn {
    flex-basis: 40%;
    padding: 0 50px;
    border-right: 1px solid #F0F0F0;
    ;
}

.photosPanel-checkbox {
    margin-bottom: 20px;
    font-size: 1rem;
}

.photosPanel-checkbox span {
    font-family: "Open Sans";
}

.photosPanel-infoRow {
    margin: 22px 0;
    display: flex;
    justify-content: space-between;
}

.photosPanel-infoRow p {
    margin: 0;
}

.photosPanel-additionalColumn {
    flex-basis: 60%;
    margin: 10px 50px 0;
}

.photosPanel-squadWatchContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.additionalSelector{
    margin-top: 30px;
}
.additionalSelector .photosPanel-checkbox{
    display: block;
}
.toPrint-container{
    margin: 10px;
    text-align: center;
}