#setConsists {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

#setConsists #setConsistsContent {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#setConsists .setElement {
    display: inline-block;
    width: 25%;
    padding: 10px;
}

#setConsists h3 {
    text-align: left;
    padding: 5px;
    margin: 0 10px;
    font-size: 16px;
    font-family: tahoma, verdana, arial;
    color: #333;
}

#setConsists img {
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(136, 136, 136, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(136, 136, 136, 1);
    box-shadow: 0px 0px 5px 0px rgba(136, 136, 136, 1);
    /* max-width:300px; */
    width: 100%;
}

.setElement:hover .setImage {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 139, 199, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 139, 199, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 139, 199, 0.75);
}

.attrButtons {
    position: absolute;
    width: 23.5%;
    margin: 80px 0 0 0;
    -webkit-transition: all .1s linear 0s;
    transition: all .1s linear 0s;
    opacity: 0;
}

.attrButtons.on {
    transition: 0.2s;
    opacity: 1;
}

.attrButtons button[disabled] {
    opacity: 1;
    background: #ff6c2c none repeat scroll 0 0;
    box-shadow: 0 3px 0 #7a391d;
}
#setConsists .form-control[readonly] {
    background: #fff;
}

.attrButtons button {
    min-width: 200px;
    margin: 5px 0;
    padding: 5px 25px;
}

.attrs li {
    padding: 0 5px;
    border: 2px solid #fff;
    cursor: pointer;
    line-height: 32px;
}

.attrs li.activeAttr {
    border: 2px solid #008bc7;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    padding: 0 5px;
}

.attrButtons .st {
    margin: 40px 0 0 0;
}

.partTitle {
    line-height: 24px;
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}

.partTitle i {
    font-size: 24px;
    color: #008bc7;
    cursor: help;
}

#setConsists .tooltip {
    z-index: 9999;
    position: absolute;
    width: 300px;
    text-align: left;
    background: #fff;
    color: #333;
    padding: 10px;
    /* border: 1px solid; */
    border: 1px solid #008bc7;
    /* transform: translateY(-50%); */
    transform: translate(-80%, 0%);
    /* left: 0; */
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

#setConsists .last .tooltip {
    transform: translate(-80%, 0);
}

#setConsists .waste .tooltip {
    width: 400px;
}

select.setConsists {
    position: absolute;
    top: 35%;
    left: 5%;
    margin: 0 5%;
    width: 80%;
    display: none;
}

select.setConsists:nth-of-type(2) {
    margin-top: 50px;
}

.setConsists:disabled {
    background: #fff;
    cursor: default;
}

#setConsists div:hover>select {
    display: inline-block;
}

.attr-tooltip-text span {
    font-size: 14px;
}

.attr-tooltip-text span i {
    font-size: 14px;
    margin: 0 10px 0 0;
}

#setConsists div>div:hover .attr-tooltip:before {
    background: #ff6c2c;
}

select.setConsists:disabled {
    cursor: pointer;
}

.elite select.setConsists:nth-of-type(1) {
    margin-top: -50px;
}

.elite select.setConsists:nth-of-type(2) {
    margin-top: 0;
}

.elite select.setConsists:nth-of-type(3) {
    margin-top: 50px;
}

#thickness .options_element span {
    display: inline-block;
    margin: 5px;
}

#waste .combination_desc p {
    min-height: 150px;
}

#waste .combination_desc ul {
    margin: 10px 0 10px 15px;
}

.group_gratings {
    cursor: pointer;
}