@import url('https://fonts.googleapis.com/css2?family=Pontano+Sans&display=swap');

* { margin: 0; padding: 0; }
body {
 font-family: helvetica;
 font-size:10pt;
 margin: 0;
 padding: 0;
 background: #e8f1f3 url('../img/downfade.png') repeat-x 0px 106px;
 }
a { text-decoration: none;}

#top {
  line-height: 26px;
  height: 26px;
  width: 100%;
  background: #e8f1f3;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;     
  padding-left:10px;
  
  }
#top img {
 margin-top: 4px;
 float:left;
 padding-right: 4px;
 }
 #bar {
  height: 80px;
  overflow:hidden;
  width: 100%;
  background: #02718a url('../img/bg.png');		
  }
 #bar .right {
  float: right;
  color: #fff;
  }
 #top span { float :left ;padding-right:10px;}
#leftBar {
 float:left;
 }
#leftBar ul {
 width: 300px;
 list-style-type:none;
 }
#leftBar li { list-style-type:none; }
#leftBar ul li.container a{
  color: #000;
  display: block;
  font-weight: bold;
  background: #eee;
  width: 300px;
  height:42px;
  line-height:42px;
  }
#leftBar ul li.item a {
 color: #000;
 display:block;
 background: #eee;
 width: 300px;
 height: 32px;
 line-height:32px;
 padding-left: 60px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;     
 font-size:8pt;
 }
#leftBar ul li:hover a {
 background: #1cb841;
 color: #fff;
}
#container {
 width: 100%;
 float:left;
 }
#leftBar img { float: left; margin-top:5px;margin-left:5px;margin-right:10px;}
#leftBar ul li.selected a {
 background: #1cb841;
 color: #fff;
 }
#content {
 display:block;
 background: #fff;
 margin: 10px;
 padding: 10px;
 overflow: auto;
 margin-left: 310px;
 box-shadow: 1px 1px 8px #888;
 }

#content h1 {
 font-family: 'pontano sans';
 color: #333; padding-bottom: 10px;
 }
#content p {
 font-family: 'pontano sans';
 font-size: 13pt;padding-bottom: 10px;
 }
#div50L {
 float: left;
 width: 50%;
 height: 200px;
 box-shadow: 2px 2px 8px #888888;
 }
#div50R {
 float: right;
 width: 50%;
 height: 200px;
 box-shadow: 2px 2px 8px #888888;
 }
#div100Top { 
 font-size: 12px;
 font-weight: bold;
 text-transform:uppercase;
 color: #fff;
 background: #026e87;
 line-height:40px;
 height:40px;
 width:100%;
 }
#div100Top img {
 float:left;margin-top:4px;margin-left:10px;margin-right:10px;
}
#selectBox {
 background: #eee;
 width: 300px;
 padding:10px;
 height: 45px;
 display:block;
 float:left;
 margin-right:10px;
 margin-bottom:10px;
 cursor:pointer;
  box-shadow: 2px 2px 4px #ccc;
  border: 1px solid #ccc;
 }
a #selectBox {
 color: #000;
 text-decoration: none;
 }

#selectBox img {
 float:left;
 height:32px; width: 32px;
 padding-right:10px;
 }
#selectBox span.title {
 font-weight: bold;
 float:left;
 width: 250px;
 }
#selectBox span.description {
 font-size:8pt;
 padding-top:5px;
 float:left;
 width: 250px;
 }
#selectBox:hover {
 background: #1cb841;
 }
.schema {
 float:left;
 font-family: 'pontano sans';
 }
.schema td{
 font-size:10pt;
 }
.schema td.label {
 width: 200px;
 border-bottom: 1px dotted #aaa;
 vertical-align: bottom;
 padding-left:10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;     
 }
.schema span {
 display: block;
 width: 250px;
 border: 1px solid #666;
 background: #f1f1f1;
 color: #333;
 padding: 5px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;     
 
 }
.schema select, .schema input, .schema textarea, .schema span {
 width: 250px;
 border: 1px solid #000;
 font-family: 'pontano sans', helvetica;
 font-size: 10pt;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;     
 padding: 5px;
 }
