﻿

html {
    /*background: url('/Assets/jens-johnsson-36a3U4_UUHY-unsplash.jpg') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header {
    background-color: white;
}

.heading {
    font-family: Arial;
    color: #00a0f6;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding-top: 10px;
}

.jumbotron {
    background: rgba(239, 236, 234, 0.9);
}

body {
    background: white;
}

﻿@font-face {
    font-family: 'TKTypeRegular';
    src: url('./TKReg.ttf');
}

.tk-reg-font {
    font-family: "TKTypeRegular", "Calibri" !important;
}

h1.tk-reg-font-2-rem {
    font-size: 2rem !important;
}

/*
    Make the page scrollable
*/
body {
    overflow: auto !important;
}

/*
    Welcome Header
*/

.tk-img-bg {
    background-image: url("https://password-dev.thyssenkrupp-steel.com/images/adtool/Coils_gewickelt.jpg");
    height: 300px;
    background-position: 0% 83%;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
    END Welcome Header
*/

/*
    Misc.
*/
.badge-m {
    font-size: 1em !important;
}

.badge-l {
    font-size: 2em !important;
}

.tbx-sm {
    min-width: 165px !important;
}

.btn-border {
    border: 1px solid #ababab !important;
}

.btn-primary {
    background-color: white !important;
}

.pb-1-px {
    padding-bottom: 0.063rem !important;
}

.pt-1-px {
    padding-top: 0.063rem !important;
}

.pb-4-px {
    padding-bottom: 0.25rem !important;
}

.pt-4-px {
    padding-top: 0.25rem !important;
}

.mt-3-px {
    margin-top: 0.188rem !important;
}

.font-size-20-pt {
    font-size: 20pt;
}

.font-size-20-px {
    font-size: 20px;
}

.font-size-15-px {
    font-size: 15px;
}

.font-size-115-rem {
    font-size: 1.15rem !important;
}

.word-break-all {
    word-break: break-all;
}

.font-size-15-rem {
    font-size: 1.5rem !important;
}

.tk-width-20-px {
    width: 20px !important;
}

.tk-border-gray {
    border: 1px solid #D9DEE8;
}

.padding-left-15-px {
    padding-left: 15px;
}

.tk-relative {
    position: relative;
}

.tk-absolute {
    position: absolute !important;
}

.tk-z-index-100 {
    z-index: 100;
}

.top-0 {
    top: 0%;
}

.bottom-0 {
    bottom: 0%;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.tk-justify-flex-end {
    justify-content: flex-end;
}

.tk-ml-mr-auto {
    margin-left: 20%;
    margin-right: 20%;
}

@media (max-width: 1300px) {
    .tk-ml-mr-auto {
        margin-left: 10%;
        margin-right: 10%;
    }
}

.tk-ms-depth-4 {
    box-shadow: 0 1.6px 3.6px 0 rgba(0,0,0,0.132);
}

.tk-flex-1 {
    flex: 1;
}

/*
    END Misc.
*/
/*
    Colors
*/
.tk-font-color-white {
    color: #fff !important;
}

.tk-font-color-blue {
    color: #00A0F5 !important;
}

.tk-font-color-gray {
    color: #95989A !important;
}

.tk-font-color-gray2 {
    color: #535D62;
}

.tk-font-color-gray3 {
    color: #707070 !important;
}

.tk-font-color-error {
    color: #FF0000 !important;
}

.tc-black {
    color: black;
}

.tc-red {
    color: red;
}

/*
    END Colors
*/

/*
    Separation
*/

hr.tk-separation {
    border-top: 1px solid rgba(217,222,232,0.5);
}

/*
    END Separation
*/

/*
    Buttons
*/
.tk-btn {
    border-radius: 0px !important;
    border: none !important;
}

    .tk-btn:hover {
        cursor: pointer;
    }

    .tk-btn.tk-btn-primary {
        background-color: #00A0F5 !important;
        color: #fff !important;
    }

        .tk-btn.tk-btn-primary:hover {
            color: #00A0F5 !important;
            background-color: #e6f2fa !important;
        }

        .tk-btn.tk-btn-primary.tk-disabled {
            background-color: #EEF0F2 !important;
            color: #78879B !important;
        }

            .tk-btn.tk-btn-primary.tk-disabled:hover {
                color: #78879B !important;
            }

    .tk-btn.tk-btn-secondary {
        background-color: #78879B !important;
        color: #fff !important;
    }

/*
    END Buttons
*/

/*
    Textbox input
*/

.tk-input {
    border-radius: 0px !important;
    border: 1px solid #00A0F5 !important;
    width: 100%;
    line-height: 1.5 !important;
    font-family: Segoe UI !important;
    font-size: 1rem !important;
}

    .tk-input.tk-input-error {
        border: 1px solid #FF0000 !important;
    }

/*
    END Textbox input
*/

/*
    Placeholders
*/

::-webkit-input-placeholder {
    color: #D9DEE8 !important;
    font-family: "TKTypeRegular" "Calibri" !important;
}

:-ms-input-placeholder {
    color: #D9DEE8 !important;
    font-family: "TKTypeRegular" "Calibri" !important;
}

::placeholder {
    color: #D9DEE8 !important;
    font-family: "TKTypeRegular" "Calibri" !important;
}

/*
    END Placeholders
*/

/*
    Links
*/

.tk-link {
    color: #fff !important;
    text-decoration: underline !important;
}

/*
    END Links
*/
