/*
Copyright
Usage of any image or code not allowed
*/

/* general */
body {
  background: #f1f1f1 url("/images/msg_bg.jpg") no-repeat fixed 0 -280px;
  background-size: auto;
  margin-top: 80px;
}
a {
  color: #841439 !important;
}

/* header */
.navbar {
  display: none;
}
#header {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 80px;
  width: 100%;
  background-color: #4d4d4d;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
#header .logo
{
  position: absolute;
  top: 30px;
  left: 15px;
  height: auto;
  width: 80px;
}
#header .links {
  position: absolute;
  top: 30px;
  right: 25px;
}
#header .links li {
  display: inline-block;
  list-style-type: none;
  padding-left: 10px;
}
#header .links a {
  font-size: 16px;
  font-weight: 100;
  color: #fff !important;
  line-height: 22px;
  text-transform: uppercase;
}

/* footer */
#footer {
  display: none !important;
}

/* nav */
.sidebar-nav li a:hover {
  color: #fff !important;
  background-color: #841439 !important;
}
.sidebar-nav li.active {
  background-color: #841439 !important;
}
.sidebar-nav li.active a {
  color: #fff !important;
}

/* content */
tr.even {
  background-color: #f2f2f2 !important;
}
tr.odd, tfoot {
  background-color: #fff !important;
}
tr.selected td {
  color: #fff !important;
  background-color: #841439 !important;
}
tr.selected td a {
  color: #fff !important;
}

/* button */
.btn-primary {
  color: #fff !important;
  border-color: #841439 !important;
  background-color: #841439 !important;
}
.btn-primary:hover {
  opacity: 0.8;
}
.paginate_button.active a {
  color: #fff !important;
  border-color: #841439 !important;
  background-color: #841439 !important;
}
/* icon */
h1 .glyphicon, h3 .glyphicon, .home-link {
  color: #841439 !important;
}
td img, .pull-left img, .pull-right img{
  filter: grayscale(100%);
}

/* display */
#user-password, #change-password-btn, #theme-list {
  display: none;
}

/* mobile */
@media only screen and (min-width: 600px) {
  #header .logo {
    top: 23px;
    left: 15px;
    height: 40px;
    width: auto;
  }
}


.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 {	
	color:#7E9CAF;
}

h3.panel-title span.glyphicon {
	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;
}

.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;
}