
/* Main layout */
html, body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p {
  margin-top: 0;
  font-family: 'Open Sans', 'trebuchet ms', arial, sans-serif;
}

th {
	font-weight: 600;
}
strong, .strong {
	font-weight: 600;
}

#global-container {
    height: 100%;
    position: relative;
}

#global-background {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	background-color: #fdfdfd;
}

#wrapper {
    width: 1170px;
    min-height: 100%;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #e7e7e7;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color: #FFF;
    padding: 0px 15px 36px 15px;
}

#top-bar {
    position: absolute;
    height: 36px;
    width: 100%;
    margin-left: -15px;
    border-bottom: 1px solid #e6e6e6;
    top: 0px;
}

#top-bar .nav > li > a, #footer .nav > li > a {
    padding-bottom: 8px;
    padding-top: 8px;
    color: #555;
}

#footer {
    position: absolute;
    height: 36px;
    width: 100%;
    margin-left: -15px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
    bottom: 0px;
	padding-top: 8px;
	font-size: 12px;
	color: #777777;
}

#footnotes {
	padding-left: 15px;
}

#selso-ecm {
	padding-right: 15px;
}

#footnotes > a, #selso-ecm > a {
	color: #333333;
}

#main-menu .nav > li > a {
    color: #555;
    padding-bottom: 14px;
}

#main-menu .nav > li.active {
    background-color: #e7e7e7;
}

#jumbotron {
    position: relative;
    padding-top: 36px;
    height: 60px;
}

#search-bar {
    height: 50px;
    background-color: #f8f8f8;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e7e7e7;
    margin-left: -15px;
    margin-right: -15px;
}

#search-wrapper {
    float: left;
    padding: 8px 15px 8px 15px;
}

#support-search-field {
	width: 224px;
	margin-right: 10px;
}
#support-search-field::-webkit-input-placeholder { /* WebKit browsers */
    color:    #e7e7e7;
}
#support-search-field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #e7e7e7;
   opacity:  1;
}
#support-search-field::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #e7e7e7;
   opacity:  1;
}
#support-search-field:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #e7e7e7;
}

#support-search-btn {
	background-color: #4A575F;
	border: 1px solid #6A7D88;
}

#main-menu {
    width: 100%;
}

#main-nav {
    width: 100%;
}

#status-bar {
    padding: 8px 15px 5px 15px;
    background-color: #f5f5f5;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #8a778a;
}

#cart-btn {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 34px;
}

#cart-btn.inactive {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
	border: 1px solid #e9e9e9;
    color: #767676;
}

#content {
	padding-bottom: 15px;
}

h1, h2 {
    color: #444;
}

.ecm-news-text h1 {
    color: #000;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0px;
}

.sidebar {
	margin-top: -29px;
}

.sidebar h1 {
    font-size: 18px;
}

.sidebar .bordered {
    border: 1px solid #e7e7e7;
    padding: 10px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebar .background-box {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 20px 15px 15px 0px;
}

tr.top-border-row:nth-child(1) > td {
    border-top: none;
}

.vert-margins {
    margin-top: 10px;
    margin-bottom: 10px;
}

.table.finance-table > tbody > tr > td {
    border-top: none;
    padding: 3px 8px 3px 8px;
}

.item-category {
    border: 1px solid #e7e7e7;
    margin-bottom: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.item-category .category-image a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.item-category .category-image a {
    height: 170px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.item-category .category-image a > img {
    vertical-align: middle;
}

.item-category .category-title {
    min-height: 36px;
    background-color: #f5f5f5;
    padding: 8px 15px 8px 15px;
    font-weight: 600;
	text-align: center;
}
.item-category .category-title a {
	color: #666;
}

ol.breadcrumb {
    padding: 0;    
}

.icheckbox_minimal-blue,
.iradio_minimal-blue {
  display: inline-block;
}
.form-group .icheckbox_minimal-blue,
.form-group .iradio_minimal-blue {
  display: inline-block;
  top: 4px;
  margin-right: .5em;
  margin-left: -20px;
}
.checkbox-inline,
.radio-inline {
  margin-right: 20px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

.label-secondary {
  background-color: #f0ad4e;
}
.label-secondary[href]:hover,
.label-secondary[href]:focus {
  background-color: #ec971f;
}
.label-tertiary {
  background-color: #888888;
}
.label-tertiary[href]:hover,
.label-tertiary[href]:focus {
  background-color: #6f6f6f;
}

.btn-remove {
	border: 0;
	background-color: #fff;
	color: #999;
}
.btn-remove i:hover {
	border: 0;
	background-color: #fff;
	color: #C00;
}

.portlet {
	margin-bottom: 30px;
}

.rangebox td {    
    padding-top: 10px;
}

.rangebox input {
    font-family: 'Open Sans', 'trebuchet ms', arial, sans-serif;
    padding-left: 10px
}

.rangebox-label {
    padding-right: 10px;
    font-weight: normal;
}

td.rangebox-ok {
    padding-left: 5px;
}

.link-cursor {
    cursor: pointer;
}

.ui-autocomplete { height: 400px; overflow-y: scroll; overflow-x: hidden;}