/*
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 : Sep 16, 2018, 2:26:13 PM
    Author     : jundy
*/
/**
 * @override bootstrap
 */
.panel-body{
    overflow-y: scroll !important; 
    max-height: 55vh !important;
}

@media (min-width: 768px)
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.table .table {
     background-color: transparent !important; 
}

.treeview-a {
    color: #212529 !important;
}