.component-title {
    position: relative;
    padding: 5px;
    display: inline-block;
    float: left;
    color: #000;
    background: #EEE;
    margin: 10px 0px;
    padding: 0px 10px;
    font-size: 18px;
}

.component-title-wrapper {
    position: relative;
    width: 100%;
    float: left;
}
/*
.selectable-list.active {
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
}
*/

.selectable-list.active {
    position: fixed;
    width: 340px;
    left: calc(50% - 170px);
    top: 10%;
    z-index: 1111111111;
    text-align: left;
    background: #FFF;
    padding: 20px;
    box-shadow: 0px 0px 5px #000;
    height: 80%;
    overflow-y: auto;
}

.element-name {
    cursor: pointer;
    width: 300px;
}

.input-wrapper {
    position: relative;
    width: 100%;
    float: left;
}

.detail-wrapper {
    position: relative;
    width: 16%;
    float: left;
    padding-right: 10px;
    padding-top: 10px;
}

select.input-default {
    height: 39px;
}

select.input-default,
input.input-default {
    position: relative;
    width: 100%;
    max-width: 180px;
    font-size: 15px;
    padding: 5px;
    border-radius: 0px;
}

div.background,
div.detail {
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
    height: 50px;
}

.processing-wrapper {
    position: relative;
    width: 33%;
    float: left;
}

div#backgrounds,
div#worktop_details,
div#edge_processing {
    position: relative;
    width: 100%;
    float: left;
    margin: 10px 0px;
}

#edge_processing input {
    margin-top: 10px;
}

.processing-type {
    margin-top: 15px;
}

.name-wrapper {
    position: relative;
    width: 100%;
    float: left;
    background: #EEE;
    margin: 15px 0px;
}

.small-input {
    margin-bottom: 20px;
}

div#calculate_worptop_price {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    max-width: 270px;
    cursor: pointer;
    margin-top: 15px;
}

div#calculation_result {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 20px;
    border-top: 2px solid #580F10;
}

div.info-wrapper {
    position: relative;
    margin: 7px;
    width: calc(100% - 20px);
    display: block;
    padding: 7px;
    border: 2px solid #580F10;
}
/*
::-webkit-scrollbar {
    width: 16px;
    border-radius: 0px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7); 
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
}
*/
.element-name .name {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
}

body.screen-xxs .input-wrapper.material-parameters input,
body.screen-xxs .input-wrapper.material-parameters select {
    position: relative;
    width: 100%;
    float: left;
    margin-left: 0px;
    margin-top: 10px;
}

label { 
    height: 50px;
}

div.input-default {
    position: relative;
    width: 100%;
    max-width: 180px;
    padding: 5px;
    border: 1px solid #CCC;
    cursor: pointer;
    height: 40px;
    margin-right: 10px;
    float: left;
    overflow-x: hidden;
}

.transport-selection {
    margin: 15px 0px;
}

div#feedback-form {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 20px;
}

div#feedback-form textarea,
div#feedback-form input {
    margin-bottom: 20px;
}

.selectable-list.material-name img {
    max-height: 200px;
    overflow-y: hidden;
    width: 100%;
}

i.fa.fa-angle-down {
    position: absolute;
    top: 10px;
    left: 158px;
    font-size: 20px;
}

label {
    height: 30px;
    margin-top: 10px;
    width: 100%;
}

body.screen-sm .component-title-wrapper img,
body.screen-xs .component-title-wrapper img {
    margin-top: 20px;
    margin-bottom: 10px;
}

body.screen-lg label,
body.screen-md label {
    height: 20px;
}

body.screen-lg i.fa.fa-angle-down,
body.screen-md i.fa.fa-angle-down {
    /* top: 10px; */
}

div.empty {
    cursor: pointer;
}

div.empty .fa {
    font-size: 35px;
    color: darkred;
    float: left;
}

div.heading-text {
    background: #580F10;
    color: #FFF;
    padding: 5px;
    font-weight: bold;
    margin-right: 10px;
    width: 35px;
    text-align: center;
    float: left;
}

div.heading-text-red {
    color: #580F10;
    float: right;
    font-weight: bold;
    margin-top: 4px;
}

div#price_calculator_components {
    position: relative;
    width: 100%;
    float: left;
}

img {
    max-width: 100%;
}

.btn-success {
    background-color: #580F10;
    border-color: #580F10;
    border-radius: 0px;
    font-size: 18px;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: background 1s;
    margin-bottom: 20px;
}

div#get_input_value {
    position: relative;
    width: 250px;
    float: left;
    text-align: center;
    margin-left: 10px;
    margin-top: 15px;
    cursor: pointer;
}

#price_calculator_components label {
    font-weight: normal;
}

.worktop-wrapper:hover,
.background-wrapper:hover {
    background: #EEE;
}

.detail-position {
    position: relative;
    width: 100%;
    text-align: center;
    height: 30px;
}

.fa.fa-angle-down {
    cursor: pointer;
}

.price {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

a.price-request-file {
    position: relative;
    width: 100%;
    float: left;
    text-transform: uppercase;
    line-height: 200%;
}

.file-input-wrapper {
    padding-left: 0px;
}

input.file-input {
    width: 96%;
    margin-left: 2%;
    float: left;
}

.product-name-wrapper {
    position: relative;
    width: 100%;
    float: left;
}

.files {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: -15px;
}

.no-margin {
    margin: 0px !important;
}

.heading-title {
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
}

.component-title-wrapper #edge_rounding label {
    min-height: 50px;
}

.sinks.products .price {
    position: relative;
    float: left;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0px;
}