html {
    width: 100%;
}

body {
    overflow-x: hidden !important;
}

    body.show-spinner > main {
        overflow: hidden !important;
    }

    /* Hide everything under body tag */
    body.show-spinner > * {
        opacity: 0;
    }

    /* Spinner */
    body.show-spinner::after {
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        border-top-color: rgba(0, 0, 0, 0.3);
        animation: spin 1s ease-in-out infinite;
        -webkit-animation: spin 1s ease-in-out infinite;
        left: calc(50% - 15px);
        top: calc(50% - 15px);
        position: fixed;
        z-index: 1;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}



/*general*/
.theme-button {
    display: none;
}


.navbar.custom-navbar {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00488f+0,0079d3+100 */
    background: #00488f; /* Old browsers */
    background: -moz-linear-gradient(left, #00488f 0%, #0079d3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00488f 0%,#0079d3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00488f 0%,#0079d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00488f', endColorstr='#0079d3',GradientType=1 ); /* IE6-9 */
}

    .navbar.custom-navbar .logo {
        background: url("../img/afnitk-logo.png") no-repeat !important;
        width: 110px !important;
        height: 41px !important;
    }

.menu .main-menu ul li.active a img {
    max-width: 44px;
}


#app-container.menu-sub-hidden .menu-button .sub,
#app-container.sub-hidden .menu-button .sub {
    fill: #fff;
}

.navbar .menu-button .main {
    fill: #fff;
}

.navbar .header-icon {
    color: #fff;
}

.navbar .user .name {
    color: #fff;
}

.card.card-no-border-radius {
    border-radius: 0px !important;
}

.custom-tk-content {
    color: #595959;
}

    .custom-tk-content .username {
        color: #0070c0;
        font-weight: bold;
    }

    .custom-tk-content .text {
    }

        .custom-tk-content .text.text-danger {
            color: #ff1617;
        }


        .custom-tk-content .text .item {
            font-size: 16px;
        }

            .custom-tk-content .text .item .field {
                font-weight: normal;
            }

            .custom-tk-content .text .item .value {
                font-weight: bold;
                color: #0070c0;
            }

                .custom-tk-content .text .item .value.text-payout {
                    color: #3a3a3a;
                }


/*digital 7 font*/
@font-face {
    font-family: 'digital-seven';
    src: url('../plugins/fonts/digital-7.ttf') format('truetype');
    font-style: normal;
}


.custom-tk-content .clock-holder {
    font-family: 'digital-seven';
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    color: #0070c0;
    width: 100%;
    text-align: center;
}

/*.custom-tk-content .clock-holder > * {
    display: block;
    width: 100%;
    text-align: center;

}*/

.custom-tk-content .date-holder {
    font-family: 'digital-seven';
    font-size: 24px;
    color: #595959;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
}

    .custom-tk-content .date-holder span {
        display: block;
        width: 100%;
    }

.custom-tk-content .day-holder {
    font-family: 'digital-seven';
    font-size: 20px;
    color: #bfbfbf;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
}

    .custom-tk-content .day-holder span {
        display: block;
        width: 100%;
    }