.schema select:disabled, .schema input:disabled, .schema textarea:disabled, .schema span {
 background: #f2f2f2 url('../img/disabled.png');
 color: #000;
 } 
.schema textarea{
 height: 100px; width: 704px;
 }
.schema input.whole,
.schema span.whole{
 width: 704px;
 }
.schema tr.sep {
 height:10px;
 }
.schema .required {
 font-weight: bold;
 }
.schema input.date-pick-hi {
 width: 100px;
 height: 27px;
 }
.requestStatus {
 background: #ff0000;
 font-size:7pt;
 text-align:center;
 line-height:16px;
 color: #fff;
 display:block;
 float:left;
 padding: 0px 5px 0px 5px;
 }
.requestUrgency {
 background: #eee;
 width: 30px;
 display:block;
 font-weight:bold;
 text-align:center;
 height:16px;
 line-height:16px;
 color: #fff;
 }

span.requestStatusColour0 { background:#ff0000;color:#fff; }
span.requestStatusColour1 { background:#ff0000;color:#fff; }
span.requestStatusColour2 { background:#ffae00;color:#000; }
span.requestStatusColour3 { background:#00ffc6;color:#000; }
span.requestStatusColour4 { background:#78b8ff;color:#000; }
span.requestStatusColour5 { background:#efff69;color:#000; }
span.requestStatusColour6 { background:#000;color:#fff; }
span.requestStatusColour10{ background:#1cb841; color: #fff;}
span.requestStatusColour17{ background:#7544d6; color: #fff;}



.requestUrgencyColour1{ background:#ddd; }
.requestUrgencyColour2{ background:#8fff68; color:#000;}
.requestUrgencyColour3{ background:#fff668; color:#000;}
.requestUrgencyColour4{ background:#ffa200; color:#000;}
.requestUrgencyColour5{ background:#ff0000; }

#schemaBar {
 width: 100%;
 float:left;
 background: #02718a;
 color: #fff;
 padding: 10px;
 padding-left:20px;
 margin-left:-20px;
 margin-top:-10px;
 margin-right:-50px;
 margin-bottom:20px;
 font-weight:bold;
 text-transform:uppercase;
 font-size:9pt;
 }

#attachmentDiv {
 cursor: pointer;
 display: inline-block;
 float:left;
 background: #eee;
 height:16px;
 line-height:16px;
 padding:6px;
 border: 1px solid #999;
 border-radius: 2px;
 margin-right:4px;
 margin-bottom:4px;
 }
#attachmentDiv .image {
 height:16px;
 width: 16px;
 float:left;
 background: url('../img/16_unknown.png') no-repeat;
 margin-right: 4px;
 }
#attachmentDiv span.formatpng, 
#attachmentDiv span.formatjpg, 
#attachmentDiv span.formatjpeg, 
#attachmentDiv span.formatgif {
 background: url('../img/16_image.png') no-repeat;
 }
#attachmentDiv span.formatxls,
#attachmentDiv span.formatxlsx{
 background: url('../img/16_xls.png') no-repeat;
 }
#attachmentDiv span.formatppt,
#attachmentDiv span.formatpptx{
 background: url('../img/16_ppt.png') no-repeat;
 }
#attachmentDiv span.formatdoc,
#attachmentDiv span.formatdocx{
 background: url('../img/16_doc.png') no-repeat;
 }
#attachmentDiv span.formatpdf{
 background: url('../img/16_pdf.png') no-repeat;
 }
#attachmentDiv .text {
 font-size: 8pt;
 }
#attachmentDiv:hover {
 background: #ffffaa;
 border: 1px solid #666;
 }
 
#login {
 background: #fff;
 margin: 0 auto;
 width: 350px;
 height: 200px;
 margin: 10px;
 padding:10px;
 } 
#login table td {
 font-size: 9pt;
 width: 120px;
 }
#login table {
 margin-bottom:20px;
 }
#login input {
 padding: 5px;
 width: 200px;
 height: 32px;
 display:block;
 float:left;
 }
.disabled { background: #eee; }