
/*text*/
.white-text {
    color: white !important;
}

.darkgray-text {
    color: darkgray !important;
}

.red-text {
    color: #c74242 !important;
}

.blue-text {
    color: #0d5b65 !important;
}

.powder-blue-text {
    color: #337ab7 !important;
}

.dark-text {
    color: #303030 !important;
}

.bold-dark-text {
    color: #303030 !important;
    font-weight: 700;
}

.bold-white-text {
    color: white !important;
    font-weight: 500;
}

.bold-red-text {
    color: #ff002d !important;
    font-weight: 700;
}

.bold-green-text {
    color: #0F7F31 !important;
    font-weight: 700;
}

.bold-blue-text {
    color: #241FB8 !important;
    font-weight: 900;
}

.bold-red-text {
    color: #c74242 !important;
    font-weight: 900;
}

/*bg*/

.message-header {
    background-color: #03132B !important;
}

    .thead-pm-blue {
    color: #fff;
    background-color: #03132B !important;
    border-color: #454d55;
    font-size: 12px;
}

.card-header-pm-blue {
    max-height: 68px !important;
    min-height: 68px !important;
    background-color: #03132B !important;
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
}

.card-footer-pm-light-blue {
    background-color: #1d290f !important;
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
}

.bg-pm-blue {
    background-color: #03132B !important;
}

.bg-fake-disabled-gray {
    background-color: #E9ECEC !important;
}

.bg-ecto-cooler {
    background-color: #1d290f !important;
    border: 3px solid #1d290f;
}

.bg-red {
    background-color: #c74242 !important;
}


