﻿body {
    font-family: "Benton Sans Regular", Helvetica, Arial;
    background-color: #CFCBC8;
}

div {
    
}

h1 {
    color: #ef3824;
    font-weight: bold;
    font-size: 2rem;
}
h2 {
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
}


.main {
    /*margin-left: 160px;*/
    max-width: 900px;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    padding: 0;
}

footer {
    background: #ef3824 url(https://www.iaspworldcongress.org/images/default-source/site-design/decorative/deco-shapes-4.png) no-repeat 100% 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    min-height: 150px;
    padding: 50px 10px;
}
    footer a, footer a:hover {
        color: #fff;
    }
    footer .table {
        color: #fff;
    }
    footer .table-bordered {
        border: 1px solid #000;
    }

.btn-primary {
    background-color: #F25E22;
    border-color: #F25E22;
}
    .btn-primary:hover {
        background-color: #F25E22;
        border-color: #F25E22;
    }

.btn-outline-primary {
    color: #F25E22;
    border-color: #F25E22;
}

    .btn-outline-primary:hover {
        background-color: #F25E22;
        color: #fff;
        border-color: #F25E22;
    }

.spanMini {
    max-width: 50px;
}

label.requiredFieldLabel::after {
    content: ' *';
    color: red;
}

.requiredFieldHighlight {
    border: 1px solid #ff0000;
    background-color: #ffcecf;
}

.eventSummary_headerRow div {
    font-weight: bold;
}

.eventSummary_row {
}

.eventSummary_eventFee {
    text-align: right;
}

.eventSummary_quantity {
    width: 100%;
    margin: 0;
    padding: 1px;
    text-align: center;
}

.eventSummary_totalFee {
    text-align: right;
}

.eventSummary_totalLabel {
    text-align: right;
}

/* Breadcrumbs */
.breadcrumb_container {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 1px;
    text-align: center;
}

    .breadcrumb_container ul {
        margin: 0;
        padding: 0;
    }

        .breadcrumb_container ul li {
            position: relative;
            display: inline-block;
            margin: 0;
            padding: 0;
            text-align: center;
            vertical-align: top;
        }

            .breadcrumb_container ul li div.breadcrumb_iconWrapper {
                position: relative;
            }

                .breadcrumb_container ul li div.breadcrumb_iconWrapper::before {
                    content: '';
                    width: 44%;
                    border-bottom: solid 1px #efefef;
                    position: absolute;
                    left: 0;
                    top: 50%;
                }

                .breadcrumb_container ul li div.breadcrumb_iconWrapper::after {
                    content: '';
                    width: 44%;
                    border-bottom: solid 1px #efefef;
                    position: absolute;
                    left: 56%;
                    top: 50%;
                }

        .breadcrumb_container ul:last-child {
            margin-right: 0;
        }

        .breadcrumb_container ul li, .breadcrumb_container ul li a {
            text-decoration: none;
            font-size: 9pt;
        }

            .breadcrumb_container ul li.active {
                font-weight: bold;
            }

            .breadcrumb_container ul li.navbar_li_textonly {
                cursor: not-allowed;
            }

            .breadcrumb_container ul li i.fa {
                width: 20px;
                height: 20px;
                color: #efefef;
            }

            .breadcrumb_container ul li i.breadcrumb_visited {
                color: #679000;
            }

            .breadcrumb_container ul li i.active {
                color: #4c6a00;
            }

/* Nav bar */
.sidenav {
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 200px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    left: 0;
    top: 0;
    z-index: 1; /* Stay on top */
    background-color: #fff; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
}

    /* The navigation menu links */
    .sidenav a, .sidenav span {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 14px;
        color: #000;
        display: block;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

        .sidenav a.dim, .sidenav span.dim {
            color: #808080;
        }

        .sidenav a.active, .sidenav span.active {
            font-size: 16px;
            background-color: #669933;
            color: #fff;
        }



/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/* Badge preview HTML (not ZPL based badge image */
.badge_wrapper {
    background: url(../_images/header.jpg); 
    background-size: 300px auto;
    background-repeat: no-repeat;
    border: 1px solid #808080;
    max-width: 300px;
    height: 250px;
    padding: 0;
}

.badge_content {
    padding-top: 100px;
    text-align: center;
}
    .badge_content span {
        font-size: 10pt;
    }