#tooltip {
    position: absolute;
    opacity: 1;
    z-index: 30000;
}

#tooltip div.tph {
    background-color: #ffffee;
    border: 1px solid #111111;
    padding: 5px;
}

#tooltip h3, #tooltip div {
    margin: 0;
    font-size: 10px;
}

.tooltip, .tooltip-arrow-down, .tooltip-arrow-up {
    color: Blue;
    font-size: 9pt;
}

.tooltip-arrow-down, .tooltip-arrow-up {
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: right;
}

.tooltip-arrow-down {
    background-image: url(Images/downDouble_Blue.gif);
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/Content/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('/Content/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=96647035571c18db7f29)
 * Config saved to config.json and https://gist.github.com/96647035571c18db7f29
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

html {
    overflow-y: scroll;
}

body {
    background-color: #CCCCCC;
    scrollbar-base-color: #a0a0a0;
    scrollbar-3dlight-color: #444444;
    scrollbar-highlight-color: #C0C0C0;
    scrollbar-track-color: #EBEBEB;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-dark-shadow-color: #C0C0C0;
}

.bottom-footer-links {
    background-color: #42464c;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #d2d2d2;
    font-size: 11px;
    background: #42454b;
    background: -moz-linear-gradient(top, #42454b 0%, #292e33 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42454b), color-stop(100%,#292e33));
    background: -webkit-linear-gradient(top, #42454b 0%,#292e33 100%);
    background: -o-linear-gradient(top, #42454b 0%,#292e33 100%);
    background: -ms-linear-gradient(top, #42454b 0%,#292e33 100%);
    background: linear-gradient(to bottom, #42454b 0%,#292e33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42454b', endColorstr='#292e33',GradientType=0 );
}

.bottom-footer-links a {
    color: #d2d2d2;
    text-decoration: none;
    padding-left: 5px;
    font-weight: bold;
    line-height: 16px;
}

.bottom-footer-links a:hover {
    color: white;
    font-weight: bolder;
    text-decoration: underline;
}

.bottom-footer-links .title {
    color: #ff9c00;
    font-weight: bolder;
}

.bottom-footer-links > div {
    display: table-cell;
    padding-left: 60px;
    width: 160px;
}

.bottom-footer-links ul {
    padding-left: 10px;
}

.bottom-footer-links li {
    list-style: square;
}

.bottom-footer-links li.underlined {
    border-bottom: 1px solid #ff9c00;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.content-left {
    margin: 0 auto;
    padding-left: 16px;
    max-width: 1240px;
    min-width: 970px;
    _width: 955px;
}

.content-right {
    padding-right: 17px;
}

.content {
    background-color: White;
}

.content-body {
    background-color: White;
}

.body-content-text {
    padding: 30px;
}

.logo-container {
    text-align: center;
    overflow: hidden;
    height: 1%;
    margin-bottom: 10px;
}

.logo-container img {
    max-height: 135px;
    max-width: 300px;
}

#expirePopup {
    background-color: #f7f7f7;
    color: black;
    width: 330px;
    display: none;
}

#expirePopup h1 {
    color: black;
    margin: 0;
    margin: 5px 0 7px 0;
    padding: 0;
    font-size: 12px;
}

#expirePopup h1 i.timer {
    background-image: url(Images/stopWatchIcon18_Normal.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}

#expirePopup .content {
    background-color: white;
    border: 1px solid #828282;
    padding: 10px;
}

#expirePopup .center {
    text-align: center;
    margin-top: 10px;
}

#expirePopup #timeLeft {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

#expirePopup .buttons {
    overflow: hidden;
    height: 1%;
    margin: 10px 0;
    padding-left: 12px;
}

.username {
    color: White;
    float: right;
    line-height: 20px;
    margin-right: 7px;
    text-transform: capitalize;
}

.admin-links {
    float: right;
    margin-top: 7px;
}

.menu-heading {
    background-color: #d6f0f8;
    /*height: 25px;*/
    padding-left: 0px;
    zoom: 1;
}

.menu-heading .right {
    float: right;
    padding-right: 10px;
}

.menu-heading .right table {
    float: right;
}

.menu-heading .right a.logout {
    background-image: url(Images/logOut_18.gif);
    background-repeat: no-repeat;
    vertical-align: top;
    color: Blue;
    display: inline;
    float: right;
    padding: 0px 0 2px 25px;
    text-decoration: underline;
    FONT-FAMILY: verdana,geneva,sans-serif;
}

.menu-heading .right a.logout:hover {
    color: Blue;
    text-decoration: none;
}

.menu-heading .left {
    float: left;
}

.menu-heading .text {
    font-weight: bold;
    line-height: 25px;
}

.menu-heading a.link {
    line-height: 25px;
    text-decoration: underline;
    color: #1946a3;
}

.menu-heading a.link:hover {
    text-decoration: none;
}

.black-heading {
    background-image: url(Images/k12BuyBlackHeading.jpg);
    background-repeat: no-repeat;
    height: 50px;
}

.black-heading .powered-by-label {
    color: White;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 23px;
}

.black-heading .logo {
    margin-left: 20px;
    margin-top: 8px;
    max-height: 34px;
    max-width:100%;
}

.PoweredBy {
    padding-left: 180px;
    line-height: 18px;
    color: White;
    font-size: 12px;
    font-weight: bold;
}

.client-options-menu-hover {
    padding: 4px 6px 5px 8px !important;
}

.heading-tabs {
    float: left;
    margin-top: 0px;
}

.black-footing {
    background-image: url(Images/Footer_grad.gif);
    background-repeat: repeat-x;
    height: 25px;
}

.black-footing .left {
    color: White;
    float: left;
    line-height: 22px;
    padding-left: 15px;
}

.black-footing .right {
    color: White;
    float: right;
    font-size: 11px;
    line-height: 22px;
    padding-right: 10px;
}

.black-footing a {
    color: White;
    font-size: 11px;
    line-height: 22px;
    text-decoration: none;
}

.black-footing a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.black-footing div.memuitem {
    float: left;
    text-align: center;
}

.SiteMapContent {
    text-align: left;
    font-weight: normal;
    background-color: #CCC;
    line-height: 22px;
    overflow: hidden;
    zoom: 1;
    padding-left: 10px;
    clear: both;
}

.SiteMapContent a {
    color: #00F !important;
    font-weight: normal;
}

.SiteMapContent a.empty {
    color: Black !important;
}

.SiteMapContent a:hover {
    text-decoration: none;
}

.SiteMapContent a:visited {
    color: #00F;
}

.site-step {
    font-weight: bold;
    padding: 0 10px 0 10px;
}

.HomeHovers a {
    display: block;
    padding: 5px;
    padding-left: 20px;
    text-decoration: none;
}

.HomeHovers div a {
    background-color: Pink;
    border: 1px solid Red;
    color: Red;
    cursor: pointer;
}

.HomeHovers div a:hover {
    background-color: #ffe4e7;
}

.HomeHovers .disabled a:hover {
    background-color: #E0E0E0;
    text-decoration: line-through;
}

.HomeHovers .disabled a {
    background-color: #E0E0E0;
    border: 1px solid #666666;
    color: White;
    cursor: default;
}

.HomeHovers .none a:hover {
    background-color: #E0E0E0;
    text-decoration: line-through;
}

.HomeHovers .none a {
    background-color: #E0E0E0;
    border: 1px solid #666666;
    color: White;
    cursor: default;
}

.HomeHovers .sub {
    background-repeat: no-repeat;
    background-position: left;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 40px;
    display: block;
}

.HomeHovers div .sub {
    background-image: url(Images/glError_bak.png);
}

.HomeHovers .none .sub {
    background-image: none;
}

.HomeHovers .sub .count {
    font-size: 24px;
    padding-right: 10px;
}

.nav-buttons {
    margin: 0 auto !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    width: 98% !important;
}

.nav-buttons .section-title {
    text-align: center;
}

.nav-buttons .section-title .title {
    border: 1px solid black;
    display: inline-block;
    font-size: 1.5em;
    margin: auto;
    padding: 0.5em 2em;
}

.instructions-mng {
    float: right;
    overflow: hidden;
    zoom: 1;
    padding-top: 3px;
}

.instructions-mng a {
    padding-right: 12px;
    text-transform: uppercase;
}

.instructions-mng input {
    vertical-align: middle;
}

.instructions-tab {
    background-color: #E8EDF1;
    border: 1px solid #4E4F51;
    border-bottom: 0px;
    padding: 3px 13px 4px;
    font-weight: bold;
    font-size: 14px;
    width: 85px;
    position: relative;
    margin-bottom: -1px;
    margin-left: 5px;
    z-index: 10;
}

.instructions-tab.collapsed {
    display: none;
}

.instructions-body {
    background-color: #E8EDF1;
    border: 1px solid #4E4F51;
    padding: 15px;
}

.instructions-body.collapsed {
    display: none;
}

.instructions-confirm {
    padding-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

img.main {
    max-height: 100px;
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 3px;
}

.quote-region {
    background-color: #dbc970;
    font-size: 11px;
    padding: 1px 10px;
    width: 80px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 2px;
}

.quote-bidding {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: #4c9900;
    font-weight: bold;
    font-size: 11px;
    padding: 0px 9px;
    width: 80px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 2px;
}

.quote-draft {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: #a349a4;
    font-weight: bold;
    font-size: 11px;
    padding: 0px 9px;
    width: 80px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 2px;
}

.quote-watching {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: #ff7f27;
    font-weight: bold;
    font-size: 11px;
    padding: 0px 9px;
    width: 80px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 2px;
}

.quote-retracted {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: #ed1c24;
    font-weight: bold;
    font-size: 11px;
    padding: 0px 9px;
    width: 80px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 2px;
}

.quote-bafo-request {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    color: red;
    font-weight: bold;
    font-size: 11px;
    padding: 0px 9px;
    width: 80px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 2px;
}

.quote-current-region {
    background-color: #345e90;
    padding: 2px 30px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 3px;
}

.quote-current-region i {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding-left: 50px;
}

.quote-current-region i a {
    color: white;
}

.quote-status {
    font-size: 11px;
    font-weight: bold;
    padding: 0 5px;
    text-transform: uppercase;
}

.quote-status.won {
    background-color: #3f48cc;
    color: white;
    border: 1px solid #3f48cc;
}

.quote-status.awarded {
    background-color: #3f48cc;
    color: white;
    border: 1px solid #3f48cc;
}

.quote-status.awarded-time {
    color: #3f48cc;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
}

.quote-status.cancelled {
    background-color: black;
    color: white;
    border: 1px solid black;
}

.quote-status.closed-green {
    background-color: #22b14c;
    color: white;
    border: 1px solid #22b14c;
}

.quote-status.closed-red {
    background-color: #ed1c24;
    color: white;
    border: 1px solid #ed1c24;
    padding: 0;
}

.quote-status.disapproved {
    background-color: white;
    color: #ed1c24;
    border: 1px solid #ed1c24;
}

.quote-status.incomeplete {
    background-color: #ed1c24;
    color: white;
    border: 1px solid #ed1c24;
}

.quote-status.notaward {
    background-color: #ff7f27;
    border: 1px solid #ff7f27;
    color: black;
}

.quote-status.pending {
    background-color: #fff200;
    border: 1px solid #fff200;
    color: #ed1c24;
}

.quote-status.ready {
    background-color: #22b14c;
    color: white;
    border: 1px solid #22b14c;
}

.quote-status.recalled {
    background-color: white;
    border: 1px solid #ff7f27;
    color: #ff7f27;
}

.quote-status.scheduled {
    background-color: white;
    border: 1px solid #3f48cc;
    color: #3f48cc;
}

.quote-status.intent-award {
    background-color: #00a2e8;
    color: white;
    font-size: 12px;
}

.quote-status.intent-award-time {
    color: #00a2e8;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
}

i.q-status-red {
    color: #ed1c24;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
}

i.q-status-green {
    color: #22b14c;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
}

.wait-message {
    background-image: url(Images/stopWatchIcon48_Normal.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 55px;
}

.search-bar {
    background-color: black;
    color: white;
    line-height: 20px;
    text-align: center;
    padding: 2px;
    padding-right: 100px;
}

.search-bar a.search-clear, .search-bar a.search-go {
    display: inline-block;
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 2px;
    margin-bottom: -1px;
    vertical-align: sub;
}

.search-bar a.search-clear {
    background-image: url(Images/eraseButton18_Normal.gif);
}

.search-bar a.search-clear:hover {
    background-image: url(Images/eraseButton18_MouseOver.gif);
}

.search-bar a.search-go {
    background-image: url(Images/goButton_Normal.gif);
}

.search-bar a.search-go:hover {
    background-image: url(Images/goButton_MouseOver.gif);
}

.search-bar input {
    width: 265px;
}

table.listing-folder-head {
    width: 100%;
}

table.listing-folder-head th {
    background: url(../../Users/Glenn/AppData/Local/Packages/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/AC/MicrosoftEdge/App_Themes/BlackGlass/GridView/gvHeaderBackground.gif) repeat-x scroll left top #444444;
    color: white;
    font-weight: normal;
    border-right: 1px solid black;
}

table.listing-folder-head th.col1 {
    width: 50px;
}

table.listing-folder-head th.col2 {
    width: 100px;
}

table.listing-folder-head th:first-child {
    text-align: center;
}

table.listing-folder-head th a {
    color: white;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 10px;
}

table.listing-folder-head td {
    cursor: pointer;
}

table.listing-folder-head td:first-child {
    text-align: center;
    padding-right: 1px;
}

table.listing-folder-head span {
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}

table.listing-folder-head input {
    cursor: pointer;
}

table.listing-folder-head tr:nth-child(even) td {
    background: #EAEFF2;
}

table.listing-folder-head tr:nth-child(odd) td {
    background: #FFFFFF;
}

table.listing-folder-head tr:hover td {
    background-color: #FFFFB9;
}

table.listing-folder-head tr.selected td {
    background-color: #FFFFB9;
}

.listing-folder {
}

.listing-folder .listing-folder-head {
    border: 1px solid black;
    background-color: #f5f5f5;
    font-weight: bold;
    padding: 7px;
    margin: 5px;
}

.listing-folder .listing-folder-head a {
    font-weight: normal;
    color: blue;
}

.listing-folder .listing-folder-head b {
    font-weight: normal;
    color: gray;
}

.listing-folder .listing-folder-head i.loading {
    display: none;
}

.loading .listing-folder-head b {
    display: none;
}

.loading .listing-folder-head i.loading {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(Images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: sub;
}

.listing-folder.disabled {
    color: gray;
}

.listing-folder.disabled .listing-folder-head a {
    display: none;
}

.listing-folder.disabled .listing-data {
    display: none;
}

.listing-data {
    overflow: hidden;
    height: 1%;
    padding: 4px 0;
    margin: 2px 0;
}

.listing-data.bg:nth-child(2n+1) {
    background-color: #eaeff2;
}

.listing-data.bg:hover {
    background-color: #ffffb9;
}

.listing-data .listing-cb {
    float: left;
    width: 55px;
    height: 88px;
    text-align: center;
}

.listing-data .listing-cb input {
    margin-top: 36px;
}

.listing-data .listing-time {
    float: left;
    overflow: hidden;
    height: 73px;
    width: 100px;
    text-align: center;
    padding-top: 15px;
}

.listing-data .listing-time a {
    line-height: 35px;
}

.listing-data .listing-image {
    float: left;
    overflow: hidden;
    height: 88px;
    width: 65px;
}

.listing-data .listing-data-column {
    float: left;
    overflow: hidden;
    height: 1%;
    width: 360px;
}

.listing-data .listing-data-column:last-child {
    width: 320px;
}

.listing-data .listing-data-column .lbl {
    float: left;
    padding-right: 5px;
    text-align: right;
    width: 100px;
    line-height: 20px;
    min-height: 20px;
}

.listing-data .listing-data-column .val {
    margin-left: 100px;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    min-height: 20px;
}

.listing-data .listing-data-column .val:last-child {
    font-weight: bold;
}

.listing-data .listing-data-column .val a {
    font-weight: normal;
}

.listing-data .listing-data-column .val img {
    vertical-align: middle;
}

.listing-data .ld.quote-region {
    float: right;
}

.listing-data .listing-creator {
    float: left;
    overflow: hidden;
    height: 1%;
    width: 260px;
    background-color: #ffe077;
    border: 1px solid #ff9911;
    padding: 5px;
}

.listing-data .listing-creator h2 {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ff9911;
    text-decoration: underline;
    text-align: center;
}

.listing-data .listing-creator img {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.listing-data .listing-creator span {
    display: block;
    line-height: 19px;
    font-size: 11px;
}

.listing-fltr {
    padding-left: 10px;
}

.client-search .listing-folder-head th {
    padding-left: 5px;
    font-weight: bold;
}

.client-search .listing-folder-head .c1 {
    width: 5%;
}

.client-search .listing-folder-head .c2 {
    width: 35%;
}

.client-search .listing-folder-head .c3 {
    width: 20%;
}

.client-search .listing-folder-head .c4 {
    width: 20%;
}

.client-search nav {
    margin-top: 10px;
    margin-bottom: 5px;
    overflow: hidden;
}

.client-search nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.client-search nav ul li {
    list-style: none;
    float: left;
    text-align: center;
}

.client-search nav ul li a {
    display: inline-block;
    padding: 2px;
    margin: 0 2px;
}

.client-search nav ul li a:hover {
    color: #ff9600;
}

.client-search nav ul li.active a {
    background-color: #3e6b96;
    color: white;
}

.sign-in-popup {
    display: none;
    font-family: Arial;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    width: 197px;
    margin-left: -105px;
    margin-top: 15px;
    text-align: left;
    padding: 5px;
    z-index: 100;
}

.sign-in-popup table {
    float: none !important;
    margin: 0 auto;
    border-radius: 3px;
}

.sign-in-popup div {
    padding: 5px 0px;
    margin-left: 5px;
}

.sign-in-popup hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 10px;
}

.sign-in-popup a {
    color: #000080;
    text-decoration: none;
}

.sign-in-popup .warn {
    background-image: url(Images/exclaimRed18_Normal.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    margin-left: 8px;
}

.sign-in-popup .register {
    font-size: 11px;
    text-align: left;
    text-align: right;
    padding-top: 5px;
    padding-right: 8px;
    margin-bottom: -10px;
}

.sign-in-popup a:hover {
    text-decoration: underline;
}

.listing-fltr {
    padding-left: 10px;
    padding-bottom: 20px;
}

.listing-fltr .listing-fltr-help {
    float: right;
    font-size: 12px;
    margin-top: 2px;
}

.listing-fltr .listing-fltr-help.h1 {
    margin-right: 53px;
}

.listing-fltr .listing-fltr-help.h2 {
    margin-right: 64px;
}

.listing-fltr .listing-fltr-help.h3 {
    margin-right: 107px;
}

.listing-fltr .listing-fltr-help.h4 {
    margin-right: 94px;
}

.listing-fltr .listing-fltr-help.h5 {
    margin-right: 65px;
}

.listing-view-link {
    text-align: center;
    padding-top: 5px;
}

.clear {
    clear: both;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.pull-left.space {
    margin-left: 5px;
}

.pull-right.space {
    margin-right: 5px;
}

i.exclaim {
    background-image: url(Images/exclaimRed18_Normal.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}

.btn {
    background-color: #00509d;
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding: 7px 14px;
    border-radius: 4px;
    text-decoration: none;
}

.btn.big {
    font-size: 16px;
    padding: 7px 27px;
}

.btn.success {
    background-color: #11840F;
}

.btn.disabled {
    background-color: gray;
}

.btn:hover:not(.success) {
    opacity: 0.8;
}

.tell-a-friend {
    padding-left: 10px;
    padding-top: 7px;
}

.share-email, .share-fb, .share-tw {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    vertical-align: middle;
}

.share-email {
    background-position: -63px 0;
    width: 20px;
}

.share-fb {
    background-position: 0 0;
}

.share-tw {
    background-position: -21px 0;
}

.email-dropdown-share {
    display: inline-block;
}

.email-dropdown-share .email-dropdown-panel {
    position: absolute;
    background-color: white;
    border: 2px solid #cccccc;
    display: none;
    padding: 10px;
    text-align: left;
    margin-left: -37px;
}

.email-dropdown-share .email-dropdown-panel b {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.email-dropdown-share a {
    font-size: 12px;
    font-weight: normal;
}

.email-dropdown-share ul {
    text-align: left;
    margin: 5px 0;
    padding: 0;
}

.email-dropdown-share ul li {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

.tell-a-friend {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.tell-a-friend:hover .email-dropdown-panel {
    display: block;
}

.print-listing {
    padding: 7px 30px 0 0;
    margin: 0 5px;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}

/* DX style fixes after update to 13.2 */
.dxbButton_BlackGlass div.dxb {
    padding: 2px 12px !important;
}

.dxmMenuItemWithPopOutImage img {
    overflow: hidden !important;
}

.SiteNavLink, .dxm-item {
    padding: 0 !important;
}

.dxtc-content {
    float: none !important;
    border: 1px solid black !important;
}

.mainMenu {
    background-color: Black;
}

table.mainMenu {
    font-family: Verdana;
    font-size: 12px;
    margin: 0 auto;
}

table.mainMenu a {
    color: White;
    line-height: 32px;
}

table.mainMenu td table {
    border: 1px solid black;
}

table.mainMenu td table:hover {
    border: 1px solid white;
}

.ctl00_menuMain_0 {
    border: 1px solid #CCCCCC;
}

.ctl00_menuMain_0 table {
    font-family: Verdana;
    font-size: 12px;
}

.ctl00_menuMain_0 table td table {
    background-repeat: no-repeat;
    border: 1px solid white;
    padding-left: 32px;
}

.ctl00_menuMain_0 table td table:hover {
    background-color: #FFF8D1;
    border: 1px solid #CCCCCC;
}

.ctl00_menuMain_0 table a {
    color: Black;
    line-height: 32px;
}

.mainContent {
    margin: 0 auto;
    width: 800px;
}

.GridToolbar {
    background-color: #DCDCDC;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    zoom: 1;
}

.GridToolbar a.menu-button,
.GridToolbar span.big,
.GridToolbar span.menu-text,
.GridToolbar select.menu-ddl {
    display: block;
    float: left;
    line-height: 27px;
    margin-left: 10px;
}

.GridToolbar a.menu-button {
    background-repeat: no-repeat;
    background-position: left;
    line-height: 27px;
    padding-left: 20px;
    margin-left: 17px;
    color: #0066cc;
}

.GridToolbar a.menu-button img {
    border: 0;
}

.GridToolbar a.favorite {
    background-image: url(/Images/TickersTransparent/Star_Icon18x18.png);
}

.GridToolbar a.favorite.disabled {
    background-image: url(/Images/TickersTransparent/Star_Icon18x18_Disabled.png);
    color: #cccccc;
}
.GridToolbar a.un-favorite {
    background-image: url(/Images/TickersTransparent/Star_Icon18x18_Disabled.png);
}

.GridToolbar a.un-favorite.disabled {
    background-image: url(/Images/TickersTransparent/Star_Icon18x18_Disabled.png);
    color: #cccccc;
}
.GridToolbar a.view {
    background-image: url(/Images/smallViewMagGlass.gif);
}
.GridToolbar a.view.disabled {
    background-image: url(/Images/smallViewMagGlass_Disabled.gif);
    color: #cccccc;
}
.GridToolbar a.view-disabled {
    background-image: url(/Images/smallViewMagGlass_Disabled.gif);
    color: #cccccc;
}

.GridToolbar a.back {
    background-image: url(Images/backButtonMouseDown_18.gif);
}

.GridToolbar a.print {
    background-image: url(Images/Printer_18.gif);
}

.GridToolbar a.print-disabled {
    background-image: url(Images/Printer18_Disabled.gif);
    color: #cccccc;
}

.GridToolbar a.export, .GridToolbar a.excel {
    background-image: url(Images/excel_Normal.gif);
}

.GridToolbar a.export-disabled, .GridToolbar a.excel-disabled {
    background-image: url(Images/excel_Disabled.gif);
    color: #cccccc;
}

.GridToolbar a.view-po {
    background-image: url(Images/POicon_18.gif);
}

.GridToolbar a.view-po-disabled {
    background-image: url(Images/POiconDisabled_18.gif);
    color: #cccccc;
}

.GridToolbar a.view-receipts-disabled {
    color: #cccccc;
}

.GridToolbar a.resubmit {
    background-image: url(Images/resubmit18_Enabled.gif);
}

.GridToolbar a.resubmit-disabled {
    background-image: url(Images/resubmit18_Disabled.gif);
    color: #cccccc;
}

.GridToolbar a.recall {
    background-image: url(Images/recallReq18_Enabled.gif);
    padding-left: 25px !important;
}

.GridToolbar a.recall-disabled {
    background-image: url(Images/recallReq18_Disabled.gif);
    padding-left: 25px !important;
    color: #cccccc;
}

.GridToolbar a.cancel {
    background-image: url(Images/cancelTask18_Enabled.gif);
}

.GridToolbar a.cancel-disabled {
    background-image: url(Images/cancelTask18_Disabled.gif);
    color: #cccccc;
}

.GridToolbar a.change-po-disabled {
    color: #cccccc;
}

.GridToolbar a.cancel-po {
    background-image: url(Images/cancelTask18_Enabled.gif);
}

.GridToolbar a.cancel-po-disabled {
    background-image: url(Images/cancelTask18_Disabled.gif);
    color: #cccccc;
}

.GridToolbar a.rfq {
    background-image: url(Images/RFQx18.gif);
}

.GridToolbar a.cart {
    padding-left: 22px;
}

.GridToolbar a.toggle-button {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.GridToolbar a.shopping-cart {
    background-image: url(Images/cartIcon.gif);
    font-size: 10px;
    padding-left: 25px;
    line-height: 12px;
}

.GridToolbar span.big {
    color: #000080;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

.GridToolbar span.small {
    color: #000080;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.clear-both {
    clear: both;
    margin-bottom: 5px;
}

ul.box-options {
    list-style: none;
    margin: 0 auto;
    width: 400px;
}

ul.box-options li {
    border: 2px solid white;
    color: #CCCCCC;
    display: block;
    padding: 10px;
    text-align: left;
    margin: 10px;
}

ul.box-options li.active {
    border: 2px solid #0a0a0a;
    color: Black;
}

ul.box-options a {
    color: Blue;
    display: block;
    float: right;
    font-family: Arial;
    font-size: 11px;
}

ul.box-options a.dxeDisabled {
    color: #CCCCCC;
    text-decoration: underline;
}

ul.box-options p {
    padding-left: 35px;
}

ul.box-options b {
    text-decoration: underline;
}

.cb-option {
    color: #CCCCCC;
    margin: 12px 0 12px 0;
    padding-left: 35px;
}

.cb-option p {
    margin: 12px 0 12px 0;
}

li.active .cb-option.active {
    color: Black;
}

.dvxBtn-right {
    float: right;
    cursor: pointer;
}

.dvxBtn-right td {
    font-family: Arial;
    font-size: 11px;
}

.cc-settings-warning {
    display: none;
}

.cc-settings-warning-cb1,
.cc-settings-warning-cb2 {
    display: none;
}

li.active .cc-settings-warning {
    background-image: url(Images/Error.gif);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    float: right;
    font-family: Arial;
    font-size: 11px;
    padding: 0px 2px 0px 25px;
    line-height: 25px;
    margin: -5px 45px 0 0;
}

li.active .cb-option.active .cc-settings-warning-cb1,
li.active .cb-option.active .cc-settings-warning-cb2 {
    background-image: url(Images/Error.gif);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    float: right;
    font-family: Arial;
    font-size: 11px;
    padding: 0px 2px 0px 25px;
    line-height: 25px;
    margin: -5px 15px 0 0;
}

a.locked {
    background-image: url(Images/lock18_Normal.png);
    background-repeat: no-repeat;
    padding: 3px 0 3px 20px;
    font-weight: normal !important;
    text-decoration: underline;
}

a.locked:hover {
    text-decoration: none;
}

.btn-sign-in {
    background-repeat: repeat-x;
    width: 175px;
    color: black;
    font-weight: bold;
    border: none;
    border-left: 1px solid #E6A400;
    border-right: 1px solid #E6A400;
    line-height: 22px;
    height: 28px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.section-header {
    clear: both;
    border: 1px solid gray;
    line-height: 24px;
    padding: 2px;
    background-color: #e0e0e0;
    font-weight: bold;
}

.section-header .step {
    float: left;
    background-color: #ff7f27;
    margin-right: 10px;
    padding: 0px 6px;
}

.section-body {
    border: 1px solid gray;
    border-top: 0;
    padding: 10px;
}

.name-value {
    display: table;
    width: 100%;
}

.name-value > div {
    display: table-row;
}

.name-value .name {
    padding-right: 5px;
    text-align: right;
    line-height: 20px;
    display: table-cell;
}

.name-value .value {
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    display: table-cell;
}

i.exclamation {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    display: inline-block;
}

i.exclamation-animated {
    background-image: url(Images/AnimatedExclamation.gif);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    display: inline-block;
}

/*.dxtc-tab a.dxtc-link b { color: #e0e0e0 !important; }*/
.client-data-form {
    margin: 2px 0;
    white-space: normal !important;
    max-width: 500px;
}

.client-data-form.disabled {
    color: gray;
}

.client-data-form input {
    border: 1px solid #AF0000;
}

.client-data-form.disabled input {
    border: 1px solid #BEBEBE;
}

.edit-toggler {
    cursor: pointer;
}

.edit-toggler:hover {
    background-color: blue;
}

.notice {
    border: 2px solid gray;
    border-radius: 1px;
    padding: 5px;
    margin: 2px 10px;
    font-weight: bold;
    text-align: center;
}

.show-hide-link {
    padding-right: 12px;
    background-repeat: no-repeat;
    background-position: right center;
    text-transform: uppercase;
}

p.warning {
    background-image: url(Images/Exclamation26_Normal.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 33px;
    margin: -10px 0 12px 0;
}

.notice-yellow {
    background-color: White;
    border: 1px solid #fe9900;
    background-image: url(Images/noticeFlag18_Normal.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #fe9900;
    font-weight: bold;
    padding: 1px 2px 2px 25px;
    margin: 10px 20px 10px 20px;
}

.notice-yellow.red {
    border: 1px solid red;
    margin-bottom: 5px;
}

.notice-yellow a {
    color: blue;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
}

.notice-yellow a:hover {
    text-decoration: none;
}

.notice-yellow.slim {
    margin: 0;
}

.notice-red {
    background: url(Images/noticeFlag18_Red.png) left center no-repeat no-repeat;
    border: 2px solid red;
    color: red;
    font-weight: bold;
    margin: 2px 0;
    padding: 1px 2px 2px 25px;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid blue;
}

#divPreQualifiedTooltip {
    cursor: pointer;
    background-color: #fffdca;
    border: 2px solid blue;
    border-radius: 10px;
    margin-left: 170px;
    margin-top: -30px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
}

#divPreQualifiedTooltip .arrow-left {
    margin-left: -20px;
    position: absolute;
}

#divPreQualifiedTooltip .close {
    float: right;
    font-family: Arial;
    font-size: 15px;
    margin-right: -5px;
    margin-top: -10px;
}

#divPreQualifiedTooltip .close:hover {
    color: red;
}

#divExpandedViewTooltip {
    cursor: pointer;
    background-color: #fffdca;
    border: 2px solid blue;
    border-radius: 10px;
    margin-left: -310px;
    margin-top: -54px;
    padding: 10px;
    position: absolute;
    font-weight: bold;
    z-index: 1000;
}

#divExpandedViewTooltip .arrow-right {
    margin-left: -20px;
    position: absolute;
    margin-left: 284px;
    margin-top: 15px;
}

#divExpandedViewTooltip .close {
    float: right;
    font-family: Arial;
    font-size: 15px;
    margin-right: -5px;
    margin-top: -10px;
}

#divExpandedViewTooltip .close:hover {
    color: red;
}

.ddl-years {
    color: white;
    margin: 0 5px;
    padding-right: 10px;
    white-space: nowrap;
}

.ddl-years-panel {
    position: absolute;
    border: 1px solid black;
    background-color: white;
}

.ddl-years-panel a {
    color: black;
    display: block;
    text-decoration: none;
    padding: 2px 5px;
}

.ddl-years-panel a:hover {
    background-color: #ffffb9;
}

.search-bar .ddl-years-panel {
    margin-left: 685px;
}

.tbl-search .ddl-years-panel {
    margin-left: 5px;
}

.pie-chart {
    margin: 10px auto;
}

.hint-bubble {
    background-image: url(Images/lightBulb18_Normal.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 5px;
    padding-left: 25px;
    position: absolute;
    border: 1px solid grey;
    background-color: white;
    border-radius: 4px 4px 4px 4px;
    font-family: Arial;
    font-size: 12px;
}

body {
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/*table { border-collapse: collapse;} -- this was broken many many items */
.spacer {
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: black;
}

.SiteTitle {
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
}

.SiteTitleArea {
    COLOR: #ffffff;
    BACKGROUND-COLOR: #336699;
}

.SiteNavHead {
    FONT-WEIGHT: bold;
    COLOR: #1946a3;
}

.SiteNavLink {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #1946a3;
    TEXT-DECORATION: underline;
}

.SiteNavLinkHand {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #1946a3;
    TEXT-DECORATION: underline;
    cursor: hand;
}

.SiteNavLinkSmall {
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    COLOR: #1946a3;
    TEXT-DECORATION: underline;
}

.SiteNavLinkSmallHand {
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    COLOR: #1946a3;
    TEXT-DECORATION: underline;
    cursor: hand;
}

.SiteNavLinkSmallerHand {
    FONT-SIZE: 9px;
    FONT-WEIGHT: normal;
    COLOR: #1946a3;
    TEXT-DECORATION: underline;
    cursor: hand;
}

.SiteNavLinkSmaller {
    FONT-SIZE: 9px;
    FONT-WEIGHT: normal;
    COLOR: #1946a3;
    TEXT-DECORATION: underline;
}

.SiteButtonLink {
    padding: 10px;
    background-color: Gray;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #1946a3;
    TEXT-DECORATION: underline;
}

.SiteNavArea {
    BACKGROUND-COLOR: #FFFFFF;
}

.SiteContentTitleGold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: #DEB962;
}

.SiteContentTitle {
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    COLOR: #000000;
}

.InfoTitle {
    padding: 7px 7px 7px 40px;
}

.InfoTitleWarning {
    background-image: url(Images/glError_bak.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 7px 7px 7px 40px;
}

.info-warning {
    background-color: #000075;
    color: White;
    padding: 2px;
    font-size: 14px;
    text-align: center;
}

.SiteContentTitleLarge {
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    COLOR: #000000;
    line-height: 20px;
}

.SiteContentTitleWhite {
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    COLOR: #FFFFFF;
}

.SiteContentTitleNavy {
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    COLOR: #000080;
}

.SiteWelcomeTitle {
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    FONT-STYLE: italic;
}

.SiteContentSubTitle {
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: #000000;
}

.SiteContentSubTitleWhite {
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: #FFFFFF;
}

.SiteContentSubTitle2 {
    FONT-SIZE: 14px;
    FONT-STYLE: italic;
    COLOR: #003399;
}

.SiteContentSubTitle2White {
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    COLOR: #FFFFFF;
}

.SiteContentStepHeader {
    FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: #003399;
}

.SiteContentStepSubHeader {
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
}

.SiteContentLarge {
    FONT-SIZE: 14px;
    COLOR: #000000;
}

.SiteContentLargeBold {
    FONT-SIZE: 14px;
    COLOR: #000000;
    font-weight: bold;
}

.SiteContentBold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
}

.SiteContentBoldSmall {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
}

.SiteContentBoldItalic {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
    font-style: italic;
}

.SiteContentBoldUnderline {
    TEXT-DECORATION: underline;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
}

.SiteContent {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
}

    .SiteContent.Nowrap {
        white-space: nowrap;
    }

.SiteContentDeselected {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #999999;
}

.SiteContentDisabled {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #999999;
    background: #DCDCDC;
}

.SiteContentWhiteBold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
}

.SiteContentWhite {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #FFFFFF;
}

.SiteContentRedBold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #FF0000;
}

.SiteContentRed {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #FF0000;
}

.SiteContentNavyBold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000080;
}

.SiteContentNavy {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000080;
}

.SiteContentNormalText {
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 18px;
}

.SiteContentUnderline {
    FONT-WEIGHT: normal;
    TEXT-DECORATION: underline;
    FONT-SIZE: 12px;
    COLOR: #000000;
}

.SiteContentItalics {
    FONT-STYLE: italic;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
}

.SiteContentItalicsSmall {
    FONT-STYLE: italic;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #000000;
}

.SiteContentExtraSmall {
    FONT-WEIGHT: normal;
    FONT-SIZE: 8px;
    COLOR: #000000;
}

.SiteContentGray {
    font-weight: normal;
    font-size: 12px;
    color: #666666;
}

.SiteContentGrayBold {
    font-weight: bold;
    font-size: 12px;
    color: #666666;
}

.SiteContentLargeGrayBold {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}

.SiteContentSmallGray {
    font-weight: normal;
    font-size: 10px;
    color: #666666;
}

.SiteContentSmallBoldGray {
    font-weight: bold;
    font-size: 10px;
    color: #666666;
}

.SiteContentSmallBoldDarkGray {
    font-weight: bold;
    font-size: 10px;
    color: #333333;
}

.SiteContentSmallGrayItalic {
    font-weight: normal;
    font-size: 10px;
    color: #666666;
    font-style: italic;
}

.SiteContentSmall {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #000000;
}

.SiteContentSmallItalic {
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    line-height: 10px;
    font-style: italic;
}

.SiteContentSmallItalicRed {
    font-weight: normal;
    font-size: 10px;
    color: #F00;
    line-height: 10px;
    font-style: italic;
}

.SiteContentSmallBold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #000000;
}

.SiteContentSmallDisabled {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #999999;
}

.SiteContentNoBorder {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    border-width: 0px;
    height: 20px;
    width: 100px;
}

.SiteContentBigBlue {
    color: #20679c;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
}

.SiteContentBigBlack {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
}

.SiteContentHead {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
}

.SiteFooterText {
    FONT-SIZE: 10px;
}

.SiteFooterArea {
    COLOR: #ffffff;
    BACKGROUND-COLOR: #336699;
}

.SiteTwoDigitInput {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    height: 20px;
    width: 25px;
}

.SiteExtraSmallInput {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    height: 20px;
    width: 50px;
}

.SiteSmallInput {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    height: 20px;
    width: 80px;
}

.SiteMediumInput {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    height: 20px;
    width: 100px;
}

.SiteMediumInputDisabled {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    height: 20px;
    width: 100px;
    BACKGROUND-COLOR: #ebebeb;
}

.SiteLargeInput {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    height: 20px;
    width: 140px;
}

.SiteExtraLargeInput {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    height: 20px;
    width: 200px;
}

.NumericInput {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    height: 20px;
    width: 100px;
    text-align: right;
}

.SiteCalculatedInput {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    background-color: Transparent;
    COLOR: #000000;
    border-width: 0px;
    height: 20px;
    width: 100px;
    text-align: right;
}

.SiteCalculatedInputBoldCenter {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    background-color: Transparent;
    COLOR: #000000;
    border-width: 0px;
    height: 20px;
    width: 60px;
    text-align: center;
}

.SiteCalculatedInputBold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    background-color: Transparent;
    COLOR: #000000;
    border-width: 0px;
    width: 100px;
}

.SiteCalculatedInputRed {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    background-color: Transparent;
    COLOR: Red;
    border-width: 0px;
    height: 20px;
    width: 100px;
    vertical-align: middle;
}

.DivisionBorder {
    border-style: solid;
    border-width: 1px;
    border-color: #ff3333;
}

.DivisionBorderTop {
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-color: #ff3333;
}

.DivisionBorderNoTop {
    border-style: solid;
    border-width: 1px;
    border-top-width: 0px;
    border-color: #ff3333;
}

.Permission {
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    FONT-STYLE: italic;
    COLOR: #ff3333;
}

.Warning {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #ff3333;
}

    .Warning.Abs {
        position: absolute;
    }

.WarningLarge {
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #ff3333;
    white-space: nowrap;
}

.WarningSmall {
    FONT-SIZE: 10px;
    COLOR: #ff3333;
}

.WarningSmallItalic {
    font-style: italic;
    FONT-SIZE: 10px;
    COLOR: #ff3333;
}

.Button {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    BACKGROUND-COLOR: #003399;
    COLOR: #FFFFFF;
}

.InputButton {
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    BACKGROUND-COLOR: #003399;
    COLOR: #FFFFFF;
    width: 200px;
}

.LoadMeter {
    background: 000000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    COLOR: #DEB962;
}

.subMenu {
    BORDER-RIGHT: black thin solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: black thin solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    BORDER-LEFT: black thin solid;
    WIDTH: 20%;
    COLOR: black;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: black thin solid;
    BACKGROUND-COLOR: #cdcdcd;
    TEXT-ALIGN: center;
}

.menu {
    WIDTH: 100%;
    COLOR: #e0e0e0;
    BACKGROUND-COLOR: black;
    TEXT-ALIGN: center;
}

.homeHeaderLink {
    color: #B8A976;
    text-decoration: none;
    FONT-SIZE: 10px;
    font-weight: bold;
}

.homeHeaderText {
    color: #FFFFFF;
    text-decoration: none;
    FONT-SIZE: 12px;
    font-weight: bold;
}

.HeaderText {
    text-decoration: none;
    color: White;
    FONT-SIZE: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.HeaderText.WithImages a {
    line-height: 20px;
}

.HeaderText td {
    white-space: nowrap;
}

.RowText {
    cursor: pointer;
}

.RowText td {
    white-space: nowrap;
}

.RowText.Admin td {
    white-space: normal;
}

.HeaderText a {
    text-decoration: none;
}

.HeaderText .NotBold {
}

.HeaderText .NotBold a {
    font-weight: normal;
}

.PagerStyle {
    padding: 0;
    border-collapse: collapse;
}

@media print {
    div.page {
        writing-mode: tb-rl;
        margin: 10% 0%;
        height: 100%;
        width: 100%;
    }

    div.page table {
        margin-right: 120pt;
        filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1);
    }
}

#fadeinbox {
    position: absolute;
    width: 400px;
    left: 0;
    top: -400px;
    border: 2px solid black;
    background-color: CCFFFF;
    padding: 4px;
    z-index: 100;
    visibility: hidden;
}

#K12Buytooltip {
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=-135);
}

#K12Buypointer {
    position: absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

#loadMeter {
    position: absolute;
    width: 300px;
    left: 0;
    top: -400px;
    border: 2px solid black;
    background-color: CCFFFF;
    padding: 4px;
    z-index: 200;
    visibility: hidden;
}

