.gray_bg {
    background-color: whitesmoke;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.border_bg {
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
}

.table-double-condensed th,
.table-double-condensed td {
    padding: 4px 5px;
}
.center {
    text-align: center;
}

.row-divider {

    margin: 1.5em 0 3em;

    border: none;
    border-bottom: 1px dotted #CCC;
}

.dl-horizontal dt {
    width: 170px !important;
}

.dl-horizontal dd {
    margin-left: 180px !important;
}

#typeaheadform i.icon-search:hover {
    cursor: pointer;
}

#typeaheadform .input-append {
    margin-bottom: 0 !important;
}

.msx-icon {
    height: 20px;
    padding-right: 10px;
}

/** FACETS **/
section.facetedSearch {
    width: 223px;
    float: left;
    margin-right: 68px;
    margin-bottom: 20px;
    z-index: 0;
    position: relative;
}

section.facetedSearch nav {
    /*background: white url(../img/panel.png) no-repeat -447px bottom;*/
    /*margin-bottom: 8px; */
    display: block;
    position: relative;
    /*padding-bottom: 8px;*/
    float: left;
    width: 221px;
    z-index: 0;
    border-top: 1px solid #cccccc;

}

section.facetedSearch nav header {
    position: relative;
    /*background: url(../img/panel.png) no-repeat -447px 0; */
    background:  #FFF;
    margin-top: 4px;
    margin-bottom: 2px;
    height: 24px;
    z-index: 1;
}
section.facetedSearch nav header div.title {
    color: black;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 0 0 8px;
    position: relative;
    z-index: 0;
}
section.facetedSearch nav header span {
    display: block;
    float: left;
    margin-right: 12px;
    position: relative;
    z-index: 0;
}

section.facetedSearch nav header a {
    display: block;
    position: absolute;
    right: 8px;
    color: black;
    font-weight: bold;
    text-decoration: underline;
    z-index: -1;
}

.filterselect ul,
.filterselect li {
    list-style: none;
    margin: 0 !important;
}
.filterselect label {
    margin-bottom: 0;
}

.filterselect ul.checkboxes {
    padding: 0px 8px 0px 0px;
    overflow-y: auto;
    /*max-height: 116px;*/
    width: 192px;
    display: block;
    position: relative;
    z-index: 0;
}

.filterselect ul.checkboxes li {
    display: block;
    clear: both;
    z-index: 0;
    position: relative;
}

.filterselect .group_amount {
    color: #777777;
    font-weight: normal;
    font-size: 10px;
}

.filterselect header span {
    cursor: pointer;
    font-weight: bold;
}

.filterselect a.filter-expand {
    cursor: pointer;
    font-weight: 600;
}

.filterselect .collapsible-filter:not(.active)[data-icon]:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
}

.filterselect .collapsible-filter[data-icon]:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: 0;
}

.filter-title .collapsible-filter {
    display: block;
    padding-left: 15px;
}

[data-icon]:before {
    position: relative;
    top: -6px;
    content: attr(data-icon);
    font-size: 34px;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/** PROGRESS **/

#progressOverlay
{
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

#progressOverlay div
{
    background-image: url('/img/bigloader.gif');
    background-position: center;
    background-attachement: fixed;
    background-repeat: no-repeat;
    height: 66px;
    margin-top: 180px;
}

.progress-overlay-row
{
    position: relative;
}

/** Summary bar **/
div#resultSummaryBar
{
    display: none;
    background-color: #08c;
    border-bottom: 1px solid #365C0C;
    font-weight: bold;
    left: 0;
    opacity: 0.8;
    padding-bottom: 5px;
    padding-top: 5px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 3000;
}

div#resultSummaryBar a
{
    color: #ffffff;
}

/* FOOTER */
#bottom {
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    background-color: whiteSmoke;
}

.bottomnav {
    margin: 20px 0 10px 0;
    padding: 0 0 0 0;
    border-top: 1px solid #E5E5E5;

}
.bottomnav ul, .bottomnav li {
    list-style: none;
}

.bottomnav li a {
    text-decoration: none;
    display: block;
    /* height: 24px; */
    line-height: 24px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #E5E5E5;
    background: whiteSmoke url(../img/subnavbullet.gif) left center no-repeat !important;
}

.bottomnav li a:link, .bottomnav li a:visited, .bottomnav li a:active
{
    color: #000000;
    text-decoration: none;
}
.bottomnav li a:hover {
    text-decoration: none;
    background:#999999 url(../img/subnavbullet_over.gif) left center no-repeat !important;
}

.typeahead {
    z-index: 1100;
}

div.imageWrapper {
    background:none repeat scroll 0 0 white;
    float:left;
    height:60px;
    margin:2px 8px 2px 8px;
    width:80px;
    padding: 2px;
}

/* 404 page */
#msxbackground {
    height: 400px;
    width: 640px;
    background: #3245f6;
    padding-top: 30px;
    padding-left: 30px;
    text-align: center;
}

#cursor {
    position: absolute;
    top: 168px;
    color: #fff;
    background: #fff;
    width: 16px;
    height: 16px;
    font-size: 1px;
    display: block
}

/* Tag cloud */
#tags {  width: 400px;}
.tag1 {  font-size: 12px;  color: blue;}
.tag2 {  font-size: 14px;  color: purple;}
.tag3 {  font-size: 16px;  font-weight: bold;  color: orange;}
.tag4 {  font-size: 20px;  font-weight: bold;  color: red;}

.company-pagination ul li a {
    padding: 0 10px;
}
