﻿* {
    margin: 0;
    padding: 0;
}

label {
    float: left;
    text-align: right;
    margin-right: 15px;
}

body {
    background: #ffffff;
    color: #4f5458;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', Verdana, San-Serif;
    text-align: center;
    margin: 0 auto;
}

li ul, li ol {
    margin: 0 1.5em;
}

ul, ol {
    margin: 0 1.5em 1.5em 1.5em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

    ol ol {
        list-style: upper-alpha;
    }

        ol ol ol {
            list-style: lower-roman;
        }

            ol ol ol ol {
                list-style: lower-alpha;
            }

dl {
    margin: 0 0 1.5em 0;
}

    dl dt {
        font-weight: bold;
    }

dd {
    margin-left: 1.5em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .p {
    font-family: 'Roboto', Verdana, San-Serif;
}

.clear {
    clear: both;
}

table {
    border-collapse: collapse;
}

p {
    margin: 5px 5px 5px 5px;
}

h1.page_title {
    font-size: 36px;
    font-weight: 200;
    color: #124678;
    margin: 10px 0px 10px 0px;
}

h2 {
    font-size: 25px;
    font-weight: 300;
    color: #124678;
    margin: 10px 0px 10px 0px;
}

h3 {
    font-size: 21px;
    font-weight: 300;
    color: #124678;
    margin: 10px 0px 10px 0px;
}

h4 {
    font-weight: 300;
    color: #124678;
    margin: 10px 0px 10px 0px;
    font-size: 17px;
}

#messages {
    color: #FFF;
    font-weight: normal;
    background-color: #5f9653;
    margin: auto;
    background-image: url(../images/admin_checkmark_icon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 20px 10px 10px 10px;
    font-size: 17px;
    width: 100%;
}

    #messages ol {
        text-align: left;
        list-style-type: none;
        color: #FFF;
        padding: 0px 0px 0px 30px;
    }

span.required {
    color: red;
}

/* Login Styles */
#Login1 {
    margin: auto;
}

#login_wrapper {
    width: 850px;
    margin: 20px auto 0px auto;
    background-color: #fff;
    overflow: auto;
}

#login_welcome {
    width: 500px;
    float: left;
    margin: 0px 50px 0px 0px;
    text-align: left;
}

#login {
    border: 1px solid #124678;
    border-width: 1px 1px 1px 1px;
    padding: 0px 0px 0px 0px;
    width: 300px;
    margin: 10px auto 0px auto;
    float: left;
}

#login_wrapper input[type="password"] {
    float: left;
}

.login_logo img {
    width: 300px;
    text-align: center;
    margin-bottom: 20px;
}


/* Error message styles */
#errors {
    background-color: #C00;
    overflow: auto;
    padding: 20px 0px 10px 0px;
    width: 100%;
    position: relative;
    text-align: center;
}

    #errors h4 {
        color: #FFF;
        font-size: 15px;
        font-weight: bold;
        margin: 10px 0px 10px 0px;
    }

    #errors li {
        color: #FFF;
        font-size: 14px;
    }

td.login_remember {
    padding: 5px 0px 5px 10px;
}

td.login_forgot_password {
    padding: 5px 0px 5px 10px;
    text-align: center;
}

td.login_button {
    padding: 5px 30px 5px 10px;
    text-align: right;
}

table.login {
    width: 300px;
}

td.login {
    width: 300px;
    padding: 5px 30px 5px 10px;
}

td.login_failed {
    padding: 5px 5px 5px 5px;
}

h2.login_head {
    color: white;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    font-size: 13px;
    background-color: #dd0d64;
    text-align: center;
}

#forgot_password {
    color: #124678;
    padding: 10px 10px 10px 10px;
    margin: auto;
    border: 1px solid #000000;
    width: 300px;
    text-align: center;
}

.forgot_password_title {
    font-weight: bold;
    font-size: 15px;
    background-color: #ACCFE4;
    color: #000000;
    padding: 10px 10px 10px 10px;
}

.forgot_password_fields {
    padding: 10px 10px 10px 10px;
}

#invoiceTable,
#invceSmry {
    color: black;
}

.flex-apart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#invoiceHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 2em;
    color: black;
    padding: 0 15px;
    background-color: white;
    z-index: 20;
    width: 100%;
}

    #invoiceHeader h1 {
        font-size: 30px;
    }

    #invoiceHeader .companyHeading div:nth-child(2n+0) {
        text-align: left;
        display: inline-block;
        vertical-align: bottom;
        padding-bottom: 1em;
    }

    #invoiceHeader .companyHeading {
        text-align: left;
    }

    #invoiceHeader p {
        font-size: 1em;
        color: black;
        padding: 0;
        margin: 0;
    }

    #invoiceHeader img {
        width: auto;
        max-height: 150px;
        padding: 2em 0;
    }

.breakBefore {
    page-break-before: always;
}

#invoiceTable th,
#invoiceTable .mainLine td,
#invceSmry th,
#invceSmry td,
#billing-summary td,
#invoiceTax-wrapper td,
#invoiceTax-wrapper th {
    border: 2px solid black;
    padding: 3px 10px 3px 3px;
}

#billing-summary td,
#btmNote td,
#invoiceTax-wrapper td,
#invoiceTax-wrapper th {
    color: black;
    text-align: left;
    padding: 3px 10px 3px 3px;
}

#btmNote {
    border: 1px dashed black;
    padding: 0.5em 0;
}

#invoiceTax-wrapper table tr:nth-child(odd) {
    background-color: lightgrey;
}

#invoiceTable td,
#billing-summary td {
    border-left: 2px solid black;
    border-right: 2px solid black;
    text-align: left;
    padding: 3px 10px 3px 3px;
}

#invoiceTable tr:last-of-type {
    border-bottom: 2px solid black;
}

#invoiceTable .invoiceItem::before {
    content: "--- ";
}

#invoiceTable .invoiceItem {
    padding: 3px 10px 3px 3px;
    text-align: left;
}

#invoiceTable .mainLine {
    background-color: lightblue;
}

#mkPaymentInfo label {
    width: 170px;
    text-align: left;
    float: none;
}

#DivCheck label {
    width: 170px;
    text-align: left;
    float: none;
}

#billingAddress {
}

@media only screen and (max-width: 991px) {
}

.btn-success {
    padding: 0.2rem;
}

/* Start Layout Styles */
#header_wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto 1rem;
    padding: 0 1rem;
    position: fixed;
    z-index: 100000;
}

    #header_wrapper.scrolled {
        -webkit-box-shadow: 0px 2px 6px 0px #888888;
        box-shadow: 0px 2px 6px 0px #888888;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

div.header {
    margin: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1360px) {
    div.header {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#header_logo {
    float: left;
    height: auto;
    text-align: left;
    padding: 1rem;
}

#navbar_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #000;
}

    #user-info > * {
        padding: 5px;
        white-space: nowrap;
    }

    #user-info a {
        color: #000;
        text-decoration: none;
        font-weight: 400;
    }

        #user-info a:hover {
            text-decoration: underline;
        }

#header_headline {
    float: left;
    width: 390px;
    height: auto;
    padding: 25px 0px 0px 0px;
    text-align: center;
}

p.header_title_image {
    font-weight: 400;
    color: #000;
}

#header_links {
    float: right;
    text-align: right;
    padding: 0px;
    height: auto;
}

    #header_links span {
        text-align: right;
    }

p.header_logged_in {
    text-align: right;
    margin: 0px 0px 15px 0px;
    font-weight: normal;
}

p.header_links {
    margin: 0px 0px 0px 0px;
}

#header #logo {
    font-size: 3.6em;
    line-height: 1.167em;
}

#header #tagline {
    font-size: 1.4em;
    line-height: 1.429em;
}

#main_container {
    background-color: #fff;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#page {
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;
    clear: both;
    min-height: 100vh;
}


#content {
    background-color: #FFFFFF;
    margin: auto;
    padding: 10px 0px 30px 0px;
}


#footer_wrapper {
    width: 100%;
    background-color: #cccccc;
    height: 60px;
    text-align: right;
    position: absolute;
    margin-top: 20px;
}

#footer {
    width: 100%;
    text-align: right;
    padding: 15px 10px 0px 0px;
}

#fs_links {
    float: left;
    width: 450px;
}

#legal {
    float: left;
    width: 450px;
    text-align: right;
}

p.fs_links {
    font-size: 12px;
    margin: 3px 0px 3px 0px;
}

p.links {
    font-size: 12px;
    margin: 3px 0px 3px 0px;
    text-align: right;
}
/* End Layout Styles */

p.company_drop_list {
    margin: 10px 0px 10px 0px;
    text-align: left;
}

td.add_link {
    padding: 5px 0px 5px 5px;
    text-align: right;
}



/* Start Links Styles */
a {
    color: #00F;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }
/* End Links Styles */


/* These styles some how relate to the error messaging but confict with the overall layout of the site
******************************************************************************************************


		div.container {
			background-color: #eee;
			border: 1px solid red;
			margin: 5px;
			padding: 5px;
		}
		div.container ol li {
			list-style-type: disc;
			margin-left: 20px;
		}
		div.container { display: none }
		.container label.error {
			display: inline;
		}
		#form1 { width: 30em; }
		#form1 label.error {
			display: block;
			margin-left: 1em;
			width: auto;
		}
		
**********************************************************************************************
*/



/* Start Main Navigation Styles */
#top_nav_wrapper {
    width: 100%;
    overflow: auto;
    border-bottom: 2px solid #000;
}

#top_nav {
    /*background-color: #fff;
    max-width: 1270px;
    margin: auto;
    height: 38px;
    vertical-align: middle;
    font-size: 13px;
    text-align: left;
    padding: 10px 0px 0px 10px;
        */
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

#top_nav_bottom {
    width: 100%;
    height: 2px;
    background-color: #124678;
}

#top_nav ul {
    display: inline;
}

#top_nav li {
    font-size: 16px;
    background-color: #124678;
    display: inline;
    margin-right: 10px;
}

#top_nav img {
    border: 0px;
}

#top_nav div.nav_links {
    float: left;
    /*background-color: #124678;
    margin-right: 10px;
    height: 28px;
    border-radius: 5px 5px 0px 0px;
    padding: 3px 15px 10px 15px;*/
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0.8rem;
    margin: 0;
}

    #top_nav div.nav_links a {
        width: 100%;
        height: 100%;
        position: relative;
        font-weight: 400;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #top_nav div.nav_links a:hover {
            color: #000 !important;
        }

        #top_nav div.nav_links a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
        }

#top_nav nav_links_active a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #00447c;
    visibility: visible !important;
}

#top_nav div.nav_links a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#top_nav .nav_links_active a:before {
    visibility: visible !important;
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}


a.top_nav {
    color: #3C9;
    text-decoration: none;
}

    a.top_nav:hover {
        color: #ccc;
        text-decoration: underline;
    }


#user_top_nav_bar {
    height: 30px;
    background-color: #000;
    padding-top: 7px;
}

    #user_top_nav_bar p {
        text-align: right;
        color: #FFF;
        margin: 0px 30px 4px 0px;
        font-size: 12px;
        text-transform: uppercase;
    }

    #user_top_nav_bar a {
        color: #FFF;
        text-decoration: none;
    }

        #user_top_nav_bar a:hover {
            color: #FC0;
            text-decoration: none;
        }


