img{
    max-width: 100%;
    height: auto;
}
.mainten {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    display: none!important;
}

.navbar-inverse{
    -webkit-border-radius:0;
    border-radius: 0;
    background-color: #ca0018;
    border: 0;
}

.navbar-inverse .navbar-nav>li>a{
    color:white;

}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover{
    background-color: #0f1e3c;
}
.navbar-inverse .navbar-brand{
    color:white;
}


a{
    color:#ca0018;
}

tr.indented-tr-lv-1{
    display: none;
}

tr.indented-tr-lv-1 td:first-child{
    padding-left:25px;
}

tr.indented-tr-lv-2{
    display: none;
}

tr.indented-tr-lv-2 td:first-child{
    padding-left:50px;
}

tr.indented-tr-lv-3{
    display: none;
}

tr.indented-tr-lv-3 td:first-child{
    padding-left:75px;
}

tr.indented-tr-lv-4{
    display: none;
}

tr.indented-tr-lv-4 td:first-child{
    padding-left:100px;
}

tr.indented-tr-lv-5{
    display: none;
}

tr.indented-tr-lv-5 td:first-child{
    padding-left:125px;
    
}

.logo-wrap img{
    max-width: 50%;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.file-icon{
    display:inline-block;
    width:20px;
    margin-right: 5px;
}

.file-icon img{
    max-width: 100%;
}

.btn-full{
    width:100%;
}

.btn-primary{
    background-color: #ca0018;
    border: 0;
}

.panel-default>.panel-heading{
    background-color:#0f1e3c;
    color:white;
}
/**
* Dashboard
*/
#dashboard-events{
    margin-left: 0;
    padding-left: 0;
}

#dashboard-events li{
    list-style: none;
    padding-bottom: 15px;
}

#dashboard-events .event-date{
    text-align: center;
    font-weight: bold;
    font-size:12px;
}

#dashboard-events .event-day,
#dashboard-events .event-month{
    display: block;
}

#dashboard-events .event-title,
#dashboard-events .event-time{
    display: block;
}

#dashboard-events .event-title{
    font-weight: bold;
    padding-bottom: 5px;
}
#dashboard-events .event-time{
    font-size: 12px;
}

#dashboard-events .event-categories{
    font-size: 10px;
}



#dashboard-latest-news{
    padding-left: 0;
    padding-right: 0;
}

#dashboard-latest-news li{
    list-style: none;
    padding-bottom: 15px;
}

#dashboard-latest-news .news-image img{
    width:100%;
    height: auto;
}

#dashboard-latest-news .news-title,
#dashboard-latest-news .news-excerpt{
    display: block;
}

#dashboard-latest-news .news-title{
    font-weight: bold;
    padding-bottom: 5px;
}

#dashboard-latest-news .news-excerpt{
    font-size:12px;
    padding-bottom: 10px;
}

#dashboard-recent-files{
    padding-left: 0;
    margin-left: 0;
}

#dashboard-recent-files li{
    list-style: none;
    padding-bottom: 15px;
}


#dashboard-quick-links{
    padding-left: 0;
    padding-right: 0;
}

#dashboard-quick-links li{
    padding-bottom: 15px;
    list-style: none;
}

#dashboard-resources{
    padding-left: 0;
    margin-left: 0;
}

#dashboard-resources li{
    padding-bottom: 15px;
    list-style: none;
}


#dashboard-notices{
    margin-left: 0;
    padding-left: 0;
}

#dashboard-notices li{
    list-style: none;
    padding-bottom: 15px;
}

#dashboard-notices .notice-date{
    text-align: center;
    font-weight: bold;
    font-size:12px;
}

#dashboard-notices .notice-day,
#dashboard-notices .notice-month{
    display: block;
}


#dashboard-notices .notice-title,
#dashboard-notices .notice-time{
    display: block;
}

#dashboard-notices .notice-title{
    font-weight: bold;
    padding-bottom: 5px;
}
#dashboard-notices .notice-time{
    font-size: 12px;
}

#dashboard-notices .notice-categories{
    font-size: 10px;
}
tr.fileMoveHover{
    background-color: rgba(0,0,0, 0.2)!important;
}
div.fileMoveHover {
    background-color: #ca0018!important;
}

.upDirDropZoneWrapper{
    width: 100%;
    display: none;
}
.upDirDropZoneWrapper .upDirDropZone{
    width: 100%;
    background-color: #0f1e3c;
    color: white;
    z-index: 99;
    padding: 10px;
    top: -5px;
}
.customDragGhost{
    z-index: 9999!important;
    position: absolute;
    background-color: white!important;
    padding: 5px 10px 5px 10px !important;
}
.customDragGhost a {
    text-decoration: none!important;
}

#moveFolderErrors{
    display: none;
}
p.md-headers {
    font-weight: 800;
}
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    font-size: 14px;
}

