/*==============================================LIST==============================================*/
.patient-search-list-content {
    height: 100%;
    background-color: rgba(247, 248, 244, 1);
}

.patient-search-scroll-list-container {
    //padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 92vh;//96vh;//87vh;
    //overflow-x: hidden;
    overflow-y: scroll;
}

.patient-search-list-header {
    padding: 0.5rem 0.5rem 1rem 0.5rem;
}

.patient-search-scroll-list {

}

.patient-list-item {
    padding-left: 1.5rem;
    padding-right: 2rem;
    position: relative;
    line-height: 2.5rem;
    cursor: pointer;
}

.patient-search-profile-tab-name {
    padding-top: 0.3rem;
}

.patient-list-item.active:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0px;
    width: 0px;
    height: 0px;
    border-top: 28px solid transparent;
    border-left: 25px solid rgba(229, 231, 221, 1);
    border-bottom: 29px solid transparent;
}

.patient-list-item.active {
    background-color: rgba(229, 231, 221, 1);
    font-weight: 600;
}

.patient-list-item-content {
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 1px solid rgba(206, 206, 206, 1);
}

.patient-name-felix {
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
}

.patient-name {
    color: rgba(28, 32, 35, 1);
}

.patient-phone {
    color: rgba(28, 32, 35, 1);
}

.add-patient-button {
    cursor: pointer;
    background-color: rgba(127, 202, 222, 1);
    border-radius: 100px;
    height: 40px;
    line-height: 40px
    width: 40px;
    color: rgba(255, 255, 255, 1);
    font-size: 32px!important;
    box-shadow: 0 2px 4px 0 rgba(206,206,206,1);

}

/*==============================================PROFILE==============================================*/
.patient-search-profile-content {
    padding-left: 1rem;
    padding-right: 1rem;
}

.patient-search-profile-info {
    height: auto;
    min-height: 50%;
    margin-right: 3rem;
    border: 1px solid rgba(238, 238, 238, 1);
    box-shadow: 0px 2px 4px rgba(238, 238, 238, 1);
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
}

.profile-item-container {
    margin-top: -3rem;
}

.profile-item {
    padding-top: 1rem;
    padding-left: 2rem;
/*    padding-bottom: 1rem;*/
}

.profile-title {
    font-size: 14px;
    color: rgba(28, 32, 35, .7);
}

.profile-content {
    font-size: 16px;
    color: rgba(28, 32, 35, 1);
}

.profile-edit-button-panel {
    top: 10px;
    right: 10px;
}

.profile-edit-button {
    color: rgba(51, 151, 195, 1);
    font-size: 30px;
}

.profile-edit-dropdown-panel {
    top: 10px;
    right: 10px;
}

.profile-edit-dropdown {
    position: relative;
    display: inline-block;
}

.profile-edit-dropdown-content {
    margin-top: .3rem;
    display: none;
    position: absolute;
    background-color: rgba(51, 151, 195, 1);
    min-width: 140px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .5);
    padding: 12px 48px 12px 26px;
    z-index: 1;
    right: 0px;
}

.profile-edit-item {
    height: 30px;
    line-height: 30px;
}


.profile-edit-dropdown:hover .profile-edit-dropdown-content {
    display: block;
}

/* Links inside the dropdown */
.profile-edit-dropdown-content > div {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(51, 151, 195, 1);
    padding: 14px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.profile-edit-dropdown-content > div:hover {
    background-color: rgba(31, 131, 175, 1);
}

/*==============================================HISTORY==============================================*/

.report-content {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: rgba(248, 252, 253, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    box-shadow: 0px 2px 4px rgba(238, 238, 238, 1);
    height: 480px;

    overflow-y: auto;
}

.patient-search-history-item {
    //padding: 1.5rem 1.5rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: rgba(248, 252, 253, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    box-shadow: 0px 2px 4px rgba(238, 238, 238, 1);
    min-height: 400px;

    overflow: scroll;
}


.history-action-container {
/*
    padding-left: 1rem;
    padding-right: 1rem;
*/
    display: flex;
    padding-bottom: 1rem;
}

.history-action-content {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px rgba(206, 206, 206, 1);
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
/*    padding-bottom: 0.5rem;*/
/*    margin-left: 1rem;*/
    margin-right: 2rem;
    margin-right: .5rem;
    width: 100%;
}


.history-light-title {
    color: rgba(28,32,35,.7);
    font-size: 14px;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.history-date, .history-comment {
    font-size: 14px;
    padding-bottom: 1rem;
}

.history-emg-signal > .history-light-title {
padding-top: 0.1rem;
}

.history-emg-signal > .history-action-text {
    font-size: 16px;
    color: rgba(28, 32, 35, 1);
}

.history-action-list-item{
    border-bottom: 1px solid rgba(206,206,206,1);
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
}

.history-action-list-item:last-child {
    border-bottom: none;
}

.history-action-text {
    color: rgba(28,32,35,1);
    font-weight: 500;
    font-size: 14px;
}

.history-action-small-text {
    font-size: 12px;
    color: rgba(28,32,35,.7);
}

.history-action-list-title {
    padding-bottom: 0.1rem;
}

.history-action-title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(28,32,35,.7);
}

.history-action-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: rgba(28, 32, 35, .7);
}

.history-action-value {
    font-size: 12px;
    font-weight: 700;
    color: rgba(28, 32, 35, 1);
}

/*==============================================RANGE OF MOTION==============================================*/

.range-of-motion-scroll-list {
    overflow: scroll;
}

.range-of-motion-content {
    padding-left: 1rem;
    padding-right: 1rem;
}

.range-of-motion-item-name {
    font-size: 16px;
    color: rgba(28, 32, 35, 1);
    padding-right: 1rem;
}

.range-of-motion-value {
    color: rgba(51, 151, 195, 1)
}


/*==============================================START TASK ASSIGNMENT==============================================*/

.start-assignment-button-container {
    //height: auto;
    //min-height: 50%;
    margin-right: 3rem;
    //border: 1px solid rgba(238, 238, 238, 1);
    //box-shadow: 0px 2px 4px rgba(238, 238, 238, 1);
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    margin-top: 1rem;
}