/* Form Field Styles */
td.form_field {
    padding: 5px 5px 5px 5px;
}

td.form_label {
    padding: 5px 5px 5px 5px;
}

td.form_field_button {
    padding: 15px 5px 15px 5px;
    text-align: center;
}

input[type="text"] {
    height: 25px;
    background-image: url(../images/form_field_bg.png);
    background-repeat: repeat-x;
    border: 1px solid #b0afaf;
    padding-left: 2px;
    border-radius: 2px 2px 2px 2px;
}

#mkPaymentInfo input[type="text"] {
    height: 25px;
    background-image: url(../images/form_field_bg.png);
    background-repeat: repeat-x;
    border: 1px solid #b0afaf;
    padding-left: 2px;
    border-radius: 2px 2px 2px 2px;
    width: 200px;
}

textarea {
    background-image: url(../images/form_field_bg.png);
    background-repeat: repeat-x;
    border: 1px solid #b0afaf;
    border-radius: 2px 2px 2px 2px;
}

input[type="password"] {
    height: 25px;
    background-image: url(../images/form_field_bg.png);
    background-repeat: repeat-x;
    border: 1px solid #b0afaf;
    border-radius: 2px 2px 2px 2px;
}

input.red_border {
    height: 25px;
    background-image: url(../images/form_field_bg.png);
    background-repeat: repeat-x;
    border: 2px solid red;
    border-radius: 2px 2px 2px 2px;
}

input.green_border {
    height: 25px;
    background-image: url(../images/form_field_bg.png);
    background-repeat: repeat-x;
    border: 2px solid green;
    border-radius: 2px 2px 2px 2px;
}

select {
    background-image: url(../images/form_field_bg.png);
    background-repeat: repeat-x;
    border: 1px solid #b0afaf;
    border-radius: 2px 2px 2px 2px;
}


/******************************************************************************
  The following are all utility styles used to create WHITE SPACE
********************************************************************************/
tr.ws_1 {
    height: 1px;
}

tr.ws_5 {
    height: 5px;
}

tr.ws_10 {
    height: 10px;
}

tr.ws_15 {
    height: 15px;
}

tr.ws_25 {
    height: 25px;
}

tr.ws_100 {
    height: 100px;
}

td.ws_1 {
    width: 1px;
}

td.ws_5 {
    width: 5px;
}

td.ws_10 {
    width: 10px;
}

td.ws_15 {
    width: 15px;
}

td.ws_25 {
    width: 25px;
}

td.ws_29 {
    width: 29px;
}

p.ws_5 {
    height: 5px;
}

#edit_wrapper {
    padding: 0px 0px 0px 0px;
    width: 100%;
}

#edit_stores_info {
    float: left;
    width: 440px;
    border: 1px solid #ccc;
    padding: 0px 10px 10px 10px;
    margin: 10px 10px 10px 0px;
}

#edit_stores_budget {
    float: left;
    width: 440px;
    border: 1px solid #ccc;
    padding: 0px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
}

#edit_stores {
    float: left;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
    border-radius: 5px 5px 5px 5px;
    margin-top: 1rem;
}

#store_modules_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    #store_modules_wrapper > div {
        margin: 1rem;
        width: 350px;
        border: 1px solid #ccc;
        padding: 10px 10px 10px 10px;
        float: left;
        border-radius: 5px 5px 5px 5px;
    }

#edit_stores_seeds {
    width: 350px;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
    float: left;
    border-radius: 5px 5px 5px 5px;
}

    #edit_stores_seeds ul li {
        margin: 0px 0px 0px 10px;
        list-style-type: none;
    }

#storeSeeds {
    margin: 10px 0px 0px 10px;
}

#listOfStoreSeeds {
    width: 100%;
    margin-top: 15px;
}


#edit_stores_return_addresses {
    width: 350px;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
    float: left;
    border-radius: 5px 5px 5px 5px;
}


td.stores_map_head {
    font-weight: bold;
    color: #FFF;
    background-color: #124678;
    padding: 5px 5px 5px 5px;
}

td.stores_map_data {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #ddd;
}

    td.stores_map_data a {
        color: #777;
    }

        td.stores_map_data a:hover {
            color: #fff;
        }

    td.stores_map_data button {
        font-size: 11px;
    }


p.notes {
    font-size: 11px;
    font-style: italic;
}

/* Home Page Styles */
td.hp_images {
    padding: 25px 35px 25px 0px;
}



/* Add/Edit Icons */
img.add {
    padding: 0px 10px 0px 0px;
    vertical-align: middle;
    border: 0px;
}

/* Manage Users Page */
p.user_permissions_head {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0px 0px 0px;
}

ul.user_permissions {
    margin: 10px 0px 0px 10px;
}

li.user_permissions {
    padding: 5px 5px 5px 5px;
    list-style-type: none;
}



/* Manage Orders page */
td.mo_customer_name {
    padding: 5px 5px 5px 0px;
    font-weight: bold;
    font-size: 14px;
}

td.mo_customer_list {
    padding: 5px 5px 5px 5px;
    font-size: 14px;
}

td.mo_orders_filter {
    padding: 10px 5px 5px 0px;
    font-size: 14px;
}

td.mo_orders_email {
    padding: 10px 5px 5px 0px;
}

td.mo_orders_approve {
    padding: 10px 5px 5px 0px;
    text-align: right;
}

div.order_entry_wrapper {
    border: 1px solid #999;
    background-color: #ccc;
    width: 100%;
    padding: 10px 5px 10px 5px;
}



#tblManageOrder {
    width: 950px;
}

tr.manage_orders_head {
    color: #FFF;
    background-color: #124678;
}

td.manage_orders_head {
    background-color: #124678;
    padding: 10px 5px 10px 5px;
    border-right: 1px solid #124678;
    font-size: 12px;
}

td.manage_orders_data {
    padding: 7px 5px 7px 5px;
    border-bottom: 1px solid #ccc;
}

td.manage_orders_data_buttons {
    padding: 7px 5px 7px 0px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

td.manage_orders_offer-note {
    padding: 10px 5px 7px 5px;
    vertical-align: top;
}

td.manage_orders_edit {
    text-align: right;
    padding: 10px 0px 0px 0px;
}

td.manage_orders_creative_photo {
    text-align: center;
    padding: 10px 0px 0px 0px;
}

td.manage_orders_grand_total {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

td.order_show_images {
    padding: 0px 0px 10px 0px;
}

td.order_edit_delete {
    padding: 10px 0px 20px 0px;
    text-align: right;
}



span.csrmessage {
    margin: 25px 0px 5px 0px;
    cursor: pointer;
    font-size: 11px;
}

span.ownermessage {
    margin: 10px 0px 5px 0px;
    cursor: pointer;
    font-size: 11px;
}


tr.highlight_row {
    background-color: #dbe9d0;
}

tr.normal_row {
    background-color: #fff;
}

div.order_entry_head {
    background-color: #ddd;
    margin: 0px 0px 5px 0px;
    padding: 5px 5px 5px 5px;
    height: 20px;
    width: 960px;
}

div.lineitems {
    background-color: #faf3d6;
    width: 960px;
}

th.order_entry_detail_head {
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}

td.order_entry_weekly_offers {
    padding: 5px 5px 5px 5px;
}

td.order_entry_location {
    padding: 5px 5px 5px 5px;
}

td.order_entry_group_with {
    padding: 5px 5px 5px 5px;
}

td.order_entry_version_code {
    padding: 5px 5px 5px 5px;
}

td.order_entry_creative {
    padding: 10px 5px 5px 5px;
    width: 75px;
}

td.order_entry_offer {
    padding: 10px 5px 5px 5px;
    width: 235px;
}

td.order_entry_inhouse {
    padding: 10px 5px 5px 5px;
    width: 90px;
}

td.order_entry_qty {
    padding: 10px 5px 5px 5px;
    width: 75px;
}

td.order_entry_mailclass {
    padding: 10px 5px 5px 5px;
    width: 100px;
}

td.order_entry_total {
    padding: 10px 5px 5px 5px;
    width: 60px;
}

td.order_entry_subreferral {
    padding: 5px 5px 5px 5px;
    width: 150px;
}

td.order_entry_modify {
    padding: 5px 5px 5px 5px;
    width: 60px;
}

td.order_entry_offer_note {
    padding: 10px 5px 5px 5px;
}

td.order_entry_up_charge {
    padding: 5px 5px 5px 5px;
}

td.order_entry_save {
    padding: 10px 5px 5px 5px;
    text-align: right;
}

td.order_entry_criteria {
    padding: 10px 5px 5px 5px;
}

/* Add Variable data page styles */
img.product_image {
    border: 1px solid #DDDDDD;
}

#accordion {
    float: left;
    width: 100%;
    background-color: #FFF;
}


/* Variable Data page styles */
td.vd_stores_container {
    padding: 15px 15px 15px 15px;
    vertical-align: top;
}

td.vd_pieces_container {
    padding: 15px 15px 15px 15px;
    vertical-align: top;
}

tr.vd_stores_container_header {
    background-color: #dddddd;
}

td.vd_stores_container_header {
    padding: 5px 5px 5px 5px;
}

tr.vd_stores_container_details {
    background-color: #ffffff;
}

td.vd_stores_container_details {
    padding: 5px 5px 5px 5px;
    width: 50px;
}

td.vd_stores_container_details_city {
    padding: 5px 5px 5px 5px;
    width: 250px;
}

td.vd_stores_container_details_qt {
    padding: 5px 5px 5px 5px;
    width: 50px;
}

td.vd_stores_container_details_status {
    padding: 5px 5px 5px 5px;
    width: 100px;
}

td.vd_stores_container_details_city_group {
    padding: 2px 5px 2px 20px;
}

td.view_creative {
    padding: 5px 5px 5px 2px;
}

td.customize_piece {
    padding: 5px 5px 5px 10px;
}

ul.customize_store_select {
    padding: 0px 5px 5px 2px;
}

li.customize_store_select {
    padding: 5px 5px 10px 2px;
}

#PhoneNumbers {
}

td.phone_numbers_head {
    font-weight: bold;
    font-size: 13px;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #999;
}

td.phone_store_label {
    font-weight: bold;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
}

td.phone_store_field {
    padding: 5px 5px 5px 5px;
    width: 325px;
}

input.phone_store_field {
    width: 320px;
}

td.vd_header_code {
    padding: 0px 0px 0px 5px;
    font-size: 11px;
}

td.vd_header_creative {
    padding: 0px 10px 0px 10px;
    font-size: 11px;
}

td.vd_header_apply {
    padding: 0px 20px 0px 0px;
    font-size: 11px;
}

/* Set padding on the variable data fields page */
#tblVariableData {
    width: 700px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    margin: 10px 0px 10px 5px;
}

    #tblVariableData td {
        padding: 5px 5px 5px 5px;
    }

    #tblVariableData input[type='text'] {
        border: 1px solid #dddddd;
    }
/*
td.form_field textarea{border: 1px solid #dddddd;}
td.form_field select{border: 1px solid #dddddd;}
*/

