﻿#soft-clock-history-view img.ui-datepicker-trigger {
    position: relative;
    left: 2px;
    top: 4px;
}

#soft-clock-main .button.mobile {
    font-size: 3em;
}

#soft-clock-main {
    width: 100%;
    height: 100%;
}

#soft-clock-view {
    width: 100%;
    height: 100%;
}

#soft-clock-wrapper {
    width: 100%;
    height: calc(100% - 50px);
    display: flex;
    align-content: center;
    justify-content: center;
}

#show-no-schedule-view {
    align-self: center;
    text-align: center;
}

    #show-no-schedule-view * {
        margin: 20px 0;
    }

    #show-no-schedule-view .group * {
        margin: 20px;
    }

#show-schedule-view {
    align-self: center;
    text-align: center;
    width: 30%;
}

#shift-details {
    position: relative;
    height: 80px;
}

    #shift-details h3 {
        margin: 0;
    }

    #shift-details .start-wrapper {
        float: left;
        width: calc(50% - 10px);
        height: 60px;
        background: #00AEEF;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        color: white;
    }

    #shift-details .mid-wrapper {
        float: left;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 20px solid #00AEEF;
    }

    #shift-details .end-wrapper {
        float: left;
        width: calc(50% - 10px);
        height: 60px;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #shift-details .total-time-wrapper {
        width: 25%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background: #EAECED;
        border-radius: 25px;
        padding: 2px 0;
    }

#show-schedule-view .button {
    margin-top: 20px;
}

#select-store-wrapper {
    display: block;
    margin: 10px 0;
}

    #select-store-wrapper select {
        width: 50%;
        padding: 0 10px;
        font-size: 18px;
    }