DIV.base-layer {
    background: none;
    border: none;
    color: #ffffff;
    padding: 0;
    width: 98%;
}

DIV.table-row {
    background: none;
    border: none;
    color: #ffffff;
    padding: 0;
    width: 100%;
    display: table;
}

DIV.leftcol1 {
    border: none;
    float: left;
    padding: 0;
    background-color: #99E0FB;
}

DIV.leftcol2 {
    border: none;
    float: left;
    height: 100%;
    padding: 0;
    background-color: #ffffff;
    width: 100%;
}

#grid1 {
    width: 100%;
    float: left;
}

#gridBorder {
    padding: 5px 13px 5px 11px;
    overflow-y: hidden;
    overflow-x: scroll;
    *width: 100%;
    zoom: 1;
}

div > p {
    margin: 0;
}

.tableMenu {
    position: relative;
    width: 590px;
    height: 30px;
    top: -1px;
    border: 0px solid black;
    background-color: #9B9876;
    padding: 0px;
}

.optionMenu {
    position: relative;
    width: 590px;
    top: -1px;
    border: 0px solid black;
    padding: 0px;
}

.bodyStyle {
    position: relative;
    top: -1px;
    border: 0px solid black;
    padding: 0px;
}

.horizontalLineBottom {
    position: relative;
    background-color: #9B9876;
    width: 600px;
    height: 1px;
    top: -1px;
    border: 0px solid black;
    padding: 0px;
}

