@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* #f87b6b!important */
.dash-card{
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 10px 5px #e7e7e7;
    margin: 15px 0 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.dash-card .body, .dash-card .header{
    padding: 15px!important;
}

.dash-card .header span{
    font-weight: 700;
}

.dash-card .header{
    background-color: #f6f6f6;
}

.dash-card .footer{
    border-top: 1px solid #e5ebec;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}

.dash-card .description-block{
    display: block;
    margin: 10px 0;
    text-align: center;
}

.dash-card .border-right{
    border-right: 1px solid #e5ebec;
}

.dash-card .description-block > .desc-header{
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}

.dash-card .description-block > .desc-text{
    text-transform: uppercase;
}

.dash-card span.counter{
    margin-top: 9px;
    float: right;
}

.dash-card strong{
    font-family: Open Sans,sans-serif!important;
    color: #333648;
    font-size: 1.3rem;
}

.dash-card span > small{
    color: #868e96;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 42px;
}

.dash-card.colored-body strong, .dash-card.colored-body span > small{
    color: white;
}

#dash-card-pjsip, #dash-card-queues{
    background-color: #deb17f
}

#dash-card-sip, .dash-card .label-success, #dash-card-trunks{
   background-color: #a7c56e
}

#dash-card-iax2, #dash-card-extensions{
    background-color: #6e8bc5;
}

#dash-card-ivrs{
    background-color: #9E9E9E;
}

#dash-card-call_counter, .dash-card .label-warning{
    background-color: #c57c6e;
}

#dash-card-conferences{
    background-color: #607D8B;
}

#dash-card-parking_lots{
    background-color: #00BCD4;
}

.no-padding{
    padding: 0;
}

canvas{
    position: relative;
    width: 100%;
    display: block;
}

#dash-card-sys-services table{
    font-size: 14px;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table.info td{
    vertical-align: middle !important;
}

#dash-card-sys-services table td,
#dash-card-sys-services table th,
table.info td, table.info th{
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
    padding: .75rem;
}

#dash-card-sys-services table tr:first-child td, table.info tr:first-child td{
    border: none;
}

.text-right {
    text-align: right!important;
}

.font-medium {
    font-weight: 500;
}

.dash-card-logo{
    fill: white;
    height: 33px;
    margin: 5px 10px 5px 0;
    float: left;
}

.dash-card .body .btitle{
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 500;
}

.dash-card .body .bstitle{
    text-transform: capitalize;
    font-size: 95%;
    font-weight: 500;
    color: #6a6c6f!important;
}

.dash-card .watermark {
    color: #edf0f5!important;
    font-size: 2rem;
}

.time-info .btitle{
    color: #a7c56e;
}

.live-usage-group{
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50%;
    padding-top: 30px;
}

.full-height{
    height: 100%;
    position: absolute;
    right: 0;
    padding: 0;
}

.full-height > .container-fluid{
    height: 100%;
}

.live-usage{
    flex: 0 0 50%;
    padding: 0 !important;

}

.live-usage h5{
    color: #8a8a8a;
}

.live-usage span{
    font-size: 32px;
    color: #3e3e3ead;
    font-weight: 500;
}

#sys-usage-wrapper{
    position: relative;
    height: 380px;
}

@media only screen and (max-width: 768px) {
    .no-padding-xs {
        padding: 0;
    }
}

.dash-card-icon > i{
    color: white;
    font-size: 2em;
    margin-right: 2px;
}

#dash-card-hardware-info, #dash-card-system-info{
    padding-bottom: 14px;
}

#dash-card-softphone_devices {
    background-color: #c5b76e;
}

.dash-cart-mt {
    margin: 15px 0 0;
}