html, body
{
	width: 100%;
	word-wrap: break-word;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	font-size: 1em;
	position: relative;
	background-color: #fafafa;
}

.debug
{
	border: 1px solid #b0b0b0;
	background-color: #f9ffcc;
	padding: 10px;
	display: block;
	unicode-bidi: embed;
	font-family: monospace;
	white-space: pre-wrap;
}

*, *:before, *:after 
{
	box-sizing: inherit;
}

img
{
	border: 0;
	max-width: 100%;
	height: auto;
}

#headerLogo
{
/* 	width: 20%; */
	max-height: 65px;
}

a
{
	text-decoration: none;
}

.mouseCursor
{
	cursor: pointer;
}

.placeholder 
{ 
	color: #aaa; 
}

h1
{
	font-size: 2em;
	padding: 0;
	margin: 0;
}

h2
{
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}

#pdfTable td
{
	font-size: 0.5em;
}

#pdfTable th
{
	font-size: 0.5em;
	height: 20px !important;	
}

table
{
	position: relative;
	width: 100%;
	margin-top: 20px;
	border: 1px solid #afafaf;
	border-collapse: collapse;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 0px 1px 2px #888;
	box-shadow: 0px 1px 2px #888;
}

th
{
	border-left: 0;
	border-right: 0;
	background-color: #d0f7ff;
	padding: 10px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	text-align: left;
	height: 40px !important;
}

td
{
	padding: 10px;
	margin: 0;
}

#header
{
	height: 80px;
	margin-bottom: 15px;
	position: relative;
}

#innerHeader
{
	width: 90%;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 20px;
}

#mainMenuContainer
{
	position: absolute;
	top: 0px;
	right: 15px;
	width: 500px;

}

#loggedInAs
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 9px;	
	margin-right: 10px;
	float: right;	
	display: block;	
}

#mainMenu
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	text-align: right;
	margin-top: -1px;
	padding: 10px;
	background-color: #e7e7e7;
	float: right;
	display: block;
}

#mainBody
{

	max-width: 90%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#psa
{
	/*position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	border-top: 5px solid blue;
	border-right: 5px solid red;
	border-left: 5px solid #d0f7ff;
	border-bottom: 5px solid #d0f7ff;*/
}

#psaPDF
{
	/*position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	border-top: 5px solid blue;
	border-right: 5px solid red;
	border-left: 5px solid #fafafa;
	border-bottom: 5px solid #fafafa;*/
}

#login input
{
	width: 50%;
	margin: 20px;
}

#login input[type="submit"], #login input[type="button"]
{
	width: 15%;
}

input[type="submit"], input[type="button"], button
{
	padding: 8px;
	border: 0;
	background-color: #e3e3e3;
	-moz-box-shadow: 0px 3px 0px #888;
	-webkit-box-shadow: 0px 3px 0px #888;
	box-shadow: 0px 3px 0px #888;
	/*border-top: 3px solid green;*/
	border-radius: 8px;
}

input[type="submit"]:hover, input[type="button"]:hover, button:hover
{
	background-color: #f1f3dd;
	cursor: pointer;
}

input[type="submit"]:active, input[type="button"]:active, button:active
{
    color: black;
	-moz-box-shadow: inset 0px 3px 0px #888;
	-webkit-box-shadow: inset 0px 3px 0px #888;
	box-shadow: inset 0px 3px 0px #888;
}

.redButton
{
	/*border-top: 3px solid red !important;	*/
}

.greenButton
{
	/*border-top: 3px solid green !important;	*/
}

.orangeButton
{
	/*border-top: 3px solid orange !important;	*/
}

.blueButton
{
	/*border-top: 3px solid #14149d !important;	*/
}

.yellowButton
{
	/*border-top: 3px solid #f7fa3e !important;*/
}

.trelloButton
{
    width: 150px;    
	background-color: #0079bf;
	/*border-top: 3px solid #9d9d9d !important;*/
	color: white;
}

.trelloButton img
{
	width: 10%;
	vertical-align: bottom;
	margin-right: 10px;	
}

.emailButton
{
    width: 150px;
	background-color: #fdffb8;
	/*border-top: 3px solid #9d9d9d !important;*/
	color: black;    
}

.emailButton img
{
	width: 10%;
	vertical-align: bottom;
	margin-right: 10px;	
}

input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], input[type="tel"], select
{
	width: 75%;
	padding: 8px;
	border: 1px solid #e6e6e6;
	-moz-box-shadow: inset 0px 2px 3px 1px #888;
	-webkit-box-shadow: inset 0px 2px 3px 1px #888;
	box-shadow: inset 0px 2px 1px 1px #888;
}

