/* Minification failed. Returning unminified contents.
(687,10895): run-time error CSS1024: Expected media identifier, found 'not('
(687,10991): run-time error CSS1019: Unexpected token, found '}'
 */
/*------------------------------------------------------------------

[Layout Stylesheet]

	Project:		Base Admin
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)

[Table of contents]

	1. Global
	2. Navbar / .navbar
	3. Subnavbar / .subnavbar
	4. Main / .main
	5. Footer / .footer
	6. Widget / .widget
	7. Error / .error-container
	8. Miscellaneous

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Global]
*/

body {
    background: #E9E9E9 url(/content/images/body-bg.png) repeat 0 0;
    font: 13px/1.7em 'Open Sans';
}

p {
    font: 13px/1.7em 'Open Sans';
}

input,
button,
select,
textarea {
    font-family: 'Open Sans';
}

.dropdown .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-icon-only {
    padding-right: 3px;
    padding-left: 3px;
}

.table td {
    vertical-align: middle;
}

.table-bordered th {
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
    background: linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
    font-size: 10px;
    color: #444;
    text-transform: uppercase;
}

.td-actions-r {
    width: 80px;
    text-align: right !important;
}

/*------------------------------------------------------------------
[2. Navbar / .navbar]
*/

.navbar .container {
    position: relative;
}

.navbar-inner {
    padding: 7px 0;
    background: #292929;
    border-bottom: 1px solid #121212;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar-fixed-top {
    position: static;
}

.navbar .nav a {
    font-size: 11px;
}

.navbar .brand {
    font-weight: 600;
    position: relative;
    top: 2px;
}

.navbar .search-query {
    background-color: #444;
    width: 150px;
    font-size: 11px;
    font-weight: bold;
}

    .navbar .search-query::-webkit-input-placeholder {
        color: #666;
    }

    .navbar .search-query:-moz-placeholder {
        color: #666;
    }

/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/

.subnavbar {
    margin-bottom: 2.5em;
    border-top: 1px solid #595959;
}

