﻿body {
    background: url('/assets/images/bg_dark.jpg') #141617 repeat;
    margin: auto;
}

p {
    
    line-height: 1.5em;
}

.content_container {
    max-width: 1100px;
    margin: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.40) !important;
    -webkit-text-fill-color: black !important;
}
input:-webkit-autofill::selection {
    background: #5F696C !important;
    -webkit-text-fill-color: white !important;
}

#page_content {
    padding: 20px 20px 40px 20px;
    background: url('/assets/images/bg.jpg') #2e3131 repeat;
    color: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-top-style: inset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom-style: outset;
}

/** Header */

header {
    background-color: #080808;
}

header .panel {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    max-width: 1440px;
    padding-left: 30px;
    margin: auto;
    z-index: -2;
}

header .panel .shadow {
    background-repeat: repeat-x;
    background-position: bottom;
    position: absolute;
    width: 100%;
    background-image: url(/assets/images/header-shadow.png);
}

header .panel .shadow.full {
    height: 262px;
}

header .panel .shadow.condensed {
    height: 101px;
}

header .panel .shadow.condensedtiny {
    height: 72px;
}

header .nav {
    background-color: #1b1d1e;
    margin: auto;
    border-top: 1px solid rgba(180, 180, 180, 0.1);
    border-bottom: 1px solid rgba(180, 180, 180, 0.1);
}

header #mobile {
    padding: 20px;
    text-align: center;
}

header #full {
    height: 262px;
    padding: 20px 0 20px 0;
}

header #condensed {
    padding: 20px;
    text-align: center;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
}

header #condensed h3 {
    color: #eef2f3;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1);
}

header .logo {
    float: left;
    width: 141px;
    height: 100%;
    text-shadow: 1px 1px 10em rgba(0, 0, 0, 1);
    background-image: url('/assets/images/logo-large.png');
}

header .title {
    position: relative;
    padding: 0 40px;
    top: -6px;
    height: 100%;
    overflow: hidden;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

header .title h1 {
    position: absolute;
    bottom: 20px;
}

/** Footer */

footer {
    color: #D1D1D1;
    padding: 40px 0;
    width: 100%;
}

.shadow_bottom {
    background-repeat: repeat-x;
    height: 30px;
    margin-bottom: -40px;
    background-image: url(/assets/images/footer-shadow.png);
}

footer .content_container {
}

footer .footer_left {
    font-size: 0.85em;
}

footer .footer_right {
}

footer .mini {
    font-size: 0.85em;
}

footer .grey {
    color: #727a7c;
}

footer .cag_copyright {
    padding-left: 10px;
}

.section {
    padding-top: 20px;
}

/** Captcha **/
#captcha_div {
    margin: 0 auto;
}

@media only screen and (max-width: 767px)
{
    
    header .panel {
        padding-left: 0;
    }

    header .logo {
        display: none;
    }

    header .panel .shadow {
        display: none;
    }

}


@media only screen and (max-width: 400px)
{
    #captcha_div {
        width: 228px;
        height: 59px;
    }

     #captcha_div, #rc-imageselect,.g-recaptcha {
        transform: scale(0.75) !important;
        transform-origin: 0 0 !important;
        -webkit-transform: scale(0.75) !important;
        -webkit-transform-origin: 0 0 !important;
    }
}

@media only screen and (min-width: 401px) {
    #captcha_div {
        width: 304px;
        height: 78px;
    }
}

.roundedEdge {
    border-radius: 6px;
    overflow: hidden;
}

/** Account Menu */

#acc_menu .menu {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(48, 48, 48);
}

#acc_menu .user_info {
    padding: 16px 16px 8px 16px;
}

#acc_menu .user_info .name {
    font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    color: #818167;
    padding-bottom: 8px;
}

#acc_menu .user_info .name .tag {
    color: #ECF1F5;
    font-weight: 400;
}

#acc_menu .user_info .email {
    color: #898e93;
    font-size: 0.9em;
}

#submenu {

}

.text-small {
    font-size: 0.9em;
}

.text-smaller {
    font-size: 0.8em;
}

.text-note {
    color: #979BA1;
}

.block {
    display: block;
}