body { }

/* Fix clearing bug */
.clearfix:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/

.clearfix { display: block; }

/* End hide from IE Mac */

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

/* End hide from IE-mac */

.clear { clear: both; }

.nowrap { white-space: nowrap; }

a img { border: none; }

/*Boot strap override rule that makes images appear shrunken*/

img { max-width: none; }

#header {
    height: 60px;
    margin-bottom: 10px;
    margin-top: -20px;
}

#header div.logo_container {
    margin-left: 10px;
    margin-top: -8px;
}

/* Small devices (tablets, 768px and up) */ 
@media all and (max-width: 810px)
{
    #header
    {
        display: none;
    }

    #contactaddress
    {
        display: none;
    }

    #nav3
    {
        display: none;
    }

    #disclaimer {
        display: none;
    }
}

@media (min-width: 768px)
{
    #searchbar-box
    {
        width: 400px;
    }
}

#header div.logo_container a:hover { background-color: transparent; }

#headerrow { padding-top: 50px; }

#accountbox {
    background-color: #1a3660;
    background-image: url(/Content/images/page_elements/account_box_bg.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom-color: #2f4872;
    border-left-color: #1c304b;
    border-right-color: #2f4872;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    float: right;
    width: 210px;
}

#accountbox p {
    color: #ba9b65;
    font-size: 1.1em;
    margin: 0;
    padding: 10px;
}

#accountbox p.helplinks { padding-top: 0; }

#accountbox p span { color: #f4efdc; }

#accountbox p a { color: #f4efdc; }

a.iconbutton {
    background-repeat: no-repeat;
    padding-bottom: 2px;
    padding-left: 20px;
}

a.iconbutton:hover {
    background-repeat: no-repeat;
    padding-bottom: 2px;
    padding-left: 20px;
}

/* nav style */

#navbar { margin-top: 12px; }

ul#navlist {
    display: inline;
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    width: 550px;
}

#navlist li {
    float: left;
    list-style-type: none;
}

#navlist a {
    display: block;
    font-size: 1.6em;
    margin-right: 6px;
    padding: 7px 15px 5px 15px;
}

#navlist a:link, #navlist a:visited {
    background: #8091a8 url(/Content/images/page_elements/nav_bg.gif) bottom left repeat-x;
    color: #fff;
    text-decoration: none;
}

#navlist a:hover {
    background: #45c3d3;
    color: #fff;
    text-decoration: none;
}

#navlist .selected a:link, #navlist .selected a:visited, #navlist .selected a:hover, #navlist .selected a:active {
    background-color: #ededed;
    background-image: none;
    color: #3a3a3a;
    text-decoration: none;
}
    
/* end nav style */

#messagebox { }

.layoutwrapper { padding: 10px; }

td.layoutrightcolumn { vertical-align: top; }

td.layoutleftcolumn {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    vertical-align: top;
}

#toolbar { margin-bottom: 5px; }

#contentbox { padding-top: 50px; }

#contentmain { padding: 0 40px 10px 30px; }

#contentmain p { line-height: 1.6em; }

#contentmain h1 {
    font-size: 1.6em;
    margin-bottom: 0.7em;
    margin-top: 0;
}

#contentbottom { height: 8px; }

#secondarybox {
    float: right;
    line-height: 1.3em;
    margin-top: 20px;
    width: 200px;
}

div#contactaddress {
    background-color: #FFFFFF;
    color: #003366;
    font-size: 1em;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

#footer
{
    background: #003366;
    clear: both;
    color: #ba9b65;
    margin: 0 0 15px 0;
    padding: 3px 5px 5px 10px;
    text-align: center;
}

#footer p {
    color: #ba9b65;
    font-size: 1.0em;
    margin: 0;
}

#footer p a {
    color: #f4efdc;
    font-size: 1.0em;
    text-decoration: none;
}

.fullwidth { width: 100%; }

.norows { text-align: center; }

.loading { background-color: blue; }

.inline li {
    display: inline;
    list-style-type: none;
}

.form th {
    border: none;
    text-align: right;
}

.form2 th {
    border: none;
    font-size: 12px;
    text-align: left;
}

.form2 td select { width: 100% }

.form2 td input[type='text'] { width: 100% }

.form-signin h2 { text-align: center; }

.form-signin .form-control {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}

.form-signin input[type="email"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -3px;
}

.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}

.form-signin label.checkbox { margin-left: 25px; }

div.settings-button-bar form { display: inline; }

#flashplaceholder {
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    width: 400px;
}

#flashplaceholder div.alert {
    margin-bottom: 0;
    padding: 8px 35px 4px 14px;
}

