box.box-solid.box-success {
    border: 1px solid #00a65a;
}

.box.box-solid {
    border-top: 0;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

    .box.box-solid.box-success > .box-header {
        color: #fff;
        background: #00a65a;
        background-color: #00a65a;
    }

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header > .box-tools {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    /*.pull-right {
    float: right;
}*/

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
    }

.box-widget {
    border: none;
    position: relative;
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 75px;
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.no-padding {
    padding: 0 !important;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-stacked > li {
    float: none;
    width: 100%;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-stacked > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.nav-stacked > li > .row > .col-9 > span {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}
.nav > li > .row > .col-9 > span {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-stacked > li > .row > .col-3 > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.nav > li > .row > .col-3 > a{
    position: relative;
    display: block;
    padding: 10px 15px;
}


.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.info-box-number {
    text-overflow: ellipsis;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* overflow-x: hidden; */
    height: 27px;
}

.small-box .inner p {
    overflow-wrap: break-word;
    overflow: hidden;
    height: 32px;
}

.box-img {
    width: 90px;
    height: 90px !important;
}

.box-body {
    /*height: 155px;*/
}

.box-users {
    height: 260px;
}

.box-tables {
    height: 215px;
}

.graphCanvas {
    width: 328px;
    height: 160px;
    line-height: 200px;
    text-align: center;
}

    .graphCanvas p {
        line-height: 1.5;
        display: inline-block;
        vertical-align: middle;
    }
