.createpage .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .createpage .tab tr td:not(.day):nth-child(2) {
        padding-left: 28px !important;
        padding-right: 0 !important;
    }
}

.validationbanner-icon {
    width: 22px;
    height: 22px;
}

.validationbanner-heading {
    font-size: 18px;
}

.createpage label {
    font-weight: bold;
}

.createpage .crmEntityFormView .cell div.control input.readonly, .createpage .crmEntityFormView .cell div.control select.readonly, .createpage .crmEntityFormView .cell div.control textarea.readonly {
    font-weight: normal;
}

.createpage select:disabled {
    opacity: unset;
}

.createpage .crmEntityFormView .tab {
    background-color: white;
}

form[action="/quality/"], form[action="/techsupport-create/"], form[action="/isr-account-clearing/"], form[action="/isr-contracting-nda/"], form[action="/isr-customer-data-change/"], form[action="/isr-product-change/"], form[action="/isr-product-change/"], form[action="/isr-product-data/"], form[action="/isr-product-pricing/"], form[action="/isr-product-qualification/"], form[action="/isr-sample-request/"], form[action="/create-ccmcase/"], form[action="/create-ccmcase-updateorder/"], form[action="/create-ccmcase-reviseorder/"], form[action="/create-ccmcase-partnumbermapping/"], form[action="/create-ccmcase-orderproductinquiry/"], form[action="/ccm-create-othersupplychainsupport/"] {
    background-color: #F7F7F7;
}

.createpage .crmEntityFormView .tab-title {
    background-color: #F7F7F7;
    padding-top: 24px;
    padding-bottom: 8px;
    border-bottom: none;
}

html[dir=ltr] .createpage .crmEntityFormView .tab .tab-column:first-child, html[dir=ltr] .createpage .crmEntityFormView .tab-column {
    background-color: white;
    padding: 24px;
    padding-bottom: 2px;
}

/*Sold to drop down menu items hovering color changed to grey */
.select2-results .select2-highlighted {
    background-color: #EEEDED !important;
    color: black !important;
}

/* Sold to drop down border is removed */
.select2-container-active .select2-choice, .select2-container-active .select2-choices, .select2-drop-active {
    border: 0 !important;
}

/*Arranging tick mark in the checkbox for lookups */
.container .fa {
    line-height: normal !important;
}
