/* #tp4overCalc {
    line-height: 50px;
} */

#options .bootstrap-select {
    width: 100% !important;
}

.selectClassPrice {
    float: right;
    color: red;
    font-size: 17px;
    font-style: normal;
    width: 250px;
    height: 30px;
}

.disable,
.selectClass:disabled {
    color: rgb(169, 169, 169) !important;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../common_images/Preloader_3.gif) center no-repeat rgba(255, 255, 255, .6);
    z-index: 1000;
}