﻿body
{
    background-color: #DDD;
}

nav 
{
 background: none;
 background-color: #DDD;
}

nav ul 
{
    background-color: #222;
    background: linear-gradient(#111 0px, #2B2B2B 2px, #777 5px, #333 20px, #000 80px);
}


#content_wrapper, .login #content_wrapper {
background: none;
}
.login #content_body{
    background-color: #DEF;
}
#footer
{
    margin-top: 0;
}
#footer_wrapper
{
    padding-top: 150px;
    min-height: 10px;
    background-color: #FFF;
    width: 960px;
    margin: 0 auto;
    border-left: 1px #006 solid;
    border-right: 1px #006 solid;
}

.logoimage {
    background: url('../images/natca_header.png') center left no-repeat !important;
    height:120px;
    width: 100%;
}
.header_wrapper { height: auto; }

div.panel { background-color: #FFF; }
div.shadedpanel { background-color: #DFDFDF; }
.panel .article {  border-left: 0; }
div.header, #content_nav, #content_body
{
    border-left: 1px #006 solid;
    border-right: 1px #006 solid;
    background-color: #FFF;
}
nav.columns
{
    padding: 0;    
}

#footer {
    background-color: #DEF;
}
.loginimage
{
    background: none;
}

.logintext1, .logintext2 {
    color: #004;
 }
.logintext3 {
    color: #558;
    font-size: 140%;
    text-align: right;
}
a, a:visited {
    color: #006;
}
a:hover {
    color: #009;
}
nav a, nav a:visited {
    color: #DDD;
}
nav ul ul li a,nav ul ul li a:visited {
    color: #666;
}
a.button
{
    background-color: #99F;
    color: #FFF;
    border: 1px #006 solid;
}
a.button:hover
{
    background-color: #66F;
    color: #FFF;
}

.button.success, 
.submitbutton, 
.row .mobile-two.wizardbutton {
    background-color: #669;
    color: #FFF;
    border: 1px #006 solid;
}
.button.success:hover, 
.submitbutton:hover,
.row .mobile-two.wizardbutton:hover {
    background-color: #339;
    color: #FFF;
}

.submitbutton.paylaterbutton {
    color: #006;
    border: none;
}
.submitbutton.paylaterbutton:hover {
    color: #009;
}

.panel .profilesection a
{
    margin-top: -5px;
}
.panel .profilesection td a
{
    margin-top: 0;
}
.panel h4 {
    color: #444;
    font-weight: bold;
}
.panel h5 {
    color: #999;
    font-style: normal;
}

.NATCALabelSpacing
{
    margin-top: 5px;   
    margin-bottom: 5px;
}

.NATCATopPadding
{
    padding-top: 20px;
}

.NATCABottomPadding
{
    padding-bottom: 10px;
}

.mymemberdetails .button {
    margin-top: 15px;
}

.mymemberdetails .button[id*="AddContactPoint"] {
    margin-left: 2px;
}

.natca-popup {
    z-index: 1001;
    display: none;
    position: fixed;
    top: 50px;
    left: 25%;
    width: 50%;
}

.natca-popup div.natca-popup-detail {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}

.natca-popup .button.cancelbutton {
    margin-left: 2px;
    margin-right: 15px;
    background-color: #555;
}

.natca-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 900;
}

.natca-popup h5 {
    color: #4d4d4d;
}

.natca-popup .natca-popup-detail fieldset:not(.natca-edit-member):first-child {
    margin-top: 0;
}

.search-text {
    width: 60% !important;
    float: left;
}

.search-link {
    background: url('../images/search_image.png') no-repeat top left !important;
    height: 35px;
    width: 35px;
    border: 0;
    float: right;
}

.search-grid {
    margin-top: 70px !important;
}

@media only screen and (max-width: 768px) {
    .natca-popup {
        display: none;
        z-index: 1000;
        top: 0;
        left: 0;
        margin: 0 !important;
        width: 100%;
        height: 100%;
        transform: none;
    }

    .natca-popup div.natca-popup-detail {
        max-height: 85%;
    }
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.natca-memberListProcessing {
    height: 200px;
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.natca-memberListProcessing h4 {
    text-align: center;
    padding-top: 60px;
}

.natca-filterMemberType {
    margin-top: 35px;
    margin-right: -133px;
}

.natca-sendemail {
    margin-top: 100px;
    margin-right: -206px;
}

.natca-confirmSendEmail {
    float: left;
}

.natca-emailConfirmation {
    height: 100px;
}

.natca-emailConfirmation h4 {
    text-align: center;
}

.sendEmailCheckbox {
    padding-bottom: 10px;
}

.natca-massemail {
    display: none;
}

#addAnotherFile {
    margin-top: 30px;
    margin-left: -450px;
    margin-bottom: 10px;
}

#documentList {
    margin-left: 15px;
}

.natca-emailContent textarea {
    height: 220px;
}

/* The following 2 things are the same as base, but we need them to be more specific and to appear after the 
    custom a.button css in order to work when using a standard link and styling it like a button */
a.cancelbutton:hover {
    background-color: #333;
}
a.cancelbutton {
    background-color: #555;
}/********************************************************************************************************/


@media only screen and (max-width: 767px) {
    div.nav-utility {
        float: right !important;
        margin: 0;
    }
}