@charset "utf-8";
#section-to-print {
    font-family: "Arial Narrow", "Century Gothic", sans-serif;
}
#login {
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
/*//////////////////////////////////// NAVBAR ////////////////////////////////////*/
.enavbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}
.enavbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.enavbart a:link{
	  color: white;
}
.enavbart a:visited{
	  color: white;
}
.edropdown {
  float: left;
  overflow: hidden;
}
.edropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
.enavbar a:hover, .edropdown:hover .dropbtn {
  background-color: #cc3333;
}
.edropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.edropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.edropdown-content a:hover {
  background-color: #ddd;
}
.edropdown:hover .edropdown-content {
  display: block;
}
/*//////////////////////////////////////////////////////// GETUSERNEW TABLE ////////////////////////////////////////////*/
#getusernew input[type=number]{
    width: 55px;
} 
#getusernew {
    border-collapse: collapse;
    font-family: "Arial Narrow", "Century Gothic", sans-serif;
	page-break-inside: auto;
}

#getusernew td, th {
  border: 1px solid #999;
}
/*//////////////////////////////////////////////////////// CALANDER TABLE ////////////////////////////////////////////*/
.dpTable {
    border-collapse: collapse;
    background-color: #D5D5D5;
}
/*//////////////////////////////////////////////////////// REPORT7 TABLE ////////////////////////////////////////////*/
#report7 {
    border-collapse: collapse;
    font-family: "Arial Narrow", "Century Gothic", sans-serif;
	page-break-inside: auto;
}

#report7 td, th {
  border: 1px solid #999;
}

#report7 tr {
  page-break-inside: avoid;
  page-break-after: auto;
}

@media print {
  body * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.hinput{
	width: 30px;
}
.navt{
    margin-top: 0px;
}
.navb{
    margin-bottom: 0px;
    float: clear;
}
a{
    text-decoration: none;	
}
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: #FF0000;
}

/* selected link */
a:active {
  color: black;
}
.altcol tr:nth-child(odd) {
    background-color:  #f2f2f2
;
}

.jobbg{
	border-radius: 50px;
	background-color: lightgrey;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 25px;
	padding-right: 50px;
	padding-left: 50px; 
	padding-top: 20px;
	padding-bottom: 20px;
}
.job-1{
	display: inline-block;
	width: 400px;
	min-height: 30px;
	margin: 20px;
}
.job-2{
	display: inline-block;
	width: 80%;
	min-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.news-1{
	display: inline-block;
	width: 400px;
	min-height: 30px;
	margin: 10px;
}
.news-2{
	display: inline-block;
	width: 80%;
	min-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.gap-10{
	min-height: 10px;
}
.gap-20{
	min-height: 20px;
}
.gap-30{
	min-height: 30px;
}
.gap-40{
	min-height: 40px;
}

.jobadd {
  display: inline-block;
  width: 140px;
  text-align: right;	
}
.jobaddin {
  display: inline-block;
  width: 320px;
}
.dpTable {
	margin: 20px;
	background-color: #d4d4d4;
	border: 1px solid;
}
.dpTable th, td {
  padding: 5px;
}
.dpTDHover{
	background-color: white;
}
.news10 {
	margin-top: 10px;
}
.news20 {
	margin-top: 20px;
}