header {
    height: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    float: left;
    width: 300px;
    background-color: #666;
    color: #fff;
    position: fixed;
    overflow-y: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.candidateCal{
}
.day{
    width: 22rem;
    height: 15rem;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #8c8c8c;
    font-weight: bold;
    background-color: #efefef;
    font-size: 14px;
    text-align: center;
}
.ctrls i {
    font-size: 30px;
    color: #cada35;
    margin: 5px;
}
select#selectMonth {
    background: #fff url("../img/select-arrow.png") no-repeat right 10px top 55%;
    background-size: 11px 10px;
    font-size: 25px;
    text-transform: uppercase;
    width: 250px;
    display: inline-block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #cada35;
    padding: 5px;
}
.date{
    text-align: left;
    font-size: 24px;
}
.date span{
    display: block;
    text-align: left;
    line-height: 1.2;
}
.availability-select-past {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 10px;
    min-height: 117px;
}
.availability-select-past label {
    border: 1px solid #cada35;
    display: inline-block;
    padding: 10px;
    margin: -1px 0 0 -1px;
    flex: 1 1 auto;
    text-align: center;
    background-color: #8b8c8d;
    transition: background .5s ease;
    min-width: 37px;
    color: #fff;
}
.availability-select{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-top: 10px;
    min-height: 117px
}

.availability-select span input[type=radio] {
    display: none
}

.availability-select span label {
    border: 1px solid #cada35;
    display: inline-block;
    padding: 10px;
    margin: -1px 0 0 -1px;
    flex: 1 1 auto;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    transition: background .5s ease;
    min-width: 37px
}

.availability-select input[type="radio"]:checked + label {
    background-color: #8b8c8d !important;
    color: #fff;
}

.availability-select span label:hover {
    background-color: #cada35
}
.day.confirmed {
    background-color: #c1d033 !important;
    color: #fff;
}
ul.shift-info {
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
}
ul.shift-info li {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.shift-info li span {
    width: 60%;
    padding: 5px 0;
    text-align: left;
}
ul.shift-info li span:first-child {
    text-transform: uppercase;
    width: 36%;
    padding-right: 10px;
    font-weight: 700;
}
ul.shift-info li+li span {
    border-top: 1px solid rgba(255, 255, 255, .31) !important;
}
.shift-modal {
    position: relative;
    right: 10px;
    float: right;
    top: -55px;
}
.shift-modal i {
    font-size: 16px;
    color: #fff;
    width: 23px;
    height: 23px;
    line-height: 25px;
    text-align: center;
    background-color: #8b8c8d;
    border-radius: 50%;
}

a.nav-noformat-link, a.nav-noformat-link:visited, a.nav-noformat-link:link {
    padding: 0;
    border-left: none;
    transition: none;
    color: #fff;
    text-decoration: underline;
}
.ui.message {
    position: relative;
    min-height: 1em;
    margin: 1em 0;
    background: #f8f8f9;
    padding: 1em 1.5em;
    line-height: 1.4285em;
    color: rgba(0, 0, 0, .87);
    -webkit-transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease;
    transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px rgba(34, 36, 38, .22) inset, 0 0 0 0 transparent;
}

.content {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    vertical-align: middle;
    padding-left: 30px;

}
#current {
    background-color: #f9f9f9;
}
.day.confirmed#current {
    background-color: #c1d033 !important;
    color: #fff;
}
input {
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    border-radius: 5px;
    font-family: 'exo 2', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    height: 35px;
    line-height: 35px;
    padding-left: 10px !important;
}
#app{
    float: left;
    width: 100%;
    padding-left: 300px;
}
#content {
    height: 100vh;
    overflow-y: auto;
    width: 100%;
    box-sizing: border-box;
}
#calendarSelector {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
    height: 96px;
    padding: 25px;
}
#sidebar-collapse{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    font-size: 20px;
    cursor: pointer;
    background-color: #cada35;
    padding: 5px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
#mobile-nav{
    position: absolute;
    right: 20;
    top: 0;
    z-index: 10;
    font-size: 20px;
    width: 28px;
    cursor: pointer;
    background-color: #cada35;
    padding: 5px;
    border-radius: 8px;
}
@media (max-width: 767px) {
    .relativeMenu {
        display: block !important;
        width: 100vw !important;
        position: fixed !important;
        z-index: 99999 !important;
    }
    .showMenu{
        display: block !important;
    }
}
