.shiftList,
.subPageSelection {
    list-style: none;
    margin: 0 0;
    padding: .75rem;
}

.SF_item,
.SP_item {
    display: block;
    border-left: .75rem solid var(--RS_blue_light);
    margin: 0.75rem 0.3125rem;
    padding: .75rem;
    box-sizing: border-box;
    border-radius: var(--default-corners);
    background: var(--RS_BG_white);
}

.SF_item > span {
    display: inline-block;
    width: 100%;
}

.SP_link {
    margin: 0;
}

.SP_title {
    color: var(--RS_blue_light);
    font-weight: 500;
    font-size: 1.3rem;
    margin: 5px 10px;
    display: inline-block;
    vertical-align: middle;
}

.SP_title i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}

.SP_descr {
    color: var(--font_black);
    margin: 5px 10px;
    display: inline-block;
}

#activeForm {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
    background: var(--RS_background);
    overflow: hidden;
}

#VF_content {
    padding: 1rem 0;
    height: calc(100% - 5.125rem);
    overflow: auto;
}

.VF_form {
    padding: .5rem;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.VF_fieldset {
    display: block;
    border: 0;
    margin: .5rem 0 .5rem 0;
    background: var(--RS_BG_white);
    color: var(--font_black);
    padding: .5rem;
    box-sizing: border-box;
    border-radius: 5px;
    min-width: 0;
    width: 100%;
}

.VF_fieldset.FS_first {
    background: var(--RS_blue_light);
    color: var(--font_white);
    margin-top: 0;
}

.VF_fieldset.FS_last {
    margin-bottom: 0;
}

.VF_fieldset_title {
    padding: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    border: 0;
    font-size: 1.2rem;
    font-weight: 500;
    margin: .3rem 0 1rem 0;
}

.VF_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;

}

.VF_row > * {

}

.VF_row .VF_value {
    /*width: 100%;*/
    overflow-x: auto;
    flex: 1 1 0;
}

.VF_row label {
    padding: 1rem .5rem 1rem 0;
    font-weight: 500;
    white-space: nowrap;
}

.VF_value {
    padding: 1rem 0 1rem 0;
    font-weight: 400;
    margin-right: .5rem;
}

.VF_fullWidth label {
    flex: 1 1 0;
}

.VF_fullWidth .VF_value {
    width: 100%;
    flex-basis: 100%;
}

.req_ast {
    color: var(--font_red);
    margin: 0 5px;
}

button i {
    /*border-radius: 50%;*/
    /*background: var(--RS_blue_dark);*/
    display: inline-block;
    width: 2rem;
    height: 2rem;
    font-size: 1.3rem;
    text-align: center;
    line-height: 2rem;
    color: var(--RS_blue_light);
    padding: 4px;
}

button i:before {
    line-height: 2rem;
}

button i.inverted {
    color: var(--RS_BG_white);
}

header h1 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    margin-block-end: 0;
    margin-block-start: 0;
    display: inline;
}

#header_left,
#header_center,
#header_right {
    /*height: 3.125rem;*/
    /*width: 3.125rem;*/
    /*display: flex;*/
    /*align-items: center;*/
}

#header_center {
    padding: 1rem;
}

#F_form {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--RS_background);
}

#F_value {
    overflow: auto;
    /*padding: .5rem;*/
    margin: 0.5rem;
}

#header_center,
#F_label {
    color: var(--font_white);
    flex: 1 1 0;
    text-align: center;
    white-space: nowrap;
    overflow: auto;
}

.headerBar button {
    width: 3.125rem;
    height: 3.125rem;
}

.headerBar i {
    font-size: 1.75rem;
}

#F_hidden {
    position: fixed;
    height: 1px;
    width: 1px;
    overflow: hidden;
    left: 0;
    bottom: 0;
}

#F_descr {
    margin: 1rem;
}

.inputCopy {
    width: 1px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}

.SF_topRow {
    display: flex;
    color: var(--font_blue);
    font-weight: 500;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 0.5rem 0;
}

.SF_clientName {
    color: var(--font_blue);
}

.s_pending {
    background: var(--state_pending);
}

.s_upcoming {
    background: var(--state_upcoming);
}

.s_sent {
    background: var(--state_sent);
}

.s_sent.s_20 {
    background: #e5e600;
}

.s_approved {
    background: var(--state_approved);
}

.s_rejected {
    background: var(--state_rejected);
}

.timeBtnWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin: -.5rem 0;
}

.timeBtn {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    border: 0.175rem solid var(--RS_blue_dark);
    font-size: 1rem;
    color: var(--RS_blue_dark);
    height: 1.75rem;
    width: 1.75rem;
    line-height: 1.75rem;
    border-radius: 50%;
    text-align: center;
}

.timeBtn.TB_active {
    color: var(--font_white);
    background: var(--RS_blue_dark);
}

.badge {
    font-weight: 700;
    border: 0.175rem solid var(--RS_blue_dark);
    font-size: 1rem;
    color: var(--RS_blue_dark);
    border-radius: 0.35rem;
    text-align: center;
    padding: 0.1rem 0.25rem;
    margin-left: 1rem;
}

#VF_shiftButtons {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-evenly;
    align-items: flex-end;
}

#VF_signShift,
#VF_sendShift {
    background: var(--RS_blue_dark);
    color: var(--font_white);
    font-weight: 700;
    width: 100%;
}

#VF_refuseShift {
    background: var(--RS_BG_grey);
    color: var(--font_black);
    font-weight: 700;
    width: 50%;
}

#VF_acceptShift {
    background: var(--RS_blue_dark);
    color: var(--font_white);
    font-weight: 700;
    width: 50%;
}