.itemName + .select2-container .select2-selection--single{
  height: 38px;
}

.trans {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('https://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

body.loading .trans {
    overflow: hidden;   
}

body.loading .trans {
    display: block;
    z-index: 1005;
}

/* File Table */
.file-table {
    border: solid 1px #040404;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}

.file-table thead th {
    background-color: #DDEFEF;
    border: solid 1px #040404;
    color: #336B6B;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}

.file-table tbody td {
    border: solid 1px #040404;
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    padding: 5px 1px;
}

#left-sidebar-nav span.badge.count {
  line-height: 20px;
  margin-top: 11px;
  min-width: 0;
}

span.badge.count {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  border-radius: 2px;
}