/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09/12/2016, 10:57:44 PM
    Author     : Ramadan Juma
*/

.table th a {
    text-decoration: none;
    display: block;
}

.dataTables_filter {
    margin-bottom: 5px;
}

.blocks-6 > li {
    width: 12.666667%
}

.page-header-actions {
    z-index: 8;
}
@media (min-width:992px) {
    .site-sidebar.slidePanel.slidePanel-right {
        width: 45%;
        z-index: 9;
    }
}
@media (min-width: 480px) {
    .blocks-xs-6 > li {
        width: 12.666667%
    }
}

@media (min-width: 768px) {
    .blocks-sm-6 > li {
        width: 12.666667%
    }
}

@media (min-width: 992px) {
    .blocks-md-6 > li {
        width: 12.666667%
    }
}

@media (min-width: 1600px) {
    .blocks-xlg-6 > li {
        width: 12.666667%
    }
}