#contentMain_FranchiseStoresList label {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}

#contentMain_FranchiseStoresList td {
    padding: 5px 0px 5px 0px;
}

/* Set padding on the check boxes on the groups page */
#ctl00_contentMain_CompanyStoresList label {
    padding: 10px 10px 10px 2px;
    font-size: 12px;
}

#ctl00_contentMain_CompanyStoresList input {
    margin: 5px 10px 5px 10px;
}

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
    width: 100%;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em 2.2em;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 0px 0px 0px 0px;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    display: none;
    width: 100%;
    background-color: #fff;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

div.edit_variable_data {
    background-color: #fff;
    text-align: left;
    width: 700px;
    float: left;
}

/* Start Proof Page Styles */
img.loading_icon {
    vertical-align: middle;
    margin: 10px 20px 10px 10px;
}

#MessageLiteral {
    font-weight: bold;
}

p.piece_proof_text {
    margin: 10px 5px 15px 15px;
    text-align: left;
}

h3.piece_proof_subhead {
    margin: 10px 5px 5px 15px;
    font-weight: bold;
    font-size: 14px;
}

#piece_proof_container {
    width: 940px;
    margin: auto;
    margin-top: 10px;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
}

td.piece_proof_photo {
    width: 200px;
    text-align: center;
    padding: 10px 0px 20px 20px;
    vertical-align: top;
}

td.piece_proof_details {
    padding: 10px 0px 20px 20px;
    vertical-align: top;
}

li.proofs_stores_on_piece {
    padding: 3px 0px 3px 85px;
}

a.edit_proof {
    vertical-align: middle;
}

a.view_proof {
    vertical-align: middle;
    background-color: #5f9653 !important;
    color: #FFF !important;
    font-size: 1.5em !important;
    padding: 2%;
    height: 20px !important;
    max-height: 20px !important;
    text-decoration: none;
    background-image: none !important;
}

td.proofs_go_back {
    padding: 10px 0px 10px 20px;
}


td.return_address_cell {
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    height: 80px;
}

p.return_address_name {
    margin: 10px 0px 0px 3px;
}

p.return_address_address {
    margin: 0px 0px 0px 106px;
}

p.return_address_csz {
}

/* Start review proofs styles */
td.review_proofs_filter_label {
    padding: 5px 5px 15px 5px;
    font-weight: normal;
}

td.review_proofs_filter_field {
    padding: 5px 5px 15px 5px;
}

td.review_proofs_data {
    padding: 7px 5px 7px 5px;
    border-bottom: 1px solid #ccc;
}

table.review_proofs_pieces {
    width: 500px;
}

table.review_proofs_pieces_stores {
    width: 500px;
}

table.review_proofs_creative_offer {
    width: 500px;
}

td.proofs_stores_header {
    background-color: #dddddd;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
    width: 18%;
}

td.return_address_header {
    background-color: #dddddd;
    padding: 3px 3px 3px 3px;
    font-weight: bold;
    width: 25%;
}

td.review_proofs_header {
    background-color: #CCC;
    padding: 3px 3px 3px 3px;
    color: #333;
}

td.review_proofs_header_approve {
    background-color: #CCC;
    padding: 3px 5px 3px 3px;
    color: #333;
    text-align: right;
}

tr.proof_stores_details {
    border-bottom: solid 1px #ddd;
}

td.proof_stores_details {
    padding: 3px 3px 3px 3px;
    width: 20%;
}

td.proof_creative_offer {
    padding: 0px 0px 10px 0px;
}

td.proof_approve_button {
    padding: 0px 0px 10px 0px;
    text-align: right;
}

#companyPayments {
    border: 1px solid #ccc;
    padding: 0 10px 10px 10px;
    margin: 10px 0 0 0;
}

tr.gray_line td {
    padding: 20px 0;
}

    tr.gray_line td div {
        border-bottom: 2px solid #CCC;
        height: 2px;
    }



/* Start manage company styles */
#company_search {
    padding: 0px 10px 10px 0px;
    margin: 0px 0px 10px 0px;
}

#company_images {
    padding: 0px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
    overflow: auto;
}

#company_details {
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

div.company_images_row {
    margin: 10px 0px 20px 0px;
    border-bottom: 1px solid #ddd;
    overflow: auto;
}

div.company_images_grid {
    width: 290px;
    float: left;
    margin: 0px 30px 0px 0px;
}

    div.company_images_grid p {
        text-align: center;
        margin: 10px 0px 10px 0px;
    }

div.imageSlider {
    margin: 10px 10px 10px 10px;
    width: 100%;
}

img.slider {
    padding: 10px 10px 10px 10px;
}

#manage_company_images {
    float: right;
    display: inline;
    width: 40%;
    text-align: right;
}

    #manage_company_images a {
        color: #777;
    }

        #manage_company_images a:hover {
            color: #fff;
        }

h2.manage_images {
    width: 50%;
}

div.manage_company_header_wrapper {
    width: 100%;
    overflow: auto;
}

div.manage_company_header_title {
    float: left;
    width: 50%;
}

div.manage_company_header_back_nav {
    float: left;
    text-align: right;
    width: 50%;
    padding-top: 10px;
}

    div.manage_company_header_back_nav a {
        color: #777;
    }

        div.manage_company_header_back_nav a:hover {
            color: #fff;
            ;
        }

#returnAddressList {
    padding: 0px 10px 10px 10px;
    margin: 10px 0px 0px 0px;
}

th.return_addresses_head {
    font-weight: bold;
    color: #FFF;
    background-color: #124678;
    padding: 5px 5px 5px 5px;
}

#manage_companies_wrapper {
    width: 100%;
}

#manage_company_left_col {
    width: 600px;
    float: left;
    margin: 0px 15px 0px 0px;
}

#manage_company_right_col {
    width: 300px;
    float: left;
    margin: 0px 0px 0px 0px;
}

td.add_customer_button {
    width: 550px;
    padding: 0px 0px 0px 30px;
}

input.company_city {
    width: 100px;
}

input.company_zip {
    width: 55px;
}


li.consultants_list {
    list-style-type: none;
    padding: 3px 0px 3px 10px;
    margin: 0px 0px 0px 10px;
}

#brandsList {
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
}

#brandsList_open {
    cursor: pointer;
}

#consultants_tree {
    width: 350px;
    float: left;
}

#consultant_edit {
    width: 550px;
    float: left;
}

div.company_settings_box_top {
    background-color: #CCC;
    padding: 5px 0px 5px 0px;
}

    div.company_settings_box_top h2 {
        font-size: 14px;
        margin: 0px 0px 0px 5px;
        font-weight: 900px;
    }

    div.company_settings_box_top p {
        font-size: 11px;
        margin: 0px 0px 0px 5px;
    }

p.customer_delete {
    text-align: right;
    margin: 10px 0px 10px 0px;
}




/* My Account page */
#my_account_wrapper {
    width: 950px;
}

#my_info {
    float: left;
    width: 430px;
    margin-right: 15px;
    border: 1px solid #ccc;
    padding: 10px 0px 10px 10px;
    height: 195px;
}

#my_password {
    float: left;
    width: 430px;
    border: 1px solid #ccc;
    padding: 10px 0px 10px 10px;
    height: 195px;
}

#my_pay {
    float: left;
    min-width: 950px;
    width: auto;
    margin-right: 15px;
    border: 1px solid #ccc;
    padding: 10px 0px 10px 10px;
    height: auto;
    margin-top: 10px;
}

##my_sms {
    min-width: 950px;
    width: auto;
    float: left;
    border: 1px solid #ccc;
    padding: 10px 0px 10px 10px;
    margin-top: 10px;
    height: auto;
}


/* Start Manage Lists styles */
#manage_lists_wrapper {
    width: 940px;
}

#manage_lists_left_col {
    width: 450px;
    float: left;
    margin: 0px 15px 0px 0px;
}

#manage_lists_right_col {
    width: 450px;
    float: left;
    margin: 0px 0px 0px 0px;
}

#manage_lists_box {
    border: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
}

#manage_lists_vendors_box {
    border: 1px solid #ccc;
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
}

p.manage_lists_vendors_box {
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}

ul.manage_lists_vendors_box {
    margin: 0px 0px 10px 30px;
}

li.manage_lists_vendors_box {
    padding: 6px 0px 6px 0px;
}

p.manage_buttons {
    margin: 20px 0px 5px 0px;
}

#manage_lists_upload_wrapper {
    border: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
    margin: 15px 0px 0px 0px;
}

#manage_list_upload {
}

#manage_list_demographics {
    padding: 5px 0px 10px 0px;
}

    #manage_list_demographics a:hover {
        color: #FFF;
        text-decoration: none;
    }

#manage_list_type {
    padding: 15px 0px 10px 0px;
}


/* Suppression files upload styles */
h2.manage_suppression_header {
    margin: 20px 0px 0px 0px;
}

#suppression_upload {
    padding: 10px 10px 10px 10px;
}

#processSection {
    background-color: #eee;
    padding: 10px 10px 10px 10px;
}

p.suppression_select_file {
    margin: 10px 0px 0px 5px;
}

p.suppression_upload {
    margin: 10px 0px 0px 5px;
}

ol.suppression_upload_instructions {
    margin: 10px 0px 0px 40px;
}

li.suppression_upload_instructions {
    margin: 5px 0px 5px 5px;
}

td.zip_drop_lists {
    padding: 10px 0px 10px 0px;
}

td.zip_set_demographics {
    padding: 10px 5px 10px 0px;
    text-align: right;
}

    td.zip_set_demographics a {
        color: #666;
        text-decoration: none;
    }

        td.zip_set_demographics a:hover {
            color: #FFF;
            text-decoration: none;
        }

/* Zip Codes page styles */
/* Manage Zip Codes Page Styles */
table.zipcode_tables {
    width: 100%;
}

th.table_head_zips {
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 11px;
    background-color: #124678;
    color: #ffffff;
    text-align: center;
}

td.table_data_zips {
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    text-align: center;
}

table.zip_codes_list {
    width: 500px;
}

#unknownZipcodesDisplay {
    display: none;
}

#unknownZipInstructions {
    color: #000;
    background-color: #FF9;
    padding: 10px 10px 10px 10px;
}

#unknownZipcodes {
    background-color: #FF9;
    margin-left: 3px;
}

    #unknownZipcodes th {
        padding: 10px 10px 10px 10px;
    }

    #unknownZipcodes td {
        padding: 10px 10px 10px 10px;
    }

#zipsInUse {
    padding: 10px 10px 10px 10px;
    background-color: #F90;
    color: #000;
    line-height: 25px;
}


table.stores_add_edit {
    width: 500px;
}

tr.store_zip_codes_row_alt {
    background-color: #FFF;
}

.store_zip_codes_row {
    background-color: #dbe9d0;
}

td.store_zip_code_cell {
    padding: 5px 3px 5px 3px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    text-align: right;
}

td.store_zip_code_totals {
    padding: 5px 3px 5px 3px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    text-align: right;
}

#zip_codes_controls_wrapper {
    margin: auto;
    width: 950px;
    border-bottom: 1px solid #ccc;
    overflow: auto;
    padding: 0px 0px 10px 0px;
}