.requiredBorder {
    background-color: #ffffff;
    border: 1px solid #FF0000;
    color: Black;
}

.requiredBorder-disabled {
    background-color: #F0F0F0;
    border: 1px solid #999999;
    color: #333333;
}

.nonrequiredBorder {
    background-color: #ffffff;
    border: 1px solid Black;
    color: Black;
}

.nonrequiredBorder-disabled {
    background-color: #F0F0F0;
    border: 1px solid #999999;
    color: #333333;
}

.recommendedBorder {
    background-color: #ffff00;
    border: 1px solid #FF0000;
    color: Black;
}

.UltraMenuGrid {
    background-color: #DCDCDC;
    overflow: hidden;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    zoom: 1;
}

.UltraMenuGrid a,
.UltraMenuGrid span.big,
.UltraMenuGrid span.menu-text,
.UltraMenuGrid select.menu-ddl {
    display: block;
    float: left;
    line-height: 27px;
    margin-left: 10px;
}

.UltraMenuGrid a {
    text-decoration: none;
    font-family: "verdana", "geneva", "sans-serif";
    background-repeat: no-repeat;
    background-position: left;
    line-height: 27px;
    padding-left: 20px;
    margin-left: 17px;
    color: #0066cc;
}

.UltraMenuGrid a img {
    border: 0;
}

.UltraMenuGrid select {
    margin-top: 4px;
}

.UltraMenuGrid .dxm-ltr {
    float: left;
    margin-left: 16px;
}

.UltraMenuGrid .grid-filter-menu .dxm-ltr {
    float: right !important;
}

.icon-link {
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    color: #0066cc;
    cursor: pointer;
}


.UltraMenuGrid a.back {
    background-image: url(Images/backButtonMouseDown_18.gif);
    margin-left: 10px !important;
}

.UltraMenuGrid a.print {
    background-image: url(Images/Printer_18.gif);
}

