

  body {
    background:url(/images/background.jpg) #CFCFD1 repeat-x top;
    color:#747480;
    margin:0;
    padding:0;
  }

  #main {
    width:924px;
    margin:0 auto;
    padding:0;
    float: fixed;
    margin-left: auto; margin-right: auto;
  }
  
  #container {
    background:url(/images/contentrepeat.jpg) repeat-y;
    float:left;
    position: relative;
  }
  
  #logo {
    height: 161px;
    left: 24px;
    position: absolute;
    top: 1px;
    width: 160px;
  }
  
  #top {
    background:url(/images/top.jpg) no-repeat top;
    width:924px;
    height:59px;
    margin:0;
    padding:0;
  }

  #admin_header, #application_header {
    float: right;
    height: 50px;
    margin-right: 10px;
  }

  /* custom navbar */
.navbar-custom {
	background: linear-gradient(#8a59e6, #280a4b);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 2px solid rgb(255, 255, 255);
	border-bottom: 3px solid rgb(255,255,255);
	
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
	color: rgba(255,255,255,.8);
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
	color: rgba(255,255,255,.5);
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
	color: #ffffff;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
	background-color: #ff5500;
}
.navbar-custom .dropdown-item {
	color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
	color: #333333;
	background-color: rgba(255,255,255,.5);
}

/* custom navbar */
.btn-custom {
	background: linear-gradient(#8a59e6, #280a4b);
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: 1px solid rgb(212, 209, 209);
	border-top: none;
	border-bottom: none;
}

.btn-custom:hover {
	background: #8a59e6;
}

.admin {
    clear: both;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    }

.collapse-row.collapsed + tr {
    display: none;
    }

.login-page, .register-page {
    height: 50vh;;
}

.dt-print-view{
  background: white;
}

.dt-print-view h1{
  background: lightgray;
  border: none;
  border-radius: 0px;
  color: black;
}