#zip_codes_company_list {
    float: left;
    width: 450px;
}

#zip_codes_upload {
    float: left;
    width: 450px;
}

p.zip_upload_instructions {
    margin: 0px 0px 0px 0px;
    font-size: 11px;
}

p.zip_upload_controls {
    margin: 5px 0px 0px 0px;
}

h2.zip_upload_header {
    margin: 0px 0px 0px 0px;
}

td.back_to_manage_lists {
    text-align: right;
}

td.move_zip_codes {
    vertical-align: top;
    text-align: right;
    padding: 10px 0px 0px 0px;
}

td.add_zip_codes {
    vertical-align: top;
    padding: 10px 0px 0px 0px;
}

p.add_zips_note {
    font-size: 11px;
    margin: 0px 0px 0px 5px;
}

tr.zip_code_stores {
    border-bottom: 1px solid #ddd;
}

td.zip_code_store {
    padding: 3px 5px 3px 0px;
    font-size: 11px;
}

td.zip_codes_get {
    padding: 3px 5px 3px 10px;
}

td.zip_code_demographics {
    padding: 3px 5px 3px 10px;
}

#show_all {
    border-collapse: collapse;
}

td.table_head_move {
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 12px;
    background-color: #cccccc;
    color: #000000;
    width: 100px;
}

td.table_head_dnm {
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 12px;
    background-color: #cccccc;
    color: #000000;
    width: 125px;
}

td.table_head_sc {
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 12px;
    background-color: #cccccc;
    color: #000000;
    width: 100px;
}

td.table_head_dealer {
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 12px;
    background-color: #cccccc;
    color: #000000;
    width: 100px;
}

td.table_head_store {
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 12px;
    background-color: #cccccc;
    color: #000000;
    width: 100px;
}

td.table_head_desc {
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 12px;
    background-color: #cccccc;
    color: #000000;
    width: 175px;
}

td.table_head_city {
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 12px;
    background-color: #cccccc;
    color: #000000;
    width: 175px;
}

td.table_head_state {
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    font-size: 12px;
    background-color: #cccccc;
    color: #000000;
    width: 40px;
}

td.table_data_move {
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    font-size: 13px;
    width: 100px;
}

td.table_data_dnm {
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    font-size: 13px;
    width: 125px;
}

td.table_data_sc {
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    font-size: 13px;
    width: 100px;
}

td.table_data_dealer {
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    font-size: 13px;
    width: 100px;
}

td.table_data_store {
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    font-size: 13px;
    width: 100px;
}

td.table_data_desc {
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    font-size: 13px;
    width: 175px;
}

td.table_data_city {
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    font-size: 13px;
    width: 175px;
}

td.table_data_state {
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    font-size: 13px;
    width: 40px;
}

span.move_to {
    color: #00F;
    text-decoration: underline;
}

span.move_close {
    color: #00F;
    text-decoration: underline;
}



/* Direct Mail Catalog */
#dm_category_list {
    float: left;
    width: 220px;
    margin: 0px 40px 0px 0px;
    border: 1px solid #fff5d5;
    background-color: #fff5d5;
    padding: 0px 0px 10px 0px;
}

    #dm_category_list ul {
        margin: 0px 5px 0px 5px;
    }

        #dm_category_list ul li {
            padding: 5px 0px 5px 10px;
            font-size: 13px;
            list-style-type: none;
        }

    #dm_category_list a {
        text-decoration: none;
        cursor: pointer;
        color: #000000;
    }

        #dm_category_list a:hover {
            text-decoration: underline;
            cursor: pointer;
        }

        #dm_category_list a:active {
            text-decoration: underline;
            color: #9C0;
            cursor: pointer;
        }



tr.dm_border {
    height: 1px;
    background-color: #dddddd;
}

/* Products & Products Listing Styles */
td.products_listing {
    width: 33%;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
}

h2.category_title {
    font-size: 16px;
}

p.product_bread_crumb {
    font-size: 10px;
    color: #666;
    margin: 0px 0px 10px 0px;
}

p.product_name {
    font-size: 15px;
    margin: 0px 0px 15px 0px;
}

p.product_number {
    font-size: 15px;
    margin: 0px 0px 15px 0px;
}

p.product_price {
    font-size: 15px;
    margin: 0px 0px 15px 0px;
}

div.product_description p {
    font-size: 15px;
    margin: 0px 0px 15px 0px;
}

div.product_description h3 {
    font-size: 15px;
    font-weight: bold;
}

td.product_photo {
    padding: 10px 10px 0px 0px;
    vertical-align: top;
}

td.product_details {
    padding: 10px 0px 0px 10px;
    vertical-align: top;
}

li.category_selected {
    border-top: 1px solid #afd2a4;
    border-bottom: 1px solid #afd2a4;
    background-color: #cce6c4;
}

a.category_selected {
    color: #2a7812;
    font-weight: bold;
}


h2.category_box_header {
    font-size: 16px;
    text-align: center;
}





.hideList {
    display: none;
}

.imageActionHover {
    cursor: pointer;
}

#wrapper {
    width: 800px;
    margin: 25px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
    border: 10px solid #ccc;
}

.scroll {
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
    position: relative;
}

    .scrollContainer div.panel {
        padding: 10px;
        width: 274px;
        height: 318px;
    }

#left-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    bottom: 0;
    background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    bottom: 0;
    background: url(../images/rightshadow.png) repeat-y;
}

.inside {
    padding: 10px;
    border: 1px solid #999;
}

    .inside img {
        display: block;
        border: 1px solid #666;
        margin: 0 0 10px 0;
        width: 250px;
    }

    .inside h2 {
        font-weight: normal;
        color: #111;
        font-size: 16px;
        margin: 0 0 8px 0;
    }

    .inside p {
        font-size: 11px;
        color: #ccc;
    }

/*
a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	border-bottom: 1px solid #999;
}
*/

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

    .scrollButtons.left {
        left: -45px;
    }

    .scrollButtons.right {
        right: -45px;
    }

.hide {
    display: none;
}



