.navbar-brand {
    padding: 8px 15px !important;
}

.panel-1 {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 5px;
}

.panel-2 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    width: 100%;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    background-color: #efefef;
}

.panel-2:focus,
.panel-2:active:focus,
.panel-2.active:focus,
.panel-2.focus,
.panel-2:active.focus,
.panel-2.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.panel-2:hover,
.panel-2:focus,
.panel-2.focus {
    color: #333;
    text-decoration: none;
    background-color: #e8e8e8;
    border-color: #ccc;
}

.panel-2:active,
.panel-2.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.panel-3 {
    padding: 20px;
    background-color: #fafafa;
}

.tableFixHead thead th { 
    position: sticky !important; 
    top: 0 !important;
    z-index: 1 !important;
    background-color: lightgray !important;
}

.tableBodyZindex tbody{
    z-index: -1 !important;
}

.row-fluid{
    white-space: nowrap;
 }
 
 .row-fluid .col-md-2{
     display: inline-block;
     margin-left:10px;
 }
