/* ==========================================================================
   Fonts
   ==========================================================================*/
@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller/aller_rg-webfont.eot');
    src: url('../fonts/aller/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller/aller_bd-webfont.eot');
    src: url('../fonts/aller/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller/aller_bd-webfont.woff') format('woff'),
         url('../fonts/aller/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller/aller_lt-webfont.eot');
    src: url('../fonts/aller/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller/aller_lt-webfont.woff') format('woff'),
         url('../fonts/aller/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: lighter;
    font-style: normal;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
    /* apply a natural box layout model to all elements */
    *, *:before, *:after {
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }   
    html {
        font-size: 62.5%;

    }
    body {
        font-size: 14px;
        font-size: 1.4rem;
        font-family: 'allerregular', arial, helvetica;
        color: #999;
    }
    .wrapper-outer {
        width: 100%;
        min-width: 1020px;
    }
    .wrapper-inner {
        width: 1000px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }
    .column-2 {
        width: 50%;
        float: left;
    }
    .column-3 {
        width: 33%;
        float: left;
    }
    
/* === Links === */
    a {
        color: #3366cc;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

/* === Headers === */
    h1, h2, h3, h4, h5, h6 {
        clear: both;
        color: #3366cc;
        line-height: 1;
    }
    h1, h2, h3 {
        text-transform: uppercase;
    }
    h1 { 
        font-size: 60px;
        font-size: 6rem;
        margin: 20px auto;
        margin: 2rem auto;
        color: #999;
    }
    h2 {
    }
    h3 {
        font-size: 26px;
        font-size: 2.6rem;
    }
    h4 {
        font-size: 18px;
        font-size: 1.8rem;
        color: #666;
    }
    p, pre {
        margin: 0.8em 0;
    }
/**
 * Menus
 * --------------------------------------------------------------------------- */

/* ====== General Menu ====== */

    .menu {
        overflow: hidden;
    }
    ul.menu  {
        margin: 0;
        padding: 0;
        font-size: 100%;
    }
    .menu li {
        margin: 0;
        margin-right: 2%;
        list-style: none;
        zoom: 1;
        display: inline;
        display: inline-block;
    }
/* ====== Main Menu ====== */
    #main-menu {
        float: left;
        width: 530px;
        min-width: 530px;
        margin-left: 40px;
        margin-top: 22px;
        line-height: 7;
        font-family: 'allerregular', arial, helvetica;
        font-weight: lighter;
        text-transform: uppercase;
    }
    #main-menu a {
        text-decoration: none;
        color: #666;
    }
    #main-menu a:hover {
        color: #3366cc;
    }
    a.item_lock {
        background-image: url(../img/icon-locked.png);
        background-repeat: no-repeat;
        background-position: center right;
        margin-right: 12px;
    }
    a.item_unlock {
        background-image: url(../img/icon-unlocked.png);
        background-repeat: no-repeat;
        background-position: center right;
        margin-right: 12px;
        padding-right: 28px;
    }
/* ====== Utility Menus ====== */
    #header-utilities {
        float: right;
        width: 330px;
        min-height: 32px;
    }
    #header-utilities .menu {
        margin: 0 auto 10px;
    }
/* ====== Utility Menu: Language ====== */
    ul#languages-menu {
        float: left;
        width: 35%;
    }
/* ====== Utility Menu: Account/Help ====== */
    ul#utilities-menu {
        float: right;
        width: 55%;
        text-align: right;
    }
    ul#utilities-menu li:last-child a {     
        border-right: none;
    }
    #utilities-menu a {
        text-decoration: none;
        color: #666;
        font-size: 1.2rem;
        padding-right: 5px;
        padding-right: .5rem;
        border-right: 1px solid #666;
    }
    #utilities-menu a:hover {
        color: #3366cc;
    }
/* ====== Utility Menu: Social ====== */
    ul#social-menu {
        clear: both;
        text-align: right;
        width: 100%;
    }
    ul#social-menu li {
        margin-right: 0;
    }

/* ====== More Menu Styles ====== */
    .hanging-menu, ul.hanging-menu {
        color: #666;
        background: #ccc;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    ul.hanging-menu a {
        text-decoration: none;
        color: #666;
    }
