.card{
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.search_from{
    margin-bottom:30px;
}

.ct-row {
    margin-top: 15px !important;
}
.btn-success{
    background:#28b673 !important;
}
.badge-success{
    background:#28b673 !important;
}
.card-title strong {
    color: #28b673 !important;
}
.card-body {
    background: #fbfbfb;
}
.btn.btn-warning {
    background: #f9a71f !important;
    color: #fff !important;
}