html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:              0;
	padding:             0;
	border:              0;
	font-size:           100%;
	vertical-align:      baseline;
	outline:             none;
	-webkit-box-sizing:  border-box;
	-moz-box-sizing:     border-box;
	box-sizing:          border-box;
}

html { height: 100%; }
body { padding-bottom: 65px; font-family: Arial, Tahoma, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 { font-family: 'Merienda', 'Trebuchet MS', Verdana, sans-serif; font-size: 2.95em; line-height: 1.7em; margin-bottom: 20px; font-weight: bold; color: #675d90; text-shadow: 2px 2px 0px rgba(255,255,255,0.65); text-align: center; }

header {
  position:           relative;
	margin:             10px;
	border-bottom:      solid #94dffc 10px;
	overflow:           auto;
}

header > img {
	float:              left;
}

header > .left {
	position:           absolute;
	bottom:             0;
	left:               150px;
}

header > .right {
	position:           absolute;
	right:              0;
	bottom:             0;
}

#menubar {
	margin-bottom:      5px;
	overflow:           auto;
}

#tbl_title {
	font-weight:        bold;
}
#view_login form table {
	width: 300px;
}

body {
  margin:             0;
}

.vertical-container {
	min-height:         40%;
	min-height: 350px;
	display:            -webkit-flex;
	display:            flex;
}

.vertical-container > .vertical-center {
	margin:             auto;
}

#login td {
	padding:            3px;
}

#menubar > .left {
	float:              left;
}

#menubar > .right {
  float:              right;
}

.message {
	text-align:         center;
	clear:              auto;
}

.for-print, .no-display {
	display:            none;
}

section {
	margin:             0 10px;
}

@media screen and (min-width:600px) {
  nav {
    float:            left;
    width:            150px;
  }
  section {
    margin-left:      150px;
  }
}

@media screen and (max-width:599px) {
  nav {
    display:          inline;
  }
}

@media print {
	@page {
	  size:             landscape;
	}
	
	nav, footer, .no-print {
	  display:          none;
	}
	
	.for-print:not(.no-print) {
	  display:          inline;
	}
}

.load, .info, .success, .warning, .error, .validation {
  border:             1px solid;
  margin:             3px 0;
  padding:            8px 5px 8px 45px;
  background-repeat:  no-repeat;
  background-position:  10px center;
}

.load {
	border:             0;
  color:              #00529B;
  background-color:   white;
  background-image:   url('../images/throbber.gif');
}

.info {
  color:              #00529B;
  background-color:   #BDE5F8;
  background-image:   url('../images/info.png');
}

.success {
  color:              #4F8A10;
  background-color:   #DFF2BF;
  background-image:   url('../images/ok.png');
}

.warning {
  color:              #9F6000;
  background-color:   #FEEFB3;
  background-image:   url('../images/warning.png');
}

.error {
  color:              #D8000C;
  background-color:   #FFBABA;
  background-image:   url('../images/error.png');
}

.validation {
  color:              #D63301;
  background-color:   #FFCCBA;
  background-image:   url('../images/validate.png');
}

footer {
	clear:              both;
	text-align:         center;
	font-size:          12px;
	margin-top:         10px;
}

.tbl_content tr:nth-child(odd) {
	background-color:   #eee;
}

.tbl_content th, .tbl_content td {
	border:             1px solid darkGray;
	padding:            5px;
}

.tbl_content td.tbl_head {
	background-color:   #DDD;
	text-align:         center;
}

.tbl_content tr:hover {
	background-color:   lightblue;
}

.bold {
	font-weight:        bold;
}

.tbl_content td {
	font-size:          0.8em;
}

#nav {
  display:            block;
  margin:             0 10px;
}

#nav > li > a {
  display:            block;
  padding:            6px 8px;
  text-decoration:    none;
}

#nav > li > a:hover, #nav > li > a.open {
  color:              #e9e9e9;
  border-bottom-color:  #384f76;
  background-color:   #6985b5;
  background:         -webkit-gradient(linear, left top, left bottom, from(#6985b5), to(#456397));
  background:         -webkit-linear-gradient(top, #6985b5, #456397);
  background:         -moz-linear-gradient(top, #6985b5, #456397);
  background:         -ms-linear-gradient(top, #6985b5, #456397);
  background:         -o-linear-gradient(top, #6985b5, #456397);
  background:         linear-gradient(top, #6985b5, #456397);
}

#nav li ul { display: none; background: #4a5b78; }

#nav li ul li a {
  display:            block;
  background:         none;
  padding:            5px 2px;
  padding-left:       15px;
  font-size:          0.7em;
  text-decoration:    none;
}

#nav li ul li a:hover {
  background:         #fff;
}

#loading-image {
	position:           fixed;
	z-index:            9999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:      10px;
	-khtml-border-radius:  10px;
	display:            none;
	clear:              none;
}