.custom-tk-content .btn-holder .btn-in-out {
    background: #0696ff;
    border: 1px solid #0696ff;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

    .custom-tk-content .btn-holder .btn-in-out[disabled="disabled"] {
        background: #bfbfbf;
        color: #595959;
        border: 1px solid #bfbfbf;
        font-weight: bold;
        font-size: 15px;
    }

    .custom-tk-content .btn-holder .btn-in-out:hover {
        background: #0070c0;
        border: 1px solid #0070c0;
        color: #fff;
    }


    .custom-tk-content .btn-holder .btn-in-out[disabled="disabled"]:hover {
        background: #bfbfbf !important;
        color: #595959 !important;
        cursor: not-allowed !important;
        border: 1px solid #bfbfbf !important;
    }



/*.custom-tk-content .btn-holder .btn-in,
.custom-tk-content .btn-holder .btn-in[disabled="disabled"] {
    background: #0696ff;
    border: 1px solid #0696ff;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.custom-tk-content .btn-holder .btn-out {
    background: #bfbfbf;
    color: #595959;
    border: 1px solid #bfbfbf;
    font-weight: bold;
    font-size: 15px;
}

    .custom-tk-content .btn-holder .btn-in:hover,
    .custom-tk-content .btn-holder .btn-in[disabled="disabled"]:hover,
    .custom-tk-content .btn-holder .btn-out:hover {
        background: #0070c0;
        border: 1px solid #0070c0;
        color: #fff;
    }*/
.custom-tk-content .pull-right {
    float: right;
}

.custom-tk-content .text-punch {
    text-align: right;
}

    .custom-tk-content .text-punch input[type="text"] {
        background: unset;
        border: unset;
        width: 130px;
    }

    .custom-tk-content .text-punch .description {
        color: #0696ff;
        font-weight: bold;
    }

.link-tams a.btn-primary {
    background: #ea700d;
    border: 1px solid #ea700d;
    font-weight: bold;
    font-size: 15px;
}

    .link-tams a.btn-primary:hover {
        background: #0070c0;
        border: 1px solid #0070c0;
        color: #fff;
    }


.link-green a.btn-primary {
    background: #00b050;
    border: 1px solid #00b050;
    font-weight: bold;
    font-size: 15px;
}

    .link-green a.btn-primary:hover {
        background: #0070c0;
        border: 1px solid #0070c0;
        color: #fff;
    }

.fix-time-holder img {
    max-width: 100%;
}

.fix-time-holder i {
    color: #ea700d;
    font-size: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-tk-login {
}

    .custom-tk-login main {
        height: unset !important;
    }

    .custom-tk-login .fixed-background {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002869+0,0078d2+100 */
        background: #002869; /* Old browsers */
        background: -moz-linear-gradient(left, #002869 0%, #0078d2 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #002869 0%,#0078d2 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #002869 0%,#0078d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002869', endColorstr='#0078d2',GradientType=1 ); /* IE6-9 */
    }


    .custom-tk-login .auth-card .form-side {
        padding: 80px 80px 40px 80px;
    }

    .custom-tk-login .logo-holder {
        float: right;
        width: 100px;
        margin-bottom: 8px;
        margin-top: 40px;
    }

        .custom-tk-login .logo-holder img {
            max-width: 100%;
        }


    .custom-tk-login .auth-card .image-side {
        padding: 0px;
        border-radius: 0px;
        background: none;
    }

        .custom-tk-login .auth-card .image-side img {
            object-fit: cover;
            width: 100%;
        }

    .custom-tk-login .has-float-label label,
    .custom-tk-login .has-float-label > span:last-of-type {
        top: 8px;
        font-size: 18px;
    }

    .custom-tk-login .form-control {
        padding-left: 44px;
    }

    .custom-tk-login .btn-primary {
        background: #0696ff;
        border: 1px solid #0696ff;
        color: #fff;
        font-weight: normal;
        font-size: 15px;
    }


    .custom-tk-login .btn-back {
        background: #bfbfbf;
        color: #595959;
        border: 1px solid #bfbfbf;
        font-weight: normal;
        font-size: 15px;
    }

        .custom-tk-login .btn-primary:hover,
        .custom-tk-login .btn-back:hover {
            background: #0070c0;
            border: 1px solid #0070c0;
            color: #fff;
        }

    .custom-tk-login .has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
        opacity: 1;
    }

    .custom-tk-login .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
        opacity: 1;
    }


/*buttons*/
.custom-tk-content .btn-default {
    background: #0696ff;
    border: 1px solid #0696ff;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 0px;
}

    .custom-tk-content .btn-default.btn-default-2 {
        background: #ea700d !important;
        border: 1px solid #ea700d !important;
    }

    .custom-tk-content .btn-default.btn-default-3 {
        background: #bfbfbf !important;
        border: 1px solid #bfbfbf !important;
        color: #595959 !important;
    }

    .custom-tk-content .btn-default:hover {
        background: #0070c0;
        border: 1px solid #0070c0;
        color: #fff;
    }

.punch-block-space {
    height: 20px;
}


/*announcement*/
.announce-holder .announce-item {
    border-top: 1px solid rgba(0, 112, 192, .2);
    padding-top: 8px;
    margin-bottom: 8px;
}

.announce-holder .announce-item:first-child {
    border-top: unset;
}

.announce-holder .announce-item .name {
    float: left;
    font-weight: bold;
    font-size: 14px;
    color: #0070c0;
    width: 45%;
}

.announce-holder .announce-item .date {
    float: right;
    font-weight: bold;
    font-size: 14px;
    width: 45%;
    text-align: right;
}


/* pdy-slide */
.pdy-slide {
    height: 50px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}

    .pdy-slide h3 {
        font-size: 2em;
        color: #d50000;
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        transform: translateX(100%);
        animation: pdy-slide 15s linear infinite;
    }

@keyframes pdy-slide {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media only screen and (min-width: 1920px) {
    .punch-block-space {
        height: 6px;
    }
}

.disableCopyPasteContent {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/*general*/