/* ====== Drop Down Menu Styles ====== */
    nav ul ul {
        display: none;
    }

        nav ul li:hover > ul {
            display: block;
        }
    
    nav ul {
        padding: 0px;
        list-style: none;
        position: relative;
        display: inline-table;
        margin: 0;
        z-index: 2000;
    }
        nav ul:after {
            content: ""; clear: both; display: block;
        }

        nav ul li {
            float: left;
            line-height:  normal;
            margin-right: 5%;
        }
            nav ul li:hover {

            }
                nav ul li:hover a {

                }

            nav ul li a {
                display: block;
                padding: 10px 0;
                text-decoration: none;
            }


        nav ul ul {
            padding: 0;
            position: absolute;
            top: 100%;
            background-color: #fff;
            border-bottom: 6px solid #999;
        }
            nav ul ul li {
                float: none; 
                position: relative;
                margin-right: 0;
            }
                nav ul ul li a {
                    padding: 10px 20px;

                }   
                    nav ul ul li a:hover {

                    }

        nav ul ul ul {
            position: absolute; left: 100%; top:0;
        }
/* ====== Column Menu Styles ====== */      
        
        .column-menu li {
            list-style: none;
            font-size: 18px;
            font-size: 1.8rem;
            margin: 15px 0;
            margin: 1.5rem 0;
        }
        .column-menu li a {
            position: relative;
            color: #666;
        }
        .column-menu li a:hover {
            text-decoration: none;
        }
        .column-menu li a:hover:before {
            content: "";
            width:15px;
            height:15px;
            background: #009345;
            display: block;
            float: left;
            margin-right: 8px;
            margin-top: 5px;
            margin-top: .5rem;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            position: absolute;
            left: -20px;
        }
/* END: Menus */

/**
 * Section Styles
 * --------------------------------------------------------------------------- */

/* ====== Header ====== */
    #header {
        height: 100px;
    }
    #header:before {
        background: url(../images/bkg-deep-topstroke-trans.png) left top repeat-x;
        content: "";
        height: 7px;
        width: 100%;
        min-width: 1020px;
        position: absolute;
        z-index: 250;
        top: 100px;
    }
    #header .wrapper-inner {
        overflow: visible;
        padding-top: 8px;
        padding-bottom: 15px;
    }
    #logo {
        float: left;
    }
/* ====== Main Content ====== */
    #main-content {
        padding-top: 20px;
        padding-top: 2rem;
        padding-bottom: 15px;
        padding-bottom: 1.5rem;
    }
    #main-content .wrapper-inner {
        padding: 0 25px;
    }
    #main-content .column-menu {
        margin: 60px 0;
        margin: 6rem 0;
    }
/* ====== Carousel ====== */
    #hero-banner {
        background: url(../img/pattern-grid-gray.gif) left top repeat;
    }
    
    #hero-banner .wrapper-inner {
        overflow: visible;
    }
    #hero-banner li {
        padding-left: 20px;
        /*min-width: 98%;*/
        min-width: 1000px;
        min-height: 350px;
        /*padding-right: 50px;*/
    }
    #hero-banner h2 {
        font-size: 60px;
        font-size: 6rem;
        line-height: 60px;
        line-height: 6rem;
    }
    #slide1, #slide2 {
        background: url(../img/logomark-abstract-large.png) right top no-repeat;
    }
    #slide1 h2, #slide1 p, #slide2 h2, #slide2 p {
        width: 45%;
        margin-bottom: 10px;
        margin-bottom: 1rem;
    }
    #slide1 h2 {
        text-align:justify;
    }

/* ====== Core Services Menu ====== */
    #menu-services ul.hanging-menu {
    
    }
    #menu-services li {
        width: 25%;
        margin: 0;
        text-align: center;
        border-right: 1px solid #fff;
        
    }
    #menu-services li:hover {
        background: #ddd;
    }
    #menu-services li:last-child {
        border-right: none;
    }
    #menu-services a {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-top: 2rem;
        padding-bottom: 20px;
        padding-bottom: 2rem;
    }
    
/* ====== Organizations ====== */
    #organizations {
        text-align: center;
        margin: 40px auto;
        margin: 4rem auto;
    }
    
/* ====== F.A.I.R. ====== */
    #content-fair {
        text-align: center;
        margin: 40px auto;
        margin: 4rem auto;
    }
    #content-fair h3 {
        margin: 3px auto;
        margin: .25rem auto;
    }
    #content-fair p {
        font-size: 18px;
        font-size: 1.8rem;
        margin: 5px auto;
        margin: .5rem auto;
    }
/* ====== Core Services ====== */
    #core-services {
        background: url(../img/bkg-deep-topstroke.png) left top repeat-x;
        margin-bottom: 100px;
        margin-bottom: 10rem;
    }
    #core-services .wrapper-inner {
        padding-left: 20px;
        padding-right: 20px;
        width: 980px;
    }
    #core-services h4 {
        text-align: center;
    }
    #core-services ul {
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #core-services li {
        width: 32.5%;
        margin: 10px auto;
        margin: 1rem auto;
        float: left;
    }
    #core-services li a {
        color: #999;
        text-decoration: underline;
    }
    #core-services li a:hover {
        color: #3366cc;
    }