/* Button Styles */
.white_link {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.gray_link {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.fs-button {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 27px;
    line-height: 25px;
    min-width: 72px;
    padding: 0 8px;
    text-align: center;
}

.fs-button_sm {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #444444;
    cursor: default;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    min-width: 22px;
    padding: 0 8px;
    text-align: center;
}





.fs-button-link {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 27px;
    width: auto;
    min-width: 72px;
    padding: 0px 8px 8px 8px;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    line-height: 23px;
}

    .fs-button-link:hover {
        background-color: #393;
        background-image: none;
        color: #fff;
    }



.fs-button:hover, .fs-button.hover, .fs-button_sm:hover {
    background-color: #393;
    background-image: none;
    color: #fff;
}


.fs-button-disabled {
    background-color: #cccccc;
    background-image: -moz-linear-gradient(center top, #cccccc, #dddddd);
    border: 1px solid transparent;
    color: #999999;
    margin-bottom: 16px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    display: none;
}

.fs-button-disabled-show {
    background-color: #cccccc;
    background-image: -moz-linear-gradient(center top, #cccccc, #dddddd);
    border: 1px solid transparent;
    color: #999999;
    margin-bottom: 16px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.fs-button-disabled:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #cccccc;
    background-image: -moz-linear-gradient(center top, #cccccc, #ddddddd);
    border-color: #cccccc #cccccc #dddddd;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #999999;
}


.fs-button-green {
    background-color: #299a0f !important;
    background-image: -moz-linear-gradient(center top, #41c323, #299a0f);
    border: 1px solid transparent;
    color: #FFFFFF;
    margin-bottom: 16px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}


    .fs-button-green:hover {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #C53727;
        background-image: -moz-linear-gradient(center top, #41c323, #299a0f);
        border-color: #359b1e #359b1e #21800c;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        color: #FFFFFF;
    }

    .fs-button-green:active {
        background-color: #B0281A;
        background-image: -moz-linear-gradient(center top, #41c323, #379f1f);
        border: 1px solid #308d1b;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    }

.fs-button_cancel {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #666;
    cursor: default;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    height: 20px;
    line-height: 10px;
    min-width: 22px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.fs-button_cancel_vdes {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #666;
    cursor: default;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 27px;
    line-height: 25px;
    min-width: 72px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

    .fs-button_cancel_vdes:hover {
        background-color: #444;
        background-image: none;
        color: #fff;
    }

.fs-button_cancel:hover {
    background-color: #444;
    background-image: none;
    color: #fff;
}




/*
.fs-button {
	-moz-transition: all 0.218s ease 0s;
	-moz-user-select: none;
	background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    color: #FFFFFF;
	border: 1px solid #3079ed;
	border-radius: 2px 2px 2px 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	height: 30px;
	width: auto;
	line-height: 27px;
	padding: 0 8px;
	text-align: center;
}



.fs-button_sm {
	width: 42px;
	font-size: 12px;
	height: 22px;
	line-height: 12px;
	padding: 3px 3px 3px 3px;
}

.fs-button-skinny {
-moz-transition: all 0.218s ease 0s;
-moz-user-select: none;
background-color: #F5F5F5;
background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px 2px 2px 2px;
color: #444444;
cursor: default;
display: inline-block;
font-size: 11px;
font-weight: bold;
height: 15px;
line-height: 15px;
min-width: 72px;
padding: 0 8px;
text-transform: uppercase;
text-align: center;
} 








.fs-button:hover, .fs-button_sm:hover{
	-moz-transition: all 0s ease 0s;
	background-color: #6096ed;
	background-image: -moz-linear-gradient(center top , #83acee, #3079ed );
	border: 1px solid #3079ed;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color:#FC6;
}

.fs-button-green {
	background-color: #299a0f;
	background-image: -moz-linear-gradient(center top , #41c323, #299a0f);
	border: 1px solid transparent;
	color: #FFFFFF;
	margin-bottom: 16px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}

.fs-button-green:hover {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #C53727;
	background-image: -moz-linear-gradient(center top , #41c323, #299a0f);
	border-color: #359b1e #359b1e #21800c;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
}
.fs-button-green:active {
	background-color: #B0281A;
	background-image: -moz-linear-gradient(center top , #41c323, #379f1f);
	border: 1px solid #308d1b;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}
*/





.fs-button-edit {
    font-size: 11px;
    font-weight: 400;
    height: 20px;
    line-height: 18px;
    min-width: 22px;
    text-decoration: none;
}

    .fs-button-edit:hover {
        background-color: #393;
        background-image: none;
        color: #fff;
    }


.fs-button-remove {
    font-size: 11px;
    font-weight: 400;
    height: 20px;
    line-height: 18px;
    min-width: 22px;
    text-decoration: none;
}

    .fs-button-remove:hover {
        background-color: #393;
        background-image: none;
        color: #fff;
    }





.fs-button-select {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    height: 20px;
    line-height: 13px;
    min-width: 20px;
    text-decoration: none;
}

    .fs-button-select:hover {
        text-decoration: none;
    }




.fs-button-view-proof {
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #666;
    font-size: 11px;
    font-weight: 400;
    height: 20px;
    line-height: 18px;
    width: auto;
}

    .fs-button-view-proof:hover {
        background-color: #393;
        background-image: none;
        color: #fff;
    }



.fs-button-delete {
    font-size: 11px;
    font-weight: 400;
    height: 20px;
    line-height: 18px;
    min-width: 22px;
    background-color: #aaa;
    background-image: -moz-linear-gradient(center top, #aaa, #aaa);
    border: 1px solid transparent;
    color: #444;
    cursor: pointer;
}

    .fs-button-delete:hover {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #C53727;
        background-image: -moz-linear-gradient(center top, #9a1c0f, #9a1c0f);
        border-color: #9a1c0f #9a1c0f #9a1c0f;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        color: #FFFFFF;
        cursor: pointer;
    }

    .fs-button-delete:active {
        background-color: #333;
        background-image: -moz-linear-gradient(center top, #333, #333);
        border: 1px solid #9a1c0f;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    }

.fs-button-delete-big {
    font-size: 13px;
    font-weight: normal;
    height: 27px;
    line-height: 2718px;
    min-width: 72px;
    background-color: #aaa;
    background-image: -moz-linear-gradient(center top, #aaa, #aaa);
    border: 1px solid transparent;
    border-radius: 2px 2px 2px 2px;
    color: #444;
    cursor: pointer;
}

    .fs-button-delete-big:hover {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #C53727;
        background-image: -moz-linear-gradient(center top, #9a1c0f, #9a1c0f);
        border-color: #9a1c0f #9a1c0f #9a1c0f;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        color: #FFFFFF;
        cursor: pointer;
    }

    .fs-button-delete-big:active {
        background-color: #333;
        background-image: -moz-linear-gradient(center top, #333, #333);
        border: 1px solid #9a1c0f;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    }

.fs-delete-customer {
    height: 30px;
}







.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-dsktp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-wrapper {
    width: 80%;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

    .product-wrapper table tr td input, .sidebar table tr td input {
        width: 120px;
        max-width: 100%;
    }

    .product-wrapper .option-container, .sidebar {
        border: 2px solid black;
        padding: 1em;
        border-radius: 1em;
        margin-bottom: 1em;
    }

    .product-wrapper table td:nth-child(odd), .sidebarOption table td:nth-child(odd) {
        text-align: right;
    }

.sidebar {
    width: 20%;
    height: 900px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 1em;
}

.sidebarOption {
    border-bottom: 1px solid black;
}

@media only screen and (max-width: 1260px) {
    .product-wrapper table tr td input, .sidebar table tr td input {
        width: 80px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .product-wrapper, .sidebar {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .flex-dsktp {
        display: block;
    }
}









/* Checkout Payment Page */
div.order_checkout_section_title {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0px 10px 0px;
    margin: 10px 0px 10px 0px;
}

    div.order_checkout_section_title h3 {
        margin: 0px 0px 0px 5px;
    }

p.order_processing_note {
    color: #C00;
    font-style: italic;
}


#order_checkout_payment_options li {
    display: inline;
    list-style-type: none;
    padding: 0px 15px 0px 0px;
}

#order_checkout_id_wrapper {
    overflow: auto;
    padding: 10px 0px 10px 0px;
}

#order_checkout_id {
    float: left;
    width: 600px;
}

#order_checkout_seals {
    float: left;
    text-align: right;
    width: 300px;
}

    #order_checkout_seals li {
        padding: 0px 0px 0px 0px;
        display: inline;
        list-style-type: none;
    }


#rblPaymentMethods {
    margin: 0px 0px 0px 10px;
}

    #rblPaymentMethods label {
        padding: 0px 0px 0px 7px;
    }

#order_checkout_make_payment_wrapper {
    padding: 0px 0px 0px 0px;
}

#order_checkout_make_payment_text {
    float: left;
    width: 600px;
}

    #order_checkout_make_payment_text p {
        font-size: 11px;
    }

#order_checkout_make_payment_button {
    float: left;
    width: 300px;
}


#billing_wrapper {
    width: 960px;
    padding: 10px 0px 5px 0px;
    margin: 0px 10px 0 0px;
    overflow: auto;
}

#billing_info {
    text-align: left;
    float: left;
    padding: 10px 0px 5px 10px;
    margin: 0px 10px 0 0px;
}

/* Needed specifically for MakePayment page */
#billing_main_wrapper #billing_info {
    width: 350px;
    text-align: left;
    float: left;
    padding: 10px 0px 5px 10px;
    margin: 0px 10px 0 0px;
}

#confirmation_payment_info {
    width: 400px;
    text-align: left;
    float: left;
    padding: 10px 0px 10px 0px;
    margin: 0px 10px 20px 0px;
}

    #confirmation_payment_info h3 {
        margin: 0px 0px 0px 5px;
    }


#confirmation_billing_info {
    width: 300px;
    text-align: left;
    float: left;
    padding: 10px 0px 10px 0px;
    margin: 0px 10px 20px 0px;
}

    #confirmation_billing_info h3 {
        margin: 0px 0px 0px 5px;
    }


#confirmation_payment_header {
    float: left;
    width: 400px;
}

#confirmation_billing_header {
    float: left;
    width: 300px;
}



#billing_credit_card {
    width: 500px;
    text-align: left;
    float: left;
    padding: 10px 0px 10px 10px;
    margin: 0px 10px 20px 0px;
}


#billing_billing_order_summary {
    width: 300px;
    float: left;
    text-align: left;
    padding: 10px 0px 10px 10px;
    margin: 0px 10px 20px 0px;
}

#billing_info_warning {
    width: 200px;
    float: left;
    text-align: left;
    padding: 10px 0px 10px 10px;
    margin: 0px 10px 20px 0px;
}

#billing_payment {
    float: left;
    width: 900px;
    text-align: left;
    padding: 10px 0px 0px 10px;
    margin: 0px 10px 10px 0px;
    border: 1px solid #ddd;
    border-width: 1px 1px 1px 1px;
}

#bill_payments_schedule {
    float: left;
    width: 230px;
    text-align: left;
    padding: 10px 10px 0px 10px;
    margin: 0px 10px 10px 0px;
    border: 1px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background-color: #eee;
}

    #bill_payments_schedule p {
        font-size: 11px;
        margin: 7px 0px 7px 10px;
    }

        #bill_payments_schedule p.current_due {
            margin: 7px 0px 7px 5px;
            border: 1px solid #C00;
            padding: 3px 3px 3px 5px;
        }

#bill_payments_schedule_note {
    float: left;
    width: 900px;
    text-align: left;
    padding: 5px 0px 0px 10px;
    margin: 0px 10px 10px 0px;
    border: 1px dashed #C00;
    border-width: 1px 1px 1px 1px;
    background-color: #fff;
}

    #bill_payments_schedule_note p {
        color: #C00;
        margin: 7px 0px 7px 10px;
    }

    #bill_payments_schedule_note h3 {
        font-size: 13px;
        margin: 2px 0px 7px 10px;
    }

table.payment_options_available {
    width: 600px;
}

table.payment_options {
    width: 500px;
}

p.order_view_details {
    margin: 10px 0px 10px 0px;
    font-weight: bold;
}

p.payment_terms {
    font-size: 10px;
    margin: 10px 0px 10px 0px;
}

td.order_invoice_date {
    padding: 5px 15px 5px 0px;
}

td.order_invoice_number {
    padding: 5px 0px 5px 5px;
}

tr.make_payments_data {
    border-bottom: 1px solid #ddd;
}

td.make_payments_head {
    padding: 5px 5px 0px 5px;
}

td.make_payments_data {
    padding: 7px 7px 7px 7px;
}

td.make_payments_balance {
    padding: 7px 7px 7px 7px;
    color: #C00;
    font-weight: bold;
}

/* Order Thank you page */
p.order_transaction_id {
    margin: 10px 0px 0px 5px;
}







/*
Item Name: jQuery Carousel Evolution
Author: Mapalla
Author URI: http://codecanyon.net/user/Mapalla
Version: 1.1
*/

/* _______________________________________________ */

/* CONTAINER */
/* _______________________________________________ */

.carousel {
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: auto;
    border: none;
    overflow: hidden;
}

    /* _______________________________________________ */

    /* CAROUSEL */
    /* _______________________________________________ */

    /* slide container */
    .carousel .slides {
        float: left;
        margin: 0;
        padding: 0;
        border: none;
        list-style: none;
        position: relative;
        overflow: visible;
    }

        /* slide item */
        .carousel .slides .slideItem {
            position: absolute;
            cursor: pointer;
            overflow: visible;
            padding: 0;
            margin: 0;
            border: none;
        }

            .carousel .slides .slideItem a {
                display: block;
                text-decoration: none;
                margin: 0;
                padding: 0;
                border: none;
                outline: none;
            }

            .carousel .slides .slideItem img {
                margin: 0;
                padding: 0;
                border: none;
                width: 100%;
                height: 100%;
            }

    /* _______________________________________________ */

    /* NEXT/PREV BUTTON */
    /* _______________________________________________ */

    .carousel .nextButton {
        position: absolute;
        right: 10px;
        top: 133px;
        width: 35px;
        height: 35px;
        background: url("../images/next_button.png") no-repeat center;
        cursor: pointer;
        z-index: 9999;
    }

    .carousel .prevButton {
        position: absolute;
        left: 10px;
        top: 133px;
        width: 35px;
        height: 35px;
        background: url("../images/prev_button.png");
        cursor: pointer;
        z-index: 9999;
    }

    /* _______________________________________________ */

    /* NAVIGATION BUTTON */
    /* _______________________________________________ */

    /* buttons container */
    .carousel .buttonNav {
        position: relative;
        margin: 0 auto;
    }

        /* numbers */
        .carousel .buttonNav .numbers {
            position: relative;
            float: left;
            margin: 5px;
            color: #828282;
            cursor: pointer;
            font-weight: bold;
            text-decoration: none;
            font-size: 1em;
            font-family: Arial, Verdana;
        }

            .carousel .buttonNav .numbers:hover {
                color: #000;
                text-decoration: underline;
            }

        .carousel .buttonNav .numberActive {
            background: none;
            color: #000;
            cursor: default;
        }

        /* bullets */
        .carousel .buttonNav .bullet {
            position: relative;
            float: left;
            width: 16px;
            height: 16px;
            background: url(../images/Bullet-White.png) no-repeat center;
            margin: 5px;
            float: left;
            cursor: pointer;
        }

            .carousel .buttonNav .bullet:hover {
                background: url(../images/Bullet-Black.png) no-repeat center;
            }

        .carousel .buttonNav .bulletActive {
            background: url(../images/Bullet-Black.png) no-repeat center;
            cursor: default;
        }

    /* ____________________________________________________________ */

    /* VIDEO */
    /* ____________________________________________________________ */

    .carousel .slides .videoOverlay {
        background: url("../images/video.png") no-repeat center; /* play button */
    }

    .carousel .slides .spinner {
        background: #000 url("../images/loading.gif") no-repeat center; /* video preloader */
    }

    /* ____________________________________________________________ */

    /* DESCRIPTION */
    /* ____________________________________________________________ */

    .carousel .description {
        position: relative;
        float: left;
        width: 470px;
        height: 300px;
        margin: 0;
        margin-left: 10px;
        padding: 0px;
    }

        .carousel .description div {
            width: 470px;
            height: 300px;
        }

    /* gradient color for old Opera */
    .carousel .gradient {
        background-image: url(../scripts/gradient.svg);
    }

    /* _____________________________ *

/* SHADOW */
    /* _____________________________ */

    .carousel .shadow {
        width: 100%;
        height: 82px;
    }

        .carousel .shadow .shadowLeft {
            background: url("..images/shadowLeft.png") no-repeat;
            width: 100px;
            height: 82px;
            /* fix png problems in ie */
            -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowLeft.png, sizingmethod=scale)"; /* IE8 */
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowLeft.png, sizingmethod=scale); /* IE6 & 7 */
        }

        .carousel .shadow .shadowMiddle {
            height: 82px;
            background: url("../images/shadowTile.png") repeat-x;
            /* fix png problems in ie */
            -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowTile.png, sizingmethod=scale)"; /* IE8 */
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowTile.png, sizingmethod=scale); /* IE6 & 7 */
        }

        .carousel .shadow .shadowRight {
            width: 100px;
            height: 82px;
            background: url("../images/shadowRight.png") no-repeat;
            /* fix png problems in ie */
            -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowRight.png, sizingmethod=scale)"; /* IE8 */
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowRight.png, sizingmethod=scale); /* IE6 & 7 */
        }


