


.widget {
    background: #fff;
    height: 250px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px
}

span.hint {
    color: #999;
    padding-left: 5px;
}

span.hint::before {
    content: '|';
    padding-right: 5px;
}

/* ************ Colors ************ */

/*  widget-success */
.widget.widget-success.widget-countable div.stats div.widget-label {
    background: #8BC34A;
}
.widget.widget-success.widget-countable > i,
.widget.widget-success.widget-table h5 {
    color: #8BC34A;
}

/*  widget-info */
.widget.widget-info.widget-countable div.stats div.widget-label {
    background: #FFCA28;
}
.widget.widget-info.widget-countable > i,
.widget.widget-info.widget-table h5 {
    color: #FFCA28;
}

/*  widget-primary */
.widget.widget-primary.widget-countable div.stats div.widget-label {
    background: #00BCD4;
}
.widget.widget-primary.widget-countable > i,
.widget.widget-primary.widget-table h5 {
    color: #00BCD4;
}

/*  widget-danger */
.widget.widget-danger.widget-countable div.stats div.widget-label {
    background: #F44336;
}
.widget.widget-danger.widget-countable > i,
.widget.widget-danger.widget-table h5 {
    color: #F44336;
}

/* ************ widget-delimiter ************ */
.widget.widget-delimiter {
    height: auto;
    background: transparent;
    box-shadow: none;
}
.widget.widget-delimiter h6 span {
    display: table-cell;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 10px 0 0;
}
.widget.widget-delimiter h6::after {
    content: ' ';
    border-top: 1px solid #e3e3e3;
    width: 100%;
    height: 20px;
    display: table-cell;
    /* top: 6px; */
    position: relative;
    left: 0px;
    right: 45px;
    transform: translateY(50%);
}


/* ************ widget-countable ************ */

.widget.widget-countable {
    text-align: center;
}
.widget.widget-countable > i {
    margin-right: 0px;
    width: 66px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    font-size: 3.5em;
}
.widget.widget-countable div.stats {
    overflow: hidden;
    border-top: 1px solid #DDD;
    background: #f9f9f9;
    height: 120px;
}

.widget.widget-countable div.stats div.widget-label {
    position: absolute;
    top: 115px;
    transform: translateX(-50%);
    left: 50%;
    height: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
}

.widget.widget-countable div.stats h5,
.widget.widget-countable div.stats h5 a {
    margin: 10px 0;
    color: #575757;
    font-size: 60px;
    line-height: 100px;
}

.widget.widget-countable div.stats h5 span {
    color: #999;
    font-size: 20px;
}


/* ************ widget-table ************ */

.widget.widget-table h5 {
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.widget.widget-table table.table > tbody > tr > td {
    height: 21px;
    line-height: 21px !important;
    padding: 5px 15px;
}
.widget.widget-table table.table > tbody > tr > td:last-child {
    text-align: right;
}

.widget.widget-table table tbody tr {
    display: none;
}

.widget.widget-table table tbody tr[data-page="0"] {
    display: table-row;
}

.widget.widget-table table thead tr th {
    padding: 5px 15px;
}

.widget.widget-table table tfoot a {
    display: inline-block;
    border: 1px solid #DDD;
    height: 30px;
    margin: 5px 0 5px 5px;
    width: 30px;
    text-align: center;
    line-height: 30px;
}

.widget.widget-table table tfoot a.active {
    background: #00BCD4;
    color: #fff;
}