.successflash {
    background-color: #CCFFCC;
    border: thin solid #00FF00;
    color: #006600;
    font-weight: bolder;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 10px 10px 0;
    padding: 10px;
}

.successflash ul {
    margin-left: 1em;
    padding-left: 1em;
}

ul.successflash li label { text-align: center; }

.validation-summary-errors {
    background-color: #FFFF99;
    border: thin solid #FF0000;
    color: #FF0000;
    font-weight: bolder;
    margin: 10px 10px 0;
    padding: 10px 10px 10px 10px;
}

.validation-summary-errors ul {
    margin-left: 1em;
    padding-left: 1em;
}

.validation-summary-errors li {
    list-style: none;
    text-align: center;
}

.validation-summary-errors li label { font-size: 1em; }

.alignright { float: right; }

[class^="icon-"], [class*=" icon-"] {
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}

.add, .delete, .edit {
    background-position: 0 0 !important;
    background-repeat: no-repeat;
    padding: 4px 0 4px 22px !important;
}

.add { background-image: url(/Content/images/icons/table_add.png) !important; }

.delete { background-image: url(/Content/images/icons/table_delete.png) !important; }

.edit { background-image: url(/Content/images/icons/table_edit.png) !important; }

/* Results\Highlight\Share.ascx */
div.thickboxform
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: inline;
    float: left;
    width: 100%;    
}

div.thickboxform h1
{
    font-size: 1.6em;
    margin-bottom: 0.7em;
    margin-top: 0;
}

div.thickboxform input[type="select"] { width: 296px; }

div.thickboxform div.innerboxform { padding: 10px 40px 10px 30px; }

div.thickboxform table.form2 { width: 100%; }

/* Results\Search\SearchBuilder.cshtml */
.helptext
{
    color: #999999;
    font-style: italic;
    text-align: center;
}

.article
{
    float: left;
    padding-bottom: 100px;
    width: 650px;
}

.aside
{
    float: left;
    padding-bottom: 100px;
    width: 200px;
}

.portlet
{
    margin: 0 1em 1em 0;
}

.portlet-header
{
    margin: 0.3em;
    padding-bottom: 4px;
    padding-left: 0.2em;
}

.portlet-header .ui-icon { float: right; }

.portlet-content { padding: 0.4em; }

div.horizontalscroll
{
    height: auto;
    overflow: scroll;
}

div.summary div.footer { text-align: right; }

/* Login\index.cshtml */
#cookiealert
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 500px;
}

#signin {
    margin: 0 auto 0 auto;
    width: 310px;
}

.form-horizontal .control-group .controls .fieldsummary { padding-top: 5px; }

#actionbar { padding-left: 10px; }

#navigationbar { padding-right: 10px; }

img.barcode { padding-top: 20px; }

input.input-4 { width: 40px; }

textarea.input-w { width: 356px; }

input.input-6 { width: 60px; }

input.input-7 { width: 70px; }

input.input-8 { width: 80px; }

input.input-9 { width: 90px; }

input.input-10 { width: 100px; }

div.flash {
    margin-left: auto;
    margin-right: auto;
    margin-top: -59px;
    text-align: center;
    width: 400px;
}

#flash {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    text-align: center;
    width: 400px;
}

#savedsearchbar { margin-bottom: 5px; }

.tooltip {
    text-transform: none;
    white-space: normal;
}

i.icon-highlight {
    background-image: url('../images/icons/color_swatch.png');
    background-position: -2px 0;
    height: 16px;
    vertical-align: text-top;
    width: 16px;
}

.dropdown-menu > li > a:hover > i.icon-highlight {
    background-image: url('../images/icons/color_swatch.png');
    background-position: -2px 0;
    height: 16px;
    vertical-align: text-top;
    width: 16px;
}

#filtersModal div.modal-body { overflow: visible }

div.controls span.warning { color: #de785d; }

.error { color: #de785d; }

#sampleschema tbody { cursor: move }

#jobschema tbody { cursor: move }

#navigation { border-radius: 0; }

form.actionbar { display: inline; }

span.content-editable { white-space: nowrap; }

#sample-form div.form-group label { cursor: move }

input[type='text'].default { height: auto !important; }

small.popcont .popover { max-width: none; }

div.viewbar { padding-top: 5px; }

form.form-horizontal ul { list-style-type: none; }

form.form-horizontal ul li { list-style-type: none; }

div.settings-button-bar {
    padding-top: 10px;
}

div.settings-button-bar div.action-bar
{
    padding-bottom: 5px;
}

