﻿@font-face {
    font-family: 'couriernew';
    src: url('../../content/fonts/couriernew.ttf') format('truetype');
}

body {
    --font-color-blue: #20486c;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Open Sans", sans-serif;
    min-height: 100vh;
}

#renderBodyDiv {
    min-height: unset !important;
    height: 39rem;
}


#logoContainer {
    text-align: center;
    margin: 35px 0;
}

.card-header:not(#consentSection.card-header) {
    background-color: #648d38;
    color: #fff;
}

.modal-header {
    background-color: #648d38;
    color: #fff;
    text-align: center;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.btn-secondary {
    font-size: 16px;
    padding: 6px 16px;
}
.btn-primary {
    font-size: 16px;
    padding: 6px 16px;
    border: none;
    background-color: #648d38;
}


    .btn-primary:hover {
        background-color: #648d38;
        color: #fff;
    }

    .btn-primary:active {
        background-color: #83c71ecf;
        color: #fff;
    }

    .btn-primary:focus {
        background-color: #648d38;
        box-shadow: 0 0 0 0.25rem rgb(64 173 15 / 36%);
    }
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(64 173 15 / 36%);
}

.mainContainer {
    background-color: #ffffffd1;
    padding: 1.5rem 5rem 5rem 5rem;
    border: 1px solid #648d38;
    height: 30rem;
    width: 37rem;
    font-size: 18px;
    margin-top: 7rem;
    box-shadow: 1px 6px 12px 8px rgba(0, 0, 0, 0.2);
}


.mainDivSplit {
    display: flex;
    margin: 0 !important;
    max-width: unset !important;
    justify-content: center;
}

.detachImage {
    background-image: url(../../content/images/ccadetach.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}

.split1 {
    position: relative;
    width: 138%;
}

.split2 {
    flex-direction: column;
    /*    font-family: couriernew;
*/ display: none
}

#loginSection #loginForm {
    width: 100%;
    margin: 20px auto;
}


.payAsGuest {
    position: absolute;
    top: 0.3rem;
    right: -0.5rem;
    margin: 0;
}

#registerSection #registerForm {
    margin: 20px auto;
    margin-left: 12px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff00;
    border: none;
}

.nav-tabs, .nav-link {
    border: none !important;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.dbNumberText {
    color: var(--font-color-blue);
    margin-bottom: 24px;
}


/*#registerSection #registerForm input[type=text], input[type=password] {
    min-width: 220px !important;
}*/

.welcomeMessage {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    color: var(--font-color-blue);
    font-size: 25px;
    white-space: nowrap;
}

.accountViewContainer {
    background-color: #ffffffd1;
    padding: 10px;
    min-height: 28rem;
    width: 59rem;
    overflow-y: auto;
    max-height: 60vh;
    border: 1px solid #648d38;
    box-shadow: 1px 6px 12px 8px rgba(0, 0, 0, 0.2);
    margin-top: 8rem;
}

#accounts .table {
    border-color: black;
}

    #accounts .table thead tr th {
        border-bottom-width: 2px
    }

.footer {
    background-image: url(../../content/images/TMTfooterbg.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: top left -220px;
    /* background-color: #ffffff; */
    width: 100%;
    padding: 7px 0;
    font-size: .8rem;
    line-height: normal;
    height: 13rem;
    place-content: center;
    /* margin-bottom: -16px;*/
}

.footerHr {
    display: none;
}

.regRow {
    text-align: left !important;
}

#tmtBody {
    display: flex;
    width: 100vw;
    justify-content: center;
    background-image: url(../../content/images/TMTBackground.jpg);
    background-size: 124rem;
    background-position: center left -64px;
    background-repeat: no-repeat;
    height: 31rem;
}
#tmtAccountBody {
    display: flex;
    width: 100vw;
    justify-content: center;
    background-image: url(../../content/images/TMTBackground.jpg);
    background-size: cover;
    background-position: center top 0px;
    background-repeat: no-repeat;
    height: 31rem;
    overflow: visible;
}

.body-content {
    margin: 0;
    padding: 0;
    min-height:unset!important;
}

#logoContainer {
    display: none !important;
}

#siteName {
    display: flex !important;
    flex-direction: column;
    height: 120px;
    color: black;
    font-size: 2.8rem;
    width: 100vw;
    background: linear-gradient(to bottom, #ececec, #ffffff 50%, #e3e3e3, 114%, #999999);
    padding: 0 54px;
    justify-content: center;
}
#siteNameTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#siteNameAdditional {
    font-size: 20px;
    color: #648d38;
}

#logo {
    width: 18rem;
    margin: 0;
}

.form-control {
    height: 1.8rem;
}

#logOut {
display:none;
}
#logoutForm {
    margin-top: -22px;
}
#logoutContainer {
    height: 0px;
    font-size: 17px;
    align-self: self-end;
}

#headerPhoneIcon {
    width: 20px;
}
#TMTFooterContent {
    margin: auto;
    text-align: center;
    background-color: #ffffffcc;
    width: 64rem;
    padding: 16px 77px;
    border: 1px solid #648d38;
    box-shadow: 1px 6px 12px 8px rgba(0, 0, 0, 0.2);
    color: #939393;
    height: 111px;
    margin-bottom: -52px;
}
#tmtfooterBody {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}


@media (max-width: 768px) { /* Adjust breakpoint as needed */
    #TMTFooterContent {
        width: 20rem;
        padding: 16px;
        height: fit-content;
        margin-bottom: 0;
    }

    .mainContainer {
        height: unset;
        padding: 16px;
        font-size: unset;
        margin-top: 61px;
        /*width: 18rem;*/
    }

    #siteName {
        padding: 10px 0;
        height: fit-content;
    }

    #siteNameTop {
        flex-direction: column;
        height:fit-content;
    }

    #tmtBody {
        background-size: 65rem;
        background-position: top left -19rem;
        height: auto;
    }

    #loginSection #loginForm {
        margin: 20px auto;
    }
    .nav {
        padding: 0px 0 10px 34px;
    }
    .payAsGuest {
        position: absolute;
        top: 6px;
        margin: 0;
    }
    .welcomeMessage{
        white-space:unset;
    }

    .footer {
        background-position: bottom;
        height: 21rem;
    }
    #renderBodyDiv{
        height:unset;
    }
    body {
        min-height: unset;
        height: fit-content;
    }
    #tmtfooterBody {
        flex-direction: column;
        height: 12rem;
    }
    .row {
        width: inherit;
    }

    .btn-primary {
        padding: 3px 8px;
        font-size: 14px;
    }
    .spinner {
        margin: 270px auto;
    }
    #logoutForm {
        margin-top: 0;
        padding: 0 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #logoutContainer{
        height:unset;
    }
    .accountViewContainer {
         min-height: unset;
    }
}

