﻿@font-face {
    font-family: "Gothic Narrow";
    src: url("fonts/GothamNarrow-Book_1.woff") format("woff");
    font-weight: normal; /* Adjust if other weights exist */
    font-style: normal; /* Adjust if other styles exist */
    font-display: swap; /* For better performance */
}
@font-face {
    font-family: "Gothic Narrow, Bold";
    src: url("fonts/GothamNarrow-Medium.woff") format("woff");
    font-weight: 700; /* Adjust if other weights exist */
    font-style: normal; /* Adjust if other styles exist */
    font-display: swap; /* For better performance */
}

body {
    font-family: "Gothic Narrow", Arial, sans-serif;
}

h1 {
    font-family: "Gothic Narrow, Bold", Arial, sans-serif;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
}

h2 {
    font-family: "Gothic Narrow, Bold", Arial, sans-serif;
    font-size: 30px;
    line-height: 27px;
    color: rgb(46, 48, 208); 
}

a {
    color: #1372d9; /* for AAA WCAG */
    text-decoration: underline;
}
    a.btn {
        text-decoration: none;
    }

.btn {
    border-radius: 0px;
}
.btn-primary {
    background-color: #4768B1;
    border-color: #4768B1;
}
    .btn-primary:hover {
        background-color: #EF3B24;
        border-color: #EF3B24;
    }
.btn-outline-primary {
    color: #2E30D0;
    border-color: #2E30D0;
}

label.requiredFieldLabel::after {
    content: ' *';
    color: red;
}
.requiredFieldHighlight {
    border: 1px solid #ff0000;
    background-color: #ffcecf;
}

.marginTop20 {
	margin-top: 20px;
}
.red {
	color:red;
}
.alert-menu {
    color: #fff !important;
    background-color: #7437DD !important;
    border-color: #7437DD;
}

.bold {
	font-weight:bold;
}

.spanMini {
    max-width: 50px;
}

.pull-right{
    float:right;
}

.pull-left{
    float:left;
}
/* Badge preview HTML (not ZPL based badge image */
.badge_layout {
    background-image: url("../_images/header.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    border: 1px solid #808080;
    vertical-align: middle;
    max-width: 300px;
    height: 250px;
    padding: 65px 0 0 0;
}

    .badge_layout div {
        text-align: center;
        font-size: 10pt;
        margin: 2px 0;
    }
        .badge_layout div#badge_name {
            font-weight: bold;
            font-size: 1.4em;
        }
        .badge_layout div#badge_fullName {
            font-size: 1.4em;
        }

#templateHeader {
    background-color: #4767B0;
}

#templateFooter {
    padding-top: 10px;
    background-color: #006bb6;
    color: #fff;
}
    #templateFooter p {
        font-size: 12px;
    }
    #templateFooter a {
        color: #f5ef55;
    }
    #templateFooter .icons a {
        font-size: 25px;
        color: #fff;
        margin-left: 20px;
    }

.booked-title,
.booked-info,
.booked-allotment,
.booked-label {
    display: block;
}

.booked-allotment {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
}

pre {
    background-color: aliceblue;
    position: relative;
    overflow: auto;
    /* make space  */
    margin: 5px 0;
    padding: 1.75rem 0 1.75rem 1rem;
    border-radius: 10px;
}

    pre button {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 0.9rem;
        padding: 4px 10px;
        background-color: #7437DD;
        color: white;
        border: solid 1px #7437DD;
        border-radius: 5px;
    }

        pre button:hover {
            cursor: pointer;
            background-color: #fff;
            color: #000;
        }
