@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 ////////////////////////////////////*/
.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial;
}
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.navbart a:link{
	  color: white;
}
.navbart a:visited{
	  color: white;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .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 */
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #0FC7FF;
}
.dropdown-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;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-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: -10px;
}
.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
;
}

#twocol {
	width: 100%;
}

#fl {
	width: 50%;
	float: left;
}
#eee {
	width: 50%;
	float: right;
}
#clearfl {
	clear: both;
}
