@CHARSET "ISO-8859-1";
/*
	CSS style sheet for ITMAS Self-Service
*/

a:link {
	color: #0c0c0c;
}

a:visited {
	color: #0c0c0c;
}

a:active {
	color: #d82525;
}

a:hover  {
	color: #4EA23E;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8	em;
	color: #0c0c0c;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.gap-10 {
	width:100%;
	height:10px;
}

input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #3A5F7B ;
	border: 1px solid #95A0AA;
	background-color: #f5f5f5;
	padding: 2px;
	margin: 2px;
}

input.alert {
	padding: 2px;
	margin: 2px;
	border: 1px solid red;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #2970AB;
	font-size: 1.6em;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #2970AB;
	font-size: 1.5em;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #2970AB;
	font-size: 1.4em;
}
h4 {
	margin: 0px;
	padding: 0px;
	color: #2970AB;
	font-size: 1.3em;
}
h5 {
	margin: 0px;
	padding: 0px;
	color: #2970AB;
	font-size: 1.2em;
}
h6 {
	margin: 0px;
	padding: 0px;
	color: #2970AB;
	font-size: 1.1em;
}

label {
	font-weight: 900;
	width: 250px;
}
.company{ 
	width: auto;
}

label.alert {
	color: red;
}

label.filter {
	font-weight: normal;
	width: auto;
}

label.dijitInline {
	width: auto;
}

th {
	background-color: #7FB8FF;
	font-size: medium;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

th.number {
	text-align: right;
}

th.amount {
	width: 10em;
}

th.date {
	width: 8em;
}

th.text {
	text-align: center;
}

/* Sortable column - Not Sorted */
th.sortableClientSide:after {
	content: "\5E";
	float: right;
	cursor: pointer;
}

/* Sortable column - Sorted Ascending */
th.sortableClientSideAsc:after {
	content: "\5E";
	float: right;
	color: red;
}

/* Sortable column - Sorted descending */
th.sortableClientSideDesc:after {
	content: "\5E";
	float: right;
	transform:rotate(-180deg);
	color: red;
}

td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
td.alert {
	font-weight: 900;
	width: 250px;
	color: red;
}

td.number {
	text-align: right;
}

td.text {
	text-align: center;
}

td.textLeft {
	text-align: left;
}

td.textRight {
	text-align: right;
}

td.textTop {
	vertical-align: top;
}

td.subHead {
	text-align: center;
	border: 1px solid black;
	/* background-color: #7FB8FF; */
	font-size: medium;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

tbody tr.even :hover{
	background-color: #dddddd;
}

tr.odd {
	background-color: #E5EEFF;
}

tr.odd :hover{
	background-color: #dddddd;
}

tr.border-bottom td {
        border-bottom: 1pt solid black;
}

tfoot {
	font-weight: bold;
}

/* Standard Page Layout */

/* The header Div */
.header {
	height: 100px;
}

.dashboard-tiles {
	margin: 20px 0
}

.dashboard-tiles A {
	text-decoration: none;
	display: inline-grid
}

A .dash-tile-outer {
	display: block;
	background-color: #999;
	border-radius: 10px;
	border: 2px solid red;
	margin: 10px;
	padding: 0;
	width: 100px;
	height: 100px;
	box-shadow: 5px 5px 15px #000
}

A .dash-tile-outer:hover {
	background-color: #f0f
}

A .dash-tile-outer:active {
	box-shadow: none;
	background-color: #0f0
}

.dash-tile-inner {
	color: #fff;
	background: transparent !important;
	margin: 0 5px !important;
	padding-top: 2em !important;
	font-size: 15px;
	font-weight: 600;
	font-family: arial;
	text-align: center
}

/* Top menu */
.topMenu {
	height: 25px;
	background-image:url('/common/images/topMenuBG.png');
	background-repeat:repeat-x;
	padding-top: 5px;
	font-size: medium;
	font-weight: bold;
}

/* Left Menu */
.leftMenu {
	position: fixed;
	width: 255px;
	top: 127px;
	left: 0px;
	bottom: 51px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E5EEFF;
	overflow: auto;
}

.leftMenu a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	width: 200px;
	border-bottom: 1px solid black;
}

.leftMenu a:hover {
	background-color: #53c27d;
	color: #cbd632;
}

.active {
	background-color: ghostwhite;
}

.collapsible {
  background-color: #777;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsibleActive, .collapsible:hover {
  background-color: #555;
}

.collapsibleContent {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.leftMenu a {
	text-decoration: none;
}

.leftMenu span {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.leftMenu span a {
	padding-left: 1em;
	display: none;
}

.leftMenu span:hover {
	border-bottom: none;
	background-color: #FAB33B;
	color: #4EA23E;
}

.leftMenu span:hover a {
	display: block;
}

.leftMenu div.bar {
	display: none;
}

.leftMenuList {
	list-style-type: none;
	padding: 0 10px;
}

.maintenanceList, .reportList, .enquiriesList, .systemList{
	list-style-type: none;
	padding-left: 20px;
}

/* The main content container */
.mainContent {
	position: fixed;
	top: 127px;
	left: 265px;
	bottom: 51px;
	right: 0px;
	overflow: auto;
	padding-left: 10px;
	padding-top: 5px;
}

/* The navigation and other function specific action button go here */
/* The forward and back buttons, save button edit button etc */
.navigation {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	padding-left: 265px;
}

/* The logon prompt container */
.logonPrompt {
	background-color: #eeeef5;
	margin-left:auto; 
	margin-right:auto; 
	width: 50%; 
	border: 1px solid black;
}

/* Erros displayed */
.errors {
	color: red;
}

/* Successfull Update */
.success {
	color: blue;
}

/* File upload drop box */
#dropBox{
    border: 3px dashed #0087F7;
    border-radius: 5px;
    background: #F3F4F5;
    cursor: pointer;
}
#dropBox{
    min-height: 150px;
    padding: 54px 54px;
    box-sizing: border-box;
}

#dropBox p{
    text-align: center;
    margin: 2em 0;
    font-size: 16px;
    font-weight: bold;
}
#dropBox.narrow{
    min-height: 50px;
    padding: 5px 5px;
}
#dropBox.narrow p{
    margin: 0.5em 0;
}

.textBox {
  position: relative;
  width: 700px;
  height: 200px;
  background: lightgrey;
  float: left;
  margin: 15px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
}
  
#fileInput{
    display: none;
} 

.upperCase {
  text-transform: uppercase;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 250px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 20px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