/* ====== Footer ====== */
    #footer-address {
        text-align: center;
    }
    #footer {
        border-top: 1px solid #ccc;
        text-align: center;
    }
    #footer .menu {
        font-size: 12px;
        font-size: 1.2rem;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #footer .menu li {
        margin-right: 2px;
        padding-right: 6px;
        border-right: 1px solid #999;
    }
    #footer .menu li:last-child {
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
    }
    #footer .menu li a:hover {
        color: #fff;
    }
    .tagline {
        color: #3366cc;
        font-family: 'allerregular', arial, helvetica;
        font-weight: lighter;
    }

/* ====== Forms ====== */

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -webkit-appearance: none;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    display: block;
    height: 3.5rem;
    width: 100%;
    margin:0 0 3px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
input[type="checkbox"], input[type="radio"] {
    margin-left: .75rem;
    margin-right: .25rem;
}
input[type="checkbox"]:first-child, input[type="radio"]:first-child {
    margin-left: 0rem;
}
input[type="submit"] {
    float: right;
}
input[type="password"] {
    
}
select {
    display: block;
    height: 3.5rem;
}
textarea {
    min-height: 10rem;
}
.form-group {
    margin-bottom: 15px;
    clear: both;
}
.form-group.half {
    
}
.form-group.half div {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.form-group.half div:nth-child(2n) {
    margin-right: 0;
}
.form-group.half div
label { 
    cursor: pointer;    
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}
.help-label {
    float: right;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}
.form-control::-webkit-input-placeholder {
   text-transform:uppercase;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   text-transform:uppercase;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   text-transform:uppercase;
}

.form-control:-ms-input-placeholder {  
   text-transform:uppercase;
}

/*This is only in here for example; so you can see how the forms react to narrower constraints.*/
#narrow-example {
    width: 500px;
}
#narrow-example {
    width: 60%;
}
/* ====== Alerts ====== */

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.11111rem;
    position: relative;
    padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
    
    background-color: #008cba;
    border-color: #007ba0;
    color: white;
}
.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f;
}
.alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: white;
}
.alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: white;
}
.alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ==========================================================================
   Plugin styles
   ========================================================================== */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 */
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    padding-bottom: 30px;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

ul.bxslider {
    padding-left: 0;
    margin-top: 0;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    left: 0;
    
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 200;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 0px;
    padding-bottom: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #999;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/bx_controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/bx_controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/bx_controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/bx_controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

#table1 {
    text-align: center;
    width :100%
}

tr#cell1{

font-weight:900;
font-size:120%
}
.form-group label{
        color: #3366cc;
font-size:80%}
.group{
color: black;   
font-size:120%
}

table { table-layout: fixed; }

.top-bar .links {
    position:relative;
    right:0px;
    margin:5px 0;
}
#request-board .center-text{
    text-align:center;
}
#request-board th, #request-board td{
    text-align:left;
    padding:0 5px;
} 

.message {
    color:green;
}
.cancel-btn {
    float:right;
}

#cancel_request-btn {
    float:left;
    margin-right: 10px;
}

.submit {
    width:10%;
    display:inline-block;
    line-height: 1.42857143;
    height:35px;
}
.route {
    width:90% !important;
    display:inline-block !important;
}
select {
    color:#999;
}
select option:disabled {
    text-transform:uppercase;
    display:none;
}
#gross_weight {
    width:480px;
    display:inline-block;
}
#gross_weight_units, #dimension_units {
    width:156px;
    display:inline-block;
}
#alternate_delivery, #preferred_delivery {
    width:480px;
    display:inline-block;
}
#alernate_delivery_time, #preferred_delivery_time {
    width:156px;
    display:inline-block;
}
#ready_pickup_date {
    width:480px;
    display:inline-block;
}
#ready_pickup_time {
    width:156px;
    display:inline-block;
}
.error {
    color:red;
}
select.form-control {
    margin: 0 0 3px 0;
}

#dimensions, #length_dimension, #width_dimension, #height_dimension {
    display:inline-block;
    width:60px;
}
#quantity_type {
    display:inline-block;
    width:auto;
}

#cost_center1, #cost_center2, #cost_center3, #cost_center4, #cost_center5, #cost_center6 {
    display: inline-block;
    padding: 6px 12px !important;
    width: 80px;
}

.ui-spinner-input {
    display: block;
    padding: 6px 12px !important;
    border: none;
}

.row {
    height: 40px;
    padding: 6px 12px;
}

.row > input.pkgsize {
    float: left;
    width: 50px;
    padding:  6px 12px;
}

.row > label {
 float: left;
position: relative;
top:  10px;
padding-left: 5px;
}

.align-left {
    text-align: left;
}

#awardError {
	color: red;
    font-size: 1.25em;
    font-weight: bold;
}