﻿.NoteButton {
    color: #0CAF89 !important;
    display: none;
}

    .NoteButton:hover {
        color: #2c9474 !important;
    }


.Option_Button {
    opacity: 0.7;
    color: #0CAF89 !important;
    background: none;
    border: none;
    transition: all 0.3s linear;
    font-family: 'SourceSansPro-SemiBold';
    cursor: pointer;
}

    .Option_Button:hover {
        opacity: 1;
        color: #1f826b !important;
    }

.HeaderFocusHospital {
    color: white;
    background: #0CAF89;
}

.Button_MoreHospital {
    background: none;
    border: none;
    color: white;
    transition: transform 0.3s;
}

    .Button_MoreHospital.Active {
        transform: rotate(180deg);
    }

#ContractorDataBlock {
    display: none;
    padding-top: 8px;
}

    #ContractorDataBlock.Open {
        display: block;
    }

.newMONewVersionCabinetPriorityBlock {
    display: none;
}

    .newMONewVersionCabinetPriorityBlock.Open {
        display: block;
    }

#NewMONewVersionLinkedEmployeeBlock {
    padding: 8px;
    background: white;
    display: none;
    margin-top: 16px;
    border-radius: 8px;
}

    #NewMONewVersionLinkedEmployeeBlock.Open {
        display: block;
    }

#FilterHospital {
    background: #f4f4f4;
    height: 100%;
    left: -400px;
    position: absolute;
    z-index: 100;
    width: 400px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: left 0.2s linear;
    display: flex;
    flex-direction: column;
}

    #FilterHospital.Active {
        left: 0;
    }

#FilterHospitalTitleBlock {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 16px;
    margin: 8px;
    border-radius: 16px;
}

#FilterHospitalMainBlock {
    flex-grow: 1;
    display:flex;
    flex-direction:column;
}

#FilterHospitalContentBlock {
    flex-grow: 1;
    position: relative;
    overflow: auto;
}

#FilterHospitalContent {
    position: absolute;
    width: 100%;
    height: 100%;
}

.filterHospitalItemBlock {
    padding: 8px;
    background: white;
    border-radius: 8px;
    margin: 0 8px;
    margin-top: 8px;
}
