﻿.select2-container--bootstrap-5 {
    width: 100% !important;
    max-width: 400px !important;
}

.form-label-req:after {
    padding-left: 2px;
    content: "*";
    font-weight: 300;
    -- color:red;
}


.scrollingHeight {
    height: 400px;
}

#messageInboxScroller_st, #messageSentInboxScroller_st {
    overflow-y: auto !important;
}

a.cke_dialog_ui_button_ok {
    color: #fff !important;
    background: #337ab7 !important;
    border: 1px solid #337ab7 !important;
}

#select2-utilityTypeSelector-container, #select2-accountSelector-container, #select2-Preferences_AccountDescName-container,
#select2-Preferences_ChangeNickNameAccountNumber-container, #select2-AddAccount_DriverLicenseState-container, #select2-RemoveAccount_AccountNumber-container,
#select2-StartService_PrimaryAccttHolderPrefix-container, #select2-StartService_PrimaryAccttHolderDLState-container, #select2-StartService_ServiceAddressStateProvince-container,
#select2-StartService_CurrentServiceAddressCountry-container, #select2-StartService_CurrentServiceAddressStateProvinceUsa-container, #select2-TransferService_ServiceAddressStateProvince-container,
#select2-StopService_MailingAddressCountry-container, #select2-StopService_MailingAddressStateProvinceUsa-container, #select2-service-power-heating-range-container {
    color: black !important;
    background-color: white !important;
}

.readOnly-Calendar {
    background-color: white !important;
}

#billingHistoryTbl, #usageHistoryTbl {
    width: 100% !important;
}

#usageHistoryTbl th {
    background-color: #edf0f4 !important;
}

/* Do not show the placeholders in any input. Todo; remove placeholder attrs from all inputs that don't absolutely need it */
::-moz-placeholder {
    color: #ccc !important;
    opacity: 0 !important;
}

:-ms-input-placeholder {
    color: #ccc !important;
    opacity: 0 !important;
}

::placeholder {
    color: #ccc !important;
    opacity: 0 !important;
}

.mr_digit {
    width: 40px;
    margin-bottom:5px;
    padding-left: 10px;
    padding-right: 10px;
}
.meterReadCol{
    max-width:50px !important;
}