﻿/* MAIN COLORS 
#1d6a98 (blue)
#f4c60c (yellow)
*/

body
{
	color: #333;
	font: 12px/1.5 Helvetica, 'Segoe UI' ,Arial, 'Liberation Sans' ,FreeSans,sans-serif;
	padding: 0;
	margin: 0;
	background-color: #1d6a98;
}

.container
{
	position: relative;
	width: 100%;
	font-size: 1.3em;
}

.headerFullWidth
{
	position: relative;
	border-bottom: 1px solid #1d6a98;
	padding: 0px 5px;
	height: 120px;
	background-color: #eeeeee;
}

.headerContainer
{
	margin-bottom: 5px;
	padding: 15px 0 0;
	height: 100px;
}

.containerForAll
{
	margin: 0px auto;
	width: 960px;
}

.grid_1, .grid_2
{
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.alpha
{
	margin-left: 0px;
}
.omega
{
	margin-right: 0px;
}

.contentLeft
{
	width: 190px;
	float: left;
	padding: 10px 0 0 0;
}

.contentRight
{
	float: left;
	width: 750px;
	padding: 10px 0 0 0;
}

.companyBranding
{
	background-image: url("../images/main/globe_logo.png");
	background-repeat: no-repeat;
	width: 206px;
	height: 100px;
	display: inline;
	float: left;
	margin-right: 5px;
}

.customerBranding
{
	background-image: url("../images/AdvocateLogo.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 500px;
	height: 63px;
	display: inline-block;
	margin: 15px 5px 0px 40px;
}

.utilityMenu
{
	width: 700px;
	display: inline;
	float: left;
	text-align: right;
}

.utilityMenu a, utilityMenu a:visited
{
	text-decoration: none;
	color: #333;
	font-size: 100%;
}

.utilityMenu a.log, utilityMenu a.log:visited
{
	display: inline;
	padding: 3px 3px;
	width: 175px;
	border: 1px solid #fff;
	background-color: #ccc;
	color: #eee;
	text-align: center;
}

.contentFullWidth
{
	padding-bottom: 30px;
	border-bottom: 1px solid #156ca0;
	background-color: #fff;
}
.contentMain
{
	text-align: left;
}

.clearfix
{
}

.contentArea
{
	overflow: auto;
}

.contentLeft ul.menu
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.contentLeft ul.menu li
{
	border-bottom: 1px solid #eee;
	border-left: 4px solid #fff;
}

.contentLeft ul.menu li.spacer
{
	padding: 5px 3px 5px 8px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	background-color: #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-left: 4px solid #eee;
}

.contentLeft ul.menu li.spacer:hover
{
	background-color: #eee;
	border-bottom: 1px solid #aaa;
	border-left: 4px solid #eee;
}

.contentLeft ul.menu li:hover
{
	background-color: #e0e0e0;
	border-left: 4px solid #f4c60c;
	border-bottom: 1px solid #1d6a98;
}


.contentLeft ul.menu li a
{
	display: block;
	padding: 5px 3px 5px 15px;
	color: #333;
	text-decoration: none;
}

.contentLeft ul.menu li a:visited
{
	color: #333;
}

/* SITE MAP PATH */

.siteMap
{
	font: 14px/1.5 Helvetica, 'Segoe UI' ,Arial, 'Liberation Sans' ,FreeSans,sans-serif;
}

.siteMap a
{
	color: #2D5883;
	text-decoration: none;
}


.contentRight h1.titleRegular
{
	border-bottom: 1px solid #99CCFF;
	color: #2D5883;
	font-weight: normal;
	text-transform: uppercase;
}

.footerFullWidth
{
	padding: 20px 0;
}

.footerContent
{
	color: #d5d5d5;
}

/* REPEATER FOR EQUIPMENT REQUEST */

.dataRepeater
{
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	border-bottom: 10px solid #1d6a98;
}

.dataRepeaterHeader
{
	list-style-type: none;
	background-color: #1d6a98;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0 5px 5px;
}

.dataRepeater li
{
	padding: 2px 0 2px 5px;
}
.dataRepeater li span
{
	width: 250px;
	display: inline-block;
	font-weight: bold;
}

/* REPEATER FOR EQUIPMENT REQUEST */

/* form style */

.orderFormWrapper
{
	margin-left: 20px;
	overflow: auto;
}

.approvalWrapper
{
	margin-left: 20px;
	overflow: initial;
}

.formField
{
	width: 275px;
	float: left;
	margin: 0 10px 10px 0;
}

.formField select
{
	width: 175px;
	padding: 5px;
}

.orderControl
{
	float: left;
	clear: both;
	margin: 10px 0;
	padding: 5px;
}

.orderControl div
{
	float: left;
	width: 200px;
}

.formField span, .orderControl div span
{
	font-size: 90%;
	font-family: Helvetica, Tahoma, Sans-Serif;
}

#chkFunctions label
{
	margin: 0 5px;
}
#chkFunctions input[type=checkbox]
{
	padding: 5px;
}

input.text, select
{
	padding: 5px;
	width: 250px;
}

.orderControl input[type=text], .orderControl select
{
	width: 175px;
	padding: 5px;
}

.orderControl select
{
	padding: 4px;
}

input.text.extended
{
	width: 535px;
}

select.text 
{
	width: 260px;
	margin: 0.5em 0;
}

input[type=text], input.text, input[type=file], .orderControl input[type=text], .orderControl select
{
	margin: 0.5em 0;
	background-color: #fff;
	border: 1px solid #bbb; /*-moz-border-radius: 5px 5px 5px 5px; 	-webkit-border-radius: 5px 5px 5px 5px; 	-moz-box-shadow: 0px 5px 10px #aaa; 	-webkit-box-shadow: 0px 5px 10px #aaa;*/
}

.submitArea
{
	float: left;
	clear: both;
	width: 100%;
	margin: 10px 0;
}

.submitArea input.button, .orderControl input.button, .orderControl input.button-add, input.button-submit, input.button-error, input.button-warning
{
	/*width: 100px; 	padding: 5px; 	font-weight: bold; 	font-size: 16px; 	border: 3px solid #1d6a98; 	background-color: #333; 	color: #d5d5d5;*/
	font-weight: bold;
	border: 1px solid;
	margin: 10px auto;
	padding: 8px 5px 8px 20px;
	width: 120px;
	clear: both;
	position: relative; /*-moz-border-radius: 5px 5px 5px 5px; 	-webkit-border-radius: 5px 5px 5px 5px; 	-moz-box-shadow: 0px 5px 10px #aaa; 	-webkit-box-shadow: 0px 5px 10px #aaa;*/
	color: #4F8A10;
	background-color: #cfe7ca;
}

input.button-add
{
	background: #cfe7ca url(../images/add.png) no-repeat 4% 50%;
}

input.button-submit
{
	background: #cfe7ca url(../images/accept.png) no-repeat 4% 50%;
    top: -1px;
    left: -1px;
}

input.button-error
{
	border: 1px solid #D8000C;
	background: #EA7379 url(../images/cross.png) no-repeat 4% 50%;
	color: #D8000C;
}

input.button-warning
{
	border: 1px solid #dfc411;
	background: #edcd25 url(../images/warning_small.png) no-repeat 4% 50%;
	color: #FAF9C9;
}

.extended
{
	width: 650px;
}

.success
{
	margin: 10px auto;
	width: 350px;
	color: #48b631;
	padding: 5px 0 5px;
	background: #e6fee1 url(../images/success.png) no-repeat 4% 30%;
	border: 2px solid #48b631;
}



.success p, .error p, .warningbox p
{
	border: 0px;
	margin: 5px 10px 5px 75px;
	line-height: 1.6em;
	text-align: left;
	font-size: 12px;
}

.error
{
	margin: 10px auto;
	color: #D8000C;
	width: 350px;
	padding: 5px 0 5px;
	background: #FDD5CE url(../images/error.png) no-repeat 4% 30%;
	border: 2px solid #D8000C;
}



.warningbox
{
	margin: 10px auto;
	color: #dfc411;
	width: 350px;
	padding: 5px 0 5px;
	background: #FAF9C9 url(../images/warning.png) no-repeat 4% 30%;
	border: 2px solid #dfc411;
}

.warningbox h3
{
	color: #dfc411;
}

.successBold, .errorBold, .warningBold
{
	font-weight: bold;
}

/* ROLE MANAGER PAGE */

.roleManager
{
	overflow: auto;
	clear: both;
	margin: 10px 0 0;
	border-bottom: 1px solid #99CCFF;
}

.roleManager h3, .orderFormWrapper h3
{
	margin: 0px 0 15px;
	color: #2D5883;
	font-size: 16px;
}

.orderFormWrapper h3
{
	margin: 10px 0 10px;
	border-bottom: 1px solid #99CCFF;
	padding: 0 0 0 10px;
}

.error h3, .warningbox h3
{
	margin: 5px 10px 5px 75px;
	color: #D8000C;
	border-bottom: 0px;
}

.success h3
{
	margin: 5px 10px 5px 75px;
	color: #48b631;
	border-bottom: 0px;
}

/* VALIDATION */

.orderFormWrapper .validation-error *
{
	color: Red;
}
.orderFormWrapper .validation-error label
{
	color: Red;
}
.orderFormWrapper .validation-error input
{
	border: 1px solid #CC0000;
	background: #FCF0EF url(../images/error-bg.png) repeat-x top;
	color: #CC0000;
	margin-right: 5px;
}
.orderFormWrapper .error-message
{
	display: block;
	font-style: italic;
	background: url(../images/icon_error.png) no-repeat;
	margin: 5px;
	padding-left: 20px;
	margin-left: 150px;
}

/* TEXT CSS */
h1
{
	font-size: 20px;
}

/* SIGNATURE SECTIONS */
.signWrapper
{
	margin-bottom: 40px;
}
.signWrapper div, .signWrapper div span
{
    margin-bottom: 0px;
}
.signWrapper .signheader
{
    margin: 0 0 5px 0;
}
.signWrapper div .label
{
    display: inline-block;
    width: 180px;
}
 .signWrapper div input
{
    margin-bottom: 0px;
    width: 520px;
}
.signWrapper .lblSignNote
{
    display: inline-block;
    width: 90%;
    /*margin-right: 15px;*/
    float: right;
}
