
@font-face {
    font-family: "Century Gothic Bold";
    src: url('../cgb.ttf');
}

/* General */

html, body {
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial CE", "Arial", sans;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
body {
    background: #f3f3f3;
}


header h1, #content, body > footer {
    margin: 0 auto;
    max-width: 800px;
}

a {
    cursor: pointer;
}


/* Header */

.pullquote_logo{
    background: url("/static/img/logo_168x35.png") no-repeat 0 0;
    width: 168px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}

#header {
    height: 48px;
    background: #FFF;
    box-shadow: 0px 7px 9px 0px #C9C9CD;
}
    #header h1 {
        font-family: "Century Gothic Bold";
        font-size: 2em;
        max-width: 505px;
    }
        #header a {
            color: #000;
        }
            #header a:hover {
                text-decoration: none;
            }

        #header h1 span {
            vertical-align: top;
        }

        #header h1 span.quote {
            color: #08b7e6;
            display: inline-block;
            height: 16px;
            position: relative;
            z-index: 5;
            overflow: hidden;
            text-indent: -9999px;
            width: 16px;
        }
            #header h1 span:first-child {
                background-image: url("../img/headquote-start-small.png");
            }
            #header h1 span.quote.end {
                background-image: url("../img/headquote-end-small.png");
                vertical-align: bottom;
            }

        #header h1 span.motto {
            font-size: .7em;
            margin-left: 2em;
        }


/* Content */

#container {
    background: #EFEFF4;
    padding-bottom: 25px;
}

#content {
    padding: 30px;
    max-width: 100%;
    margin-top: 10px;
}

    #content a:not(.btn) {
        text-decoration: underline;
    }
        #content a:not(.btn):hover {
            text-decoration: none;
        }
        #content a:not(.btn):not(.label):hover {
            color: #007ca8;
        }

    #content .disabled a:not(.btn):not(.label) {
        color: #ccc;
    }

#content h2 {
    font-size: 19px;
    font-weight: normal;
}

#content h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 0 1.5em;
}

#content .box-unit {
    position: relative;
    background-color: #FFF;
    max-width: 505px;
    margin: 0px auto 15px;
    border-radius: 0px;
    box-shadow: 7px 15px 12px 1px #C9C9CD;
    padding: 0px;
}

p {
    margin: 0 0 1.5em;
    line-height: 1.5em;
}


form, label, input[type], button, select, label textarea {
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial CE", "Arial", sans;
    font-size: 1em;
}
.input-append input[type] {
    font-size: 15px;
}

    select.input-large {
        width: 225px;
    }

.table td.loading {
    background: url("../img/loading.gif") no-repeat center center;
}
    .table td.loading * {
        display: none;
    }

.table tr:nth-child(n) td.success {
    background-color: #dff0d8;
}
.table tr:nth-child(n) td.error {
    background-color: #f2dede;
}

.forgot-pw-link {
    position: absolute;
    margin: 118px 0 0 102px;
}

.chrome button {
    border: none;
    margin: 1em 0;
}

/* jQuery UI */

.ui-autocomplete {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 3px 0 0 0;
    padding-top: 1px;
    position: absolute;
    list-style: none;
    width: 150px;
}
    #content .ui-menu-item a {
        background: #eee;
        border-radius: 3px;
        color: #555;
        display: block;
        font-size: .85em;
        margin: 2px;
        padding: 0 3px;
        text-decoration: none;
    }
        #content a.ui-state-hover {
            background: #ddd;
            color: #007ca8;
        }



/* Footer */

body > footer {
    color: #040404;
    padding: .5em 0 2em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
    body > footer div {
        font-size: .9em;
        position: absolute;
        right: 0;
        top: .5em;
    }
        body > footer a {
            margin: 0 .5em;
        }


/* Mobile */

@media all and (max-device-width: 640px) {
    h1, h2, h3 {
        line-height: 1.35em;
    }

    #content {
        padding: 1%;
    }

    body > footer {
        font-size: .85em;
        margin-top: 1em;
    }

    body > footer div {
        margin-top: 1em;
        position: static;
    }

    #moreToolBtn {
        display: none !important;
    }
}

/* Messages */

.messages {
    list-style-type: none;
}
.messages .error {
    color: red;
    font-size: 16px;
}
