/**
 *
 * Apply your custom CSS here
 *
*/

body {}

a {}

div.dataTables_filter label {
    float: inherit;
    margin-left: 20px;
}

/*#example-1_wrapper {
    overflow: hidden;
}*/

.nav>li.active {
    border-left: 4px solid #ffffff;
    background: #293846;
}

.wrapper-content {
    transition: all 0.4s;
}

.wrapper-content.slide-left {
    margin-left: 100%;
}

.wrapper-content.slide-right {
    margin-right: 100%;
}

.wrapper-content.slide-top {
    margin-top: 100%;
}

.wrapper-content.slide-in {
    margin: 0px !important;
}


.ibox-content h1 > strong{
    font-size: 40px !important;
    color:rgb(115,135,156);
}
.ibox-title {
    padding:10px 15px 0px !important;
    min-height: 0px !important;
}
.ibox{
    margin-bottom: 5px !important;
}

.widget_summary{
    width:100%;
    display:inline-flex;
}

.widget_summary .w_left {
    float: left;
    text-align: left;
}
.w_25{
    width:25%;
}

.widget_summary .w_center {
    float: left;
}

.w_55{
    width:55%;
}

.widget_summary .w_right{
    float: left;
    text-align: right;
}

.w_20{
    width: 20%;
}
.tile_info{
    width: 100%;
}
#reseller-table{
}

#reseller-table td,th{

    text-align: center;
    font-size:80%;
}
#reseller-table tr{

}}!important;
    margin-top: 15px !important;
        padding-bottom: 15px !important;
    padding-top: 15px !important;
}
#reseller-table tr{

    padding-bottom: 15px !important;
    padding-top: 15px !important;
}