﻿body {
    font-family: "Source Sans Pro", sans-serif;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 700;
}

/*
h1 {
    display: none;
}
*/

h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

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: #088fd0 !important;
    border-color: #088fd0;
}

.bold {
	font-weight:bold;
}

.spanMini {
    max-width: 50px;
}

.pull-right{
    float:right;
}

.pull-left{
    float:left;
}

.btn:hover {
    color: #ea1442 !important;
    background-color: #fff !important;
    border-color: #ea1442 !important;
}

.blue-horizontal-bar {
    background-color: #004187;
    height: 40px;
}

footer {
    background-color: white;
}

/**
 * Social Links
 */
.social-links {
    padding: 0;
    margin: 5px 0 20px 0;
    list-style: none;
    font-size: 22px;
}

    .social-links li {
        padding: 0;
        margin: 0 10px 0 0;
        display: inline-block;
    }

        .social-links li:last-child {
            margin-right: 0;
        }

        .social-links li a {
            display: block;
            line-height: 1;
            color: #004187;
            text-align: center;
            -webkit-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

            .social-links li a:hover {
                color: #ea1442;
            }

/**
 * sponsor Links
 */
.sponsor-links {
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
}

    .sponsor-links li {
        padding: 0;
        margin: 0 40px 20px 0;
        display: inline-block;
    }

        .sponsor-links li:last-child {
            margin-right: 0;
        }

    .sponsor-links img.tier1 {
        width: 200px;
    }
    .sponsor-links img.tier2 {
        width: 100px;
    }

/* Badge preview HTML (not ZPL based badge image */
.badge_layout {
    border: 1px solid #808080;
    vertical-align: middle;
    max-width: 300px;
    height: 250px;
    padding: 75px 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.1em;
        }

.booked-title,
.booked-info,
.booked-allotment,
.booked-label {
    display: block;
}

.booked-allotment {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
}

table.no-spacing {
    border-spacing: 0; /* Removes the cell spacing via CSS */
    border-collapse: collapse; /* Optional - if you don't want to have double border where cells touch */
}