/* **** common colors ***** */

.dev-color {
    background:rgba(155,52,65,1.0) !important;
} 

.primary-color {
    /** primary background:#283749 **/
    background:#233441 !important;
}

.primary-color-nav {
    background:#233441 !important;
}

.secondary-color {
    /** background:rgba(51,108,166,1.0); **/
    /** background:rgba(120,182,201,1.0); **/
    background:#36495f !important;
}

.tertiary-color{
    background: #6b98b7;
    /** background: #87ADCB !important; **/
}

.tertiary-color-border{
    border: 2px solid rgba(135, 173, 203,1.0);
    color:rgba(135, 173, 203,1.0);
} 

.tertiary-color-home-btn{
    background: rgba(102, 133, 159, 1);
}

.tertiary-color-home-btn:hover{
    background: #87ADCB !important;
}    

.tertiary-color-home-btn-selected{
    background: #6b98b7;
    /** background: #87ADCB !important; **/
}    

.primary-color-fnt {
    color:#233441 !important;
}

.secondary-color-fnt {
    /** color:rgba(51,108,166,1.0); **/
    color:#36495f !important; 
}

.tertiary-color-fnt{
    color: #87ADCB !important;
}

.ps-tertiary-color{
    background:#233441 !important;
}

.required{color: rgba(220,93,84,1.0) !important;}

.scrollto-highlight,
.highlight {
    border:1px solid #d52b1e !important;
    border-color: #d52b1e !important;
    background-color: rgba(213,43,30,.1) !important;
}

.white_fnt{color: #fff}

.black_fnt{color: #000 !important;}

.white_bg {background:#fff}

.link_color {
    color: #337ab7 !important;
}

.border-bottom-eee{
    border-bottom:1px solid #eee;
}

/* **** common colors ***** */

.favorite[data-prefix="far"]{
    color: #337ab7 !important;
}

.favorite[data-prefix="fas"]{
    color: #ff0000 !important;
}

.red{
    color: #ff0000;
}

.green{
    color: #8fb175;
}

.disabled {
    color: rgba(51, 51, 51, 0.16);
}
/* **** status colors ***** */

.status-color-n {
	background: #8fb175;
}

.status-color-n-fnt {
	color: #8fb175;
}

.status-color-a {
	background: #8fb175;
}

.status-color-a-fnt {
    color: #8fb175;
}

.status-color-a-fnt.hotsheet-status,
.status-color-new-fnt.hotsheet-status,
.status-color-a-fnt.card-status,
.status-color-new-fnt.card-status{
    color: #036E4A;
    background-color: #E9F3F0;
}

.status-color-pc {
	background: #9ecedd;
}

.status-color-pc-fnt {
	color: #233441;
}

.status-color-pc-fnt.hotsheet-status,
.status-color-pc-fnt.card-status {
	background: #9ecedd;
	color: #233441;
}

.status-color-uc {
	background: #e0a14a;
}

.status-color-us-fnt.hotsheet-status,
.status-color-uc-fnt.hotsheet-status,
.status-color-us-fnt.card-status,
.status-color-uc-fnt.card-status{
    background-color: #e9d1b1;
}

.status-color-us-fnt,
.status-color-uc-fnt {
	color: #000;
}

.status-color-rd,
.status-color-r,
.status-color-sd,
.status-color-s {
	background: #b43c48;
}

.status-color-s-fnt {
	color: #b43c48;
}

.status-color-rd-fnt.hotsheet-status,
.status-color-rd-fnt.card-status,
.status-color-r-fnt.hotsheet-status,
.status-color-r-fnt.card-status,
.status-color-sd-fnt.hotsheet-status,
.status-color-sd-fnt.card-status,
.status-color-s-fnt.hotsheet-status,
.status-color-s-fnt.card-status{
    color: #b43c48;
    background: #f7e8f3;
}

.status-color-t,
.status-color-x,
.status-color-w,
.status-color-wd,
.status-color-wc,
.status-color-wu,
.status-color-xd {
	background: #b7b7b7;
}

.status-color-w-fnt.hotsheet-status,
.status-color-w-fnt.card-status {
	color: #b0b7b8;
}

.status-color-x-fnt,
.status-color-w-fnt,
.status-color-wc-fnt,
.status-color-wu-fnt {
	color: #000;
}

.status-color-t-fnt.hotsheet-status,
.status-color-w-fnt.hotsheet-status,
.status-color-x-fnt.hotsheet-status,
.status-color-t-fnt.card-status,
.status-color-w-fnt.card-status,
.status-color-x-fnt.card-status {
	color: #000;
}

.status-color-t-fnt.hotsheet-status,
.status-color-w-fnt.hotsheet-status,
.status-color-wd-fnt.hotsheet-status,
.status-color-x-fnt.hotsheet-status,
.status-color-t-fnt.card-status,
.status-color-w-fnt.card-status,
.status-color-wd-fnt.card-status,
.status-color-wu-fnt.card-status,
.status-color-wc-fnt.card-status,
.status-color-x-fnt.card-status {
	background: #b7b7b7;
}

.status-color-cs {
	background: #9775b1;
}

.status-color-cs-fnt {
	color: #123058;
}

.status-color-cs-fnt.hotsheet-status,
.status-color-cs-fnt.card-status{
    background: #c0afcd;
    color: #123058;
}

.status-color-us {
	background: #e0a14a;
}

.status-confirmed.card-status{
    color: #036E4A;
    background: rgb(194, 242, 195);
}

.status-disabled.card-status{
    color: rgb(113, 25, 12); 
    background: rgb(249, 196, 195);
}

.status-invited.card-status{
    color: #233441;
    background: #a7ddef;
}

.status-nonportal.card-status{
    color: #000000;
    background: #b7b7b7;
}

.status-delete.card-status{
    color: #b43c48;
    background: #f7e8f3;
}

.mpq-div-icon.status-color-a:after{
    background: #8fb175;
}

.mpq-div-icon.status-color-r:after,
.mpq-div-icon.status-color-rd:after,
.mpq-div-icon.status-color-sd:after,
.mpq-div-icon.status-color-s:after {
	background: #b43c48;
}

.mpq-div-icon.status-color-cs:after {
	background: #9775b1;
}

.mpq-div-icon.status-color-us:after,
.mpq-div-icon.status-color-uc:after {
	background: #e0a14a;
}

.mpq-div-icon.status-color-wd:after,
.mpq-div-icon.status-color-t:after,
.mpq-div-icon.status-color-w:after,
.mpq-div-icon.status-color-wc:after,
.mpq-div-icon.status-color-wu:after,
.mpq-div-icon.status-color-xd:after,
.mpq-div-icon.status-color-x:after {
	background: #b7b7b7;
}