/***************** clock in / out *****************/

.kbstempeluhr-main {
    margin: 0 auto;
    width: 600px;
    /* border: 1px solid #ccc;
    background-color: #eee;*/
    padding: 10px;
    margin-bottom: 60px;
}

.kbstempeluhr-body {
    width: 100%;
    text-align: center;
}


.kbstempeluhr-date {
    font-size: 18pt;
}

.kbstempeluhr-time {
    font-size: 20pt;
}

.kbstempeluhr-button {
    width: 230px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.kbstempeluhr-button a {
    text-decoration-color: unset !important;
    text-decoration: unset !important;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 300px;
    font-weight: bold;
    color: #3D3D3D;
}

.kbstempeluhr-text {
    display: inline-block;
}

.kbstempeluhr-input {
    border: 1px solid #ccc !important;
    width: 250px;
}

#kbstempeluhr-response-red {
    font-size: 18pt;
    color: #FF5555;
}

#kbstempeluhr-response-green {
    font-size: 18pt;
    color: #3EBB9C;
}


.kbstempeluhr-old-clock-heading {
    font-size: 18pt;
}

.kbstempeluhr-out,
.kbstempeluhr-in,
.kbstempeluhr-break-out,
.kbstempeluhr-break-in {
    margin-right: 15px;
}

@media all and (max-width: 600px) {
    .kbstempeluhr-main {
        width: unset;
    }

    .kbstempeluhr-button {
        width: 150px;
        margin: 0px;
    }

    .kbstempeluhr-input {
        width: 200px;
    }
}


@media all and (max-width: 400px) {

    .kbstempeluhr-text {
        width: 150px;
        display: inline-block;
    }

    .kbstempeluhr-input {
        width: 150px;
    }
}

.kbstempeluhr-disabled {
    pointer-events: none;
    /* Disable all interactions */
    opacity: 0.5;
    /* Make the content appear gray */
}


.kbstempeluhr-entry-delete-frontend {
    color: #FF5555 !important;
    font-weight: bold;
}