/* Overrides */
#left-nav .project-list .hidden-item {
    display: none;
}

#left-nav .project-list.expanded .hidden-item {
    display: list-item;
}

#left-nav .project-list.expanded .see-more {
    display: none;
}

#left-nav .project-list .see-more span,
#left-nav .project-list .see-less span {
    font-family: Arial;
    font-size: 10px;
    margin-left: 5px;
}

#site-content {
    width: 100%;
}

#site-content label {
    font-size: 14px;
    font-weight: 400;
}

#left-nav>ul>li>span.active {
    border-left-color: #cdb122;
}

#header-buttons .btn {
    display: inline-block;
    margin-right: 15px;
    margin-top: 12px;
}

#header-buttons {
    margin-right: 24px;
    text-align: right;
}

#simple-header .logo-link {
    background-position: -22px -60px;
    height: 54px;
    margin-left: 38px;
    position: absolute;
    width: 235px;
}

/* Common styles for profile forms */
.profile-form .form-row {
    clear: both;
    padding-bottom: 10px;
}
.profile-form .form-row dt {
    font-size: 14px;
    text-transform: none;
}
.profile-form .form-row dt label {
    font-weight: normal;
}
.profile-form .form-control {
    display: inline-block;
    width: auto;
}
.profile-form label {
    width: 150px;
}
.profile-form input[type='text'].form-control,
.profile-form input[type='password'].form-control {
    width: 300px;
}

form .error_msg {
    font-size: 14px;
    font-weight: 600;
}
.alert .error_msg {
    font-weight: normal;
}

#simple-header {
    background-color: #1b3e48;
    height: 54px;
}

body.simple-nav #site-content {
    background: none;
}

body.simple-nav #fest-header {
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
}

#footer .division {
    margin: 0;
}

/*************************************
      Footer Styles
**************************************/
#footer {
    border-top: 6px solid #c6e4f1;
    bottom: 0;
    left: 262px;
    padding: 12px 0 20px 0;
    position: absolute;
    right: 40px;
}

body.simple-nav #footer {
    background: #1b3e48 url(/css/nav/images/Stripe_Diagonal_Black_35-2833301799._V_.png) repeat;
    border-top: none;
    left: 0;
    margin: 0 auto;
    padding: 28px 39px;
    right: 0;
}

body.simple-nav #footer * {
    color: #fff;
}

#footer .copyright {
    margin-bottom: 11px;
}

#footer .feedback a {
    padding: 0 5px;
    text-transform: uppercase;
}

#footer .external {
    margin-top: 30px;
}

#footer .external h5 {
    font-size: 20px;
}

#footer .division {
    color: #1b3e48;
    font-size: 12px;
}

body.simple-nav .col-xs-4 .social + .social {
    margin-top: 34px;
}

body.simple-nav #footer .division .amzn-logo {
    background-position: -100px -120px;
}

#footer .division .amzn-logo {
    background-position: -10px -120px;
    display: inline-block;
    height: 22px;
    margin-bottom: -6px;
    margin-right: 3px;
    vertical-align: middle;
    width: 71px;
}

#footer .feedback {
    text-align: right;
}

#footer .feedback a {
    font-weight: 600;
}

#footer .external h5,
body.simple-nav #footer .feedback a,
#footer .external .col-xs-2 p,
#footer .external .col-xs-3 p,
#footer .external .col-xs-5 p {
    font-weight: 300;
}

#footer .social .sprites {
    display: inline-block;
    height: 25px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    width: 25px;
}

#footer .facebook .sprites {
    background-position: -200px -161px;
}

body.simple-nav #footer .facebook .sprites {
    background-position: -200px -121px;
}

#footer .twitter .sprites {
    background-position: -240px -161px;
}

body.simple-nav #footer .twitter .sprites {
    background-position: -240px -121px;
}



body.simple-nav #page-content {
    margin: 0 auto;
}

.parsley-errors-list {
    color: #c04032;
    display: none;
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0px;
}

.parsley-errors-list.filled {
    display: block;
}

/* bootstrap overrides */
.alert {
    border: none;
}

.alert-danger, .error_msg {
    color: #c04032;
}

.alert-danger {
    background-color: #faecea;
}

.alert-success {
    background-color: #e4f3e6;
    color: #16765e;
}

#site-content input[type='text'].parsley-error,
#site-content input[type='email'].parsley-error,
#site-content input[type='password'].parsley-error,
#site-content select.parsley-error,
#site-content textarea.parsley-error,
#site-content input.error_border,
#site-content select.error_border {
    border-color: #c04032
}

.parsley-errors-list {
    color: #c04032;
    display: none;
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
}   

/* page-specific fixes */
body.change-username #username_table td {
    padding-bottom: 15px;
}
body.change-password .password_form td {
    padding-bottom: 15px;
}
body.change-password input.submit {
    width: 81px;
}
body.change-password .form-control {
    width: 286px;
}
body.profile label {
    color: #1B3E48;
}
body.user-preferences #email_prefs td {
    padding: 0 20px 30px 0;
}

/**********************
    Components
***********************/
.panel-heading {
    background-color: #f6f8fa;
    border-bottom: 1px solid #dfe7ea;
    padding: 17px 20px;
}

.panel-heading h3 a {
    display: block;
    font-size: 20px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-body {
    padding: 30px;
}

.panel-body section {
    float: left;
}

/*************************************
 New Nav Video Upload Changes
**************************************/
body.new-nav.video-upload h3 {
    font-size: 14px;
    width: 628px;
}

body.new-nav.video-upload select {
    width: 236px;
}

body.new-nav.video-upload input.submit {
    margin-top: 0px;
}

body.new-nav.video-upload .set-no-display {
    display: none;
}

body.new-nav.video-upload .set-general-font-size-red {
    color: red;
}

body.new-nav.video-upload span#form_content_bottom_save {
    margin-bottom: 3.5px;
    padding: 5px;
    vertical-align: middle;
}

body.new-nav.video-upload div#form_content_middle.set-height {
    height: auto;
}

body.new-nav.video-upload #video-type-label {
    margin-bottom: 3px;
    margin-top: 30px;
}

/*************************************
      Festival Referral Changes
**************************************/
body.new-nav #form-heading {
    padding-bottom: 10px;
}

body.new-nav .fest_header_left {
    float: left;
    font-size: 30px;
    padding-right: 30px;
    text-align: left;
    width: 70%;
}

body.new-nav #referral-links {
    float: right;
    text-align: left;
    width: 30%;
}

body.new-nav #referral-links p {
    font-size: 20px;
    margin: 0;
}

body.new-nav #referral-links a {
    display: inline-block;
    font-weight: 400;
    padding: 5px 0;
}

/*************************************
 IMDb Linking Page Overrides
**************************************/
body.link-imdb-register #site-content #main-content #page-content {
    width: 1200px;
}
