﻿.footer .footer-inner .footer-content {
    line-height: 8px !important;
}

.bolder {
    font-weight: normal;
}

.bigger-110 {
    font-size: 80% !important;
}

@media only screen and (max-width: 991px) {
    .sidebar.responsive {
        z-index: 1200;
    }
}

.ace-nav > li {
    height: 45px;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 5px;
    width: 20px;
}

body {
    font-family: 'Calibri';
}

@media (min-width: 768px) {
    .form-inline .form-group {
        margin-bottom: 5px;
    }
}

.ui-jqgrid .ui-jqgrid-pager {
    line-height: 5px;
    height: 25px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.page-content {
    padding: 3px 1px 2px;
}

.table-wrapper-scroll-y {
    display: block;
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-wrapper-scroll-y::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .table-wrapper-scroll-y::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .table-wrapper-scroll-y::-webkit-scrollbar-thumb {
        background-color: #000000;
    }

.col-xs-20 {
    width: 19%;
}
 .bootstrap-datetimepicker-widget table td span{
            width:50px!important;
            height:30px!important;
            line-height:35px!important;
            margin:0px!important;            
        }