@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: 12px 0 0;
    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: transparent;
}

.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;
}

.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.colored-body i{
    margin: 5px 10px 5px 0;
    color: white;
    font-size: 29px;
}

.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: 24px;
    color: #3e3e3ead;
    font-weight: 500;
}

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

@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: 0px;
}

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

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

.media {
    display: flex;
    align-items: flex-start;
}

.feather-main .feather-icon-block {
    width: 53px;
    background-color: #73a517;
    height: 53px;
    margin-right: 12px;
    border-radius: 50%;
    position: relative;
    color: #fff;
}

.align-self-center {
    align-self: center!important;
}
.media-body {
    flex: 1 1;
}

.feather-main .media-body h6 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: 14px;
}

.feather-main .media-body p{
    color: #717171;
    font-size: 1.1rem;
    margin: 0 0 2px;
}

.feather-main .feather-icon-block i {
    font-size: 20px;
    left: 17px;
    position: absolute;
    top: 12px;
}

.feather-main .feather-icon-block.lft-15 i{
    left: 15px;
}

.media .media-left{
    position: relative;
}

.media .media-left a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1f1f1f;
    border: 2px solid #73a517;
}

.media .media-left a:hover{
    background-color: #73a517;
    color: white;
}

#dashboard_form table{
    margin-bottom: 0;
}

#dash-card-sys-services .media.service-stopped .media-left a{
    border: 2px solid #ae5951;
    background-color: #ae5951;
    color: white;
}

#dash-card-sys-services .media.service-stopped .media-left a:hover{
    background-color: #ae5951;
    color: white;
}

/*#dash-card-extensions .feather-main .feather-icon-block{
    background-color: #607D8B;
}

#dash-card-queues .feather-main .feather-icon-block{
    background-color: #607D8B;
}*/