
.navbar {
	/* IE10 Consumer Preview */
	background-image: -ms-linear-gradient(top, #FFFFFF 33%, #F5F5F5 100%);
	/* Mozilla Firefox */
	background-image: -moz-linear-gradient(top, #FFFFFF 33%, #F5F5F5 100%);
	/* Opera */
	background-image: -o-linear-gradient(top, #FFFFFF 33%, #F5F5F5 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.33, #FFFFFF), color-stop(1, #F5F5F5));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-linear-gradient(top, #FFFFFF 33%, #F5F5F5 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: linear-gradient(to bottom, #FFFFFF 33%, #F5F5F5 100%);
}

table.dataTable thead {
	background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#f8f8f8));
	background-image: -webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);
	background-image: -moz-linear-gradient(top,#fff 0,#f8f8f8 100%);
	background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
	background-repeat: repeat-x;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);
}

/*  ----Initially hide the datatable---- */
#fileList {
	display:none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#publicFileList {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#publicFileList_wrapper {
	border-top: 1px solid #ddd;
}

/* Set the fixed height of the footer here */
#footer {
	border-top: 1px solid #e4e4e4;
	background-color: #f2f2f2;
	color: #666666;
}

.breadcrumb {
    border: 1px solid #dddddd;
    border-radius: 3px;
}

h1.page-title span.glyphicon:first-of-type {
	color: #7E9CAF;
}

h3.panel-title span:first-of-type {
	color: #7E9CAF;
}

/* Breadcrumb */

.breadcrumb {
  background: #FBFBFB;
}

#breadcrumb li:last-child a {
  color: #333333;
}

.modal-header {
	padding: 10px 15px;
	background: #f5f5f5;
	border-bottom: 3px solid #eee;
 }
 
.modal-body h4.title {
	border-bottom: 1px solid #eee;
}
 
.modal-header span.glyphicon {
	color:#7E9CAF;
}

.bg-info {
	background-color: #e7f1f7 !important;
	border-color: #f7f9fa !important;
}

.file-box-list ul li {
	background-color: #f7f7f7;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #A6C9E6;
}

.welcome {
    background-image: url(/images/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; /* optional, center the image */
}

.table-striped > tbody > tr:nth-child(odd) > td.details, .table-striped > tbody > tr:nth-child(even) > td.details {
    background-color: #FFFFF0;
}

.share-has-password {
	color: #FFCC00;
}
.share-allows-upload {
	color: #56AFD7;
}
.share-allows-download {
	color: #4CAF50;
}
.share-notify {
	color: #337ab7;
}
.share-delete-on-expire {
	color: #808080;
}

.sidebar-nav li.active {
    background: rgba(0,128,255,0.1);
}

.sidebar-nav li a {
    color: #5e88ad;
}

.sidebar-nav li a:hover {
    color: #036;
    background: rgba(0,128,255,0.3);
}

.sidebar-nav > .sidebar-brand a {
    color: #666666;
}
