/*
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 : 13-Jan-2017, 14:22:45
    Author     : Igor
*/

body {
    padding-top: 65px;
}

.navbar-header > a {
    color: black !important;
}


@media (min-width: 768px) {
    .navbar-icons {
        border-left: 1px solid #e7e7e7;
        border-right:none;
    }

    .navbar-nav {
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
    }

    .navbar-icons > li > a {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 24px;
        color: #337ab7 !important;
    }
}

.tab-content>.tab-pane {
    padding-top: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
}

.tab-content>.tab-pane .dataTables_wrapper {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}