/* Order confirmation & order history details page styles */
tr.order_header {
    background-color: #555;
}

td.order_header {
    font-size: 14px;
    padding: 7px 3px 5px 5px;
    font-weight: 300;
    color: #fff;
}

td.order_details {
    font-size: 14px;
    padding: 8px 3px 8px 4px;
    border-right: 1px solid #ddd;
}

td.order_details_head {
    font-size: 14px;
    font-weight: 300;
    padding: 8px 3px 8px 4px;
    border-right: 1px solid #ddd;
    background-color: #eee;
}

td.order_details_last {
    font-size: 14px;
    padding: 8px 3px 8px 4px;
}

tr.order_details {
    background-color: #FFFFFF;
    color: #000000;
    padding: 3px 3px 3px 0px;
    border-bottom: 1px solid #ddd;
}

tr.order_details_alternate {
    background-color: #D8EAD2;
    color: #000000;
    padding: 3px 3px 3px 0px;
}

td.order_total {
    text-align: right;
    font-weight: 300;
    font-size: 16px;
    padding: 5px 5px 5px 5px;
    color: #000;
}

table.order_details {
    width: 880px;
}

p.orderhistory_edit {
    text-align: right;
}

p.order_history_number {
    margin: 10px 0px 10px 0px;
    font-size: 16px;
}

p.order_history_date {
    margin: 10px 0px 25px 0px;
    font-size: 16px;
}

p.order_billing {
    margin: 10px 0px 25px 0px;
    font-size: 16px;
}

p.order_billing_address {
    margin: 10px 0px 25px 10px;
    font-size: 15px;
}


/* List Order Page Styles */
#tblManageOrder {
    width: 100%;
}




/* Admin Page Styles */
body.admin {
    font-family: 'Roboto', Verdana, San-Serif;
    color: #414142;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}

#main_container_admin {
    background-color: #fff;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 0px;
}

#admin_top_nav_bar {
    height: 25px;
    background-color: #000;
    padding-top: 7px;
}

    #admin_top_nav_bar p {
        text-align: right;
        color: #FFF;
        margin: 0px 30px 4px 0px;
        font-size: 12px;
        text-transform: uppercase;
    }

    #admin_top_nav_bar a {
        color: #FFF;
        text-decoration: none;
    }

        #admin_top_nav_bar a:hover {
            color: #FC0;
            text-decoration: none;
        }


#admin_header_wrapper {
    background: #FFFFFF;
    width: 950px;
    height: 100px;
    margin: auto;
}

#admin_header_links {
    background: #FFFFFF;
    float: left;
    text-align: right;
    width: 570px;
    padding: 0px 0px 0px 0px;
    height: 100px;
}

#admin_header_logo {
    background: #FFFFFF;
    float: left;
    width: 380px;
    text-align: left;
    padding: 10px 0px 0px 0px;
}

#admin_header_headline {
    background: #FFFFFF;
    float: left;
    width: 390px;
    padding: 25px 0px 0px 0px;
    text-align: center;
}

p.admin_header_title_image {
    margin: 20px 0px 0px 0px;
    font-size: 40px;
    font-weight: 300;
    color: #999;
}

#drop_shadow {
    width: 100%;
    height: 24px;
    clear: both;
    background-image: url(/images/form_field_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    border-top: 1px solid #ccc;
}

h1.admin_page_title {
    font-size: 31px;
    font-weight: 300;
    color: #124678;
    margin: 0px 0px 10px 0px;
}

#admin_page_title_wrapper {
    width: 100%;
}

#admin_page_title_left {
    float: left;
    width: 750px;
}

#admin_page_title_right {
    float: left;
    width: 210px;
}


h2.admin_sub_head {
    font-size: 23px;
    font-weight: 300;
    color: #124678;
    margin: 10px 0px 10px 0px;
}

p.admin_page_description {
    margin: 10px 0px 15px 0px;
}

tr.border {
    height: 1px;
    background-color: #756C9E;
    padding: 0px 0px 0px 0px;
}

td.border {
    width: 1px;
    background-color: #756C9E;
    padding: 0px 0px 0px 0px;
}

tr.border_gray {
    height: 1px;
    background-color: #DDDDDD;
    padding: 0px 0px 0px 0px;
}

td.border_gray {
    width: 1px;
    background-color: #DDDDDD;
    padding: 0px 0px 0px 0px;
}

th.table_head {
    color: #124678;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #124678;
    font-weight: 400;
}

td.table_data {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px #ccc solid;
}


/* Admin Button Styles */
.admin-button {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top, #4D90FE, #4787ED);
    color: #FFFFFF;
    border: 1px solid #3079ed;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    height: 40px;
    width: 250px;
    line-height: 27px;
    min-width: 72px;
    padding: 0 8px;
    text-align: center;
}

.admin-button-link {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top, #4D90FE, #4787ED);
    color: #FFFFFF;
    border: 1px solid #3079ed;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    height: 30px;
    width: 200px;
    min-width: 72px;
    padding: 0 8px;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    text-decoration: none;
}

.admin-button_sm {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top, #4D90FE, #4787ED);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: default;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    height: 20px;
    line-height: 15px;
    min-width: 22px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}



.admin-button_cancel {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #c1c2c0;
    background-image: -moz-linear-gradient(center top, #c1c2c0, #919290);
    border: 1px solid #919290;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: default;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    height: 20px;
    line-height: 10px;
    min-width: 22px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}




.admin-button:hover, .admin-button.hover, .admin-button_sm:hover, .admin-button-link:hover, admin-button_cancel:hover {
    -moz-transition: all 0s ease 0s;
    background-color: #6096ed;
    background-image: -moz-linear-gradient(center top, #83acee, #3079ed );
    border: 1px solid #3079ed;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #FC6;
}

.admin-button-green {
    background-color: #299a0f;
    background-image: -moz-linear-gradient(center top, #41c323, #299a0f);
    border: 1px solid transparent;
    color: #FFFFFF;
    margin-bottom: 16px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

    .admin-button-green:hover {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #C53727;
        background-image: -moz-linear-gradient(center top, #41c323, #299a0f);
        border-color: #359b1e #359b1e #21800c;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        color: #FFFFFF;
    }

    .admin-button-green:active {
        background-color: #B0281A;
        background-image: -moz-linear-gradient(center top, #41c323, #379f1f);
        border: 1px solid #308d1b;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    }


.admin-button-delete {
    background-color: #9a1c0f;
    background-image: -moz-linear-gradient(center top, #9a1c0f, #9a1c0f);
    border: 1px solid transparent;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

    .admin-button-delete:hover {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #C53727;
        background-image: -moz-linear-gradient(center top, #9a1c0f, #9a1c0f);
        border-color: #9a1c0f #9a1c0f #9a1c0f;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        color: #FFFFFF;
    }

    .admin-button-delete:active {
        background-color: #9a1c0f;
        background-image: -moz-linear-gradient(center top, #9a1c0f, #9a1c0f);
        border: 1px solid #9a1c0f;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    }





/* Dashboard Layout */
#dashboard_wrapper {
    width: 100%;
    margin: auto;
}

#dashboard_column_left {
    float: left;
    width: 60%;
}

#dashboard_column_right {
    float: left;
    width: 37%;
    padding: 0px 10px 0px 10px;
    background-color: #c9d9e9;
    border: 1px solid #ddd;
    border-radius: 3px 3px 3px 3px;
    margin: 0px 0px 0px 15px;
}

table.dashboard_recent_orders {
    width: 470px;
}

table.dashboard_orders_by_week {
    width: 470px;
}

table.dashboard_orders_piece_type {
    width: 470px;
}

table.dashboard_orders_for_ih {
    width: 100%;
}

    table.dashboard_orders_for_ih td {
        font-size: 12px;
        padding: 5px 3px 5px 3px;
        border-bottom: 1px solid #bbb;
    }

    table.dashboard_orders_for_ih th {
        font-size: 12px;
        padding: 3px 0px 3px 3px;
        background-color: #222;
        color: #fff;
    }

.dashboard_rows tr:nth-child(even) {
    background-color: #c9d9e9;
}

.dashboard_rows tr:hover {
    background-color: #f6f0d0;
    cursor: default;
}

table.dashboard_past_due_orders {
    width: 100%;
}

    table.dashboard_past_due_orders td {
        font-size: 12px;
        padding: 7px 5px 7px 5px;
        border-bottom: 1px solid #bbb;
    }

    table.dashboard_past_due_orders th {
        font-size: 12px;
        padding: 3px 0px 3px 3px;
        background-color: #222;
        color: #fff;
    }

table.dashboard_next_4_ih {
    width: 100%;
}

    table.dashboard_next_4_ih td {
        font-size: 12px;
        padding: 5px 0px 5px 0px;
        border-bottom: 1px solid #bbb;
    }

    table.dashboard_next_4_ih th {
        font-size: 12px;
        padding: 3px 0px 3px 3px;
        background-color: #124678;
        color: #fff;
    }



p.dashboard_full_report_link {
    text-align: right;
    font-size: 11px;
}

img.product_details_thumb_nail {
    border: 1px solid #000;
}

td.product_info_pricing_label {
    width: 160px;
}

td.product_info_pricing_field {
    width: 340px;
}

td.product_info_photo_label {
    width: 200px;
}

td.product_info_photo {
    width: 180px;
}

.dashboard_head {
    background-color: #333;
    color: #FFF;
}

p.dashboard_view_all {
    text-align: right;
    margin: 10px 0px 10px 0px;
}


#dashboard_recent_orders th {
    padding: 3px 3px 3px 3px;
    font-size: 12px;
}

#dashboard_recent_orders td {
    padding: 3px 3px 3px 3px;
    font-size: 12px;
}

#dashboard_recent_orders tr:nth-child(even) {
    background-color: #c9d9e9;
}

#countsByCsr th {
    padding: 3px 3px 3px 3px;
    font-size: 12px;
}

#countsByCsr td {
    padding: 3px 3px 3px 3px;
    font-size: 12px;
}

#countsByCsr tr:nth-child(even) {
    background-color: #c9d9e9;
}



div.dashboard_box_wrapper {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 3px 3px 3px 3px;
    margin: 0px 0px 15px 0px;
    clear: both;
    overflow: auto;
    padding: 5px 10px 10px 10px;
}

    div.dashboard_box_wrapper h2 {
        font-size: 24px;
    }

span.title_note {
    font-size: 13px;
}

div.dashboard_box_wrapper select {
    font-size: 14px;
    margin-left: 10px;
}

div.dashboard_box_title {
    float: left;
    width: 50%;
}

div.dashboard_box_totals {
    float: left;
    width: 50%;
}

    div.dashboard_box_totals p {
        font-size: 17px;
        font-weight: 400;
        text-align: right;
        margin: 10px 0px 0px 0px;
    }

div.dashboard_box_wrapper_white {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 3px 3px 3px 3px;
    margin: 10px 0px 15px 0px;
    clear: both;
    overflow: auto;
    padding: 5px 10px 10px 10px;
}

div.dashboard_box_quick_wrapper {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 3px 3px 3px 3px;
    margin: 0px 0px 10px 0px;
    clear: both;
    overflow: auto;
    padding: 5px 5px 5px 5px;
}

div.dashboard_quick_left {
    float: left;
    background-color: #FFF;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 3px 0px 0px 3px;
    height: 100px;
    width: 189px;
}

div.dashboard_quick_center {
    float: left;
    background-color: #FFF;
    border: 1px solid #ddd;
    width: 189px;
    height: 100px;
}

div.dashboard_quick_right {
    float: left;
    background-color: #FFF;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0px 3px 3px 0px;
    width: 189px;
    height: 100px;
}

p.dashboard_quick_number {
    text-align: center;
    font-size: 32px;
    margin: 17px 0px 0px 0px;
}

p.dashboard_quick_type {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}

#dashboard_column_right h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
}

p.dashboard_charts {
    margin: 10px 0px 10px 0px;
}


div.dashboard_box_wrapper ul {
    margin: 0px 0px 0px 15px;
}

    div.dashboard_box_wrapper ul li {
        list-style-type: none;
        padding: 5px 0px 5px 0px;
    }

/* Admin Products Page */
#tblCategoriesList_header {
    width: 800px;
}

#tblCategoriesList {
    width: 800px;
}