.UltraMenuGrid a.print-disabled {
    background-image: url(Images/Printer18_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.home {
    background-image: url(Images/Home_18.gif);
}

.UltraMenuGrid a.graphic {
    background-image: url(Images/reportGraphicIcon_18.gif);
}

.UltraMenuGrid a.graphic-disabled {
    background-image: url(Images/reportGraphicIconDisabled_18.gif);
    color: #cccccc;
}

.UltraMenuGrid a.graphic-loading {
    background-image: url(Images/loader.gif);
}

.UltraMenuGrid a.export, .UltraMenuGrid a.excel {
    background-image: url(Images/excel_Normal.gif);
}

.UltraMenuGrid a.export-disabled, .UltraMenuGrid a.excel-disabled {
    background-image: url(Images/excel_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.export-loading, .UltraMenuGrid a.excel-loading {
    background-image: url(Images/loader.gif);
}

.UltraMenuGrid a.view {
    background-image: url(Images/smallViewMagGlass.gif);
}

.UltraMenuGrid a.view-disabled {
    background-image: url(Images/smallViewMagGlass_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.approved {
    background-image: url(Images/approved18_Normal.png);
}

.UltraMenuGrid a.approved-disabled {
    background-image: url(Images/approved18_Disabled.png);
    color: #cccccc;
}

.UltraMenuGrid a.view-receipts {
    background-image: url(Images/receivingIcon18_Normal.gif);
}

.UltraMenuGrid a.view-receipts-disabled {
    background-image: url(Images/receivingIcon18_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.view-receipts-loading {
    background-image: url(Images/loader.gif);
    color: #cccccc;
}

.UltraMenuGrid a.resubmit {
    background-image: url(Images/resubmit18_Enabled.gif);
}

.UltraMenuGrid a.resubmit-disabled {
    background-image: url(Images/resubmit18_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.resubmit-loading {
    background-image: url(Images/loader.gif);
    color: #cccccc;
}

.UltraMenuGrid a.recall-disabled {
    color: #cccccc;
}

.UltraMenuGrid a.recall-loading {
    background-image: url(Images/loader.gif);
    color: #cccccc;
}

.UltraMenuGrid a.close {
    background-image: url(Images/notAwarded18_Normal.png);
}

.UltraMenuGrid a.close-disabled {
    color: #cccccc;
}

.UltraMenuGrid a.close-loading {
    background-image: url(Images/loader.gif);
    color: #cccccc;
}

.UltraMenuGrid a.relist {
    padding-left: 25px !important;
}

.UltraMenuGrid a.relist-disabled {
    color: #cccccc;
    padding-left: 25px !important;
}

.UltraMenuGrid a.relist-loading {
    background-image: url(Images/loader.gif);
    color: #cccccc;
    padding-left: 25px !important;
}

.UltraMenuGrid a.select {
    background-image: url(Images/checkMarkBox_18.gif);
    padding-left: 25px !important;
}

.UltraMenuGrid a.select-disabled {
    background-image: url(Images/checkMarkBox_18_Disabled.gif);
    padding-left: 25px !important;
    color: #cccccc;
}

.UltraMenuGrid a.select-loading {
    background-image: url(Images/loader.gif);
    padding-left: 25px !important;
}

.UltraMenuGrid a.cancel {
    background-image: url(Images/14_Remove.png);
}

.UltraMenuGrid a.cancel-disabled {
    background-image: url(Images/removeIconDisabled_18.gif);
    color: #cccccc;
}

.UltraMenuGrid a.submit {
    background-image: url(Images/submitIcon18_Normal.gif);
}

.UltraMenuGrid a.submit-disabled {
    background-image: url(Images/submitIcon18_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.cancel-task {
    background-image: url(Images/cancelTask18_Enabled.gif);
}

.UltraMenuGrid a.cancel-task-disabled {
    background-image: url(Images/cancelTask18_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.change-po {
    background-image: url(Images/POChangeIcon_18.gif);
}

.UltraMenuGrid a.change-po-disabled {
    background-image: url(Images/POChangeIconDisabled_18.gif);
    color: #cccccc;
}

.UltraMenuGrid a.change-po-loading {
    background-image: url(Images/loader.gif);
    color: #cccccc;
}

.UltraMenuGrid a.cancel-po {
    background-image: url(Images/cancelTask18_Enabled.gif);
}

.UltraMenuGrid a.cancel-po-disabled {
    background-image: url(Images/cancelTask18_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.cancel-po-loading {
    background-image: url(Images/loader.gif);
    color: #cccccc;
}

.UltraMenuGrid a.add {
    background-image: url(Images/add18_Normal.gif);
}

.UltraMenuGrid a.add-disabled {
    background-image: url(Images/add18_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.edit {
    background-image: url(Images/changeIcon_Normal.gif);
}

.UltraMenuGrid a.edit-disabled {
    background-image: url(Images/changeIcon_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.delete {
    background-image: url(Images/delete18_Normal.gif);
}

.UltraMenuGrid a.delete-disabled {
    background-image: url(Images/delete18_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.delete-loading {
    background-image: url(Images/loader.gif);
    color: #cccccc;
}

.UltraMenuGrid a.download {
    background-image: url(Images/download_18.gif);
}

.UltraMenuGrid a.download-disabled {
    background-image: url(Images/download_18_disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.windelete {
    background-image: url(Images/WindowsDelete_18.gif);
}

.UltraMenuGrid a.windelete-disabled {
    background-image: url(Images/WindowsDeleteDisabled_18.gif);
    color: #cccccc;
}

.UltraMenuGrid a.moveup {
    background-image: url(Images/arrowUpButton18_Normal.gif);
}

.UltraMenuGrid a.moveup-disabled {
    background-image: url(Images/arrowUpButton18_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.movedown {
    background-image: url(Images/arrowDownButton18_Normal.gif);
}

.UltraMenuGrid a.movedown-disabled {
    background-image: url(Images/arrowDownButton18_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.reassign {
    background-image: url(Images/buyerReassign.gif);
}

.UltraMenuGrid a.reassign-disabled {
    background-image: url(Images/buyerReassign_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.reassign-loading {
    background-image: url(Images/loader.gif);
    color: #cccccc;
}

.UltraMenuGrid a.release {
    background-image: url(Images/POReleasedIcon_18.gif);
}

.UltraMenuGrid a.release-disabled {
    background-image: url(Images/POReleasedIcon_18_disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.release-loading {
    background-image: url(Images/loader.gif);
    color: #cccccc;
}

.UltraMenuGrid a.review {
    background-image: url(Images/smallViewMagGlass.gif);
}

.UltraMenuGrid a.review-disabled {
    background-image: url(Images/smallViewMagGlass_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.review-loading {
    background-image: url(Images/loader.gif);
    color: #cccccc;
}

.UltraMenuGrid a.save {
    background-image: url(Images/saveIcon18.gif);
}

.UltraMenuGrid a.save-disabled {
    background-image: url(Images/saveIcon18_disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.save-loading {
    background-image: url(Images/loader.gif);
    color: #cccccc;
}

.UltraMenuGrid a.approve {
    background-image: url(Images/TaskApproved_Small.gif);
}

.UltraMenuGrid a.approve-disabled {
    background-image: url(Images/TaskApprovedSmall_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.approve-loading {
    background-image: url(Images/loader.gif);
    color: #cccccc;
}

.UltraMenuGrid a.run {
    background-image: url(Images/iconGoldRun_18.png);
}

.UltraMenuGrid a.run-disabled {
    background-image: url(Images/iconGoldRun_18_disabled.png);
    color: #cccccc;
}

.UltraMenuGrid a.search {
    background-image: url(Images/SmallMagnifingGlass.jpg);
}

.UltraMenuGrid a.searchnow {
    background-image: url(Images/smallViewMagGlass.gif);
}

.UltraMenuGrid a.searchnow-disabled {
    background-image: url(Images/smallViewMagGlass_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.share {
    background-image: url(Images/share18_Normal.gif);
}

.UltraMenuGrid a.share-disabled {
    background-image: url(Images/share18_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.process-disabled {
    color: #cccccc;
}

.UltraMenuGrid a.recreate {
    background-image: url(Images/recreate18_Normal.gif);
}

.UltraMenuGrid a.locations {
    background-image: url(Images/globeIcon_13.gif);
}

.UltraMenuGrid a.locations-disabled {
    background-image: url(Images/globeIconDisabled_13.gif);
    color: #cccccc;
}

.UltraMenuGrid a.list {
    background-image: url(Images/list18.gif);
}

.UltraMenuGrid a.list-disabled {
    background-image: url(Images/list18_Disabled.gif);
    color: #cccccc;
}

.UltraMenuGrid a.rfq {
    background-image: url(Images/RFQx18.gif);
}

.UltraMenuGrid a.cart {
    padding-left: 22px;
}

.UltraMenuGrid a.toggle-button {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.UltraMenuGrid a.shopping-cart {
    background-image: url(Images/cartIcon.gif);
    font-size: 10px;
    padding-left: 25px;
    line-height: 12px;
}

.UltraMenuGrid a.right {
    float: right !important;
    margin-right: 12px !important;
    margin-left: 0px !important;
}

.UltraMenuGrid a.contacts {
    background-image: url(Images/contactsIcon_18.gif);
}

.UltraMenuGrid a.contacts-disabled {
    background-image: url(Images/contactsIconDisabled_18.gif);
    color: #CCCCCC;
    text-decoration: none;
}

.UltraMenuGrid a.trash-disabled {
    color: #cccccc;
}

.UltraMenuGrid a.trash-empty-disabled {
    color: #cccccc;
}

.UltraMenuGrid a.change-agent {
    margin-left: 10px;
    padding: 0;
    color: blue;
    text-decoration: underline;
}

.UltraMenuGrid span.big {
    color: #000080;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

.UltraMenuGrid span.big.red {
    color: red;
    font-weight: bold;
}

.UltraMenuGrid span.small {
    color: #000080;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.UltraMenuGrid span.big b {
    color: Black;
    line-height: normal !important;
}

.UltraMenuGrid span.filterbox {
    text-align: right;
    float: right;
    padding-right: 10px;
    font-weight: normal;
    color: #06F;
    line-height: 27px;
    padding-left: 16px;
    padding-top: 4px;
    text-decoration: underline;
    cursor: pointer;
    background-image: url(Images/Filter_Icon.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.UltraMenuGrid span.filterboxNoIcon {
    padding-right: 0px;
    line-height: 27px;
    padding-top: 4px;
    padding-left: 20px;
    float: right;
}

.MiniMenu {
    background-color: #DCDCDC;
    overflow: hidden;
    width: 100%;
}

.MiniMenu.white {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    padding: 5px 0;
}

.MiniMenu a,
.MiniMenu span {
    display: block;
    float: left;
    line-height: 20px;
    margin-left: 10px;
}

.MiniMenu a {
    background-repeat: no-repeat;
    background-position: left;
    line-height: 20px;
    padding-left: 20px;
    margin-left: 17px;
    color: #0066cc;
}

.MiniMenu a img {
    border: 0;
}

.MiniMenu a.cancel {
    background-image: url(Images/14_Remove.png);
}

.MiniMenu a.cancel-disabled {
    background-image: url(Images/removeIconDisabled_18.gif);
    color: #cccccc;
}

.MiniMenu span.small {
    color: #000080;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

a.back {
    background-image: url(Images/backButtonMouseDown_18.gif);
}

a.print {
    background-image: url(Images/Printer_18.gif);
}

a.print-disabled {
    background-image: url(Images/Printer18_Disabled.gif);
    color: #cccccc;
}

a.export, a.excel {
    background-image: url(Images/excel_Normal.gif);
}

a.export-disabled, a.excel-disabled {
    background-image: url(Images/excel_Disabled.gif);
    color: #cccccc;
}

a.view {
    background-image: url(Images/smallViewMagGlass.gif);
}

a.view-disabled {
    background-image: url(Images/smallViewMagGlass_Disabled.gif);
    color: #cccccc;
}

a.view-po-disabled {
    background-image: url(Images/smallViewMagGlass_Disabled.gif);
    color: #cccccc;
}

a.view-receipts-disabled {
    color: #cccccc;
}

a.resubmit {
    background-image: url(Images/resubmit18_Enabled.gif);
}

a.resubmit-disabled {
    background-image: url(Images/resubmit18_Disabled.gif);
    color: #cccccc;
}

a.recall {
    background-image: url(Images/recallReq18_Enabled.gif);
    padding-left: 25px !important;
}

a.recall-disabled {
    background-image: url(Images/recallReq18_Disabled.gif);
    padding-left: 25px !important;
    color: #cccccc;
}

a.cancel {
    background-image: url(Images/cancelTask18_Enabled.gif);
}

a.cancel-disabled {
    background-image: url(Images/cancelTask18_Disabled.gif);
    color: #cccccc;
}

a.change-po-disabled {
    color: #cccccc;
}

a.cancel-po {
    background-image: url(Images/cancelTask18_Enabled.gif);
}

a.cancel-po-disabled {
    background-image: url(Images/cancelTask18_Disabled.gif);
    color: #cccccc;
}

a.rfq {
    background-image: url(Images/RFQx18.gif);
}

a.rfq-disabled {
    color: #aaaaaa;
    text-decoration: none;
}

a.cart {
    padding-left: 22px;
}

a.toggle-button {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

a.shopping-cart {
    background-image: url(Images/cartIcon.gif);
    font-size: 10px;
    padding-left: 25px;
    line-height: 12px;
}

a.view-user-disabled {
    background-image: url(Images/smallViewMagGlass_Disabled.gif);
    color: #cccccc;
}

a.add {
    background-image: url(Images/14_addButton.gif);
}

a.add-disabled {
    background-image: url(Images/14_addButton_Disabled.gif);
    color: #cccccc;
}

a.add-user-disabled {
    color: #cccccc;
}

a.edit-user-disabled {
    color: #cccccc;
}

a.delete-user {
    background-image: url(Images/cancelTask18_Enabled.gif);
}

a.delete-user-disabled {
    background-image: url(Images/cancelTask18_Disabled.gif);
    color: #cccccc;
}

a.roundred {
    padding-left: 25px !important;
}

a.roundred-disabled {
    padding-left: 25px !important;
    color: #cccccc;
}

a.roundgreen {
    padding-left: 25px !important;
}

a.roundgreen-disabled {
    padding-left: 25px !important;
    color: #cccccc;
}

a.delete {
    background-image: url(Images/14_Remove.png);
}

a.delete-disabled {
    background-image: url(Images/removeIconDisabled_18.gif);
    color: #cccccc;
}

a.flag-disabled {
    color: #cccccc;
}

a.unflag-disabled {
    color: #cccccc;
}

a.company-profile {
    background-image: url(Images/company_18.gif);
}

a.company-profile-disabled {
    background-image: url(Images/company_18_Disabled.gif);
    color: #cccccc;
}

a.user-profile {
    background-image: url(Images/myProfile_18.gif);
}

a.user-profile-disabled {
    background-image: url(Images/myProfile_18_Disabled.gif);
    color: #cccccc;
}

span.filterbox {
    text-align: right;
    float: right;
    padding-right: 10px;
    font-weight: normal;
    color: #06F;
    line-height: 27px;
    padding-left: 16px;
    padding-top: 4px;
    text-decoration: underline;
    cursor: pointer;
    background-image: url(Images/Filter_Icon.gif);
    background-repeat: no-repeat;
    background-position: left;
}

span.filterboxNoIcon {
    padding-right: 0px;
    line-height: 27px;
    padding-top: 4px;
    float: right;
}

span.big {
    color: #000080;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

span.small {
    color: #000080;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.SiteNavLinkContainer {
    border: 2px solid #493E95;
    background-color: White;
    padding: 5px 5px 20px 5px;
    text-align: left;
    clear: both;
}

.SiteNavLinkContainer a {
    background-image: url(Images/envelopeClosed.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    color: blue;
    display: block;
    padding: 2px 2px 2px 30px;
    margin-top: 2px;
    white-space: nowrap;
    text-decoration: none;
}

.SiteNavLinkContainer a:hover {
    background-image: url(Images/OpenEnvelope_Small.gif);
    background-color: #ffffb9;
}

.SiteNavLinkContainer a.active {
    background-color: #FFFF99;
    background-image: url(Images/OpenEnvelope_Small.gif);
}

.SiteNavLinkContainer a.orders-cancelled {
    background-image: url(Images/cancelTask18_Enabled.gif);
}

.SiteNavLinkContainer a.inbox {
    background-image: url(Images/mailChat_18.gif);
}

.SiteNavLinkContainer a.inbox:hover {
    background-image: url(Images/mailChat_18.gif);
}

.SiteNavLinkContainer a.active-quotes {
    background-image: url(Images/RFQx18.gif);
}

.SiteNavLinkContainer a.active-quotes:hover {
    background-image: url(Images/RFQx18.gif);
}

.SiteNavLinkContainer a.awarded {
    background-image: url(Images/blueRibbon18_Normal.png);
}

.SiteNavLinkContainer a.awarded:hover {
    background-image: url(Images/blueRibbon18_Normal.png);
}

.SiteNavLinkContainer a.notawarded {
    background-image: url(Images/notAwarded18_Normal.png);
}

.SiteNavLinkContainer a.cancelled {
    background-image: url(Images/cancelTask18_Enabled.gif);
}

.SiteNavLinkContainer a.cancelled:hover {
    background-image: url(Images/cancelTask18_Enabled.gif);
}

.SiteNavLinkContainer a.advertised {
    background-image: url(Images/advertised18_Normal.png);
}

.SiteNavLinkContainer a.draft {
    background-image: url(Images/compose18_Normal.png);
}

.SiteNavLinkContainer a.ended {
    background-image: url(Images/checkeredFlag18_Normal.png);
}

.SiteNavLinkContainer a.disapproved {
    background-image: url(Images/rejected18_Normal.png);
}

.SiteNavLinkContainer a.approved {
    background-image: url(Images/approved18_Normal.png);
}

.SiteNavLinkContainer a.prime {
    background-image: url(Images/Tickers/Disadvantaged_Icon12x12.jpg);
}

.SiteNavLinkContainer a.review {
    background-image: url(Images/review18_Normal.png);
}

.SiteNavLinkContainer a span {
    color: Black;
    text-decoration: none;
}

.SiteNavLinkContainer a span:hover {
    color: Black;
    text-decoration: none;
}

.SiteNavLinkContainer a b {
    color: Black;
    line-height: normal !important;
}

.SiteNavLinkContainerAdvanced {
    border: 2px solid #493E95;
    background-color: White;
    padding-bottom: 20px;
    text-align: left;
}

.SiteNavLinkContainerAdvanced .inactive {
    background-image: url(Images/envelopeClosed.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    font-size: 10px;
    font-weight: normal;
    color: #1946a3;
    display: block;
    line-height: 30px;
    padding-left: 30px;
    text-decoration: underline;
    white-space: nowrap;
}

.SiteNavLinkContainerAdvanced .active {
    background-color: #FFFF99;
    background-image: url(Images/OpenEnvelope_Small.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    font-size: 10px;
    font-weight: normal;
    color: #1946a3;
    display: block;
    line-height: 30px;
    padding-left: 30px;
    text-decoration: underline;
    white-space: nowrap;
}

.SiteNavLinkContainerAdvanced div a {
    font-size: 10px;
    font-weight: normal;
    color: #1946a3;
    text-decoration: underline;
    white-space: nowrap;
}

.SiteNavLinkContainerAdvanced div {
    font-size: 10px;
    font-weight: normal;
    color: #1946a3;
}

.SiteNavLinkContainerAdvanced div.inactive {
    background-image: url(Images/envelopeClosed.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    line-height: 30px;
    padding-left: 30px;
    white-space: nowrap;
    width: 165px;
    display: inline-table;
}

.SiteNavLinkContainerAdvanced div.active {
    background-color: #FFFF99;
    background-image: url(Images/OpenEnvelope_Small.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    line-height: 30px;
    padding-left: 30px;
    white-space: nowrap;
    width: 165px;
    display: inline-table;
}

.SiteNavLinkContainerAdvanced div div {
    line-height: normal;
    padding-left: 0px;
}

.SiteNavLinkContainerAdvanced .dropsown {
    width: 100%;
    text-align: right;
    margin-top: -30px;
}

.UpdateBalanceBtn {
    background-image: url(Images/refreshIcon_18.gif);
    background-repeat: no-repeat;
    display: block;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 2px;
    margin-left: 10px;
    padding-left: 20px;
    white-space: nowrap;
}

.DateTimePickerTable select {
    border: 2px groove #FF0000;
}

.MainMenu {
    padding-bottom: 10px;
}

.MainContent {
    background-color: #dccaa0;
    padding: 10px;
}

.content-container {
    padding: 0;
}

.content-container.width-640 {
    margin: 0 auto;
    width: 640px;
}

.content-container.width-770 {
    margin: 0 auto;
    width: 770px;
}

.content-container.width-800 {
    margin: 0 auto;
    width: 800px;
}

.content-container.width-950 {
    margin: 0 auto;
    width: 950px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.content-container.width-1100 {
    margin: 0 auto;
    width: 1100px;
}

.heading-blackbox {
    background-color: Black;
    color: White;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    margin-bottom: 5px;
}

.heading-grey {
    background-color: #808080;
    color: White;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    line-height: 35px;
    text-align: center;
    margin-bottom: 5px;
}

.heading-Warning {
    background-color: #ffc4c4;
    border: 1px solid Red;
    line-height: 25px;
    text-align: center;
    text-align: center;
}

.heading-Warning span {
    display: inline-block;
    font-weight: bold;
    padding-left: 25px;
    background-image: url(Images/Attantion_20.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: left;
}

.heading-title {
    background-color: #6f6f6f;
    color: White;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    line-height: 25px;
    text-align: center;
    margin: 2px 2px 0px 2px;
}

.heading-title img {
    vertical-align: middle;
    padding-right: 10px;
}

.WarningRed {
    background-color: #ff0000;
    border: 1px solid black;
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
}

.WarningRed span {
    display: inline-block;
    color: white;
    font-weight: bold;
    padding-left: 35px;
}

.empty-datatable {
    color: Black;
    text-align: left;
    background-color: #ffffcc;
    vertical-align: middle;
    padding: 80px 0 80px 280px;
}

.empty-datatableFlat {
    text-align: center;
    background-color: #ffffcc;
    vertical-align: middle;
    padding: 5px;
}

.PageLocalTitle {
    background-color: Black;
    color: White;
    line-height: 50px;
    text-align: center;
    zoom: 1;
}

.PageLocalTitle.Grey {
    background-color: #808080;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.PageBlackBox {
    background-color: Black;
    color: White;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
}

.PageBlackBox table {
    margin: 0 auto;
}

.PageBlackBox input[type=image] {
    cursor: pointer;
}

.GridBlackBox {
    background-color: Black;
    color: White;
    margin-bottom: 5px;
    padding: 2px;
    text-align: center;
}

.GridBlackBox input[type=image] {
    vertical-align: bottom;
}

.PageTabHelp {
    float: right;
    padding-right: 10px;
}

.PageTabTitle {
    overflow: hidden;
    zoom: 1;
    padding-top: 10px;
    padding-left: 40px;
}

.PageTabTitle div {
    background-repeat: repeat-x;
    background-position: left top;
    float: left;
    padding-left: 20px;
}

.PageTabTitle div span, .PageTabTitle div a {
    background-repeat: repeat-x;
    background-position: right top;
    color: Black;
    display: block;
    font-weight: bold;
    line-height: 25px;
    padding-right: 20px;
    text-decoration: none;
}

.PageTabTitle.disabled div span, .PageTabTitle.disabled div a {
    color: #444444;
}

.PageTabContent {
    background-color: White;
    padding: 10px;
    zoom: 1;
}

.PageTabContent.disabled {
    background-color: #dbdbdb;
    padding: 10px;
    zoom: 1;
}

.PageTabContent.Compare {
    padding: 3px;
}

.CompareContent {
    background-color: #edede1;
    _text-align: center;
}

#divRegularPanelContainer {
    background-color: #FFFFFF;
    zoom: 1;
    overflow: hidden;
    border: 2px solid white;
    border-bottom: 0;
    border-top: 0;
}

#divTogglePanelContainer {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

#divTogglePanelLeft {
    background-color: #c3d5fd;
    display: block;
    float: left;
    width: 200px;
}

#divTogglePanelLeft b {
    margin: 5px;
    line-height: 30px;
    white-space: nowrap;
}

#divTogglePanelRight {
    margin-left: 200px;
    zoom: 1;
}

#divTogglePanelRight.alone {
    margin-left: 0px;
}

.clear-both {
    clear: both;
    margin-bottom: 5px;
}

.required {
    border: 2px groove #FF0000;
    color: #333333;
}

.NonRequiredFontBlack {
    color: #000000;
}

.booksSearchHeader {
    background-color: #000080;
    color: White;
    font-family: Arial;
    margin-top: 5px;
    text-align: left;
}

.booksSearchHeader h1 {
    font-size: 20px;
    margin: 0;
    margin-left: 3px;
}

.booksSearchHeader h1 span {
    font-size: 16px;
}

.booksSearchHeader a {
    background-image: url(Images/backButtonMouseDown_18.gif);
    background-repeat: no-repeat;
    background-position: left center;
    color: White;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding: 4px 0 4px 22px;
    margin-left: 3px;
}

.booksSearchHeader a:hover {
    text-decoration: none;
}

.booksSearchResults {
    background-color: #e1e1e1;
    margin-top: 20px;
    overflow: hidden;
    zoom: 1;
}

.booksSearchResults .imageContainer {
    float: left;
    text-align: center;
    width: 100px;
}

.booksSearchResults .imageContainer img {
    border: 0;
    padding: 5px;
    width: 80px;
}

.booksSearchResults .descriptionContainer {
    margin-left: 100px;
    text-align: left;
}

.booksSearchResults .descriptionContainer h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 2px 0 2px 0;
    white-space: normal;
}

.booksSearchResults .descriptionContainer h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 2px 0 2px 0;
    white-space: normal;
}

.booksSearchResults .descriptionContainer .shopForItem {
    color: #271f95;
    float: right;
    font-size: 10px;
    margin-right: 2px;
}

.booksSearchResults .descriptionContainer .shopForItem:hover {
    text-decoration: none;
}

.booksSearchResults .descriptionContainer .label {
    float: left;
    text-align: left;
    width: 90px;
}

.booksSearchResults .descriptionContainer .value {
    margin-left: 90px;
    text-align: left;
}

.booksSearchMoreInfo {
    background-color: #e1e1e1;
    display: none;
    overflow: hidden;
    zoom: 1;
}

.booksSearchMoreInfo .label {
    float: left;
    margin-left: 100px;
    text-align: left;
    width: 90px;
}

.booksSearchMoreInfo .value {
    margin-left: 190px;
    text-align: left;
}

.booksSearchMoreInfo p {
    margin: 10px 20px 10px 20px;
    text-align: left;
    white-space: normal;
}

.show-more-info, .hide-more-info {
    background-repeat: no-repeat;
    background-position: right center;
    color: #271f95;
    display: block;
    float: right;
    font-size: 10px;
    padding-right: 10px;
    margin: -15px 5px 2px 0;
    position: relative;
}

.td-changeuser-form {
    padding-top: 3px;
    white-space: nowrap;
}

.hidden {
    display: none;
}

.ig-grid-head {
    background-color: #000284 !important;
    color: #ffffff;
    font-size: 10pt !important;
}

.ig-grid-row {
    background-color: #ffffff;
    border: 0 !important;
    padding: 3px;
}

.ig-grid-row-alt {
    background-color: #ebebeb;
}

.ig-grid-row-active {
    background-color: #ffff88;
    border: 0 !important;
}

.ig-grid-filter {
    background-color: #ffff88;
}

.ig-grid-filter td {
    cursor: pointer;
    padding: 2px;
    text-decoration: underline;
}

.ig-grid-filter td:hover {
    text-decoration: none;
}

.ig-grid-pager {
    background-color: #000284;
    color: White;
    padding: 3px;
}

.ig-grid-pager a {
    color: White;
}

.emptyData-attention {
    font-weight: bold;
    line-height: 80px;
    _padding: 35px;
}

.emptyData-attention img {
    vertical-align: middle;
    padding-bottom: 3px;
}

.ContentBox {
    border: #cccccc 1px solid;
    margin: 10px;
    padding: 20px;
    text-align: left;
}

.ContentBox .Title {
    text-align: left;
    position: relative;
    top: -28px;
    left: 20px;
    background-color: white;
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: bold;
}

.ContentBox .Title .Comment {
    font-size: 10px;
    font-weight: bold;
}

.ContentBox .Content {
    clear: both;
}

.ContentBox .TopComment {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
}

.ContentBox .TopCommentRight {
    text-align: right;
    position: relative;
    top: -28px;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.ContentBox .TopCommentCenter {
    text-align: center;
    position: relative;
    top: -20px;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.ContentBox .BottomComment {
    float: right;
    position: relative;
    top: 11px;
    margin-bottom: -17px;
    font-size: 12px;
    font-weight: bold;
    background-color: white;
    padding-left: 5px;
    padding-right: 5px;
}

.hr {
    color: #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    height: 1px;
    margin: 10px 0px 10px 0px;
}

.ContentArea {
    margin: 10px;
    padding: 20px;
}

.ContentArea .Title {
    float: left;
    position: relative;
    top: -28px;
    left: -15px;
    font-size: 14px;
    font-weight: bold;
}

.ContentArea .TopComment {
    text-align: right;
    float: right;
    position: relative;
    top: -28px;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.ContentArea .Content {
    clear: both;
}

.dvxPopupLabel {
}

.dvxPopupLabel img {
    vertical-align: middle;
}

.dvxPopupButtons {
    margin: 0 auto;
    overflow: hidden;
    width: 120px;
    text-align: center;
}

.dvxPopupButtons table.yes, .dvxPopupButtons table.no {
    display: block;
    float: left;
    margin: 3px;
}

.dvxPopupButtons table.continue {
    display: block;
    margin: 0 auto;
    width: 70px;
}

.tbl-products {
    border: 1px solid black;
}

.tbl-products a {
    color: #0066cc;
}

.two-columns-container {
    overflow: hidden;
    zoom: 1;
}

.two-columns-container .left {
    float: left;
}

.two-columns-container .right {
    float: right;
}

.two-columns-container .bold {
    font-weight: bold;
}

.two-columns-container .underline {
    text-decoration: underline;
}

.two-columns-container.margin10 {
    margin: 10px;
}

.tbl-acceptedPayments {
    border: 0;
    line-height: 22px;
    margin-right: 2px;
    *padding-bottom: 3px;
}

.tbl-acceptedPayments td {
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    white-space: nowrap;
}

.tbl-acceptedPayments img {
    margin-bottom: -5px;
}

.div-payByCC {
    margin-top: 15px;
    text-align: left;
}

.div-payByCC .cntr {
    font-weight: bold;
    text-align: center;
}

.div-payByCC a {
    color: #0000ee;
}

.show-other-items, .hide-other-items {
    background-position: right center;
    background-repeat: no-repeat;
    font-family: Arial;
    font-size: 11px;
    padding: 6px 10px 6px 10px;
}

a.payWithCreditCard {
    background-image: url(Images/visaIcon_18.gif);
    background-repeat: no-repeat;
    background-position: left center;
    color: Blue;
    padding: 3px 5px 5px 23px;
}

a.payWithCreditCard-disabled {
    background-image: url(Images/visaIcon_18_disabled.gif);
    background-repeat: no-repeat;
    background-position: left center;
    color: #aaaaaa;
    padding: 3px 5px 5px 23px;
}

.requisition-fast-info {
    float: right;
}

.requisition-fast-info td.red {
    color: Red;
}

a.view-filter {
    color: gray;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
}

a.view-filter:hover {
    color: Blue;
    text-decoration: underline;
}

.date-form {
    margin: 0 auto;
}

.date-form td.l {
    text-align: center;
    font-style: italic;
}

.date-form td.r {
    text-align: center;
    font-style: italic;
}

.toggle-panel {
    width: 100%;
}

.toggle-panel td.panel-left {
    width: 0px;
    vertical-align: top;
}

.toggle-panel td.panel-splitter {
    width: 5px;
    vertical-align: top;
}

.toggle-panel td.panel-right {
    width: 100%;
    vertical-align: top;
}

div.left-panel-container {
    white-space: nowrap;
    width: 250px;
    min-height: 400px;
}

div.left-panel-container > div > b {
    line-height: 25px;
    padding-left: 5px;
}

div.right-panel-container {
    overflow-x: scroll;
    display: block;
    width: 1px;
}

.attach-point {
    color: White;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 0 6px 0 6px;
}

.attach-label {
    font-family: Arial;
    font-size: 12px;
    white-space: nowrap;
}

.attach-caption {
    font-family: Arial;
    font-size: 10px;
    white-space: nowrap;
}

.attach-limitations {
    line-height: 20px;
    text-align: left;
}

.attach-limitations img {
    vertical-align: middle;
}

.attach-limitations label {
    font-family: Arial;
    font-size: 11px;
}

.WarningLabelBold {
    background-image: url(/Images/Attantion_20.gif);
    background-repeat: no-repeat;
    padding-left: 24px;
    line-height: 20px;
    display: inline-block;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: Red;
}

.WarningLabel {
    background-image: url(/Images/Attantion_20.gif);
    background-repeat: no-repeat;
    padding-left: 24px;
    line-height: 20px;
    display: inline-block;
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: Red;
}

.AttantionLable {
    background-image: url(/Images/Attantion_20.gif);
    background-repeat: no-repeat;
    background-position: left, center;
    padding-left: 30px;
    line-height: 20px;
    display: inline-block;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
}

.toolbar-menu-devex {
    float: left !important;
    margin-left: 15px;
}

.mmenu {
    margin: 0 auto;
}

#lstType td {
    text-align: left;
}

.CenterImage {
    display: table-cell;
}

.CenterImage img {
    vertical-align: middle;
    padding-right: 5px;
}

.link-back {
    background-image: url(Images/backButtonMouseDown_18.gif);
    background-repeat: no-repeat;
    padding-left: 24px;
    line-height: 20px;
    display: block;
}

.link-add {
    background-image: url(Images/14_addButton.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 15px;
}

.link-add-disabled {
    background-image: url(Images/14_addButton_Disabled.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 15px;
    color: #CCCCCC;
}

.link-delete {
    background-image: url(Images/14_Remove.png) !important;
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 15px;
}

.link-delete-disabled {
    background-image: url(Images/removeIconDisabled_18.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 15px;
    color: #CCCCCC;
}


.link-edit {
    background-image: url(Images/14_edit.gif) !important;
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 15px;
}

.link-save {
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 15px;
}

.RevLinkBlack {
    color: Black;
}

.RevLinkBlack a {
    text-decoration: none;
    color: Black;
}

.RevLinkBlack a:hover {
    text-decoration: underline;
    color: Black;
}

.search-container {
    background-color: Black;
    width: 100%;
    text-align: center;
}

.search-container td {
    color: White;
}

.DivHeaderMaroon {
    background-color: Maroon;
    color: White;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    width: 100%;
}

ul.YellowDot {
    list-style-image: url(Images/YellowBullet.gif);
    margin-left: 0px;
    padding-left: 15px;
    margin-top: 0px;
    padding-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

ul.YellowDot li.bold {
    font-weight: bold;
}

.horizontal-notice {
    border: 1px solid black;
    background-color: #fffdca;
    line-height: 20px;
    margin: 5px;
}

.horizontal-notice a.ticker {
    color: Blue;
    font-weight: bold;
    text-decoration: none;
    margin-right: 250px;
}

.horizontal-notice a.ticker:hover {
    text-decoration: underline;
}

.horizontal-notice a.close {
    background-color: Blue;
    color: white;
    font-family: arial;
    font-size: 11px;
    padding: 0 3px 1px 3px;
    text-decoration: none;
}

.horizontal-notice a.close:hover {
    background-color: #000099;
}

.horizontal-notice table {
    width: 100%;
}

.horizontal-notice marquee img {
    vertical-align: middle;
}

.ButtonsBottom {
    padding: 10px;
    height: 30px;
}

.ButtonsBottom .Right {
    float: right;
    padding-left: 5px;
}

.ButtonsBottom .Left {
    float: left;
}

.rfx-search {
    background-color: Black;
    color: White;
    padding: 2px;
}

.rfx-search a {
    color: White;
}

.rfx-search .sftd {
    white-space: nowrap;
    padding: 0px 3px 0px 3px;
}

.divHomeContent {
    min-height: 400px;
    overflow: hidden;
}

.Included {
    font-weight: normal;
    font-size: 10px;
    color: #F29200;
    white-space: nowrap;
}

.Recommended {
    font-weight: bold;
    font-size: 10px;
    color: Green;
}

.q-map {
    font-family: Arial;
    padding: 4px;
}

.q-map a {
    color: Blue;
}

.q-map a:hover {
    text-decoration: none;
}

.q-map span {
    background-color: #f9f988;
    font-weight: bold;
    padding: 2px;
}

.toggleBox {
    border: #cccccc 1px solid;
    margin: 10px 0 10px 0;
}

.toggleBox h2.trigger:hover {
    cursor: pointer;
    background-color: #ffff99;
}

.toggleBox h2.trigger {
    margin: 0 0 0 0;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    background: url(Images/expand_down_12.gif) no-repeat right;
}

.toggleBox h2.trigger a {
    color: black;
    float: right;
    padding-right: 20px;
}

.toggleBox h2.trigger a:hover {
    color: black;
    text-decoration: none;
}

h2.trigger a.faq {
    background-image: url(Images/questionMark18_Normal.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: blue;
    float: left;
    display: inline-block;
    margin-left: 10px;
    padding-left: 20px;
}

h2.trigger a.faq:hover {
    color: blue;
    text-decoration: none;
}

.toggleBox h2.active {
    background: #f0f0f0 url(Images/expand_up_12.gif) no-repeat right;
}

.toggleBox .toggle_container {
    margin: 0 0 0 0;
    border-top: 1px solid #cccccc;
    overflow: hidden;
    clear: both;
    padding: 20px;
}

.toggle_container .hr {
    color: #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    height: 1px;
    margin: 10px 0px 10px 0px;
}

.WarningLable {
    background-image: url(/Images/Attantion_20.gif);
    background-repeat: no-repeat;
    padding-left: 24px;
    line-height: 20px;
    display: inline-block;
    FONT-FAMILY: verdana,geneva,sans-serif;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #ff3333;
}

.EmptyDataTable, .LoadingTable {
    font-family: Arial;
    font-weight: bold;
    white-space: nowrap;
    padding: 2px;
    color: Black;
}

.EmptyDataTable .warning {
    background-image: url(Images/glError_bak.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 40px;
    line-height: 40px;
    display: block;
    font-size: 16px;
}

.EmptyDataTable table li {
    text-align: left;
}

.EmptyDataTable table {
    margin-left: 200px;
}

.LoadingTable table {
    width: 100%;
    color: black;
}

.LoadingTable .loading {
    background-image: url(Images/stopWatchIcon48_Normal.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 45%;
}

.LoadingTable .text {
    width: 55%;
    line-height: 50px;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.highlight {
    background-color: #FF9;
}

.FolderNoResults {
    margin: 40px;
    border: 2px solid #fe9900;
    background-image: url(Images/noticeFlag18_Normal.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    color: #fe9900;
    font-weight: bold;
    font-size: 14px;
}

.Info {
    margin: 40px;
    border: 2px solid #20679c;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    padding-right: 5px;
    color: #20679c;
    font-weight: bold;
    font-size: 14px;
}

span.Info {
    margin: 0px !important;
}

.VideoLink {
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
    color: #1946a3;
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
    line-height: 24px;
    margin-left: 10px;
}

.FileLink .word {
    background-image: url(Images/word_18.jpg);
}

.FileLink .pdf {
    background-image: url(Images/pdf.gif);
}

.FileLink a {
    color: #1946a3;
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    cursor: pointer;
}

.FileLink a:visted {
    color: #1946a3;
}

.EditFormTitle {
    background-color: #095972;
    color: #ffffff;
    font-weight: bold;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.BlueContainer {
    border: #095972 2px solid;
}

.BlueContainer .Title {
    background-color: #095972;
    padding: 3px;
    border-bottom: #095972 2px solid;
    color: White;
    font-size: 12px;
    font-weight: bold;
}

.BlueContainer .Content {
    padding: 3px;
}

.BlueContainer b.answer {
    font-style: italic;
}

.WarningDivPink {
    background-image: url(Images/glError_bak.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    border: 2px solid #d10000;
    background-color: #fec8c8;
    color: #d10000;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    padding: 2px 2px 2px 40px;
    margin-top: 2px;
}

.WarningDivPink i {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.WarningDiv {
    background-image: url(Images/glError_bak.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 0px 0px 0px 40px;
}

.WarningLink {
    padding: 0px 0px 0px 23px;
    line-height: 24px;
    color: #1946a3;
}

.WarningWhiteLink {
    padding: 0px 0px 0px 23px;
    line-height: 24px;
    color: #1946a3;
}

.WarningAnimatedLink {
    padding: 0px 0px 0px 23px;
    line-height: 24px;
    color: #1946a3;
    background-size: 14px 14px;
}

.LightBulbDivGray {
    background-image: url(Images/lightBulb18_Normal.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 0px 0px 0px 30px;
    color: Gray;
    font-size: 10px;
    line-height: 24px;
}

table.name-value {
    width: 100%;
    border-collapse: collapse;
}

table.name-value tr {
    vertical-align: top;
}


table.name-value td {
    padding: 3px;
}

table.name-value .first {
    white-space: nowrap;
    width: 20%;
    font-weight: bold;
}

table.name-value .second {
    width: 30%;
}

.top-notification {
    background-color: #ffc90e;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
}

.top-notification .icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: text-bottom;
}

.top-notification a {
    font-weight: normal;
    font-size: 10px;
}

.ProRFxLabel {
    font-weight: bold;
}

.sms-number-edit {
    display: inline-block;
    padding-left: 1em;
}

.sms-number-edit.disabled {
    color: gray;
    text-decoration: none;
}

.saved-notice {
    border: 2px solid #ec8e00;
    background-color: #fff;
    color: #ec8e00;
    font-weight: bold;
    font-family: Arial;
    padding: 2px;
    margin: 2px;
}

.saved-notice a {
    text-decoration: none;
    color: #ec8e00;
}

.no-padding {
    padding: 0;
}

.go-btn {
    background-image: url(Images/goButton_Normal.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 19px;
    text-decoration: none;
}

.go-btn:hover {
    background-image: url(Images/goButton_MouseOver.gif);
}

.go-btn.mousedown {
    background-image: url(images/goButton_MouseDown.gif) !important;
}

#divAddRowForm, .add-row-form {
    margin-bottom: 10px;
    border: 0px solid;
}

#divAddRowForm .row, .add-row-form .row {
    overflow: hidden;
    height: 1%;
}

#divAddRowForm .row .label, .add-row-form .row .label {
    border: 0px solid;
    float: left;
    width: 170px;
    text-align: right;
    line-height: 24px;
    padding-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#divAddRowForm .row .label a, .add-row-form .row .label a {
    color: blue;
    font-family: Arial;
}

#divAddRowForm .row .value, .add-row-form .row .value {
    border: 0px solid;
    float: left;
    height: 21px;
    padding: 2px;
    width: 190px;
}

#divAddRowForm .row .value-text, .add-row-form .row .value-text {
    float: left;
    height: 100px;
    padding: 2px;
    width: 190px;
}

#divAddRowForm .row .value-label, .add-row-form .row .value-label {
    float: left;
    line-height: 20px;
    padding: 2px;
    width: 190px;
}

#divAddRowForm .row .comment, .add-row-form .row .comment {
    float: left;
    height: 21px;
    padding: 2px;
    margin-left: 15px;
    color: gray;
    font-size: 11px;
    font-family: Arial;
    line-height: 22px;
}

#divAddRowForm .row .comment b, .add-row-form .row .comment b {
    color: black;
    font-weight: normal;
}

#divAddRowForm .value input, .add-row-form .value input {
    border: 1px solid #444;
    padding: 1px 2px;
    color: black;
    width: 100%;
}

#divAddRowForm .value-text textarea, .add-row-form .value-text textarea {
    border: 1px solid #444;
    padding: 1px 2px;
    color: black;
    height: 95%;
    width: 100%;
    max-width: 190px;
}

#divAddRowForm .value select, .add-row-form .value select {
    border: 1px solid #444; /*padding: 1px 2px;*/
    color: black;
    width: 142px;
}

#divAddRowForm .value .readonly, .add-row-form .value .readonly,
#divAddRowForm .value-text .readonly {
    background-color: #eee;
    border: 1px solid #666;
}

#divAddRowForm .value .required, .add-row-form .value .required,
#divAddRowForm .value-text .readonly {
    border: 1px solid #af0000;
    color: black;
}

.red {
    color: red;
}

.bold {
    font-weight: bold;
}

.red-bold {
    color: red;
    font-weight: bold;
}


/*Fixed menu*/
@media(min-width:576px) {
    .col-sm-menu {
        width: 13.28%;
    }

    .col-sm-menu .ddl-content{
        width:14.2%; 
        min-width:185px;
    }
}

/*@media(min-width:992px){
    ul.topnav li:first-child{
        width:auto !important;
    }
}*/

.div-welcome-ticker-login.hidden-div, .main-navigation.hidden-div {
    content-visibility: hidden;        
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

html {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-width: 320px;
}


select {
    border: 1px solid #A9A9A9;
}
textarea {
    max-height: 150px;
    padding: 2.5px;
    resize: vertical;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
input,
textarea {
    border: 1px solid #A9A9A9;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
    outline: 0;
    border: 1px solid rgb(125, 173, 217);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(125, 173, 217);
    -moz-box-shadow: 0px 0px 5px 0px rgb(125, 173, 217);
    -o-box-shadow: 0px 0px 5px 0px rgb(125, 173, 217);
    -ms-box-shadow: 0px 0px 5px 0px rgb(125, 173, 217);
    box-shadow: 0px 0px 5px 0px rgb(125, 173, 217);
}
input:not(:focus),
textarea:not(:focus) {
    outline: none;
}
input[type=text],
input[type=password],
input[type=email],
select {
    padding: 2.5px;
}
input[type=text][disabled],
select[disabled] {
    background-color: lightgrey;
}
input[type=button],
input[type=submit] {
    background: #fff;
    padding: 5px;
    width: 150px;
}
input[type=button]:hover,
input[type=submit]:hover {
    background: #eee;
    cursor: pointer;
}

select:invalid { color: #999; }

label[for]:hover {
    cursor: pointer;
}

header, footer, hgroup,
nav, section {
    display: block;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}

a {
    color: #006BBE;
    /*font-size: 10px;*/
}
a:hover,
a.info-link:hover {
    color: #f60;
}

hr {
    margin-bottom: 20px;
}

.no-float {
    float: none;
}
.form-control {
    width: 100%;
}

/* taken from bootstrap4 to remove gaps on cols */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
    .no-gutters .col, .no-gutters [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
    }

.btn-placeholder {
    background-size: 100% 100%;
    display: inline-block;
}
.btn-placeholder:hover {
    cursor: pointer;
}
    .btn-placeholder.reset {
        background-image: url(/Images/ResetButton.png);
        height: 28px;
        width: 79px;
    }
    .btn-placeholder.search {
        background-image: url(/Images/SearchButton.png);
        height: 28px;
        width: 100px;
    }

a.info-link {
    color: #a67a1d;
    font-weight: bold;
}
a.info-link::before {
    content: url(/Images/icon_help.gif);
    position: absolute;
    left: -20px;
    top: -2px;
}

.validator-wrapper {
    color: #ec2d35;
    font-size: 10px;
    text-align: left;
}

.alert {
    margin: auto;
    position: relative;
    text-align: center;
    width: 85%;
}
.alert::before {
    background-size: 100% 100%;
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 7px;
    width: 25px;
    height: 25px;
}
.alert.alert-warning::before {
    background-image: url(/Images/AnimatedExclamation24_Normal.gif);
}
    .alert p {
        border: 1px solid #000;
        padding: 10px 40px;
    }

.info-note {
    color: #999;
}

/* header */
.black-heading {
    background-image: url(/Images/k12BuyBlackHeading.jpg);
    background-size: 150% 100%;
    border: 3px solid #fff;
    border-bottom: none;
}
    .black-heading a {
        display: inline-block;
    }
    .black-heading .logo {
        border: none;
        margin-top: 10px;
        max-height: 26px;
        max-width:100%;
    }

/* menu */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #05509e;
    border: 3px solid #fff;
    display: table;
    width: 100%;
    /*height: 100%;*/
    min-height: 1px;
    table-layout: auto;
}
    ul.topnav li {
        display: inline-block;
        float: none !important;
        padding: 0 !important;
        vertical-align: middle;
        min-height: 100%;
        max-height: 100%;
        height: 100%;
    }
    ul.topnav li:first-child {
        display: table-cell;
    }
    @media(max-width:767px){
        ul.topnav li:first-child {
            width: 100%;
        }
    }

        ul.topnav li:first-child a {
            padding: 10px;
            text-align: left;
        }
    ul.topnav li:not(:first-child) {display: none;}

        ul.topnav li a {
            display: table;
            color: #f2f2f2;
            text-align: center;
            padding: 10px 0;
            text-decoration: none;
            font-size: 14px;
            height: 100%;
            width: 100%;
            -webkit-box-shadow: inset 0px 0px 7px 1px rgba(0,0,0,0.75);
            -moz-box-shadow: inset 0px 0px 7px 1px rgba(0,0,0,0.75);
            box-shadow: inset 0px 0px 7px 1px rgba(0,0,0,0.75);
        }
        ul.topnav li:not(:last-child) a {
            border-right: 1px solid #fff;
        }
        /*ul.topnav li:not(.icon) a {
            border: 1px solid #fff;
        }*/
            ul.topnav li a span {
                display: inline-block;
                vertical-align: middle;
            }
            ul.topnav li.icon a span {
                margin: 0 5px;
            }
        
        ul.topnav li > .ddl-content{
            display: none;
        }

        ul.topnav li > .ddl-content > a {
            background-color: white;
            padding: 10px;
            color: #05509e;
            font-size: 12px;
            font-weight: 600;
            box-shadow: none;
        }
        ul.topnav li > .ddl-content > a:hover{
            color: white;
            background-color: #05509e;
        }

        ul.topnav li:hover > .ddl-content {
            border: 1px solid #05509e;
            display: block;
            position: absolute;
            z-index: 100;
        }

        ul.topnav li a:hover,
        ul.topnav li a.active{
            background-color: #678a30;
        }

ul.topnav li.icon {
    float: right;
    display: inline-block;
}
    ul.topnav li.icon a {
        padding: 9px 7px;
    }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
ul.topnav.responsive {position: relative;}
ul.topnav.responsive li.icon {
    height: auto;
    position: absolute;
    right: 1px;
    top: 1px;
}
ul.topnav.responsive li {
    float: none;
    display: inline;
}
ul.topnav.responsive li:not(.icon) a {
    display: block;
    text-align: left;
    padding: 10px;
}

/* Content */
.content {
    background-color: #fff;
    clear: both;
    margin-top: 100px;
    padding: 0px;
}
.content-general main {
    display: block;
    position: relative;
    padding: 20px;
}
.content-general main .content-header {
    font-weight: normal;
    text-decoration: underline;
}
.content-home main {
    background: none;
    border-bottom: 3px solid #fff;
    display: block;
    position: relative;
}
.content-home aside {
    background-color: #DFE9F5;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
}
.content-home main,
.content-home aside {
    display: table;
    float: none;
    padding: 0;
}
.content-home main,
.content-home aside,
.content-home section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .content-home aside section {
        /*background: #DFE9F5;
        border-top: 3px solid #cbdcef;
        font-size: 10px;
        margin-bottom: 5px;*/
        padding: 12.5px 0px 5px;
        position: relative;
        z-index: 10;
    }
    @media(min-width:576px){
        .content-home aside section {
            padding: 7px 15px;
        }
    }
    /*.content-home aside section:not(.network) {
        border-bottom: 1px solid #cbdcef;
    }*/
    /*.content-home aside section::before {
        position: absolute;
        left: 15px;
        top: 13px;
    }*/
    /*.content-home aside section:not(.network)::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        top: 1px;
        left: 0;
        position: absolute;
        border-bottom: 4px solid #fff;
        z-index: -1;
    }*/
        .content-home aside section > div {
            clear: both;
            padding: 0;
        }
        .content-home aside section h6 {
            font-size: 10px;
            font-weight: bold;
            margin: 0 0 10px;
            padding-left: 20px;
        }
        .content-home aside section .btn-placeholder {
            background-size: 100% 110%;
            color: #fff;
            display: block;
            line-height: 10px;
            margin: 10px auto;
            padding: 6px;
            text-align: center;
            min-height: 20px;
            width: 100%;
            max-width: 178px;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            -ms-transition: none;
            transition: none;
        }
        .content-home aside section .btn-placeholder:hover {
            cursor: pointer;
        }
        .content-home aside section .btn-placeholder:active {
            padding: 7px 6px 6px 7px;
        }
        .content-home aside a:hover {
            color: #06f;
        }
.content-home-extra {
    border: 3px solid #fff;
    border-top: none;
    display: table;
    width: 100%;
}
    .content-home-extra .no-float {
        display: table;
    }

.datasheet {
        background: url('Images/PDF.gif') left center no-repeat;
        display: inline-block;
        font-size: 10px;
        padding-left: 20px;
        vertical-align: top;
    }

.signup-menu {
    background-color: #fff;
    color: #999;
    font-size: 13.5px; 
    margin-bottom: -35px;
    padding: 10px;
    text-align: right;
    width: 100%;
    position: relative;
    /*z-index: 100;*/
    z-index: 9;
}

.signup-menu.flexed-full-width-with-wrap-to-left {
    /*width: auto;*/
    margin-left: auto;
    max-width:547px;
}

    .signup-menu .signup-item {
        display: inline-block;
        margin-right: 20px;
    }

    .signup-menu .signup-help-blink {
        text-align: center;
        color: black;
        position: absolute;
        top: 0px;
        right: 210px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width:145px;
    }
    .signup-menu .signup-help-blink.animation {
        animation: blinking 3.5s linear infinite;
    }
    .signup-menu .signup-help-blink.hide {
        visibility: hidden;
    }
    @keyframes blinking {
        20% { opacity: 0.6; }
        40% { opacity: 1; }
        100% {opacity: 1; }
    }

    .signup-menu .signup-help-text {        
        background-color: #fff200;
        padding: 10px;
        border-radius: 13px;
        font-weight: bold;
    }
    .signup-menu .signup-help-text:after {
        content: "";
        border: solid transparent;
        position: absolute;
        left: 100%;
        top: 27%;
        border-left-color: #fff200;
        border-width: 10px;
        margin-top: -10px;
    }

    .signup-menu {
        margin-bottom: -5px !important;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
                justify-content: flex-end;
    }

    @media(max-width: 768px) {
        .signup-menu {
            width: 100%;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack:center;
            -ms-flex-pack:center;
                    justify-content:center;
        }

        .signup-menu.flexed-full-width-with-wrap-to-left {
            width: 100%;
            margin: auto;
            max-width:100%;
        }

        .signup-item, .signup-item-translate {
            margin: 5px !important;
        }

        .signup-menu .signup-help-blink {
            top:8px;
            right: 45%;
        }
    }

    @media(max-width:475px){
        .signup-menu .signup-help-blink {
            top:65px;
            right: 55%;
        }

        .signup-menu .signup-help-text:after {
            display:none;
        }
    }

/* Tabs */
.contractfx-header .tabs {
    position: absolute;
    top: 0px;
    left: 0;
}
    .contractfx-header .tabs .preload {
        display: none;
    }
    .contractfx-header .tabs > div,
    .contractfx-header .tabs > div::before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contractfx-header .tabs .tab-search,
    .contractfx-header .tabs .tab-world,
    .contractfx-header .tabs .tab-cfx,
    .contractfx-header .tabs .tab-ifx,
    .contractfx-header .tabs .tab-smp {
        position: relative;
        display: inline-block;
    }
    .contractfx-header .tabs .tab-world {
        left: 3px;
        background-color: #DFE9F5;
        border: 1px solid #D5D6AD;
        border-bottom: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 70px;
        background-image: url(/Images/worldERPLogo32_Disabled.png);
        background-size: 60% 70%;
        background-position: center 60%;
        background-repeat: no-repeat;
        width: 60px;
        height: 50px;
        z-index: 5;
    }
    .contractfx-header .tabs .tab-world:hover {
        background-color: #fbfdcc;
        background-image: url(/Images/worldERPLogo32_Normal.png);
        cursor: pointer;
    }
    .contractfx-header .tabs .tab-world::before {
        content: normal;
    }

    .contractfx-header .tabs .tab-search {
        left: 2px;
        background-color: #DFE9F5;
        border: 1px solid #D5D6AD;
        border-bottom: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 70px;
        background-image: url(/Images/target_Trans_32_Disabled.png);
        background-size: 60% 70%;
        background-position: center 60%;
        background-repeat: no-repeat;
        width: 60px;
        height: 50px;
        z-index: 5;
    }
    .contractfx-header .tabs .tab-search:hover {
        background-color: #fbfdcc;
        background-image: url(/Images/target_Trans_32_Normal.png);
        cursor: pointer;
    }
    .contractfx-header .tabs .tab-search::before {
        content: normal;
    }

    .contractfx-header .tabs .tab-cfx {
        left: 2px;
        background-color: #DFE9F5;
        border: 1px solid #D5D6AD;
        border-bottom: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 70px;
        background-image: url(/Images/ContractMgmt32_Disabled.png);
        background-size: 60% 70%;
        background-position: center 60%;
        background-repeat: no-repeat;
        width: 60px;
        height: 50px;
        z-index: 5;
    }
    .contractfx-header .tabs .tab-cfx:hover {
        background-color: #fbfdcc;
        background-image: url(/Images/ContractMgmt32_Normal.png);
        cursor: pointer;
    }
    .contractfx-header .tabs .tab-cfx::before {
        content: normal;
    }

    .contractfx-header .tabs .tab-ifx {
        left: 3px;
        background-color: #fbfdcc;
        border: 1px solid #D5D6AD;
        border-bottom: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 70px;
        background-image: url(/Images/iConnectLogoTrans32_Normal.png);
        background-size: 60% 70%;
        background-position: center 60%;
        background-repeat: no-repeat;
        width: 60px;
        height: 51px;
        z-index: 100;
    }
    .contractfx-header .tabs .tab-ifx::before {
        content: normal;
    }

    .contractfx-header .tabs .tab-smp {
        left: 2px;
        background-color: #DFE9F5;
        border: 1px solid #D5D6AD;
        border-bottom: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 70px;
        background-image: url(/Images/SMPLogo32_Disabled.png);
        background-size: 60% 70%;
        background-position: center 60%;
        background-repeat: no-repeat;
        width: 60px;
        height: 50px;
        z-index: 5;
    }
    .contractfx-header .tabs .tab-smp:hover {
        background-color: #fbfdcc;
        background-image: url(/Images/SMPLogo32_Normal.png);
        cursor: pointer;
    }
    .contractfx-header .tabs .tab-smp::before {
        content: normal;
    }

/****************
*   Sections    *
****************/
/* ContractFX Header */
.contractfx-header {
    background-color: #fff;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    /*-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.75);*/
}
.contractfx-header-border {
    background: #fbfdcc;
    border: 1px solid #D5D6AD;
    margin: 50px 3px 3px;
    padding: 15px;
}
.contractfx-header::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}
    .contractfx-header h2 {
        font-size: 20px;
        font-weight: normal;
        margin: 10px 0;
    }
    .contractfx-header h2,
    .contractfx-header .contractfx-info {
        padding: 0;
    }
    .contractfx-header .contractfx-info {
        margin: 10px 35px 0;
    }
        .contractfx-header .contractfx-info p .capital {
            font-size: 20px;
        }

/* Google Translate */
.contractfx-header-translate {
    padding: 10px 30px 5px 30px;
}
.signup-item-translate {
    display: inline-block;
    margin-right: 50px;
}

/* Registration Info */
.reg-info {
    background-color: #fff;
    padding: 15px;
    position: relative;
}
    .reg-info h4 {
        font-size: 15px;
        font-weight: normal;
        margin: 10px 0;
    }

    .reg-info .reg-info-link {
        position: relative;
        top: 5px;
        left: 20px;
        right: auto;
    }

    .reg-info .reg-info-body {
        line-height: 140%;
        margin-top: 10px;
        text-align: justify;
    }

    .reg-info .reg-pros {
        margin: 20px 0;
    }
        .reg-info .reg-pros .reg-pros-item {
            text-align: center;
        }
            .reg-info .reg-pros .reg-pros-item img {
                display: block;
                margin: 0 auto 5px;
            }

    .reg-info ul ul.extra {
        list-style: none;
        padding-left: 20px;
    }
        .reg-info ul ul.extra li::before {
            content: '\2013';
            position: relative;
            left: -5px;
            list-style: none;
        }

    .reg-info .reg-info-note {
        color: #999;
        margin-top: 15px;
    }

/* Login */
.login {
    /*-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.75);*/
    background-size: 100% 100% !important;
    border: 3px solid #fff;
    border-bottom: none;
    display: table;
    float: none;
}
    .login p {
        line-height: 140%;
    }
    .login > div {
        padding: 0;
    }
    .login .login-info {
        margin: 12px 0 0;
    }
    .login .login-avatar {
        background-image: url(/Images/User125H.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        height: 125px;
    }
    .login .login-links {
        margin-left: 0;
        margin-top: 0;
        padding: 0;
    }
    .login .login-links li {
        background: url(/Images/RightArrow.gif) no-repeat 0 3px;
        line-height: 140%;
        margin-bottom: 10px;
        padding: 0 0 0 10px;
        list-style: none;
    }
    .login .login-links.login-links-footer li:last-child {
        float: right;
    }
    /*.login .login-links li.moved {
        background: none;
    }*/
        .login .login-links li a {
            font-weight: bold;
        }
            .login .login-links li a:hover {
                color: #f60;
            }
        
        .login .login-links li p {
            font-size: 10px;
            margin: 0 0 5px;
        }
.login-clients {
    background: #D3DEFE url(/Images/mainbg1.jpg) no-repeat 0 0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eceffe+0,d3defe+100 */
    /*background: #eceffe; /* Old browsers */
    /*background: -moz-linear-gradient(-45deg,  #eceffe 0%, #d3defe 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(-45deg,  #eceffe 0%,#d3defe 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(135deg,  #eceffe 0%,#d3defe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceffe', endColorstr='#d3defe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
    .login-clients h2 {
        color: #006BBE;
    }
    .login-clients .login-links li a {
        color: #006BBE;
    }
.login-vendors {
    background: #DEEFC7 url(/Images/mainbg2.jpg) no-repeat 0 0;
}
    .login-vendors h2 {
        color: #4B8400;
    }
    .login-vendors .login-links li a {
        color: #4B8400;
    }

.login-efx{
        width:100%;
        color:gray;
    }

    /*.login-efx > div > div{
        padding-top:50px;
        padding-bottom:50px;
        margin-top:0px;
        margin-bottom:0px;
    }
    @media(min-width:576px){
        .login-efx > div > div{
            margin-top:50px;
            margin-bottom:50px;
            padding-top:0px;
            padding-bottom:0px;
        }
    }*/


    .login-efx h3{
        color:gray;
        font-size:16px;
        font-weight:normal;
        margin-top:0;
    }

    .login-efx ul{
        padding-left: 25px !important;
        margin-top:8px;
        margin-bottom:9px;
        font-size:13px;
        line-height:18px;
    }
    .login-help{
        padding-left: 25px;
    }
    .sign-button{
        height:34px;
        margin: auto;
        padding: 5px 10px;
        background-color:white;
        border: 1px solid currentColor;
        text-decoration:none;
        cursor:pointer;
    }

    .sign-button span{
        font-family:Arial, Helvetica, sans-serif;
        text-transform:uppercase;
        font-size:14px;
        font-weight:bold;
    }

    .sign-button.blue{
        color:#065fd4;
        border-color:#065fd4;
        margin-top: 39px;
        margin-bottom:10px;
    }

    .sign-button.orange{
        color:#ff7f29;
        border-color:#ff7f29;
        margin-top:20px;
        margin-bottom:10px;
    }

    .sign-button.blue svg path{
        fill:#065fd4;
    }

    .sign-button.orange svg path{
        fill:#ff7f29;
    }

    .vertical-line{
        border-bottom:1px solid gray;
    }

    .datasheet-manual {
        background: url('../../Images/PDF.gif') left center no-repeat;
        display: inline-block;
        padding-left: 20px;
        padding-bottom: 1px;
        align-self: center;
        /*margin: 0 20px;*/
    }

    .blog-manual {
        background: url('../../Images/icon_dialog.png') left center no-repeat;
        background-size: 16px 16px;
        display: inline-block;
        padding-left: 20px;
        padding-bottom: 1px;
        align-self: center;
        /*margin: 0 20px;*/
    }

    .master-sign-img-link{
        margin:-5px -1px;
    }

    @media(min-width:576px){
        .vertical-line{
            border-right:1px solid gray;
            border-bottom:none;
        }
    }

    @media(min-width:768px){
        .login-efx{
            /*width:692px;
            height:291px;*/
            /*width:700px;
            height:308px;*/
        }
    }

/* Lifecycle Management */
.lifecycle {
    text-align: justify;
}
    .lifecycle h3.first-title {
        margin-bottom: 15px;
    }
    .lifecycle ul.first-list {
        padding: 0 0 0 12px;
    }
    .lifecycle .enabled-margin {
        margin-top: 0;
    }
    .lifecycle .no-margin {
        margin-top: 0;
    }
    .lifecycle h3.pros-title {
        margin: 20px 0 0;
    }
    .lifecycle p.pros-info {
        margin-top: 0;
    }

    .lifecycle .contract-image {
        padding: 0;
    }
        .lifecycle .contract-image img {
            display: block;
            margin: auto;
            width: 100%;
            height: auto;
        }
    .lifecycle .contract-features {
        padding: 0;
    }
        .lifecycle .contract-features ul {
            padding-left: 40px;
        }
        .lifecycle .contract-features p {
            margin-bottom: 10px;
        }

    .lifecycle .clc-image {
        padding: 0;
        text-align: center;
    }
        .lifecycle .clc-image img {
            display: block;
            margin: auto;
            width: 100%;
            height: auto;
        }
    .lifecycle .clc-steps {
        padding: 0;
    }
        .lifecycle .clc-steps ol {
            padding-left: 40px;
        }

    .lifecycle .contractfx-image {
        padding: 0;
    }
        .lifecycle .contractfx-image img {
            display: block;
            margin: auto;
            width: auto;
            height: 100%;
        }
    .lifecycle .contractfx-features {
        padding: 0;
    }
        .lifecycle .contractfx-features ul {
            padding-left: 40px;
        }

    .lifecycle .cor-image {
        padding: 0;
    }
        .lifecycle .cor-image img {
            display: block;
            margin: auto;
            width: 100%;
            height: auto;
        }
    .lifecycle .cor-info {
        padding: 0;
    }

/* Client Benefits */
.client {
    text-align: justify;
}
    .client h3 {
        margin: 20px 0;
        text-align: left;
    }
    .client h3.pros-title {
        margin: 20px 0 0;
    }
    .client p.pros-info {
        margin-top: 0;
    }

    .client input[type=text],
    .client input[type=password],
    .client input[type=email],
    .client select {
        padding: 5px;
    }

    .client .dx-control input[type=text],
    .client .dx-control input[type=password],
    .client .dx-control input[type=email],
    .client .dx-control select {
        padding: 3px 0 3px 0;
    }

    .client .no-float {
        display: table-cell;
        vertical-align: top;
    }

    .client .video {
        border: 1.5px solid #ff7f27;
        margin: 0;
        padding: 20px 15px;
    }
        .client .video .watch-video {
            padding-left: 0;
            padding-right: 0;
        }
            .client .video .watch-video .wrapper {
                position: relative;
	            padding-bottom: 56.25%; /* 16:9 */
	            padding-top: 25px;
	            height: 0;
            }
                .client .video .watch-video .wrapper .overlay {
                    background-color: rgba(255,255,255,0.7);
                    display: none;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 100;
                }
                .client .video .watch-video .wrapper .overlay.visible {
                    display: block;
                }
                .client .video .watch-video .wrapper iframe {
	                position: absolute;
	                top: 0;
	                left: 0;
	                width: 100%;
	                height: 100%;
                }
        .client .video .watch-signup {
            margin-top: 15px;
            padding-left: 0;
            padding-right: 0;
        }
            .client .video .watch-signup .form-group {
                display: table;
                margin-bottom: 10px;
                width: 100%;
            }
                .client .video .watch-signup .form-group > label {
                    font-weight: bold;
                    padding-right: 10px !important;
                }
                .client .video .watch-signup .form-group > label,
                .client .video .watch-signup .form-group > div {
                    padding: 0;
                }
                    .client .video .watch-signup .form-group > label span {
                        color: #ec2d35;
                        font-size: 18px;
                    }
                    .client .video .watch-signup .form-group > div input,
                    .client .video .watch-signup .form-group > div select {
                        width: 100%;
                    }
            .client .video .watch-signup input[type=submit] {
                
            }

    .client ul {
        /*margin: 0;*/
    }
    .client ul.padded {
        padding-left: 40px;
    }
    .client ul p {
        position: relative;
        left: -12px;
        margin: 0;
    }
    
    .client .demo .benefits {
        padding: 0;
        text-align: left;
    }
        .client .demo .benefits ol {
            margin-left: 0;
            margin-top: 0;
            padding: 20px 30px 20px 60px;
            list-style-type: none;
        }
            .client .demo .benefits ol li {
                counter-increment: step-counter;
                position: relative;
            }
            .client .demo .benefits ol li:not(:last-child) {
                margin-bottom: 20px;
            }
            .client .demo .benefits ol li::before {
                content: counter(step-counter);
                background-color: #000;
                border-radius: 50px;
                color: #fff;
                font-size: 28px;
                font-weight: bold;
                padding: 15px;
                text-align: center;
                width: 48px;
                position: absolute;
                top: -15px;
                left: -55px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
                .client .demo .benefits ol li span {
                    display: block;
                    margin-top: 5px;
                }

    .client .demo .request-demo {
        border: 1.5px solid #ff7f27;
        padding: 20px 15px;
        text-align: left;
    }
        .client .demo .request-demo h1 {
            font-size: 26px;
            line-height: 100%;
            margin: 0 0 10px;
        }
            .client .demo .request-demo h1 span {
                display: block;
            }
        .client .demo .request-demo .request-demo-info {
            margin: 20px 0;
        }
        .client .demo .request-demo .form-group {
            display: table;
            margin-bottom: 10px;
            width: 100%;
        }
            .client .demo .request-demo .form-group > label {
                font-weight: bold;
                padding-right: 10px !important;
            }
            .client .demo .request-demo .form-group > label,
            .client .demo .request-demo .form-group > div {
                padding: 0;
            }
                .client .demo .request-demo .form-group > label span {
                    color: #ec2d35;
                    font-size: 18px;
                }
                .client .demo .request-demo .form-group > div input,
                .client .demo .request-demo .form-group > div select {
                    width: 100%;
                }
        .client .demo .request-demo .addition {
            clear: both;
            margin-top: 10px;
        }
            .client .demo .request-demo .addition a {
                color: #ff7f27;
                font-size: 12px;
                text-decoration: none;
            }
            .client .demo .request-demo .addition a:hover {
                text-decoration: underline;
            }
        
        .client .demo .request-demo input[type=submit] {
            background-color: #f15922;
            border: none;
            color: #fff;
            font-weight: bold;
            padding: 12px 5px;
            margin-top: 20px;
        }
        .client .demo .request-demo input[type=submit]:hover {
            background-color: #ec2d35;
            cursor: pointer;
        }

/* Vendor Benefits */
.vendor {
    text-align: justify;
}
    .vendor h3 {
        margin: 20px 0;
    }
    .vendor h3.pros-title {
        margin: 20px 0 0;
    }
    .vendor p.pros-info {
        margin-top: 0;
    }
    .vendor .no-float {
        display: block;
    }
    .vendor .list-benefits {
        line-height: 140%;
        margin: auto;
        width: 100%;
    }
        .vendor .list-benefits ul {
            display: inline-block;
            margin-top: 0;
        }
            .vendor .list-benefits ul p {
                position: relative;
                left: -12px;
                margin: 0;
            }
    .vendor .how-to-sell {
        margin: 0 auto;
        text-align: center;
    }
        .vendor .how-to-sell img {
            width: 100%;
            height: auto;
        }

/* FAQ's */
.faq {
    padding-top: 20px;
    text-align: justify;
}
    .faq h3.faq-question {
        margin: 20px 0 0;
    }
    .faq p.faq-answer {
        margin-top: 0;
    }

/* Browser Requirements */
.browser {
    line-height: 140%;
    text-align: justify;
}
    .browser ul {
        font-weight: bold;
        padding-left: 15px;
    }
    .browser ul.dash {
        list-style: none;
        padding-left: 7px;
    }
        .browser ul.dash li::before {
            content: '\2013';
            position: relative;
            left: -5px;
            list-style: none;
        }

/* Are There Any Fees? */
.fees {
    padding: 70px 0 100px;
    text-align: justify;
}
    .fees h2 {
        margin-bottom: 50px;
    }
    .fees .info-note {
        color: inherit;
        margin-top: 30px;
    }

/* Terms & Conditions */
.terms {
    text-align: justify;
}
    .terms h4 {
        font-weight: normal;
    }
    .terms a {
        font-size: 12px;
    }

/* Privacy Policy */
.privacy {
    text-align: justify;
}
    .privacy a {
        font-size: 12px;
    }
    .privacy h4 {
        margin-left: 12px;
    }

/**********************
*   Aside Sections    *
**********************/
/* Aside : Quote */
aside .quote::before {
    content: url(/Images/lightBulb18_Normal.png);
}
    aside .quote p {
        line-height: 140%;
        margin: 3px 0 5px;
        text-indent: 24px;
    }
/* Aside : Price */
aside .price {
    /*text-align: justify;*/
}
aside .price::before {
    content: url(/Images/BestValueDollarSign18_Normal.png);
}
    aside .price p {
        line-height: 140%;
    }
/* Aside : Videos */
aside .videos {
    /*text-align: justify;*/
}
aside .videos::before {
    content: url(/Images/icn-vid.gif);
}
    aside .videos p {
        line-height: 140%;
        margin: 2px 0;
    }
    aside .videos select {
        margin-bottom: 0;
    }

    aside .videos .btn-placeholder.watch {
        background-image: url(/Images/green_btn_blank.png);
    }
    aside .videos .btn-placeholder.watch:active {
        /*background-image: url(../Images/WatchVideoButton_MouseDown.png);*/
    }
/* Aside : Network */
aside .network {
    /*text-align: justify;*/
}
aside .network::before {
    content: url(/Images/worldProcurmentLogo18_Normal.png);
}
    aside .network p {
        line-height: 140%;
    }

/* Links */
.links {
    background-color: #dfe9f5;
    border-top: 2px solid #cbdcef;
    border-bottom: 3px solid #fff;
}
    .links .links-column {
        padding: 0;
    }
        .links .links-column h4 {
            color: #0925a6;
        }
        .links .links-column ul {
            padding: 0 10px;
            margin: 5px 0;
            list-style-type: square;
        }
            .links .links-column li a {
                color: #05509E;
            }
            .links .links-column li a:hover {
                color: #06f;
            }
            .links .links-column li a:visited {
                color: #7153d2;
            }
            .links .links-column li.important a {
                font-weight: bold;
            }
/* New Question Form */
.question {
    background-color: #dfe9f5;
    border-top: 2px solid #cbdcef;
}
    .question .row {
        margin-top: 1.33em;
    }
    .question .question-heading,
    .question .question-info {
        padding: 0;
    }
    .question .question-info {
        text-align: right;
    }
        .question .question-info .info {
            color: #ec2d35;
            font-size: 10px;
            font-style: italic;
        }
    .question h4 {
        color: #0925a6;
        margin: 0;
    }
    .question .question-new {
        clear: both;
        padding: 10px 0;
        text-align: left;
    }
        .question .question-new .field-required {
            margin-bottom: 10px;
            position: relative;
            width: 100%;
        }
        .question .question-new .field-required::before {
            content: '*';
            color: #ec2d35;
            position: absolute;
            left: -7px;
            top: 0;
        }
        .question .question-new input:not([type='submit']),
        .question .question-new textarea {
            width: 100%;
        }
    .question .recaptcha {
        margin-bottom: 10px;
        width: 100%;
    }
    .question input[type=submit] {
        width: 100%;
    }

/* Footer */
footer {
    border: 3px solid #fff;
    border-top: none;
}
.black-footing {
    background-image: url(/Images/Footer_grad.gif);
    background-size: 100% 100%;
    color: #fff;
    display: table;
    font-size: 10px;
    height: 100%;
    width: 100%;
}
    .black-footing .footer-links,
    .black-footing .footer-info {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    .black-footing .footer-info {
        text-align: right;
    }

    .black-footing div.memuitem {
        float: none;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }
    .black-footing div.memuitem.no-mobile {
        display: none;
    }
    .black-footing a:hover {
        color: #fff;
        font-weight: normal;
    }

    .hasJSCountdown {
        border:1px solid #ccc;
        background-color:#eee;
        text-align:right;
        padding: 3px;
        margin-top: 3px;
    }

/********************
*   Media Queries   *
********************/
@media (min-width:1000px) {
    .contractfx-header .tabs {
        position: relative;
        top:0px;
    }
    .contractfx-header .tabs .tab-world {
        border: 1px solid #D5D6AD;
        border-right: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 70px;
        background-size: 30px 25px;
        background-position: 7px center;
        width: 40px;
        height: 55px;
        display: block;
        position: absolute;
        left: -40px;
        bottom: 182px;
    }
    .contractfx-header .tabs .tab-world::before {
        content: '';
        border: 3px solid #fff;
        border-right: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 70px;
        padding: 20px 6px 20px 10px;
        width: 43px;
        height: 60px;
        display: block;
        position: relative;
        left: -3px;
        top: -3px;
    }

    .contractfx-header .tabs .tab-search {
        border: 1px solid #D5D6AD;
        border-right: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 70px;
        background-size: 30px 25px;
        background-position: 7px center;
        width: 40px;
        height: 55px;
        display: block;
        position: absolute;
        left: -40px;
        bottom: 58px;
    }
    .contractfx-header .tabs .tab-search::before {
        content: '';
        border: 3px solid #fff;
        border-right: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 70px;
        padding: 20px 6px 20px 10px;
        width: 43px;
        height: 60px;
        display: block;
        position: relative;
        left: -3px;
        top: -3px;
    }
    
    .contractfx-header .tabs .tab-cfx {
        border: 1px solid #D5D6AD;
        border-right: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 70px;
        background-size: 30px 25px;
        background-position: 7px center;
        width: 40px;
        height: 55px;
        display: block;
        position: absolute;
        left: -40px;
        bottom: -66px;
    }
    .contractfx-header .tabs .tab-cfx::before {
        content: '';
        border: 3px solid #fff;
        border-right: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 70px;
        padding: 20px 6px 20px 10px;
        width: 43px;
        height: 60px;
        display: block;
        position: relative;
        left: -3px;
        top: -3px;
    }

    .contractfx-header .tabs .tab-ifx {
        background-color: #fbfdcc;
        border: 1px solid #D5D6AD;
        border-right: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 70px;
        background-size: 25px 25px;
        background-position: 10.5px center;
        width:45px;
        height: 55px;
        display: block;
        position: absolute;
        left: -40px;
        bottom: 120px;
    }
    .contractfx-header .tabs .tab-ifx::before {
        content: '';
        border: 3px solid #fff;
        border-right: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 70px;
        padding: 20px 6px 20px 10px;
        width: 45px;
        height: 60px;
        display: block;
        position: relative;
        left: -3.5px;
        top: -3px;
    }

    .contractfx-header .tabs .tab-smp {
        border: 1px solid #D5D6AD;
        border-right: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 70px;
        background-size: 30px 25px;
        background-position: 7px center;
        width: 40px;
        height: 55px;
        display: block;
        position: absolute;
        left: -40px;
        bottom: -4px;
    }
    .contractfx-header .tabs .tab-smp::before {
        content: '';
        border: 3px solid #fff;
        border-right: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 70px;
        padding: 20px 6px 20px 10px;
        width: 43px;
        height: 60px;
        display: block;
        position: relative;
        left: -3px;
        top: -3px;
    }
    .contractfx-header-border {
        margin: 0 3px 3px;
    }
}

@media (min-width:768px) {
    div, input, textarea, select, a {
        -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
        -moz-transition: background-color 0.3s, color 0.3s, border 0.3s;
        -o-transition: background-color 0.3s, color 0.3s, border 0.3s;
        -ms-transition: background-color 0.3s, color 0.3s, border 0.3s;
        transition: background-color 0.3s, color 0.3s, border 0.3s;
    }
    html{
        padding: 0 15px;
    }
    body {
        background: #05509E url(/Images/bbg.jpg) repeat-x 0 0;
        margin: 20px auto;
        /*max-width: 85%;
        max-width: 950px;*/
        -webkit-box-shadow: 0px 0px 15px 7px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 15px 7px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 15px 7px rgba(0,0,0,0.75);
    }
    header {
        position: relative;
        z-index: 10;
    }
    .black-heading .logo {
        margin-top: 8px;
        max-height: 34px;
    }
    .black-footing div.memuitem.no-mobile {
        display: inline-block;
    }
    a.info-link::before {
        top: 0;
    }
    .content {
        margin-top: 0;
    }
    .content-home aside {
        border-left: none;
    }
    .content-general main {
        padding: 20px 40px;
    }
    ul.topnav li.no-border a {
        border: none;
    }
    /*ul.topnav li:first-child {
        width: 16.66666667%;
    }*/
    ul.topnav li:first-child a {
        padding: 10px 0;
        text-align: center;
    }
    ul.topnav li:not(:first-child) {display: table-cell;}

    ul.topnav li.icon {
        display: none;
        float: none;
        width: 40px;
    }
        ul.topnav li.icon a {
            padding: 10px 0;
        }
            ul.topnav li a span {
                line-height: 10px;
                margin: 0 5px;
            }

    .contractfx-header h2 {
        margin: 0;
    }

    .reg-info h4 {
        margin: 30px 0 10px;
    }
    .reg-info .reg-info-link {
        position: absolute;
        top: 10px;
        left: auto;
        right: 15px;
    }
    .reg-info .reg-info-body {
        margin-top: 0;
    }

    /*.login {
        display: table-cell;
    }*/
        .login .login-info {
            margin: 12px 0;
            min-height: 50px;
        }
        .login .login-links {
            margin: 12px 0;
        }
            .login .login-links li.with-padding {
                margin-top: 40px;
            }
    .login-vendors {
        border-left: none;
    }

    aside .events .form-group > label,
    aside .events .form-group > div {
        margin-bottom: 5px;
    }
    aside .videos p {
        margin: 10px 0;
    }
    aside .videos select {
        margin-bottom: 5px;
    }

    .content-home-extra .no-float {
        display: table-cell;
        height: 100%;
        vertical-align: top;
    }
    .links {
        border-bottom: none;
    }
    .question .question-new {
        text-align: right;
    }
    .question input[type=submit] {
        width: 150px;
    }
    
    .lifecycle .no-float {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
    .lifecycle .contract-features,
    .lifecycle .contractfx-features,
    .lifecycle .cor-info {
        padding: 15px;
    }
    .lifecycle .contractfx-image img {
        width: 100%;
        height: auto;
    }
    .lifecycle .contract-features ul {
        padding-left: 13px;
    }
    .lifecycle .enabled-margin {
        margin-top: 50px;
    }

    .client ul.padded {
        padding-left: 90px;
    }
    .client .video {
        margin: 0 -15px;
    }
        .client .video .watch-video {
            padding-right: 15px;
        }
        .client .video .watch-signup {
            margin-top: 0;
            padding-left: 15px;
        }
    .client .demo {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 25px;
    }
        .client .demo .benefits {
            padding: 0 15px;
        }
            .client .demo .benefits ol {
                margin-top: 20px;
            }
                .client .demo .benefits ol li:not(:last-child) {
                    margin-bottom: 70px;
                }

    .vendor .no-float {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }
    .vendor .prorfx-features {
        padding-left: 15px;
    }
    .vendor .prorfx-image img {
        width: 100%;
        height: auto;
        max-height: none;
    }
    .vendor .list-benefits {
        width: 75%;
    }
    .vendor .how-to-sell {
        margin: 40px auto;
    }
    .vendor .how-to-sell img {
        width: auto;
        height: 100%;
    }
}
@media (max-width:767px) {
    .black-footing {
        padding: 10px 0;
    }
    .black-footing .footer-links,
    .black-footing .footer-info {
        display: block;
        width: 100% !important;
        text-align: center;
    }

    /* PasswordReset.aspx */
    .reset-form-wrapper {
        width: 100%;
    }
    .reset-form-fields,
    .reset-form-buttons {
        padding: 5px;
    }
    .reset-form-fields,
    .reset-form-fields > tbody,
    .reset-form-fields > tbody > tr,
    .reset-form-fields > tbody > tr > td {
        display: block;
        text-align: left;
        width: 100%;
    }
    .reset-form-buttons > tbody > tr > td {
        padding: 5px;
    }
    .reset-form-fields {
        max-width: 200px;
    }
        .reset-form-fields .SiteLargeInput {
            padding: 3px;
            width: 100%;
            height: auto;
        }
}

@media(max-width:991px){
    .black-footing{
        background-image:none;
        background-color:#000000;
        background: linear-gradient(90deg, rgba(0,0,0,1) 15%, rgba(57,97,148,1) 90%, rgba(65,131,185,1) 100%);
    }
}


@media(min-width:1200px){
    .content-home main {
        /*background: transparent url(../Images/mainbg3.png) repeat-y 0 0;*/
        background-size: 100% 100%;
        display: table-cell;
    }

    .content-home main,
    .content-home aside {
        display: table-cell;
        vertical-align: top;
    }
}
/* END: Mobile Styles */

.black-heading .right {
    float: right;
    padding-right: 10px;
    padding-top: 3px;
    color: white;
}
.black-heading .header-info {
    text-align:right;
}
.black-heading .logo {
    margin-left: 20px;
    margin-top: 8px;
    max-height: 34px;
    max-width:100%;
}
.black-heading .logo-box {
    float: left;
}
.black-heading .right {
    color: white;
}
.black-heading .right a.logout {
    background-image: url(/Images/logOut_18.gif);
    background-repeat: no-repeat;
    vertical-align: top;
    color: white;
    /*display: inline;
    float: right;*/
    padding: 0px 0 2px 25px;
    text-decoration: underline;
}
.black-heading .right a.logout:hover {
    text-decoration: none;
}
.black-heading .time {
    color: White;
    float: right;
    clear: right;
    font-size: 10px;
    line-height: 20px;
    margin: 7px 10px 0px 0px;
}
.flex-header{
    display:flex;
    flex-flow:row-reverse;
    justify-content:space-between;
}
.time-header{margin-top:-23px;}
.Google{float:right;}
/********************
*   Media Queries   *
********************/
@media (max-width:767px) {
    .black-heading img{margin-left:10px!important;}
    .time-header{margin-top:auto;}
    .black-heading .logo-box {
        clear: both;
    }
    /*.content {
        margin-top: 140px !important;
    }*/
    .Google{float:none;}
}

@media (max-width:991px) {
    .black-heading{
        height:70px;
        background-image:none;
        background-color:#000000;
        background: linear-gradient(90deg, rgba(0,0,0,1) 15%, rgba(57,97,148,1) 90%, rgba(65,131,185,1) 100%);
    }
    .black-heading .time-header {
        display: none;
    }
}
