﻿a {
    color: #006198;
    text-decoration: none;
}
p {
    font-size: 14px;
}
.form-container {
    margin: 20px;
}

.display-container {
    margin: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

form#dataForm {
    margin-top: 2rem;
}

body {
    font-family: "basic-sans", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    
}

h1 {
    font-weight: bold !important;
    color: #00305e !important;
    padding-bottom: 1rem !important;
}
h1#conferenceTitle {
    margin: 2rem 0;
}
h1#mainH {
    margin-top: 2rem;
}

label {
    color: #00305e;
    font-size: 14px !important;
    font-weight: bold;
}

input, select {
    font-family: "minion-pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px !important;
    text-transform: capitalize;
    border-radius: 0 !important;
}

.container {
    background: #fff;
    padding: 3rem;
    height: 100%;
}
#footerFix {
    background: #00305e;
    color: #fff;
}
    #footerFix a {
        color: #fff;
    }
.btn-iia {
    background: #9aca3c;
    font-size: 14px;
    color: #00305E;
    text-transform: uppercase;
    padding: .5rem 2rem;
    border-radius: 30px;
    font-weight: bold;
    border: 1px solid #9aca3c;
    transition: all 300ms ease;
}

    .btn-iia:hover {
        background: transparent;
        border: 1px solid #9aca3c;
        outline: #9aca3c;
    }

.btnWrap {
    text-align: right;
}
#footerFix {
    background: #00305e;
    color: #fff;
    text-align: center;
}
.fa-lg {
    font-size: 1rem;
    line-height: .75em;
    vertical-align: -.0667em;
    padding-right: .5rem;
}
#footerLinks {
    text-align: center;
}
select {
    font-size: 14px !important;
}
#letterLogo {
    margin-bottom: 2rem;
}
#letterSpacer {
    font-size: 14px;
}
#iiaLogo {
    margin-bottom: 2rem;
}
#confirmationEvent {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 14px;
    font-weight: bold;
    margin-top: 2rem;
}
#addressBlock, #date {
    font-weight: bold;
}
.line-break {
    display: block;
    margin-top: 0;
    padding: .2rem 0;
}
.headerHome {
    min-height: 50px;
}
#headerHomeIcon {
    padding: 1rem;
    max-width: 1440px;
    margin: auto;
}
main#logoHeader {
    padding-top: 1rem !important;
    max-width: 1440px !important;
}
.containerWider {
    max-width: 1440px !important;
}
header.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1030; /* Above page content, below modals */
    background-color: #00305e;
}
.container.text-center {
    background: #00305e;
    color: #fff;
}

footer.footer.mt-auto {
    background: #00305e;
}
/*label:after {
    content: "*";
    color: red;
    float: right;
    margin-left: .2rem;
}*/

#btnWrap {
    text-align: right;
}

.mt-5, .my-5 {
    margin-top: 0 !important;
}

button:focus {
    outline: none !important;
}

#icEventContainer {
    margin: auto;
    border: 1px solid #cecece;
    padding: 3rem;
    margin-top: 2rem;
    font-size: 14px !important;
}

    #icEventContainer span {
        /* color: #495057; */
        /* font-size: 14px; */
        font-weight: bold;
    }

.disabled {
    background-color: #ccc !important;
    cursor: not-allowed;
    border: 1px solid #ccc !important;
}

.submitButtons {
    background: #9ACA3C;
    font-size: 14px;
    color: #00305E;
    text-transform: uppercase;
    padding: .5rem 2rem;
    border-radius: 30px;
    font-weight: bold;
    border: 1px solid #9ACA3C;
    transition: all 300ms ease;
}

.col.colMove {
    text-align: right;
}

#checkContainer {
    margin-top: -5rem;
}

.contactInfo {
    max-width: 25%;
}

img.imgSign {
    max-width: 350px;
    height: auto;
}

#open {
    margin-top: 2rem;
}

.printBTN {
    text-align: right;
}

.card {
    margin: 1rem;
    min-height: 250px;
}

.h5, h5 {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    color: #00305e !important;
}
.card-title {
    margin-bottom: 0;
}
.cardDate {
    font-size: 1.2rem;
}
button.btn.btn-success.mt-3 {
width: 7rem;
border-radius: 20px;
}
.btn-primary, button.btn.btn-success.mt-3 {
    color: #00305e !important;
    background-color: #9aca3c !important;
    border-color: #9aca3c !important;
}
.btn-primary:hover, button.btn.btn-success.mt-3:hover {
    color: #00305e !important;
    background-color: transparent !important;
    border-color: #9aca3c !important;
}
/* visa letter */
.letter {
    width: 8.5in;
    background: #fff;
    padding: 2rem;
    margin: auto;
}

.signature-img {
    max-width: 250px;
    
}

.letter-section {
    margin-bottom: 14px;
}

    .letter-section p {
        margin: 0 0 10px 0;
    }

.registration-contact {
    margin-top: 10px;
}
.event-location {
    margin-top: .25rem;
    font-size: 14px;
    padding-bottom: 1rem;
}
@media print {
    body {
        transform: scale(0.8); /* Adjust the scale factor as needed */
        transform-origin: top left; /* Set the origin for the scale */
        width: 100%; /* Ensure the width is 100% to avoid clipping */
        height: auto; /* Allow height to adjust automatically */
        overflow: hidden; /* Prevent overflow issues */
    }

    button#printIC, .headerHome, .registration-contact, button.btn.btn-success.mt-3 {
        display: none;
    }
    
    .letter.border {
        margin-top: 0;
        margin-bottom: 0;
    }
    .letter.border.container {
        border: 0 !important;
        width: 100% !important;
        max-width: 1440px !important;
        margin-left: 4rem;
            
    }
    .date-time-element {
        display: none !important;
    }

    .post-link, .navigation-links {
        display: none !important;
    }
    /* Hide all links (optional, if you want only the URL text to disappear from the content) */
    a {
        text-decoration: none; /* Make links look like regular text */
        color: black; /* Ensure link text is black */
        cursor: default; /* Change cursor from pointer */
    }
        /* Remove the appended URL that some frameworks (like Bootstrap or Foundation) automatically add after links in print view */
        a[href]:after {
            content: none !important;
        }
    @page {
        size: auto;
        margin: 0mm;
    }
}
