.p-0{padding-left:0; padding-right:0px;}
.breadcrumb{line-height:28px;}

.navbar-default .navbar-brand > span{margin-left:4px;}
.sidebar-xs .navbar-default .navbar-brand > span{display:none;}
.sidebar-xs .header-highlight .navbar-header .navbar-brand > img{display:block;}

.sidebar-xs .footer{display:none;}
.small-image{max-width:150px; max-height:100px;margin-right:6px;} 
.thumbnail..small-image{margin-right:4px;}

 .loading-on-div:after{
    width:183px;
    height:70px;
    left:calc(50% - 91px);top:calc(50% - 35px);
    content:'';
    background:url({{ STATIC_URL }}images/logo-tran.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 2;
    font-weight:bolder;
    -webkit-animation: slider 2s infinite;
    animation: slider 2s infinite;
}

.table .thumb{width:40px; height:40px; margin-right: 4px; background: none center center no-repeat; background-size: cover; border: 1px solid #ddd; display:inline-block;}   


.thumbnail{width:100px; max-height:100px; margin-right: 8px; margin-bottom:6px;} 