@media print {
    * {
        page-break-before: auto !important;
        page-break-after: auto !important;
    }
}

div.menu-subitems{
	margin-left: 1em;
}

div.displayError{
	display: block;
	margin-block-start: 2em;
	margin-block-end: 2em;
	max-width: 100%;
	min-width: 80%;
	color: red;
	font-size: large;
	font-weight: 200;
	text-align: center;
}

a {
	text-decoration: none;
	color: maroon;
}

p{
	display: block;
	margin-block-start: 0em;
	margin-block-end: 0em;

}

#logolink:hover {
	color: black;
	text-decoration: none;
}

a:hover {
	color: slategray;
	text-decoration: underline;
}

td.logo {
	font-family: 'Caveat', sans-serif;
	font-weight: bold;
	font-size: 30px;
}

td.header{
	font: 22px "Caveat";
	padding-left: 25px;
}

table.header {
    width: 98%;
}

td.header #navigation {
	float: left;
}

td.header #user {
	float: right;
	padding-right: 15px;
}

i.icon {
    width:30px;
    text-align:center;
    vertical-align:middle;
}
span.navigation{
	padding-right: 10px;
	padding-left: 10px;
}
p.center{
	width: 250px;
	position: fixed;
	text-align: center;
}

.centered-box {
	width: 250px;
	height: 90px;
	left: 50%;
	top: 50%;
	margin-top: -45px;
	margin-left: -125px;
	position: fixed;
}

.login-desc{
	float: left;
	width: 75px;
	height: 25px;
	padding-top: 5px;
}
.login-box{
	float: right;
	width: 175px;
	height: 30px;
}
.submit-button{
	float: right;
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 5px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}

.fa {
    position: relative;
}

.badge {
    font-size: .5em;
    display: block;
    position: absolute;
    top: -.55em;
    right: -.25em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1em;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: rgba(255,0,0,.8);
}

.row{
	height: auto;
	overflow: hidden;
}

.column {
  float: left;
  
}

.left {
  width: 200px;
  float: left;
}

.right {
  width: auto;
  overflow: hidden;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

select[readonly] {
  background: #eee;
  pointer-events: none;
  touch-action: none;
}

div.subheader{
	font: 1.5em "Caveat";
	padding-left: 1em;
}
div.subsubheader{
	font: 1.25em "Caveat";
	padding-left: 15px;
}

div.line{
	width: 100%;
	height: 2px;
	border-bottom: 1px solid black;
	position: absolute;
}
div.nowrap{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
	margin:0 auto; 
}

.table {
  display: table;
}
.tablerow {
  display: table-row;
}
.tablecell {
  display: table-cell;
  width: 10em;
}
.tablecellfull {
  display: table-cell;
  width: auto;
}
.tablecellwide {
  display: table-cell;
  width: 15em;
  
}
.tablecellsuperwide {
  display: table-cell;
  width: 20em;
  
}
.tablecelldoublewide {
	display: table-cell;
	width: 15em;
	
  }
.tablecellnarrow {
  display: table-cell;
  width: 5em;
  
}
.tablecellsupernarrow {
  display: table-cell;
  width: 2em;
  
}
.tablecolumn {
  display: table-column;
}

.timesheetnoteclick {
	padding-left: .5em;
}

/* Printable Reports Table Formating - START */
.printcell {
  display: table-cell;
}
/* Printable Reports Table Formating - END */


/* Fade Out - START */

.animated {
	background-position: left top;
	padding-top:95px;
	margin-bottom:60px;
	-webkit-animation-duration: 8s;animation-duration: 8s;
	-webkit-animation-fill-mode: both;animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

/* Fade Out - END */

/* timecard collapse - START */

.container .tsheader{
	cursor: pointer;
}
.container .content {
  display: none;
  padding : 5px;
}

/* timecard collapse - END */

/* timecard datepicker - START */

div.week-picker{
	padding-top: .1em;
}

/* timecard datepicker - END */

/* timecard field colors - START */

input.time-weekend, textarea{
	background: lightgray;
}

/* timecard field colors - END */

/* reports - START */

div.report_wrapper{
	font-family: "Times New Roman", Times, serif;
	font-size: 12;
	width: 210mm;
}
div.report_header{
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
}
div.report_subheader{
	font-weight: bold;
	width: auto;
	text-align: center;
}


/* reports - END */



/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* format button as text */
button.text {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}