.text-primary {
    color: #0088CC !important;
}

.bg-primary, html .background-color-primary {
    background-color: #0088CC !important;
}
.bg-success, html .background-color-success {
    background-color: #47a447 !important;
}
.bg-warning, html .background-color-warning {
    background-color: #ed9c28 !important;
}
.bg-danger, html .background-color-danger {
    background-color: #d2322d !important;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    margin-bottom: 20px;
}

/*.card {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}*/

.card-featured-top {
    border-top: 3px solid #CCC;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.card-featured-left {
    border-left: 3px solid #CCC;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}



.card-featured-primary {
    border-color: #0088CC;
}
.card-featured-success {
    border-color: #47a447;
}
.card-featured-warning {
    border-color: #ed9c28;
}
.card-featured-danger {
    border-color: #d2322d;
}

.card-header {
    
}

.card-body {
    background: #fdfdfd;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
}




/* WINDGET */
.widget-summary {
    display: table;
    width: 100%;
}

.widget-summary .widget-summary-col.widget-summary-col-icon {
    width: 1%;
}
.widget-summary .widget-summary-col {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.widget-summary-col {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.widget-summary .summary {
    min-height: 65px;
    word-break: break-all;
}

.widget-summary .summary-icon {
    margin-right: 15px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.widget-summary .summary .title {
    margin: 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
}
.widget-summary .summary .info {
    font-size: 13px;
}
/*.widget-summary .summary .info span {
    vertical-align: middle;
}*/

.widget-summary .summary-footer {
    text-align: right;
    border-top: 1px dotted #ddd;
    padding: 5px 0 0;
    margin-top: 5px;
}

.widget-summary.widget-summary-md {
    padding: 0;
}
.widget-summary.widget-summary-md .summary-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 38px;
}
.widget-summary.widget-summary-md .summary {
    min-height: 0;
    margin-top: 12px;
}

.widget-summary.widget-summary-sm {
    padding: 0;
}
.widget-summary.widget-summary-sm .summary-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 27px;
}
.widget-summary.widget-summary-sm .summary {
    min-height: 0;
}

.widget-summary.widget-summary-xs {
    padding: 0;
}
.widget-summary.widget-summary-xs .summary-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.widget-summary.widget-summary-xs .summary {
    min-height: 0;
}