div.cpqselector #configVariantSearchResults, div.cpqselector div.cpq-group-header, div.cpqselector span.sku {
    display: none;
}

/*
div.cpq-page #cpqAddToCartBtn, div.cpq-page #priceSummary {
    display: none;
}*/

div.cpqselector div.cpq-cstic, div.cpqselector #configBottombarSlot {
    border: none;
}

div.cpqselector table.table td {
    vertical-align: middle;
}

div.cpqselector div.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}

#productTabContent {
    margin-top: 1.30rem;
}

.part-number-value {
    text-align: center;
    border:1px solid #1174b8;
    padding:2px;
    border-radius: 3px;
    min-width:50px;
    height:40px;
    display:inline-block;
    vertical-align: bottom;
    line-height:40px !important;
    margin-right:5px;
}

.part-number {
    margin-bottom: 15px;
}

/*
    select2 workaround for responsive width
    https://github.com/select2/select2/issues/3278#issuecomment-258481272
 */
.select2 {
    width: 100% !important;
}

.select2-drop-mask {
    z-index: 10000;
}
.select2-drop {
    z-index: 10001;
}
.select2-search {
    z-index: 10002;
}

form#addReferenceToProductSelectionForm {
    margin-bottom: 10px;
}

div#addReferenceToProductSelectionFormWrapper {
    margin-top: 20px;
}

.areaListItem {
    overflow: auto;
}

#cpqselectorContactForm div.cpq-overview-group-header {
    display: none;
}

#cpqActionsWrapper {
    margin-top: 15px;
    z-index: 10;
    height: 100%;
}

@keyframes highlight {
    0% {
        background: #002f4d;
    }
    100% {
        background: #0072ba;
    }
}

.highlight {
    animation: highlight 3s;
}

.cpq-menu-btn {
    margin-top: 10px;
}

.affix {
    top:0px;
    position:fixed;
}

.cpqselector-admin-settings{
    margin-top: 15px;
}

#partNumberWrapper .btn {
    margin-bottom: 3px;
}

.cpq-csticlabel-longtext-icon {
    display: none;
}
.cpqselectorNoteFormModalNoteTextarea {
    resize: none;
}

div.totem .wrapper-applications{
    padding-top:100px;
    padding-bottom:70px
}
div.totem .wrapper-applications h1.titlefy{
    margin-bottom:50px
}
div.totem .item-description{
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
    font-size:26px;
    padding:30px 100px;
    color: #FFFFFF
}
div.totem .totem-back{
    margin-top:-8px;
    border-radius:0;
    padding:11px 20px;
    background-color:#0072ba
}
div.totem .headroom--not-top .logo-section{
    padding:35px 15px !important
}
div.totem #main-content{
    margin-top:100px
}
div.totem #back-to-top{
    display:none;
    position:fixed;
    bottom:30px;
    right:calc((100% - 1400px - 64px)/2);
    background-color:#0072ba;
    padding:14px 19px;
    font-size:24px;
    border:3px solid #0072ba
}
div.totem #back-to-top:hover{
    background-color:white
}
div.totem #back-to-top a{
    padding:10px;
    display:block;
    color:white
}
div.totem #back-to-top a:hover{
    color:#0072ba
}
div.totem iframe.totem{
    margin-top:30px;
    width:100%;
    height:2000px
}
div.totem h2.titlefy{
    margin-top:50px;
    margin-bottom:30px
}
div.totem h2.titlefy span.item-top{
    font-family:"dinregular";
    font-weight:300;
    font-size:43px
}
div.totem h2.titlefy span.item-middle{
    font-family:"dinregular";
    font-weight:300;
    font-size:33px
}
div.totem h2.titlefy span.item-bottom{
    font-family:"dinbold";
    font-weight:500;
    font-size:51px
}
div.totem p{
    font-size:16px;
    color:#71747b
}
@media (max-width: 767px){
    div.totem .btn-group{
        display:block
    }
}
div.totem .btn-group a.btn{
    border-radius:5px;
    padding:40px;
    color:#ffffff;
    border-color:transparent;
    background-color:#009ee0;
    font-size:24px;
    white-space:normal;
}
@media (max-width: 767px){
    div.totem .btn-group a.btn{
        width:100%;
        display:block;
        padding:10px 15px
    }
}
div.totem .btn-group a.btn strong{
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
    font-weight:500;
    display:block
}
div.totem .btn-group a.btn:hover{
    background: #003861;
    color:#ffffff;
}

div.totem .wrapper-applications .wrapper-applications-heading h1.titlefy span.item-middle {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 48px;
}
div.totem .titlefy {
    text-transform: uppercase;
    color: #FFFFFF;
}

.arrowButton {
    margin: 0px;
    padding: 0px;
}

.cpqselector-menu {
    white-space: normal;
}

.disableResizeTextarea {
    resize: none;
}

.disableMinHeight {
    min-height: unset;
}

.form-group.required label:after {
    content: "*";
    color: red;
}

.form-check.required label:before {
    content: "*";
    color: red;
}

div.sliderEnabledCstic {
    margin-top: 15px;
}

.productselectionwrapper {
    padding-left: 30px;
}

.sliderEnabledCsticWrapper {
    float: left;
    margin-left: 25px;
}

#cpqselectorResultTable th {
    text-transform: none;
    font-weight: bold;
}

.priceEstimation a {
    width: 19%;
}

.cstichidden, .cstichidden * {
    display: none;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
}

a.cpq-csticlabel-helpurl-icon {
    margin-left: 8px;
}

.ui-menu-item img {
	width: 95px;
}


a.btn.btn-sales.btn-default.btn-block.form-group{
    background-color: #FFFFFF;
    padding: 0;
}

.calculated-value{
    text-align: center;
}