.subnavbar-inner {
    height: 80px;
    background: #3A3A3A;
    background-image: -moz-linear-gradient(top, #414141, #323232);
    background-image: -ms-linear-gradient(top, #414141, #323232);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#323232));
    background-image: -webkit-linear-gradient(top, #414141, #323232);
    background-image: -o-linear-gradient(top, #414141, #323232);
    background-image: linear-gradient(top, #414141, #323232);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#323232', GradientType=0);
    border-bottom: 1px solid #000;
}

.subnavbar .container > ul {
    display: inline-block;
    height: 80px;
    padding: 0;
    margin: 0;
    border-left: 1px solid #292929;
    border-right: 1px solid #4A4A4A;
}

    .subnavbar .container > ul > li {
        float: left;
        min-width: 90px;
        height: 80px;
        padding: 0;
        margin: 0;
        text-align: center;
        list-style: none;
        border-left: 1px solid #4A4A4A;
        border-right: 1px solid #292929;
    }

        .subnavbar .container > ul > li > a {
            display: block;
            height: 100%;
            padding: 0 14px;
            font-size: 12px;
            font-weight: bold;
            color: #afaeae;
            text-shadow: 1px 1px 1px rgba(0,0,0,.2);
        }

            .subnavbar .container > ul > li > a:hover {
                color: #888;
                text-decoration: none;
            }

            .subnavbar .container > ul > li > a > i {
                display: inline-block;
                width: 24px;
                height: 24px;
                margin-top: 17px;
                margin-bottom: .25em;
                font-size: 28px;
            }

            .subnavbar .container > ul > li > a > span {
                display: block;
            }

        .subnavbar .container > ul > li.active > a {
            background: #333;
            color: #F90;
        }

.subnavbar .dropdown .dropdown-menu a {
    font-size: 12px;
}

.subnavbar .dropdown .dropdown-menu {
    text-align: left;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.subnavbar .dropdown-menu::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.subnavbar .dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}

.subnavbar .caret {
    margin-top: 4px;
    border-top-color: white;
    border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
    display: none;
}

/*------------------------------------------------------------------
[4. Main / .main]
*/

.main {
    padding-bottom: 2em;
    border-bottom: 1px solid #000;
}

/*------------------------------------------------------------------
[5. Extra / .extra]
*/

.extra {
    border-top: 1px solid #585858;
    border-bottom: 1px solid #000;
}

.extra-inner {
    padding: 20px 0;
    font-size: 11px;
    color: #BBB;
    background: #1A1A1A;
}

.extra a {
    color: #666;
}

.extra h4 {
    margin-bottom: 1em;
    font-weight: 400;
}

.extra ul {
    padding: 0;
    margin: 0;
}

.extra li {
    margin-bottom: .6em;
    list-style: none;
}

/*------------------------------------------------------------------
[6. Footer/ .footer]
*/

.footer {
    margin-top: 0;
    border-top: 1px solid #292929;
}

.footer-inner {
    padding: 15px 0;
    font-size: 12px;
    background: #111;
    color: #999;
}

.footer a {
    color: #999;
}

    .footer a:hover {
        color: #FFF;
        text-decoration: none;
    }

/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 2em;
    overflow: hidden;
}

.widget-header {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
    background: linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
    border: 1px solid #D5D5D5;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-background-clip: padding-box;
}

    .widget-header h3 {
        position: relative;
        top: 2px;
        left: 10px;
        display: inline-block;
        margin-right: 3em;
        font-size: 14px;
        font-weight: 800;
        color: #555;
        line-height: 18px;
        text-shadow: 1px 1px 2px rgba(255,255,255,.5);
    }

    .widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
        display: inline-block;
        margin-left: 13px;
        margin-right: -2px;
        font-size: 16px;
        color: #555;
        vertical-align: middle;
    }

.widget-content {
    padding: 20px 15px 15px;
    background: #FFF;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-header + .widget-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget-nopad .widget-content {
    padding: 0;
}

/* Widget Content Clearfix */
.widget-content:before,
.widget-content:after {
    content: "";
    display: table;
}

.widget-content:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom: 1;
}

/* Widget Table */

.widget-table .widget-content {
    padding: 0;
}

.widget-table .table {
    margin-bottom: 0;
    border: none;
}

    .widget-table .table tr td:first-child {
        border-left: none;
    }

    .widget-table .table tr th:first-child {
        border-left: none;
    }

/* Widget Plain */

.widget-plain {
    background: transparent;
    border: none;
}

    .widget-plain .widget-content {
        padding: 0;
        background: transparent;
        border: none;
    }

/* Widget Box */

.widget-box {
}

    .widget-box .widget-content {
        background: #E3E3E3;
        background: #FFF;
    }

/*------------------------------------------------------------------
[7. Error / .error-container]
*/

.error-container {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center;
}

    .error-container h1 {
        margin-bottom: .5em;
        font-size: 120px;
        line-height: 1em;
    }

    .error-container h2 {
        margin-bottom: .75em;
        font-size: 28px;
    }

    .error-container .error-details {
        margin-bottom: 1.5em;
        font-size: 16px;
    }

    .error-container .error-actions a {
        margin: 0 .5em;
    }

/*------------------------------------------------------------------
[8. Miscellaneous]
*/

.chart-holder {
    width: 100%;
    height: 250px;
}

.createNew, .createNewPartial {
    background-color: #0074CC;
    background-image: -moz-linear-gradient(center top, #0088CC, #0055CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

    .createNew:hover, .createNewPartial:hover {
        background-color: #0055CC;
        color: #FFFFFF;
        text-decoration: none;
    }

.otherActions {
    padding-left: 20px;
}

/*------------------------------------------------------------------

[Responsive Stylesheet]

	Project:		Base Admin Responsive
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)

[Table of contents]

	1. Max Width: 767px
	2. Max Width: 1200px
	3. Max Width: 979px

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Max Width: 480px]
*/

@media (max-width: 480px) {
    .error-container h1 {
        font-size: 72px;
    }
}

/*------------------------------------------------------------------
[1. Max Width: 767px]
*/

@media (max-width: 767px) {
    #main {
        padding: 0 10px;
        margin-right: -20px;
        margin-left: -20px;
    }

    .subnavbar {
        margin-left: -20px;
        margin-right: -20px;
    }

    .subnavbar-inner {
        height: auto;
    }

    .subnavbar .container > ul {
        width: 100%;
        height: auto;
        border: none;
    }

        .subnavbar .container > ul > li {
            width: 33%;
            height: 70px;
            margin-bottom: 0;
            border: none;
        }

            .subnavbar .container > ul > li.active > a {
                font-size: 11px;
                background: transparent;
            }

            .subnavbar .container > ul > li > a > i {
                display: inline-block;
                margin-bottom: 0;
                font-size: 20px;
            }

    .subnavbar-open-right .dropdown-menu {
        left: auto;
        right: 0;
    }

        .subnavbar-open-right .dropdown-menu:before {
            left: auto;
            right: 12px;
        }

        .subnavbar-open-right .dropdown-menu:after {
            left: auto;
            right: 13px;
        }

    .extra {
        margin-right: -20px;
        margin-left: -20px;
    }

        .extra .container {
            padding: 0 20px;
        }

    .footer {
        margin-right: -20px;
        margin-left: -20px;
    }

        .footer .container {
            padding: 0 20px;
        }

        .footer .footer-terms {
            text-align: left;
        }

            .footer .footer-terms a {
                margin-left: 0;
                margin-right: 1em;
            }
}

/*------------------------------------------------------------------
[3. Max Width: 979px]
*/

@media (max-width: 979px) {
    .navbar-fixed-top {
        position: static;
        margin-bottom: 0;
    }

    .subnavbar {
    }

        .subnavbar .container {
            width: auto;
        }
}

/*------------------------------------------------------------------
[2. Max Width: 1200px]
*/

@media (min-width: 1200px) {
    .navbar .search-query {
        width: 200px;
    }
}

@media (max-width: 1200px) {
    .subnavbar .container > ul > li > a {
        padding: 0;
    }

    .subnavbar .container > ul > li {
        min-width: 75px;
    }

    .subnavbar .container > ul {
        display: flex;
    }
}

.form-actions{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;}.table th.td-actions,.table td.td-actions{min-width:100px;text-align:center;}.form-horizontal{margin-bottom:0;}.widget-header .btn [class^="icon-"],.widget-header .btn [class*=" icon-"]{margin-left:3px;color:#fff;}.widget-header .widget-header-contols{vertical-align:middle;float:right;text-align:center;margin-right:10px;}.widget-header .widget-header-contols .btn{font-size:13px;line-height:18px;text-align:center;cursor:pointer;}.widget-header .widget-header-contols .kbdialog .btn-icon-only,.widget-header .widget-header-contols .btn .btn-icon-only{font-family:FontAwesome;text-align:center;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit;color:#fff;}.widget-header .widget-header-contols .btn .btn-icon-only{padding:0;}.widget-header .kbdialog [class^="icon-"],.widget-header .kbdialog [class*=" icon-"]{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25);margin-left:0;}.widget-partial-header{position:relative;height:40px;line-height:40px;background:#e9e9e9;background:-moz-linear-gradient(top,#fafafa 0%,#e9e9e9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fafafa),color-stop(100%,#e9e9e9));background:-webkit-linear-gradient(top,#fafafa 0%,#e9e9e9 100%);background:-o-linear-gradient(top,#fafafa 0%,#e9e9e9 100%);background:-ms-linear-gradient(top,#fafafa 0%,#e9e9e9 100%);background:linear-gradient(top,#fafafa 0%,#e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#E9E9E9');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";border:1px solid #d5d5d5;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px;-webkit-background-clip:padding-box;}.widget-partial-header [class^="icon-"],.widget-partial-header [class*=" icon-"]{display:inline-block;margin-left:13px;margin-right:-2px;font-size:16px;color:#555;vertical-align:middle;}.widget-partial-header .widget-partial-header-contols{height:24px;width:20px;float:right;text-align:center;}.widget-partial-header .widget-partial-header-contols:hover{color:#d5d5d5;cursor:pointer;}.widget-partial-header .widget-partial-header-contols [class^="icon-"],.widget-partial-header .widget-partial-header-contols [class*=" icon-"]{margin-left:0;margin-right:13px;}.widget-partial-header h3{position:relative;top:2px;left:10px;display:inline-block;margin-right:3em;font-size:14px;font-weight:800;color:#555;line-height:18px;text-shadow:1px 1px 2px rgba(255,255,255,.5);}.widget-box .widget-partial-content{display:none;padding:20px 15px 15px;background:#fff;border:1px solid #d5d5d5;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.widget-partial-header+.widget-partial-content{border-top:none;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;border-top-left-radius:0;border-top-right-radius:0;}.widget-partial-content{padding:0;}.widget-content .widget-content-headings{margin:0 0 15px 0;padding-bottom:10px;border-bottom:solid 1px #e9e9e9;}.widget-partial-content:before,.widget-partial-content:after{content:"";display:table;}.widget-partial-content:after{clear:both;}.widget-partial-content{zoom:1;}.widget-partial-content{padding:0;}.widget-partial-content{padding:0;background:transparent;border:none;}.widget-box .widget-partial-content{background:#e3e3e3;background:#fff;}.formError{font-size:12px;color:#b30c0c;}.field-validation-valid{color:#000;}.field-validation-error{color:#f00;}.widget-header h3 span{display:inline-block;margin-left:20px;}.inner_block{padding:7px;margin-bottom:20px;background-color:#fff;border:1px solid #eee;border:1px solid rgba(0,0,0,.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);}.inner_block .inner_block_header{height:25px;padding-top:5px;margin-bottom:10px;background-color:#f5f5f5;border:1px solid #eee;border:1px solid rgba(0,0,0,.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);}.inner_block .inner_block_header i{margin-left:10px;}.inner_block .inner_block_header h4{display:inline-block;}.inner_block .inner_block_header .inner_block_header-contols{display:inline-block;float:right;margin-right:10px;}.inner_block .inner_block_header .inner_block_header-contols:hover{color:#d5d5d5;cursor:pointer;}.inner_block .inner_block_body{display:none;}.icon-kb-forklift{background-image:url(/content/images/forklift_white.png);background-repeat:no-repeat;background-position:center;background-size:16px;width:16px;height:16px;padding:0;margin:0;}.icon-kb-truck{background-image:url(/content/images/truck_white.png);background-repeat:no-repeat;background-position:center;background-size:16px;width:16px;height:16px;padding:0;margin:0;}.header_rotate{-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.083);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";}#buttons{padding-top:10px;}.breadcrumbdivider{display:inline-block;}.breadcrumbdivider :after{display:inline-block;position:relative;padding-left:10px;padding-right:10px;font-size:1.3em;content:"〉〉";color:#08c;}.breadcrumb{padding:0;}.breadcrumb .nav,.breadcrumb .breadcrumb .nav-pills{margin-bottom:0;padding:0;}.nav>li>a{display:inline-block;}.nav>li>a:hover,.nav .nav>li>a:focus{text-decoration:none;background-color:#08c;color:#fff;}.titleEditButton{float:right;padding-right:10px;}.validation-summary{display:none;}.validation-summary-errors{display:block;color:#b94a48;background-color:#f2dede;border-color:#eed3d7;}.headingsGeneral{margin-bottom:5px;font-weight:bold;}i.icon-info-sign.breadtooltip{margin-top:-15px;margin-bottom:-15px;font-size:15px;display:inline;color:#a9a9a9;}.titleEditButton [class^="icon-"],.titleEditButton [class*=" icon-"]{color:#fff;}.statusContainer{position:fixed;right:0;bottom:50px;width:200px;z-index:1000;}.statusMessage{position:relative;display:inline-block;float:right;padding:15px 10px;margin:10px 20px;width:200px;background-color:#49afcd;color:#fff;font-size:14px;text-align:center;}.addresslist{padding:10px;margin-bottom:10px 15px 15px 15px;line-height:30px;color:inherit;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.PartialClosed{border:1px solid #d5d5d5;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;margin-bottom:15px;}.PartialHeader{border-bottom:1px solid #d5d5d5;background-color:#eee;padding-left:10px;padding-right:5px;height:25px;line-height:25px;position:relative;}.PartialHeader .PartialScreenContols{height:24px;width:20px;float:right;text-align:center;}.PartialHeader .PartialScreenContols:hover{color:#d5d5d5;cursor:pointer;}.PartialHeader h3{position:relative;top:2px;left:10px;display:inline-block;margin-right:3em;font-size:14px;font-weight:800;color:#555;line-height:18px;text-shadow:1px 1px 2px rgba(255,255,255,.5);}.PartialBody{padding:10px;display:none;}.HiddenPartialShow{display:block;}.HiddenPartial{display:none;}.HiddenPartialHeader{border-bottom:1px solid #d5d5d5;background-color:#eee;padding-left:10px;padding-right:5px;height:25px;line-height:25px;position:relative;}.HiddenPartialHeader h3{position:relative;top:2px;left:10px;display:inline-block;margin-right:3em;font-size:14px;font-weight:800;color:#555;line-height:18px;text-shadow:1px 1px 2px rgba(255,255,255,.5);}.HiddenPartialBody>#pw-ajax-form{margin-top:10px;}.without-widget{background-color:#fff;padding:20px 20px 10px 20px;margin:10px 0;border:1px solid #d5d5d5;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.without-widget #pw-ajax-form-no-widget{margin-top:10px;background-color:#fff;}.HiddenPartialBody .ErrorMessage{font-weight:bold;color:#f00;margin:10px 0;}.input-numeric,.input-currency,.input-currency-pa{width:70px;text-align:right;}.input-perc,.input-perc-pa{width:40px;text-align:right;}.input-integer{width:20px;padding-left:4px !important;}.currentfilter,a.currentfilter:visited,a.currentfilter:active,a.currentfilter:hover{font-weight:bold;color:#f00;text-decoration:none;}.ModalWindowDisplayMeOnTopPlease{z-index:100000;}.addSpacingBtn{margin-bottom:3px;}.addSpacingInput{margin-top:-3px;}.addSpacingFirstBtn{margin-left:-3px;margin-bottom:3px;}.table_container_outer{text-align:center;}.table_container_inner{margin:20px 25px 10px 25px;text-align:left;overflow:auto;}.table_container_inner_no_width{margin:5px 15px;text-align:left;}.labelNoSpace{float:left;text-align:left;padding-top:5px;padding-right:10px;}.dialogTable{margin-left:0;}.ui-dialog-content .dialogTable{min-height:400px;width:470px;}.dataTableLoading{position:absolute;z-index:15;top:50%;left:50%;}.addresslist{padding:10px;margin-bottom:10px 15px 15px 15px;line-height:30px;color:inherit;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.stock_search{float:left;margin:0;padding:0;margin-left:0 !important;}.stock_search .stock_search_span{float:left;min-height:1px;}.stock_search .stock_search_span:first-of-type{display:block;float:none;}.stock_search input[type="radio"]{margin-top:-1px;vertical-align:middle;}.stock_search .span4{margin-left:0 !important;min-height:45px !important;}.stock_search .controls{margin-bottom:5px;}.datatable-scroll{overflow-x:auto;overflow-y:visible;}.wide-layout{padding-right:30px;}.strikethrough{text-decoration:line-through;}@media(min-width:1250px) and (max-width:1500px){.stock_search .controls,.packaging_search .controls{margin-left:121px;}.stock_search .span3{width:120px;}.packaging_search .controls{margin-left:180px;}.packaging_search .control-label{width:170px;}}@media(min-width:875px) and (max-width:1249px){.stock_search .span4{width:45%;}.stock_search .span3{width:110px;}.stock_search .controls{margin-left:111px;}.packaging_search .controls{margin-left:150px;}.packaging_search .control-label{width:140px;}}@media(max-width:874px){.stock_search .span4{width:95%;float:left;}.stock_search .span3{width:110px;float:left;}.stock_search .controls,.packaging_search .controls{margin-left:111px;}.packaging_search .controls{margin-left:180px;}.packaging_search .control-label{width:170px;}}.non-tablet-only{display:none;}@media(width:1920px) and (hover:hover){.tablet-only{display:none;}.non-tablet-only{display:initial;}}@media not(width:1920px) and (hover:none){.non-tablet-only{display:none;}.tablet-only{display:initial;}}.ui-dialog-content>* div.controls span.field-validation-error{display:block;}.inlineLabel{display:inline-block;margin-bottom:0;vertical-align:bottom;padding:0 5px;}
