html,
body {
    height: 100%;
    background: url(/img/background.jpg);
}

#all-content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}

footer {
    padding-top: 10px;
    height: 250px;
    background-color: #059a66;
}

footer a{
    color: #0f400c;
}

footer form{
    margin: 0;
}

.footer-section{
    margin-right: 30px;
}

.home-small-header {
    color: #06cd65;
    line-height: 20px;
}

#language-select{
    display: block;
    float: right;
    padding: 10px 0px 10px;
    margin-left: -20px;
}

.center{
    margin: 0 auto;
    text-align: center;
}

.margin10{
    margin-bottom: 10px;
}

.hand{
    cursor: pointer;
}
.small{
    font-size: x-small;
}

.errorMessage{
    color: red;
}

.normal-label{
    font-weight: normal;
}

.comment{
    font-size: smaller;
}

.product-image {
    background: white;
    border: 1px solid #eaeaea;
    width: 240px;
    height: 150px;
}

.reference-image {
    background: white;
    border: 1px solid #eaeaea;
    width: 120px;
    height: 120px;
}

.product-image img{
    width: 100%;
}

.thumbnail{
    background: rgba(255,255,255,0.6);
    height:225px;
}
.thumbnail span {
    display: none;
}
.thumbnail:hover span {
    display: block;
}
.preview,
.question {
    border: 1px solid #eaeaea;
    position: absolute;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 15px;
    width: 150px;
}

.question {
    margin-top: 45px;
}

.preview a{
    text-decoration: none;
}

.preview .icon-eye-open{
    display: none;
}

.preview:hover .icon-eye-open{
    display: inline-block;
}

.preview:hover .icon-eye-close{
    display: none;
}

.product-details{
    word-wrap: break-word;
    margin-bottom: 20px;
}

.colors-sample{
    list-style: none;
    margin-left: 0px;
    width: 300px;
}

.colors-sample li {
    float: left;
    width: 25px;
    display: block;
    height: 20px;
    margin: 2px 2px;
}

#shopping-cart, #logout{
    color: #0f400c;
    display: block;
    float: left;
    padding: 13px 10px;
    text-decoration: none;
}

#shopping-cart:hover{
    background-color: white;
    background-image: -moz-linear-gradient(top, #f5f5f5, #eaeaea);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eaeaea);
    background-image: -o-linear-gradient(top, #f5f5f5, #eaeaea);
    background-image: linear-gradient(to bottom, #f5f5f5, #eaeaea);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff5f5f5', GradientType=0);
    color:darkgray;
}


#items-count{
    margin-left: 5px;
    font-size: 20px;

}

#items-table form{
    margin: 0;
}

.sample-color{
    width: 40px;
    height: 30px;
}

.cart-qty{
    width:35px;
    margin-bottom: 0!important;
}

.category{
    font-weight: bold;
}

.sub-category{
    padding-left: 30px!important;
}

.product-thumb{
    height: 50px;
}

.label-inline label {
    display: inline;
}

#wizard-step1,
#wizard-step2{
    width: 600px;
    float: left;
    margin-right: 10px;
}

#wizard-preview{
    position: relative;
    background:url(/img/wizard-bg.jpg) no-repeat 0 0;
    border: 1px solid #eaeaea;
    height: 735px;
    width:550px;
    float: left;
}

#wizard-text-preview{
    border: 1px solid #eaeaea;
    font-size: large;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    background-color: #000000;
    color: white;
    font-family: 'Arial';
}

.wizard-placeholder{
    position: absolute;
    width: 120px;
    height: 120px;
    border: 1px solid #eaeaea;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.85);
}

.wizard-placeholder:hover,
.wizard-zoom:hover,
.wizard-element:hover{
    border: 1px solid dimgray;
}

#wizard-material{
    top: 10px;
    left: 10px;
}

#wizard-extraattachment{
    top: 10px;
    left: 140px;
}

#wizard-crimp{
    top: 10px;
    left: 270px;
}

#wizard-attachment{
     bottom: 15px;
     right: 55px;
 }

#wizard-qr{
     bottom: 215px;
     right: 55px;
}

#wizard-break{
    left: 50px;
    bottom: 0px;
}

.wizard-footer{
    width:100%;
    border-top: 1px solid #f5f5f5;
    padding: 10px 0;
    margin: 10px 0;
}

.wizard-element {
    margin: 4px;
    float: left;
    border: 1px solid #eaeaea;
    cursor: pointer;
}

.wizard-zoom {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.85);
    padding-left: 5px;
    padding-bottom: 3px;
    border: 1px solid #eaeaea;
}

#wizard-preview-wrapper{
    position: relative;
}

#wizard-preview-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
}

#wizard-preview-title>div{
    margin: 0 10px;
}

#wizard-preview-title,
#wizard-preview-title h5{
    color: white;
}

.wizard-width{
    width:147px;
}

.both-colors{
    display: none;
}

.admin-section{
    margin-right: 25px;
}

.fb-like{
    z-index: 10;
}

.lang{
    text-decoration: none;
}

.people {
    width: 1000px;
    margin: 0 auto;
}

.people-list {
    list-style: none;
}

.people-list li {
    float: left;
    margin: 10px;
}

.people-list li > div {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    width: 280px
}

.people-header {
    margin-bottom: 10px;
}

.people-header .name {
    font-size: 17px;
}

.people-header .title {
    font-size: 13px;
    font-weight: bold;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.color-selector {
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 230px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    height: 20px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.color-selector .color-text {
    display: inline-block;
}

.color-selector .selected-color-item .color-text {
    width: 185px;
}

.color-selector .selected-color-item .color-icon {
    vertical-align: inherit;
}

.color-selector .arrow-icon {
    position: absolute;
    right: 10px;
    top: 12px;
}

.color-selector .color-icon {
    background-color: #f7f4f4;
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.color-selector .color-dropdown {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    max-height: 195px;
    overflow-y: scroll;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
}

.color-selector .color-dropdown li {
    margin: 0 3px 5px;
}

.color-selector .color-dropdown li:hover {
    background-color: #eaeaea;
}

#quickview .color-selector {
    width: 200px;
}

#quickview .color-selector .selected-color-item .color-text {
    width: 164px;
}

div.language-selector{
    margin-top: 8px!important;
    width: 65px!important;
}

.bootstrap-select .btn {
    border: none;
    box-shadow: none;
    background-image: none;
    background-color: transparent;
}

.bootstrap-select .btn:focus{
    outline: none;
}

.bootstrap-select .btn:hover{
    background-color: #e6e6e6;
}
.bootstrap-select .language-title{
    margin-left: 5px;
}

.bootstrap-select.btn-group .dropdown-menu li {
    margin-left: -8px;
}
