﻿/* tab menu */
div.tab_menu_line
{
    background-color: #d3d3d3;
    width: 100%;
    height: 5px; /*font-size: 0.3em;*/
}

div.tab_menu
{
    padding: 0px 0px 0px 8px;
    display: none;
    height: 25px;
    text-align: center;
}

div.tab_menu_wrap
{
    height: 25px;
}

div.tab_menu ul
{
    list-style: none;
    margin: 0px;
    padding: 10px;
    width: auto;
    z-index: 100;
}

div.tab_menu ul li a, div.tab_menu ul li a:visited
{
    /*border-top: 2px #d3d3d3 solid;*/
    border-left: 2px white solid;
    border-right: 2px white solid;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    width: 121px;
}

div.tab_menu ul li a:hover
{
    text-decoration: none;
}

div.tab_menu ul li a:active
{
    text-decoration: none;
}

/* site master page */
.loggedInAs
{
    width: 200px;
    font-size: 1.1em;
    display: block;
    text-align: center;
    padding: 10px;
    color: White;
    float: right;
}

textarea
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}

input
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}

select
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}

/* HTML editor */
.ajax__html_editor_extender_texteditor
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    color: Black;
    font-size: 10pt;
}
.ajax__html_editor_extender_texteditor a
{
    color: Blue;
}
.ajax__html_editor_extender_texteditor blockquote
{
    margin-top: 0;
    margin-bottom: 0;
}
.ajax__html_editor_extender_texteditor ul, ol
{
    margin: 0;
}
.ajax__html_editor_extender_texteditor p
{
    line-height: 1.3em;
    margin: 0 3px;
}
/*body p
{
    line-height: 1.3em;
    margin: 0 3px;
}

*/



/* Register Page (Book) Ad for Early Bird */
.early-bird-book-ad {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 20px;
    justify-content: center;
}

    .early-bird-book-ad .ebas-title {
        font-size: 2em;
        color: #7A303F;
        font-weight: bold;
    }

    .early-bird-book-ad .ebas-branding {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .early-bird-book-ad .ebas-branding .ebas-logo {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .early-bird-book-ad .ebas-branding .ebas-logo svg {
                width: 100%;
            }

        .early-bird-book-ad .ebas-branding .ebas-text {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-left: 20px;
        }

            .early-bird-book-ad .ebas-branding .ebas-text .early-bird-title {
                font-size: 1.8em;
                font-weight: bold;
            }

            .early-bird-book-ad .ebas-branding .ebas-text .alerts-title {
                font-size: 3.0em;
                margin-top: -15px;
            }

    .early-bird-book-ad .ebas-register {
        text-align: left;
        font-weight: bold;
        font-size: 1.3em
    }

        .early-bird-book-ad .ebas-register input[type="checkbox"] {
            transform: scale(2);
            padding: 10px;
            margin-right: 10px;
        }

    /* Register Page */
    .powered-by-ire {
        width: 155px;
        margin: -3px 9px;
    }

/*.early-bird-book-ad {
    display: flex;
    align-items: center;
    background-color: #7A303F;
    color: white;
    padding: 20px;
    justify-content: center;
}

    .early-bird-book-ad .ebas-branding {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        .early-bird-book-ad .ebas-branding .ebas-logo svg {
            width: 165px;
        }

        .early-bird-book-ad .ebas-branding .early-bird-title {
            margin: 0px;
            font-size: 1.3em;
            color: white;
        }

        .early-bird-book-ad .ebas-branding .alerts-title {
            margin: 0px;
            font-size: 1.5em;
            color: white;
        }

    .early-bird-book-ad .divider {
        background-color: white;
        width: 2px;
        margin-left: 50px;
        margin-right: 50px;
        height: 215px;
    }

    .early-bird-book-ad .ebas-copy {
        text-align: left;
        max-width: 300px;
        display: flex;
        flex-direction: column;
        height: 100%;
        font-size: 1.1em;
    }

        .early-bird-book-ad .ebas-copy .ebas-register-now {
            text-decoration: none;
            font-size: large;
            font-weight: bold;
        }

            .early-bird-book-ad .ebas-copy .ebas-register-now:hover .btn-ebas-register-now {
                background-color: #a34b1f;
            }

            .early-bird-book-ad .ebas-copy .ebas-register-now .btn-ebas-register-now {
                background-color: #D06229;
                padding: 15px;
                border-radius: 5px;
                color: white;
                text-align: center;
                width: 200px;
            }

@media only screen and (max-width: 600px) {
    .early-bird-book-ad {
        flex-direction: column;
    }

        .early-bird-book-ad .ebas-branding {
            flex-direction: row;
        }

        .early-bird-book-ad .divider {
            display: none;
        }

        .early-bird-book-ad .ebas-copy {
            text-align: center;
        }

            .early-bird-book-ad .ebas-copy .ebas-register-now {
                display: flex; 
                justify-content: center;
            }
}
*/