textarea
{
	width: 75%;
	padding: 8px;
	border: 1px solid #e6e6e6;
	border-top: 3px solid #888;
}

input[type="search"], .filterClass
{
	width: 25%;
}

.errorMessage
{
	background-color: #f8f8f8;
	border: 1px solid #afafaf;
	width: 100%;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.5em;
	font-weight: bold;
	color: red;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 0px 1px 2px #888;
	box-shadow: 0px 1px 2px #888;
}

.warningMessage
{
	background-color: #f2b84c;
	border: 1px solid #afafaf;
	width: 100%;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 1em;
	color: black;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 0px 1px 2px #888;
	box-shadow: 0px 1px 2px #888;
	border-radius: 5px;
}

.covidMessage
{
	background-color: #d96a6a;
	border: 1px solid #afafaf;
	width: 100%;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 1em;
	color: black;
	-moz-box-shadow: 0px 1px 2px #888;
	-webkit-box-shadow: 0px 1px 2px #888;
	box-shadow: 0px 1px 2px #888;
	border-radius: 5px;
}

.covidMessage h3
{
    line-height: 0em;
}

.listRow
{
	border-bottom: 1px solid #afafaf;
}

.failedValidation
{
	border: 2px solid #fa0404 !important;
	background-color: #ffdede;
	background-image: url('images/cross.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.passedValidation
{
	border: 2px solid #14e114 !important;
	background-color: #e6ffe6;
	background-image: url('images/tick.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.errorBubble
{
	border: 1px solid red;
	display: none;
}

.mobileHide
{
	display: block;
}

.mobileShow
{
	display: none;
}

#requestsContainer th
{
	height: 70px;
}


#requestsContainer td
{
	vertical-align: middle;
}

#messageBox
{
	display: none;
	position: relative;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #afafaf;
	background-color: #fafafa;
	padding: 30px;
	-moz-box-shadow: 0px 5px 3px #ccc;
	-webkit-box-shadow: 0px 5px 3px #ccc;
	box-shadow: 0px 5px 3px #ccc;
}

.hideElement
{
	display: none;    
}

#longWait
{
	display: none;
}


.requestTypes
{
	float: left;
	padding: 30px;
}

.clearClass
{
	clear: both;
}

.floatRight
{
	float: right;
}

#requestsContainerStep1
{
	padding: 30px;
	border: 1px solid #766d6d;
	background-color: #f0f5fb;
}

.shortInput
{
	width: 15%;
}

.mediumInput
{
    width: 50%;
}

.widerInput
{
	width: 100% !important;
}

.listTabBox
{
	margin-top: 40px;
	margin-bottom: -12px;	
}

.listTab
{
	display: inline;
	cursor: pointer;
	padding: 10px;
	border: 1px solid #aca6a6;
	margin-right: 6px;
	font-size: 0.7em;
	color: #000000;
}

.activeTab
{
    border: 1px solid #474747;
	box-shadow: 2px 3px 4px 0px #2d2d2d;
	background-color: #626262;
	color: #ffffff;
}

.requestStatus
{
	font-weight: bold;
}

.statusViewApproved, .statusViewFirst_approved
{
    background-color: #318143;
	color: white;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;	
	border-radius: 4px;
}

.statusViewAwaiting
{
    background-color: #2500f2;
	color: white;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;	
	border-radius: 4px;
}

.statusViewRevise
{
    background-color: #d39d2f;
	color: white;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;	
	border-radius: 4px;
}

.statusViewRejected
{
    background-color: #ae4444;
	color: white;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;	
	border-radius: 4px;	
}

.statusViewResubmitted
{
    background-color: #c0c0c0;
	color: white;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;	
	border-radius: 4px;	
}

.statusViewArchived
{
    background-color: #b1b1b1;
	color: white;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;	
	border-radius: 4px;
}

.brandIcon
{
	width: 25px;
}

.statusColumn
{
	width: 70px !important;
	text-align: center;
}

.itukResponseTime
{
	width: 15px !important; 
}

.statusIcons
{
	width: 25px; 
	height: 30px;
	display: inline-block;
	margin-left: 4px;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0px 3px 3px 0px #423f3f;
}

.ragGreen
{
	background-color: #1aae1a;
}

.ragAmber
{
	background-color: #dc8419;
}

.ragRed
{
	background-color: #ba2626;
}

.statusAwaiting
{
	color: #2500f2;
	border-radius: 3px;
	vertical-align: middle;
}

.statusFirst_approved
{
	color: #318143;
	vertical-align: middle;	
}

.statusApproved
{
	color: #318143;
	vertical-align: middle;	
}

.statusRejected
{
	color: #ba2626;
	vertical-align: middle;	
}

.statusRevise
{
	color: #dc8419;
	vertical-align: middle;	
}

.statusNotApplicable
{
	color: #b1b1b1;
	vertical-align: middle;
}

.statusResubmitted
{
	color: #c0c0c0;
	vertical-align: middle;	
}

.statusArchived
{
	color: #b1b1b1;
	vertical-align: middle;	
}

.sortArrow
{
	vertical-align: bottom; 
	display: inline-block;
}

#requestTable a, #requestTable th
{
	color: #3f3f3f;
	font-size: 0.9em;
}

#logTableOuter
{
    padding: 0; 
    margin: 0;
}

#logTable
{
    border: 0;
}

#logTable td
{
	vertical-align: top;
}

#logTable th
{
    background-color: #a0eeff;
}

.adminIcon
{
	width: 22px;
	vertical-align: bottom;
}

.pdfIcon
{
    width: 3%;
}

.smallID
{
    font-size: 75%;
}

.listSelectBox
{
    display: none;
}

.eventLogHeader
{
    font-size: 1.2em;
}

.progressBarColour 
{
    height: 18px;
    background: green;
}

.redCross
{
    color: red;
    cursor: pointer;
}

.questionTip
{
    vertical-align: middle;
    color: #f1b620;
}

.questionTipTop
{
    vertical-align: top;
}

.buttonsRight
{
    text-align: right;
    padding: 35px;
}

#requestsContainer .mobileHide
{
    width: 250px !important;
}

#requestsContainer td
{
    width: 100%;
}

#uploadSection
{
    overflow: hidden; 
    position: relative;
    /*border: 1px solid red;*/
}

#coveringDiv
{
    position: absolute;
    top: 0;
    left: 0;
    display: none; 
    width: 100%; 
    height: 40px; 
    background-color: #fafafa;
}

#progressDiv
{
    margin: 20px;
    margin-left: 0px;
    margin-bottom: 0px;    
    display: none; 
    width: 0%; 
    height: 5px; 
    background-color: #ffa300;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #4a4a4a;
}

#progressInner
{
    position: relative; 
    height: 5px; 
    float: right; 
    background-color: #ffffff; 
    width: 100%;
    border-radius: 10px; 
}

#progressText
{
    margin-left: 0px;
}

#uploadFrame
{
    border: none; 
    height: 40px; 
    width: 100%;
}

.mandatory
{
    color: red;
}

/*Phone and tablet CSS goes here */

/*Phone screen only css*/
@media only screen and (max-width : 982px)
{
	#login input
	{
		width: 100%;
		margin: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.mobileShow
	{
    	display: block !important;
	}
	
	.mobileHide
	{
		display: none !important;
	}
	
	input[type="text"], input[type="password"], input[type="search"], input[type="number"], input[type="email"], input[type="tel"], textarea, select
	{
		width: 100%;
	}
	
	.ui-datepicker-trigger
	{
		display: none !important;
	}
	
	#headerLogo
	{
    	width: 25%;
        padding-top: 20px;
	}
	
	#requestTable td, #requestTable th
	{
    	padding: 5px;
    	font-size: 0.5em;
	}
	
    .brandIcon
    {
    	width: 15px;
    }	
	
	.listTab
    {
        padding: 4px;
    	margin-right: 5px;
    	font-size: 0.4em;
    }
    
    .listTabBox
    {
        display: none;
    }    
    
    .listSelectBox
    {
        display: block;
    }
}

/*Tablet screen only css*/
@media only screen and (min-width : 768px) and (max-width : 1176px)
{
	
}

/*Tablet portrait screen only css*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) 
{

}

/*Large screen only css*/
@media only screen and (min-width : 768px)
{

}

/*Vary Large screen only css*/
@media only screen and (min-width : 1024px)
{
	
}