#contentMain_CategoryNameLabel {
    margin: 3px 0px 3px 0px;
}

p.category_edit_description {
    margin: 15px 0px 3px 5px;
}

#contentMain_txtCategoryDescription {
    background-color: #dbe9d0;
    border: 1px solid #dbe9d0;
}

#products_header {
    width: 930px;
}

#products_list {
    width: 930px;
}

ul.product_brands {
    margin: 10px 0px 0px 10px;
}

li.product_brands {
    padding: 5px 5px 5px 5px;
    list-style-type: none;
}

#brands td {
    padding: 5px 5px 5px 5px;
}

    #brands td label {
        padding: 0px 0px 0px 10px;
    }

#ListDiv {
    width: 450px;
    float: left;
    margin: 0px 10px 0px 0px;
}


/* Product Add/Edit Pages */
div.product_admin_sections {
    padding: 10px 10px 10px 10px;
    border: 1px solid #ccc;
    width: 930px;
    margin-bottom: 20px;
    overflow: auto;
    background-color: #eee;
}

h2.product_admin_section_head {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin: 15px 0px 5px 0px;
}

#product_information {
    float: left;
    margin: 0px 30px 0px 0px;
}



/* Mark as paid modal window */
div.mark_as_paid_page {
    background-color: #FFF;
    padding: 50px 10px 50px 10px;
    text-align: left;
}

td.mark_as_paid_field {
    color: #000;
    padding: 5px 5px 5px 5px;
}

p.mark_as_paid_instructions {
    color: #000;
}


/*Customer Orders Styles */
#recent_orders {
    width: 960px;
}

p.admin_orders_import_suppressions {
    text-align: right;
}

p.admin_orders_filters {
    margin: 10px 0px 10px 0px;
}

span.mark_as_paid {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #369c17;
    background-image: -moz-linear-gradient(center top, #369c17, #5cca3b);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: default;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    min-width: 22px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}


/* Customer User List Styles */
#customer_users_list tr:hover {
    background-color: #d5e3f0;
}


/* Export Import Page Styles */
#export_import_left_wrapper {
    float: left;
    margin: 0px 20px 0px 0px;
    width: 420px;
    border: 1px solid #ddd;
    min-height: 500px;
    padding: 10px 10px 10px 10px;
}

#export_import_right_wrapper {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 420px;
    border: 1px solid #ddd;
    min-height: 500px;
    padding: 10px 10px 10px 10px;
}

#export_import_export_job_sheet {
    margin: 20px 0px 0px 0px;
}

    #export_import_export_job_sheet button {
        margin: 10px 0px 20px 0px;
    }

#export_import_import_job_sheet {
    margin: 20px 0px 0px 0px;
}

    #export_import_import_job_sheet button {
        margin: 10px 0px 20px 0px;
    }

#export_import_export_cost_sheet {
    margin: 20px 0px 0px 0px;
}

    #export_import_export_cost_sheet button {
        margin: 10px 0px 20px 0px;
    }

#export_import_import_cost_sheet {
    margin: 20px 0px 0px 0px;
}



#previousRuns {
    margin: 50px 0px 0px 0px;
}

    #previousRuns ul {
        margin-left: 20px;
    }

    #previousRuns li {
        list-style-type: none;
        padding: 5px 0px 5px 0px;
    }

#previousCostDataRuns {
    margin: 50px 0px 0px 0px;
}

    #previousCostDataRuns ul {
        margin-left: 20px;
    }

    #previousCostDataRuns li {
        list-style-type: none;
        padding: 5px 0px 5px 0px;
    }


/* Start Main Navigation Styles */
div.admin_sub_nav {
    background-color: #fff;
    margin: auto;
    height: 30px;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    padding: 3px 0px 0px 10px;
    width: 960px;
}

#store_admin_sub_nav {
    background-color: #107CBD;
    width: 910px;
    margin: auto;
    height: 23px;
    color: #FFFFFF;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    padding: 3px 0px 0px 10px;
}

a.sub_nav {
    color: #FFFFFF;
    text-decoration: none;
}

    a.sub_nav:hover {
        color: #DDDDDD;
        text-decoration: underline;
    }

/* Admin Settings Page */
#admin_settings_company_name {
    margin: 10px 0px 20px 10px;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 10px 0px;
    width: 500px;
}

#admin_settings_company_logo {
    margin: 10px 0px 20px 10px;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 10px 0px;
    width: 500px;
}

#admin_settings_company_current_logo {
    margin: 20px 0px 10px 10px;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 10px 0px;
    width: 500px;
}

#admin_settings_company_login_text {
    margin: 10px 0px 20px 10px;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 10px 0px;
    width: 500px;
}

#admin_settings_ga_code {
    margin: 10px 0px 20px 10px;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 10px 0px;
    width: 700px;
}

p.settings_current_logo {
    font-size: 15px;
    font-weight: bold;
}

p.admin_settings_description {
    font-size: 13px;
    margin: 10px 0px 20px 10px;
}

    p.admin_settings_description img {
        float: left;
        margin-right: 15px;
    }



/* Campaign Page Styles */
td.campaign_types {
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    width: 250px;
    background-color: #eee;
}

td.campaign_add {
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    width: 400px;
}

td.campaign_products {
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    width: 290px;
    background-color: #cae5c4;
}

span.edit {
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    text-decoration: underline;
    color: #00F;
}

td.campaign_new {
    padding: 15px 0px 5px 0px;
}

td.campaign_delete {
    padding: 15px 5px 15px 5px;
}

td.campaign_name {
    padding: 15px 5px 15px 5px;
}

tr.campaign_list {
    border-bottom: 1px solid #dddddd;
}

#ckbxlstProducts td {
    padding: 5px 5px 5px 5px;
}

    #ckbxlstProducts td label {
        padding: 0px 0px 0px 5px;
    }

#lblCampaignProducts {
    font-size: 15px;
    font-weight: bold;
}

td.campaign_add_label {
    padding: 5px 5px 5px 5px;
    width: 190px;
}

td.campaign_add_field {
    padding: 5px 5px 5px 5px;
    width: 190px;
}

td.campaign_add_buttons {
    padding: 5px 5px 5px 20px;
}

p.offer_all_none {
    margin: 10px 0px 5px 5px;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}

span.delete_weekly_offer {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    background-color: #c4262a;
    background-image: -moz-linear-gradient(center top, #c4262a, #a10b0e);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    cursor: default;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    min-width: 22px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}





/* Admin Internal User Styles */
#manager_internal_users_form {
    float: left;
    overflow: auto;
    width: 700px;
}

#manager_internal_users_list {
    overflow: auto;
    width: 980px;
    border: 1px solid #ddd;
    padding: 0px 10px 30px 10px;
    background-color: #eee;
}

/* Admin Permissions Styles */

#manager_users_permissions {
    overflow: auto;
    width: 980px;
    padding: 0px 10px 30px 10px;
    margin-top: 15px;
}

th.permissions_table_head {
    background-color: #666;
    border-bottom: none;
    color: #FFF;
}

td.permissions_table_data {
    padding: 10px 5px 10px 5px;
    font-weight: 900;
}

td.permissions_table_data_item {
    padding: 10px 5px 10px 15px;
}

p.permissions_item_note {
    font-size: 11px;
    font-style: italic;
}

#manager_users_wrapper {
    width: 980px;
    margin: 20px 0px 0px 0px;
    height: 90px;
}

#manager_users_person {
    float: left;
    width: 680px;
}

    #manager_users_person img {
        float: left;
    }

    #manager_users_person p {
        float: left;
        font-size: 12px;
        margin: 0px 0px 0px 10px;
    }

#manager_users_back_nav {
    float: left;
    width: 300px;
}

    #manager_users_back_nav button {
        float: right;
    }

.avatar_list {
    vertical-align: middle;
    text-align: center;
}


/* Admin Demographic Page Styles */
#suppression_types_form {
    float: left;
    overflow: auto;
    width: 460px;
}

#suppression_types_list {
    float: left;
    overflow: auto;
    width: 300px;
    margin-left: 20px;
    border: 1px solid #ddd;
    padding: 0px 10px 30px 10px;
    background-color: #eee;
}

#upload_zip_codes_form {
    float: left;
    overflow: auto;
    width: 460px;
}

#upload_zip_codes_instructions {
    float: left;
    overflow: auto;
    width: 400px;
    margin-left: 20px;
    border: 1px solid #ddd;
    padding: 0px 10px 30px 10px;
    background-color: #eee;
}

#upload_zip_codes_bullets {
    margin: 0px 0px 0px 50px;
}

    #upload_zip_codes_bullets li {
        padding: 3px 0px 3px 0px;
    }


/* Admin Icon Styles */
img.upload_icon {
    vertical-align: middle;
    padding-right: 10px;
}


