.parsley-errors-list{
    color: #dc3545ed;
    margin-top: 5px;
}
span.error,.validate_star{
    color: #dc3545ed;
}
label.error {
    width: 100%;
    margin-top: 0.5rem;
    font-size: .925rem;
    color: #f1416c;
}
td.details-control{
    background-image:url('/img/icons/details_open.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor:pointer;
}
tr.shown td.details-control {
    background-image: url('/img/icons/details_close.png');
    background-repeat: center center;
}
:disabled {
    cursor: not-allowed;
}

.dash-card { padding: 15px; color: #fff; border-radius: 7px; }
.merchant-dash:nth-child(1) .dash-card { background: #b87cf6 }
.merchant-dash:nth-child(2) .dash-card { background: #6a83e7 }
.merchant-dash:nth-child(3) .dash-card { background: #f58370 }
.merchant-dash:nth-child(4) .dash-card { background: #62e7bd }
.merchant-dash:nth-child(5) .dash-card { background: #e76287 }
.merchant-dash:nth-child(6) .dash-card { background: #95d562 }
.merchant-dash:nth-child(7) .dash-card { background: #dcd625 }
.merchant-dash:nth-child(8) .dash-card { background: #fdbd6d }
.merchant-dash:nth-child(9) .dash-card { background: #f38af7 }
.merchant-dash:nth-child(10) .dash-card { background: #6fd6f0 }
.merchant-dash:nth-child(11) .dash-card { background: #f86868 }
.merchant-dash:nth-child(12) .dash-card { background: #8de777 }
.merchant-dash:nth-child(13) .dash-card { background: #b85459 }
.merchant-dash:nth-child(14) .dash-card { background: #b87cf6 }
.dash-card .value { font-weight: 700;  font-size: 16px;text-overflow: ellipsis;overflow: hidden; height: 22px;}

.merchant-dash .dash-card .value {height: 22px; height: 25px; text-overflow: ellipsis;white-space: nowrap; }

