.tijdsvakken div {
    border-bottom: 1px #000 solid;
    padding-bottom: 20px;
}

.button.delete-period {
    background-color: red;
    color: white;
}

.button.delete-period:hover {
    background-color: red;
    color: white;
    opacity: 0.5;
}

.button.delete-period:focus {
    background-color: red;
    color: white;
}

.save-button-squash {
    margin-top: 20px !important;
}

.add-time-period-squash {
    background: none;
    border: none;
    color: #0085ba;
    padding-top: 8px;
    padding-left: 0;
    outline: none;
}

.add-time-period-squash:hover {
    cursor: pointer;
}

.delete-time-period-squash {
    background: none;
    border: none;
    color: red;
    padding-top: 8px;
    padding-left: 0;
    outline: none;
}

.delete-time-period-squash:hover {
    cursor: pointer;
}

.number-time-period {
    font-weight: bold;
    font-size: 15px;
    line-height: 0px;
    padding-top: 12px;
}

.time-period-div {
    display: flex;
    border-bottom: 1px solid #aaa;
}

#tracks-div div:not(:first-of-type) {
    padding-top: 1px;
}

.time-period-info-div {
    padding-right: 8px;
    border-right: 1px solid #aaa;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
    width: 20px;
}

.time-period-content-div {
    padding-left: 8px;
}

.time-period-input {
    margin-left: 14px;
}

.track-time {
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.squash_current_role {
    font-size: 16px;
    font-weight: bold;
    margin-left: 8px;
}

.squash_message_success {
    padding: 20px;
    background-color: lightgreen;
    border: 1px solid green;
}

.squash_message_failure {
    padding: 20px;
    background-color: orange;
    border: 1px solid red;
}

.track-time-time {
    font-size: 20px;
    padding-right: 8px;
    margin-top: 7px;
    margin-left: 8px;
}

.squash-scheme-main {
    display: flex;
}

.time-part {
    width: 48%;
    border-right: 1px solid #aaa;
    margin-left: 8px;
    height: 410px;
}

.comment-input {
    margin-left: 8px;
}

.track-1 {
    margin-bottom: 12px;
    border-bottom: 1px solid #aaa;
    margin-right: 8px;
}

.track-2 {
    margin-right: 8px;
    border-bottom: 1px solid #aaa;
}

.track-3 {
    margin-bottom: 12px;
    border-bottom: 1px solid #aaa;
    margin-right: 8px;
}

.track-4 {
    margin-right: 8px;
    border-bottom: 1px solid #aaa;
}

.fa-clock {
    font-size: 36px;
}

.track-text {
    font-weight: bold;
    margin-top: 0px;
    padding-left: 8px;
    margin-bottom: 0 !important;
}

.track-info-div {
    height: 70px;
}

.track-text-comment {
    height: 20px;
    font-size: 10px;
    font-style: italic;
    margin-left: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 0 !important;
}

.squash-candidate {
    padding: 4px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    padding-left: 8px;
    margin-top: 0px;
}

.free {
    background-color: green;
    color: white;
    width: 80%;
    border-radius: 100px;
    padding-left: 12px;
}

.skill {
    color: red;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 4px;
}

.delete_form {
    flex: 1;
}

.delete_button {
    color: red;
    padding: 2px;
    border: none;
    outline: none;
    padding-top: 4px;
}

.delete_button:hover {
    color: darkred;
    cursor: pointer;
}

.candidate-info {
    display: flex;
    justify-content: space-between;
    height: 64px;
}

.track-time-type {
    font-size: 10px;
    opacity: 0.5;
    font-style: italic;
}

.track-time-div {
    display: flex;
}

.squash-scheme-divider {
    height: 1px;
    background-color: #aaa;
}

.reserve_form {
    width: 100%;
    margin-bottom: 0;
}

.reserve_form select {
    border: none;
    height: 32px;
    padding-left: 8px;
}

.register_button {
    color: green;
    border: none;
    outline: none;
}

.register_button:hover {
    opacity: 0.5;
}

.squash-title-admin {
    border-bottom: 1px solid #aaa;
    padding-bottom: 16px;
}

#days-selection-generation {
    margin-bottom: 16px;
}

.squash-admin-panel-schedule {
    margin-right: 20px;
}

.squash-divider-admin {
    margin-right: 20px;
}

.time-parts-all {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-left: 1px solid #aaa;
}

.time-part-column {
    display: flex;
}

.squash_username {
    margin-left: 8px;
    margin-top: 4px;
    width: 220px;

    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-bottom: 0px !important;
}

.squash_username_available {
    color: green;
}

.padding-left {
    padding-left: 16px;
}

.time-part-groepsbaan {
    width: 100%;    
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 215px;
    justify-content: center;
}

.track-text-groepsbaan {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.candidate-info-groepsbaan {
    display: flex;
    justify-content: space-between;
    height: 32px;
    min-width: 200px;
}

.group-block-text {
    padding: 2px;
    line-height: 28px;
    height: 28px;
    vertical-align: middle;
}

.overwrite-danger {
    color: white !important;
    background: red !important;
    border: none !important;
}

.form-inline { 
    display: inline-block;
}

.logging-item-delete {
    background: red;
    padding-left: 7px;
    padding-top: 3px;
    padding-right: 8px;
    padding-bottom: 4px;
    color: white;
    display: inline-block;
}

.logging-item-add {
    background: green;
    padding-left: 6px;
    padding-top: 3px;
    padding-right: 7px;
    padding-bottom: 5px;
    color: white;
    display: inline-block;
}

@media (max-width: 1024px) {
    .time-part-column {
        flex-direction: column;
    }

    #days-overview-selection-frontend {
        width: 50%;
    }

    .time-part {
        width: 100%;
    }
}

.time-dash {
    text-align: center;
}

.fa-clock {
    margin-top: 34px;
}


@media (max-width: 640px) {
    .squash-scheme-main {
        flex-direction: column;
    }

    .track-time {
        width: 100%;
        border-bottom: 1px solid #aaa;
        margin-bottom: 16px;
    }

    .track-text-3 {
        margin-top: 16px;
    }

    #days-overview-selection-frontend {
        width: 100%;
    }

    .squash_current_role {
        text-align: center;
        margin-top: 16px;
        display: block;
    }
}

@media (max-width: 490px) {
    .squash_username {
        width: 150px;
    }

    .reserve_form select {
        width: 140px;
    }
}

@media (max-width: 410px) {
    .squash_username {
        width: 140px;
    }
}

@media (max-width: 360px) {
    .squash_username {
        width: 100px;
    }

    .reserve_form select {
        width: 100px;
    }
}