/* Nav bar drop down styles */
#jsddm {
    margin: 0;
    padding: 0;
}

    #jsddm li {
        float: left;
        list-style: none;
        font-size: 18px;
        text-align: left;
        font-weight: 400;
    }

        #jsddm li a {
            display: block;
            padding: 5px 7px 5px 7px;
            text-decoration: none;
            border-right: 1px solid white;
            width: 130px;
            color: #124678;
            white-space: nowrap;
        }


            #jsddm li a.last {
                display: block;
                background: #ddd;
                padding: 5px 7px 5px 7px;
                text-decoration: none;
                width: 150px;
                color: #124678;
                white-space: nowrap;
            }

            #jsddm li a:hover, a:active {
                background: #c3d4e4;
            }

        #jsddm li ul {
            margin: 0;
            padding: 0;
            position: absolute;
            visibility: hidden;
            list-style-type: none;
            border-top: 1px solid #ccc;
        }

            #jsddm li ul li {
                float: none;
                display: inline;
            }

                #jsddm li ul li a {
                    width: auto;
                    background: #ddd;
                    border-left: 1px solid #ccc;
                    border-right: 1px solid #ccc;
                    border-bottom: 1px solid #ccc;
                }

                    #jsddm li ul li a:hover {
                        background: #c3d4e4;
                    }

/* JQuery Tab Styles */

/* START TABLE SORTER */
table.tablesorter {
    font-family: arial;
    background-color: #ffffff;
    margin: 10px 0pt 15px;
    width: 100%;
    text-align: left;
}

    table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        background-color: #124678;
        font-size: 12px;
        padding: 5px;
        color: #fff;
    }

    table.tablesorter thead tr .header {
        background-image: url(../images/tableSorter/bg.gif);
        background-repeat: no-repeat;
        background-position: center right;
        cursor: cell;
    }

    table.tablesorter tbody tr:hover {
        background-color: #f6f0d0;
    }


    table.tablesorter tbody td {
        font-size: 12px;
    }

    table.tablesorter tbody tr.odd {
        background-color: #c9d9e9;
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(../images/tableSorter/asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(../images/tableSorter/desc.gif);
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #006624;
    }
/* END TABLE SORTER */

/*EMAIL POP UP*/
.emailDiv {
    z-index: 1001;
    position: fixed;
    padding: 5px;
    margin: 0px;
    width: 500px;
    top: 40%;
    left: 35%;
    color: rgb(0, 0, 0);
    border: 3px solid rgb(170, 170, 170);
    background-color: rgb(255, 255, 255);
    cursor: wait;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    font-family: "Noto Sans", Verdana, Geneva, sans-serif;
    font-size: 12px;
}

/*
.fs-button {
-moz-transition: all 0.218s ease 0s;
-moz-user-select: none;
background-color: #F5F5F5;
background-image: -moz-linear-gradient(center top, #F5F5F5, #F1F1F1);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px 2px 2px 2px;
color: #444444;
cursor: default;
display: inline-block;
font-size: 11px;
font-weight: bold;
height: 27px;
line-height: 27px;
min-width: 72px;
padding: 0 8px;
text-transform: uppercase;
text-align: center;
}
*/



td.selected_demographic {
    background-color: #ccc;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

    #jquery-lightbox a img {
        border: none;
    }

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

    #lightbox-container-image-data #lightbox-image-details {
        width: 70%;
        float: left;
        text-align: left;
    }

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

/* UI Tab Styles */
.ui-tabs {
    padding: 0.2em;
    position: relative;
    overflow: auto;
}

.ui-widget-content {
    border: 1px solid #ccc;
    color: #222;
}

.ui-datepicker-trigger {
    padding: .2em;
}

.ui-widget-header {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-weight: 300;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}


.ui-widget {
    font-family: 'Roboto', Verdana, San-Serif;
    font-size: 1.1em;
    font-weight: 300;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #2e6e9e;
    font-weight: 300;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #e17009;
    font-weight: 300;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background-color: #000;
    font-weight: 300;
    color: #333;
}


/* Printer specific styles */

@media print {

    .printButton {
        display: none;
    }

    .noprint {
        display: none;
    }

    .stillprint {
        display: inline !important;
    }

    #user_top_nav_bar {
        display: none;
    }

    #header_wrapper {
        display: none;
    }

    #top_nav_wrapper {
        display: none;
    }

    #footer_wrapper {
        display: none;
    }

    .fs-button-link {
        display: none;
    }

    /* Specific to OrderHistoryDetails */

    .order_details .order_header {
        border-bottom: 1px solid #ddd;
    }

    .tablesorter th {
        background-color: #aaa !important;
        color: white !important;
    }

    .tablesorter tbody {
        border: 1px solid black !important;
        background-color: #aaa !important;
    }

    .tablesorter tfoot > tr {
        border: 1px solid black !important;
        background-color: #aaa !important;
    }

    #invoiceTable .mainLine {
        background-color: lightblue;
    }

    #invoiceTax-wrapper table tr:nth-child(2n+1) {
        background-color: lightgrey;
    }
}

.calllist table {
    border: 1px solid black !important;
}

.calllist thead {
    background-color: #9cc3e6 !important;
    color: black !important;
    border: 1px solid black;
    text-align: center !important;
}

.calllist tbody {
    background-color: #e7e6e6 !important;
    color: black !important;
    border: 1px solid black;
}

.calllist tfoot {
    background-color: #eeeeee !important;
    color: black !important;
    border: 1px solid black;
    font-weight: bold !important;
    border: none;
}

table.calllist th, table.calllist td {
    text-align: center !important;
}

    table.calllist th.left, table.calllist td.left {
        text-align: left !important;
    }

    table.calllist th.right, table.calllist td.right {
        text-align: right !important;
    }

.PageContainer {
    margin: auto;
    width: 100%;
}

.HalfContainerLeft {
    float: left;
    width: 45%;
}

.HalfContainerRight {
    float: left;
    margin: 0 0 0 15px;
    padding: 0 10px;
    width: 45%;
}

.fullInsideHalf {
    margin-top: 15px;
}

div.fullInsideHalf input[type=button] {
    margin-left: 30px;
}

.Error {
    color: red;
}

.ui-autocomplete li {
    text-align: left;
}

.ui-button-text-only {
    background-color: green !important;
    background-image: -moz-linear-gradient(center top, #41c323, #299a0f) !important;
    border: 1px solid transparent;
    margin-bottom: 16px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

    .ui-button-text-only :hover {
        -moz-border-bottom-colors: none !important;
        -moz-border-image: none !important;
        -moz-border-left-colors: none !important;
        -moz-border-right-colors: none !important;
        -moz-border-top-colors: none !important;
        background-image: -moz-linear-gradient(center top, #41c323, #299a0f) !important;
    }

.btnWarning :hover {
    background-color: #C53727 !important;
}

.fileuploadform {
    width: 100%;
}

    .fileuploadform button {
        float: right;
    }

    .fileuploadform input[type="file"] {
        float: left;
    }

.ui-progressbar {
    position: relative;
}

.progress-label {
    width: 100%;
    text-align: center;
}

.WholeContainer {
    width: 100%;
}

.BorderBottom {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.BorderBottomGray {
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
}

.fs-button-red {
    -moz-transition: all 0.218s ease 0s;
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 27px;
    line-height: 25px;
    min-width: 72px;
    padding: 0 8px;
    text-align: center;
    background-color: red !important;
    color: white;
}

.horz-form {
    text-align: left;
}

    .horz-form > div {
        width: 250px; /* Declare your value. Can be in relative units. */
        display: inline-block;
        vertical-align: top;
        /* IE fix. */
        *display: inline;
        zoom: 1;
    }

    .horz-form:after {
        content: "";
        width: 100%;
        display: inline-block;
    }

    .horz-form label {
        text-align: left;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }

    .horz-form button {
        margin-left: 15px;
    }

    .horz-form div:first-child {
        margin-left: -10px;
    }

.hasDatepicker {
    width: 100px !important;
    height: 27px;
}

.popUpMsgError .ui-widget-header {
    background: none;
    background-color: red;
}

.text-align-left {
    text-align: left;
}

.Width100Percent {
    width: 100%;
}

.form_label, .form_field {
    text-align: left;
}

.PopUpForm input {
    width: 220px;
}

.ModifiableDataTable table {
}

.ModifiableDataTable tr th:last-child, .ModifiableDataTable tr td:last-child {
    text-align: right;
    width: auto;
}

.ModifiableDataTable tbody:before {
    line-height: .85em;
    content: "_";
    color: white;
    display: block;
}


.ModifiableDataTable tr th {
    font-weight: bold;
    color: #FFF;
    background-color: #124678;
    padding: 5px 5px 5px 5px;
}

.limitWidth400 {
    width: 300px;
}

.VarbDataDropDown {
    max-width: 400px;
}

.TwoColumn {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    list-style: none;
}

    .TwoColumn label {
        width: 175px;
        text-align: left;
        float: none;
    }

.CursorAuto {
    cursor: auto;
}

.zipcodes {
    word-break: break-all;
}

a.fs-button_sm {
    cursor: pointer;
    text-decoration: none;
}

input.readonly {
    border: none;
    background: none;
}

input.smallField {
    width: 75px;
}

span.order_text_link {
    cursor: pointer;
    color: #124678;
}

.show_demographic {
    background-image: -moz-linear-gradient(center top, #f5f5f5, #4CAF50);
}

a.view_proof_btn, a.cancel_proof_btn, .saveAndRegenerate {
    vertical-align: middle;
    background-color: #5f9653;
    color: #FFF;
    font-size: 1.5em;
    padding: 10px;
    height: 40px;
    text-decoration: none;
    margin-right: 10px;
    cursor: pointer;
}

.rowForm {
    padding-bottom: 5px;
}

#csrTimeStamp {
    border: 1px solid black;
    background-color: #b6d7a8;
    font-size: 1.2em;
}

.btnWarning {
    background-color: red !important;
    background-image: none !important;
    color: white !important;
}

.btn-approveOrder {
    background-color: #583394 !important;
    border: 1px solid #9273c5 !important;
    color: white !important;
    font-weight: bold !important;
}

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.valueDesc {
    font-size: small;
    font-style: italic;
}

.tablesorter-hasChildRow:hover {
    cursor: pointer;
}

.selectControl {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: left;
}

.selectCompany:hover {
    background-color: aquamarine;
}

.roleMenu {
    color: blue;
}

    .roleMenu:hover {
        cursor: pointer;
    }

.NoBox input[readonly] {
    background-color: transparent;
    background-image: none !important;
    border: 0;
    font-size: 1em;
    width: 60px !important;
}

.form_label {
}

.CostAddField {
    width: 65px !important;
}

.sidebarOption input {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

    .sidebarOption input:not([readonly]) {
        width: 60px !important;
    }

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.blue, input.blue {
    color: blue !important;
}

.BtnListWaiting {
    background-color: #583394 !important;
    border: 1px solid #9273c5 !important;
    color: white !important;
    font-weight: bold !important;
    font-size: 1em;
}

.CheckingNotTheSame {
    border: 1px solid red !important;
}

.CheckingTheSame {
    border: inherit;
}

.invoiceCompanyInfo {
    padding-bottom: 1.6em !important;
}
