@font-face {
	font-family: 'OpenSansLight';
	src: url('../fonts/OpenSans-Light-webfont.eot');
	src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
	url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansLightItalic';
	src: url('../fonts/OpenSans-LightItalic-webfont.eot');
	src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
	url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
	url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansItalic';
	src: url('../fonts/OpenSans-Italic-webfont.eot');
	src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
	url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansSemibold';
	src: url('../fonts/OpenSans-Semibold-webfont.eot');
	src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
	url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansSemiboldItalic';
	src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot');
	src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
	url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
	url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansBoldItalic';
	src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
	src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
	url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansExtrabold';
	src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
	src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
	url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansExtraboldItalic';
	src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot');
	src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
	url('../fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'OpenSansRegular';
	font-style: normal;
	font-weight: normal;
	background: #01212F;
	color: white;
}
input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	background: url("../images/checkbox.png");
}
input[type=checkbox]:checked {
	background-position: 0px -30px;
}
input {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
}
input[name=UserName] {
	font-weight: normal;
}
input[name=UserPassword] {
	font-weight: normal;
}
input[name=email] {
	font-weight: normal;
}

input:focus {
	font-style: normal;
}
p {
	margin: 0;
	padding: 0;
	color: #333333;
}
a {
	color: #1a5c86;
	font-family: 'OpenSansItalic';
	text-decoration: underline;
}
a:hover {
	color: #048CC8;
}
h1 {
	font-weight: normal;
}
h2 {
	font-weight: normal;
}
h3 {
	float: left;
	margin: 0px;
	font-size: 25px;
	color: #01212f;
	font-family: 'OpenSansExtrabold';
	font-weight: normal;
}
h4 {
	font-weight: normal;
}
h5 {
	font-weight: normal;
}
h6 {
	font-weight: normal;
}
#site-container {
	width: 940px;
	margin: 0px auto;
	background: #01212F;
}
#page-container {
	width: 100%;
	float: left;
}
#container1 {
	width: 960px;
	height: 624px;
	margin: 0px auto;
	background: url("../images/background.png");
}
#head {
	border: 0px solid green;
	height: 75px;
	float: left;
}
#head .box {
	padding: 1px;
}
#header1 {
	padding: 20px;
}
#header1 h2 {
	margin: 0px;
}

/********* HEADER *********/
/* Right-Header */
#header {
	float: left;
	width: 100%;
	padding-top: 20px;
}
#right-header {
	float: right;
	width: 312px;
	height: 104px;
}
#gc_logo1 {
	width: 50px;
	height: 50px;
	float: right;
	overflow: hidden;
	border: 2px solid #1A5C86;
}
#gc_logo1 img {
	width: 50px;
	height: 50px;
}
#closeout-title {
	float: left;
	text-align: right;
	width: 236px;
	margin-right: 10px;
}
#closeout-title p {
	font-family: 'OpenSansBold';
	font-size: 13px;
	color: #1a5c86;
}
#greetings-username {
	float: left;
	text-align: right;
	width: 236px;
}
#greetings-username p {
	font-family: 'OpenSansRegular';
	font-size: 12px;
	color: #f7f6f4;
}

#greetings-username p a {
	font-family: 'OpenSansRegular';
	font-size: 12px;
	color: #f7f6f4;
	text-decoration: underline;
}

/* Left-Header */
#left-header {
	float: left;
	width: 628px;
	height: 104px;
}
#logo {
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
	border: 2px solid #1A5C86;
}
#logo img {
	width: 100px;
	height: 100px;
}
#header-navigation {
	float: left;
	width: 494px;
	height: 104px;
	margin-left: 30px;
}

/* Top Navigation */
#head {
	float: left;
	width: 100%;
	height: 104px;
}
#head ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
}
#head ul li {
	float: left;
	width: 93px;
	height: 104px;
	margin-right: 7px;
	padding: 0px;
}
#head ul li a, #head ul li a p {
	float: left;
	width: 100%;
	height: 104px;
}
#head ul li a:hover{ 
	cursor: pointer;
}
#head ul li.nav-my-projects {
	background: url(../images/nav-my-projects-button.png) no-repeat;
	background-position: 0px 0px;
}
#head ul li.nav-my-account {
	background: url(../images/nav-my-account-button.png) no-repeat;
	background-position: 0px 0px;
}
#head ul li.nav-message-center {
	background: url(../images/nav-message-center-button.png) no-repeat;
	background-position: 0px 0px;
}
#head ul li.nav-help {
	background: url(../images/nav-help-button.png) no-repeat;
	background-position: 0px 0px;
}
#head ul li.nav-logout {
	background: url(../images/nav-logout-button.png) no-repeat;
	background-position: 0px 0px;
	margin-right: 0px;
}
#head ul li:hover {
	background-position: 0px -104px;
	padding: 0px;
	width: 93px;
	height: 104px;
}
#head ul li:hover a p {
	color: #FFF;
}
#head ul li.acte:hover {
	border: 1px solid #FFF;
	!width:74px;
	width: 93px;
	height: 104px;
	background-position: 11px -130px;
}
#head ul li.acte {
	border: 1px solid #fff;
	!width:72px;
	width: 91px;
	height: 102px;
	background-position: 11px -130px;
}
#head .acte a p {
	color: #FFF;
}

#company-name {
	width: 100%;
	float: left;
	margin: 10px 0px;
}
#company-name h1 {
	color: #f7f6f4;
	font-family: 'OpenSansRegular';
	font-size: 22px;
	margin: 0;
	padding: 0px;
}

/********* Breadcrumbs *********/
/* Breadcrumb */
#wrapper {
	float: left;
	width: 100%;
}
#breadcrumb_wrapper {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
}
.breadcrumb {
	float: left;
	margin: 0;
	margin-right: 14px;
}
.breadcrumb p, .breadcrumb p a {
	float: left;
	color: #1a5c86;
	font-family: 'OpenSansRegular';
	font-size: 15px;
	text-decoration: none;
}
.breadcrumb p a:hover {
	color: #ffffff;
}
.breadcrumb .active {
	color: #ffffff;
	font-family: 'OpenSansBold';
}
.breadcrumb-arrow {
	float: left;
	width: 9px;
	height: 20px;
	margin-right: 14px;
}
.breadcrumb-arrow img {
	float: left;
	width: 9px;
	height: 8px;
	padding: 6px 0px 6px 0px;
}

/********* Main Area Box *********/
/* Box Attributes */
.content {
	position: relative;
	float: left;
	width: 860px;
	background-color: #F2F4F4;
	color: black;
	border-radius: 5px;
	padding: 40px;
}

/********* Workspace Page *********/
/* Header */
.content .h3-page-header {
	float: left;
	width: 100%;
	margin-bottom: 20px;	
}
.content .h3-page-header h3 {
	width: 100%;	
}
/* Create New Project Button */
.content #create-new-project {
	float: left;
	width: 100%;
}

.content #create-new-project .create_project_new {
	width: 860px;
	height: 108px;
	margin-bottom: 20px;
	border: none;
	border-radius: 8px;
	background: url("../images/createnewproject.png");
	cursor: pointer;
}
.content #create-new-project .create_project_new:hover {
	background-position: 0px -118px;
}
/* No Projects */
.content #no-projects {
	float: left;
	width: 100%;
	text-align: center;
}

.content #no-projects p {
	float: left;
	width: 100%;
	font-size: 24px;
	color: #333;
}

/* Project Button */
.project-button {
	float: left;
	width: 814px;
	height: 180px;
	background: url("../images/project1.png");
	border-radius:10px;
	border: 3px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
}
.project-button a.start-project-link {
	float: left;
	width: 814px;
	height: 180px;
}
.project-button:hover {
	background: url("../images/project1.png");
	background-position: 0px -236px;
	color: #fff;
	cursor: pointer;
}
.project-button-left {
	float: left;
	width: 420px;
	height: 180px;
	padding-right: 40px;
}
.project-button h1 {
	float: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
	font-size: 18px;
	color: #01212F;
	font-family: 'OpenSansSemibold';
}
.project-button:hover h1 {
	color: #fff;
	font-family: 'OpenSansSemibold';
}
/* Project Button - Left Side */
.project-button-info {
	float: left;
	width: 100%;
}
.project-button-info .click-to-start {
	float: left;
	width: 100%;
}
.project-button-info .click-to-start h3 {
	float: left;
	width: 100%;
}
.project-button-info .click-to-start-content {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.project-button-info .click-to-start-content p {
	float: left;
	width: 100%;
	font-size: 16px;
}
.project-button-image-side {
	float: left;
	width: 124px;
}
.project-button-image {
	float: left;
	width: 100px;
	height: 100px;
	border: 2px solid #ccc;
	margin-right: 20px;
	overflow: hidden;
}
.project-button-image img {
	width: 100px;
	height: 100px;
}
.project-button-address {
	float: left;
	width: 296px;
	
}
.project-button-address p {
	float: left;
	width: 100%;
	color: #333;
}
.project-button-address p a {
	float: left;
	width: 100%;
	color: #333;
}
.project-button:hover p, .project-button:hover a, .project-button:hover h3 {
	float: left;
	color: #fff;
}
/* Project Button - Right Side */
.project-button-right {
	float: left;
	width: 354px;
	height: 180px;
	position: relative;
}
.progress {
	float: left;
	width: 354px;
	height: 180px;
}
.progress-section {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.progress .progress-section p {
	float: left;
	width: 100%;
	font-family: 'OpenSansSemibold';
	font-size: 12px;
}
.progress .progress-section .progress-title {
	float: left;
	width: 250px;
	margin-bottom: 1px;
}
.progress .progress-section .progress-count {
	float: right;
	width: 104px;
	text-align: right;
	margin-bottom: 1px;
}
.progress .progress-section .progress-count p {
	color: #1a5c86;
}
.project-button:hover .progress-count p {
	float: left;
	color: #fff;
}
.progress .progress-section #progress_bar, #progress_bar1  {
	float: left;
	width: 344px;
	height: 18px;
	padding: 4px;
	background-color: white;
	border-radius: 7px;
	box-shadow: inset 2px 2px 1px -1px #999;
	-moz-box-shadow: inset 2px 2px 1px -1px #999;
	-webkit-box-shadow: inset 2px 2px 1px -1px #999;
}
.progress .progress-section #progress_bar .progress-label, #progress_bar1 .progress-label {
	float: left;
	height: 20px;
	font-family: 'OpenSansBold';
	font-size: 14px;
	color: #ccc;
	margin-left: 5%;
}
.ui-progressbar .ui-progressbar-value {
	margin: 0px!important;
	height: 100%;
}
.ui-widget-content {
	border: 1px solid #ccc!important;
	font-weight: normal!important;
}
.ui-progressbar.beginning .ui-progressbar-value {
	background: #1A5C86;
	border-radius: 7px;
}
.ui-progressbar.middle .ui-progressbar-value {
	background: #1A5C86;
	border-radius: 7px;
}
.ui-progressbar.end .ui-progressbar-value {
	background: #1A5C86;
	border-radius: 7px;
}
/* Project Button - Verified */
.verified {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 354px;
	height: 180px;
	margin: 0;
	border-radius: 5px;
	background-color: #01212F;
}
.verified_pre {
	float: left;
	width: 354px;
	height: 180px;
	text-align: center;
}
.project-complete {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.project-complete p {
	font-size: 24px;
	font-family: 'OpenSansExtrabold';
	color: #fff;
	width: 100%;
}
.project-button:hover .project-complete p {
	text-align: center;
}
.verify-complete {
	float: left;
	background: url(../images/verify.png);
	width: 258px;
	height: 33px;
	margin: 10px 48px;
	z-index: 999;
}
.verified-complete {
	float: left;
	background: url(../images/verified.png);
	width: 258px;
	height: 33px;
	margin: 10px 48px;
	z-index: 999;
}

/* Not sure this is used anymore */
.verified .back1 {
	border: 1px solid black;
	background: white;
	width: 145px;
	height: 35px;
	border-radius: 9px;
	float: left;
	margin: 0px 0px 0px 110px;
	cursor: pointer;
}
.verified .back1 p {
	color: black;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.verified1 img {
	float: left;
	margin: -2px -8px 0px 35px;
	width: 20px;
}
/* End Not Used */

/********* Projects Page *********/
/* Main Area */
#compress {
	float: left;
	width: 100%;
}
#content {
	float: left;
	width: 860px;
}
.project-page-information {
	float: left;
	width: 860px;
	height: 198px;
}
.project-page-left-side {
	float: left;
	width: 430px;
	height: 198px;
}
.project-page-image {
	float: left;
	width: 100px;
	height: 100px;
	border: 2px solid #ccc;
	margin-right: 20px;
	overflow: hidden;
}
.project-page-image img {
	min-width: 100px;
	min-height: 100px;
	max-width: 100px;
	max-height: 100px;
}
.project-page-address {
	float: left;
	width: 296px;
	
}
.project-page-address p {
	float: left;
	width: 100%;
	color: #333;
}
.project-page-address p a {
	float: left;
	width: 100%;
}
.project-page-right-side {
	float: left;
	width: 430px;
	height: 198px;
	position: relative;
}
.project-page-right-side .progress {
	float: right;
	height: 198px;
}
.project-page-right-side .verified {
	left: 76;
}
/* Project Buttons */
.list_box {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.project-sub-button {
	float: left;
	width: 101px;
	height: 65px;
	background: url("../images/button.png");
	border-radius: 10px;
	margin-right: 7px;
}
.project-sub-button a {
	float: left;
	width: 101px;
	height: 65px;
}
.project-sub-button a h5 {
	float: left;
	width: 81px;
	text-align: center;
	font-family: 'OpenSansSemibold';
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
#pda-btn.project-sub-button {
	margin-right: 0px;
}
#div-sec-btn.project-sub-button a h5,
#arch-spec-btn.project-sub-button a h5,
#sublist-btn.project-sub-button a h5 {
	padding: 12px 10px 11px 10px;
}
#sub-btn.project-sub-button a h5,
#arch-review-btn.project-sub-button a h5,
#edit-proj-btn.project-sub-button a h5,
#cont-btn.project-sub-button a h5,
#pda-btn.project-sub-button a h5 {
	padding: 19px 10px 18px 10px;
}
#line {
	float: left;
	width: 100%;
	border-top: 1px solid #01212f;
	margin-bottom: 20px;
}
.required {
	float: left;
	width: 100%;
}
.required_div {
	width: 50%;
	float: left;
}
.required_div p {
	float: left;
	width: 100%;
	color: #333;
	font-size: 25px;
}
.required_date {
	float: left;
	width: 50%;
	text-align: right;
}
.required_date p {
	float: left;
	width: 100%;
	color: #333;
	font-size: 16px;
}
/* Division Buttons - NEEDS TO BE REFINED */
.maindivisions {
	float: left;
	width: 100%;
}
.step1 {
	float: left;
	width: 860px;
	height: 89px;
	margin-top: 20px;
	background: url("../images/divisionbackground.png") no-repeat;
	color: #01212f;
	cursor: pointer;
}
.step1:hover {
	background-position: 0 -99px;
	color: #fff;
}
.step1 p {
	margin-left: 40px;
	display: inline;
}
.mainsections {
	float: left;
	width: 100%;
}
.div2 .divname {
	margin: 0px 0px 0px 20px;
	font-size: 14px;
	height: 63px;
	color: #01212f;
	width: 433px;
	vertical-align: bottom;
	display: table-cell;
}
.div2 .divname h2 {
	font-family: 'OpenSansSemibold';
}
.step2 {
	width: 860px;
	height: 69px;
	margin: 0px;
	background: url("../images/section2.png") no-repeat;
	margin-top: 10px;
	cursor: pointer;
	color: #01212F;
	float: left;
}
.step2:hover {
	background-position: 0 -79px;
	color: #fff;
}
.step2 .div2 p {
	margin: 4px 0px 15px 0px;
	color: #01212F;
	font-size: 12px;
	font-family: 'OpenSansRegular';
}
.step2:hover .div2 p {
	margin: 4px 0px 15px 0px;
	color: white;
	font-size: 12px;
	font-family: 'OpenSansRegular';
}
.step2 .div2 h2 {
	margin-left: 0px;
	color: #01212F;
	font-size: 12px;
	font-family: 'OpenSansSemibold';
}
.step2:hover .div2 h2 {
	margin-left: 0px;
	color: white;
	font-size: 12px;
	font-family: 'OpenSansSemibold';
}

.step1:hover .div2 h2 {
	color: #fff;
}

















.dynamictiers {
	float: left;
}
.statictier1classtop {
	float: left;
}
.statictier3classtop {
	float: left;
}
#caw p {
	text-align: right;
	color: white;
}
#caw strong {
	color: #175075;
	width: 840px;
	text-align: right;
	margin-top: 15px;
}

.title {
	width: 260px;
	float: left;
	margin: 39px 0px 0px 0px;
	color: #f7f6f4;
	font-size: 22px;
	font-weight: normal;
	border: 0px solid green;
}
.box {
	width: 70px;
	height: 75px;
	border: 1px solid white;
	text-align: center;
	margin-left: 12px;
}
.box p {
	color: white;
}


#left_content {
	float: left;
	width: 440px;
}

#left_content1 {
	float: left;
	width: 100%;
}
#right_content h2 , #left_content h2 {
	margin: 8px 0px 8px 0px;
	color: #333;
	font-size: 15px;
}
#right_content {
	float: left;
	width: 400px;
	margin-top: 15px;
	margin-left: 30px;
}
#right_content input:checkbox {
	font-size: 12px;
}

.field {
	float: left;
	width: 380px;
	margin: 5px 0px 15px 0px;
	padding: 10px;
	font-size: 14px;
	border-radius: 10px;
	line-height: normal;
	border: solid 2px #cccccc;
	color: #666666;
}
.field:focus {
	color: #333;
}
.field2 {
	width: 380px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 4px;
	margin-top: 6px;
	line-height: 34px;
	border: none;
	box-shadow: inset -2px 2px 5px -1px #999;
	-moz-box-shadow: inset -2px 2px 5px -1px #999;
	-webkit-box-shadow: inset -2px 2px 5px -1px #999;
	color: #6d6e71;
}
.field2:focus {
	color: #333;
}
.field1 {
	float: left;
	width: 380px;
	height: 40px;
	margin: 5px 0px 15px 0px;
	padding: 10px;
	font-size: 14px;
	border-radius: 10px;
	line-height: normal;
	border: solid 2px #cccccc;
	color: #666666;
}
.field1:focus {
	color: #333;
}
.field3 {
	width: 380px;
	margin-bottom: 28px;
	margin-top: 10px;
	font-size: 14px;
	border-radius: 4px;
	background: white;
	line-height: 34px;
	border: none;
	box-shadow: inset -2px 2px 5px -1px #999;
	-moz-box-shadow: inset -2px 2px 5px -1px #999;
	-webkit-box-shadow: inset -2px 2px 5px -1px #999;
	color: #6d6e71;
}
.field3:focus {
	color: #333;
}
.field3 img {
	float: right;
	margin: 7px 6px 0px 0px;
}
.field4 {
	font-size: 14px;
	line-height: 27px;
	border: none;
	color: #333;
	padding-left: 10px;
}
.field5 {
	width: 374px;
	margin-bottom: 10px;
	padding-left: 6px;
	font-size: 14px;
	border-radius: 7px;
	height: 30px;
	border: none;
	box-shadow: inset -2px 2px 5px -1px #999;
	-moz-box-shadow: inset -2px 2px 5px -1px #999;
	-webkit-box-shadow: inset -2px 2px 5px -1px #999;
	color: #333;
}
.field5:focus {
	color: #333;
}
.select {
	width: 140px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 13px;
	border-radius: 2px;
	border: 1px solid gray;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/select_style.png) no-repeat right center;
}
.reset_pass {
	width: 240px;
	height: 64px;
	cursor: pointer;
	background: url("../images/resetpassword.png");
	border: none;
	border-radius: 6px;
	margin-left: 5px;
}
.reset_pass:hover {
	width: 240px;
	height: 64px;
	cursor: pointer;
	background: url("../images/resetpassword.png");
	background-position: 0px -74px;
	border: none;
	border-radius: 6px;
	margin-left: 5px;
}
.add_button {
	width: 114px;
	height: 36px;
	font-size: 14px;
	cursor: pointer;
	background: url("../images/add.png") no-repeat;
	margin-bottom: 10px;
	margin-top: -4px;
	border: none;
	border-radius: 6px;
}
.login:hover {
	background-position: 0px -72px;
}
.login {
	background: url("../images/loginpage.png");
	border-radius: 6px;
	width: 378px;
	height: 62px;
	border: none;
	margin-top: 15px;
	cursor: pointer;
}
.button5 {
	width: 378px;
	height: 75px;
	border: none;
	background: url("../images/button.png");
	border-radius: 6px;
	color: white;
	cursor: pointer;
	font-size: 20px;
	font-style: normal;
}
.add_doc {
	width: 460px;
	height: 34px;
	border: none;
	border-radius: 10px;
	margin: 15px 0px 0px 15px;
	background: url("../images/add_doc_video.png");
	cursor: pointer;
}
.add_pro {
	width: 130px;
	height: 30px;
	border: none;
	border-radius: 7px;
	margin-bottom: -2px;
	background: url("../images/addimage.png");
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-top: -5px;
}
.add_pro2 {
	width: 130px;
	height: 30px;
	border: none;
	border-radius: 7px;
	margin-bottom: -2px;
	background: url("../images/add_image.png");
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-top: -5px;
}
.add_task {
	width: 149px;
	color: #FFF;
	height: 34px;
	background: url("../images/addtask.png");
	cursor: pointer;
	float: right;
	margin-top: 10px;
}
.task_field {
	width: 624px;
	border-radius: 5px;
	height: 34px;
	margin-top: 10px;
	float: left;
	padding-left: 10px;
	border: none;
	box-shadow: inset -2px 2px 5px -1px #999;
	-moz-box-shadow: inset -2px 2px 5px -1px #999;
	-webkit-box-shadow: inset -2px 2px 5px -1px #999;
	color: #6d6e71;
}

.add_button2 {
	width: 220px;
	height: 40px;
	background: url("../images/button.png");
	border: none;
	border-radius: 7px;
	color: white;
	float: left;
	padding-left: 25px;
	margin-bottom: 20px;
	cursor: pointer;
}
#pluscircle {
	width: 20px;
	float: left;
	margin-left: -195px;
	margin-top: 10px;
}
.add_file {
	float: left;
	width: 380px;
	height: 66px;
	border: 0px;
	background: url("../images/add_file.png");
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: 0px 0px;
}
.clear {
	clear: both;
}
label.error {
	display: block;
	color: white;
	float: left;
	width: 380px;
	height: 41px;
	font-size: 14px;
}
label.error p {
	color: white;
	float: left;
	font-size: 12px;
	margin: 3px 5px 5px 17px;
	height: 25px;
	background: url("../images/error2.png") no-repeat left center;
	padding: 8px 0px 0px 30px;
	width: 300px
}

strong {
	margin: 0px;
	float: right;
	color: white;
}
#content1 {
	width: 920px;
	margin: 0 auto;
	height: 30px;
	border: 1px solid gray;
	border-radius: 3px;
	margin-top: 0px!important;
}
#content1 p {
	margin-top: 10px;
	padding-left: 35px;
}
#content7 {
	width: 860px;
	margin: 0 auto;
	height: 40px;
	border-radius: 3px;
	background-color: #1A5C86;
}
#content7 p {
	color: white;
	font-size: 14px;
	padding-top: 10px;
}
#content7 img {
	float: left;
	margin: 7px;
	width: 25px;
	height: 25px;
}
#content6 {
	float: left;
	width: 860px;
	margin-bottom: 20px;
	background: #1A5C86;
	padding: 7px;
	border-radius: 8px;
}
#content6 p {
	color: white;
	font-size: 14px;
}
#content6 img {
	float: left;
	margin-right: 7px;
}
#content6 h3 {
	color: white;
	font-size: 14px;
	padding-top: 3px;
}
.step {
	float: left;
	width: 860px;
	margin: 0 auto;
	line-height: 41px;
	border-radius: 8px;
	background: #873C3C;
}
.step p {
	font-size: 14px;
	color: white;
	padding-left: 18px;
}


#content3 {
	width: 530px;
	border: 0px solid #01212F;
	height: 170px;
	margin-left: -1px;
}
#content4 {
	width: 445px;
	border: 2px solid #01212F;
	height: 100px;
	background: #292929;
	margin: 21px 22px auto;
	text-align: center;
	border-radius: 10px;
	color: #ffffff;
}
#content4 p {
	color: #ffffff;
	margin: 27px 0px 0px 15px;
	font-size: 18px;
	text-align: left;
}
.img {
	max-width: 128px;
	max-height: 78px;
	margin: 25px 0px 0px 0px;
	float: left;
}
.img p {
	text-align: center;
	color: white;
	margin-top: 40px;
}



.button1 {
	width: 160px;
	height: 45px;
	border: 1px solid gray;
	border-radius: 12px;
	margin: 0px 0px 0px 20px;
}

.button2 {
	width: 250px;
	height: 45px;
	font-size: 18px;
	border: none;
	border-radius: 7px;
	color: white;
	margin-left: 14px;
	text-align: center;
	background: url("../images/button.png");
	float: right;
	cursor: pointer;
}
.create_project_pm {
	width: 861px;
	height: 108px;
	margin-bottom: -30px;
	border: none;
	border-radius: 8px;
	background: url("../images/create.png");
}
.create_button2 {
	width: 250px;
	height: 45px;
	font-size: 18px;
	border: none;
	border-radius: 7px;
	color: white;
	margin-left: 14px;
	text-align: center;
	background: url(../images/pluscircle1.png) no-repeat left center #033D57;
	float: right;
}
#message {
	width: 910px;
	height: auto;
	border: 0px solid green;
	margin: 0 auto;
}
#message p {
	font-size: 12px;
}
.message1 {
	width: 875px;
	height: auto;
	margin: 10px 0px 0px 3px;
}


#img1 p {
	font-size: 12px;
	color: gray;
	text-align: center;
	margin-top: 25px;
}
#img1 p img {
	margin-top: -25px;
}


.data1 span {
	margin-left: 30px;
	margin-top: 10px;
	color: black;
	font-size: 14px;
	float: right;
}
#img2 {
	width: 100px;
	height: 100px;
	border: 1px solid gray;
	margin: 10px 0px 10px 0px;
}
#img2 p {
	font-size: 12px;
	color: gray;
	text-align: center;
	margin-top: 25px;
}
#data2 {
	width: 380px;
	height: 100px;
	border: 0px solid blue;
	margin: -80px 0px -16px 99px;
}
#data3 {
	width: 380px;
	height: 100px;
	float: left;
	border: 0px solid blue;
	margin: -111px 0px 10px 120px;
}
#data3 p {
	color: black;
	font-size: 14px;
}
.back {
	width: 95px;
	height: 34px;
	cursor: pointer;
	background: url("../images/goback1.png");
	border: 0px solid #033D57;
	border-radius: 6px;
}
.back_pass {
	width: 130px;
	height: 64px;
	cursor: pointer;
	background: url("../images/goback2.png");
	border: none;
	border-radius: 6px;
}
.back_pass:hover {
	width: 130px;
	height: 64px;
	cursor: pointer;
	background: url("../images/goback2.png");
	background-position: 0px -74px;
	border: none;
	border-radius: 6px;
}
.back1 {
	border: none;
	background: url("../images/button.png");
	width: 145px;
	height: 35px;
	border-radius: 15px;
	float: left;
	margin-top: 15px;
	cursor: pointer;
	color: white;
}
.back1 p {
	color: white;
	font-size: 14px;
	text-align: center;
	margin-top: 7px;
}
.back2 {
	float: left;
	width: 95px;
	height: 34px;
	margin-left: 10px;
	border: none;
	background: url("../images/goback.png");
	background-repeat: no-repeat;
	cursor: pointer;
}
.save1 {
	border: none;
	background: url("../images/save_extra.png");
	background-repeat: no-repeat;
	width: 95px;
	height: 34px;
	float: left;
	margin-left: 20px;
	margin-top: 33px;
	cursor: pointer;
}
.goback {
	border: none;
	background: url("../images/goback.png") no-repeat;
	width: 95px;
	height: 34px;
	float: left;
	margin-left: 437px;
	margin-top: -47px;
	cursor: pointer;
}
.back2 p {
	color: white;
	text-align: center;
	margin-top: 9px;
	font-size: 12px;
	float: left;
}
.back3 {
	border: 1px solid #033D57;
	border-radius: 15px;
	width: 130px;
	height: 35px;
	float: left;
	cursor: pointer;
	background: url("../images/button.png");
}
.back3 p {
	color: white;
	float: left;
	text-align: center;
	margin: 9px 0px 0px 30px;
	font-size: 14px;
}
.back4 {
	border: 1px solid #033D57;
	background: url("../images/button.png");
	width: 150px;
	height: 30px;
	border-radius: 10px;
	margin-bottom: 10px;
	float: left;
	margin-left: 42px;
	margin-top: 32px;
	cursor: pointer;
}
.back4 img {
	width: 35px;
	height: 25px;
	float: left;
	margin: 2px;
}
.back4 p {
	color: white;
	float: left;
	text-align: center;
	margin: 6px 0px 0px 18px;
	font-size: 14px;
}
.addnew_input {
	width: 260px;
	border: 1px solid gray;
	background: url("../images/addnewauthor.png");
	background-position: center;
	!background:#033D57;
	border-radius: 5px;
	height: 35px;
	float: left;
	margin-bottom: 20px;
	margin-left: 25px;
	cursor: pointer;
	color: white;
}
.add_new {
	float: left;
	background: url('../images/savechanges1.png') no-repeat;
	width: 200px;
	height: 35px;
	border: 0px;
	cursor: pointer;
}
.add_new_manufacturer {
	border: none;
	background: url('../images/addmanifacture.png ');
	background-position: center;
	border-radius: 5px;
	width: 265px;
	height: 34px;
	float: left;
	margin: 34px 20px 25px 0px;
	cursor: pointer;
}
.add_new_installer {
	border: none;
	background: url('../images/addnewinistlor.png');
	background-position: center;
	border-radius: 5px;
	width: 265px;
	height: 34px;
	cursor: pointer;
}
.add_new_supplier {
	border: none;
	background: url('../images/addsuplier.png');
	background-position: center;
	border-radius: 5px;
	width: 265px;
	height: 34px;
	cursor: pointer;
}
.add_new_services {
	background: url('../images/addservices.png');
	background-position: center;
	border-radius: 5px;
	width: 265px;
	border: none;
	height: 34px;
	cursor: pointer;
}
.add_new1 {
	height: 32px;
	border-radius: 5px;
	border: 0px solid gray;
	width: 270px;
	margin-left: 14px;
	margin-bottom: 20px;
	cursor: pointer;
	background: url("../images/addnewdocumenttype.png");
	background-position: center;
	background-repeat: no-repeat;
}
.add_new2 {
	width: 230px;
	border: 1px solid #033D57;
	background: url("../images/button.png");
	color: white;
	border-radius: 15px;
	height: 35px;
	margin: 15px 0px 0px 10px;
	cursor: pointer;
}
.continue {
	width: 149px;
	border: none;
	background: url("../images/continue.png") no-repeat;
	float: left;
	height: 34px;
	margin: 28px 0px 0px 266px;
	cursor: pointer;
}
.cancel {
	width: 94px;
	border: none;
	background: url("../images/cancel.png");
	height: 34px;
	float: left;
	margin: 15px 0px 0px 10px;
	cursor: pointer;
}
.add_new_identification {
	width: 304px;
	border: none;
	background: url("../images/addnewidentificationtype.png");
	height: 34px;
	margin: 34px 0px 20px 120px;
	cursor: pointer;
}
.add_new_unique {
	width: 304px;
	border: none;
	background: url("../images/addnewuniquetype.png");
	height: 34px;
	margin: 34px 0px 20px 120px;
	cursor: pointer;
}
.new_project {
	width: 304px;
	border: none;
	height: 34px;
	margin-left: 100px;
	margin-top: 50px;
	margin-bottom: 10px;
	background: url('../images/addnewproduct.png')no-repeat;
	cursor: pointer;
}
.error1 {
	width: 378px;
	height: 41px;
	display: none;
	border-radius: 3px;
	overflow: hidden;
	border: 0px solid #790000;
	background: #790000;
	margin-bottom: -5px;
}
.error1 p {
	color: white;
	float: left;
	font-size: 12px;
	height: 25px;
	margin: 5px 17px;
	background: url("../images/error2.png") no-repeat left center;
	padding: 6px 0px 0px 30px;
}
.error_msg {
	display: none;
	overflow: hidden;
	border-radius: 5px;
	border: none;
	background: #790000;
}
.account {
	width: 920px;
	height: 30px;
	margin: 0 auto;
	background: #1A5C86;
	border: 2px solid #1A5C86;
	border-radius: 5px;
}
.account h3 {
	color: white;
	padding: 0px;
	float: left;
	margin: 6px;
	font-size: 16px;
}
.account img {
	width: 30px;
	height: 30px;
	margin-left: 12px;
	float: left;
}
.account1 {
	width: 835px;
	height: 25px;
	margin: 0 auto;
	border: 2px solid #1A5C86;
	border-radius: 3px;
	background: #1A5C86;
	margin-left: 14px;
	margin-top: 5px;
}
.account1 img {
	float: left;
	margin: 1px 0px 0px 5px;
	width: 24px;
	height: 24px;
}
.account1 h3 {
	color: white;
	margin: 3px 0px 0px 5px;
	font-size: 14px;
	float: left;
}
.account2 {
	width: 826px;
	height: 40px;
	margin: 0 auto;
	!border:2px solid #1A5C86;
	border-radius: 3px;
	background: #1A5C86;
}
.account5 {
	margin: 0px auto;
	width: 860px;
	background: #790000;
	border-radius: 7px;
	height: 35px;
}
.account2 img {
	float: left;
	width: 25px;
	height: 25px;
	margin: 7px;
}
.account5 img {
	float: left;
	margin: 6px 0px 0px 17px;
	width: 24px;
	height: 24px;
	padding: 0px;
}
.account2 h3 {
	color: white;
	margin: 4px 0px 0px 35px;
	font-size: 14px;
	padding: 0px;
}
.account3 {
	float: left;
	width: 815px;
	height: 40px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: #1a5c86;
}
.account3 img {
	float: left;
	width: 25px;
	height: 25px;
	margin: 7px 7px 8px 7px;
}
.account3 h3 {
	float: left;
	width: 775px;
	color: #ffffff;
	font-size: 16px;
	margin-top: 7px;
}
.account4 {
	width: 920px;
	height: 30px;
	margin: 0 auto;
	background-color: #1A5C86;
	border: 2px solid #1A5C86;
	border-radius: 5px;
}
.account4 img {
	float: left;
	margin: 3px 0px 0px 5px;
}
.account4 h3 {
	color: red;
	margin: -13px 0px 0px 35px;
	font-size: 16px;
	float: left;
}
.installer {
	width: 830px;
	height: 25px;
	margin: 0 auto;
	border: 2px solid gray;
	border-radius: 3px;
}
.update_doc {
	width: 820px;
	height: 25px;
	margin-left: 60px;
	border: 2px solid gray;
	border-radius: 3px;
}
.button3 {
	width: 152px;
	height: 30px;
	border: none;
	border-radius: 5px;
	margin: 0px;
	background: url("../images/button.png");
	color: white;
	padding-left: 24px;
	cursor: pointer;
}
.button4 {
	width: 95px;
	height: 34px;
	border-radius: 7px;
	margin-left: 10px;
	float: right;
	cursor: pointer;
	background: url("../images/replay.png") no-repeat;
}
.button7 {
	width: 95px;
	height: 34px;
	border-radius: 7px;
	margin-left: 10px;
	float: right;
	cursor: pointer;
	background: url("../images/replayall.png") no-repeat;
}
p a:active {
	color: white;
}
.button6 {
	width: 95px;
	height: 34px;
	background: url("../images/act_reply.png");
	border-radius: 7px;
	margin-left: 10px;
	float: right;
}
.button8 {
	width: 95px;
	height: 34px;
	background: url("../images/act_replyall.png");
	border-radius: 7px;
	margin-left: 10px;
	float: right;
	cursor: pointer;
}

#editdoctiererror {
	float: left;
	width: 815px;
}

#errormsg {
	width: 360px;
	min-height: 30px;
	height: auto;
	font-size: 12px;
	border: none;
	border-radius: 5px;
	padding: 10px;
	color: #252525;
	text-align: left;
	margin-bottom: 15px;
	margin-top: -10px;
}
#errormsg p {
	color: #252525;
	font-size: 12px;
	width: 378px;
	margin-left: -10px;
	padding: 0px;
}
.msg1 {
	width: 850px;
	margin: 0 auto;
	text-align: justify;
}
.justify {
	text-align: justify;
	text-indent: 50px;
}
.npd {
	width: 860px;
	margin: 0px auto;
	height: auto;
	border-radius: 10px 10px 0px 0px;
	border: 0px solid #01212F;
}
.npd2 {
	width: 860px;
	margin: 0 auto;
	min-height: 420px;
	height: auto;
	border: 2px solid gray;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.npd1 {
	width: 860px;
	margin: 0 auto;
	height: auto;
}

::-webkit-scrollbar {
	width: 18px;
	height: 10px;
}
!::-webkit-scrollbar-button {
	background-color: #2C3FF6;
}
::-webkit-scrollbar-track {
	background-color: #01212F;
}
::-webkit-scrollbar-track-piece {
	background-color: #f3f3f3;
}
::-webkit-scrollbar-thumb {
	height: 100px;
	border: 3px solid #f3f3f3;
	background-color: #1a5c86;
}
::-webkit-scrollbar-corner {
	background-color: #f3f3f3;
}
::-webkit-resizer {
	background-color: #f3f3f3;
}

.edit_heading {
	margin-left: 38px;
	font-size: 25px;
}
.content1 {
	float: left;
	width: 860px;
	background-color: #ffffff;
	border: 2px solid #01212F;
	border-radius: 10px;
	margin-top: 10px;
}
#message .reply {
	color: white;
}
#right_content1 {
	color: black;
}
.Maintenance_det {
	font-size: 14px;
	width: 826px;
}
.equipment {
	width: 170px;
	height: auto;
	min-height: 350px;
	margin-left: 15px;
	float: left;
}
.equipment p {
	color: black;
	font-size: 14px;
	margin-top: 5px;
}
.msg_body {
	width: 860px;
	word-wrap: break-word;
}
.msg_body p strong {
	color: #333;
	float: none;
}
.msg_body p {
	color: #333;
	float: none;
}

.msg_body span {
	color: black;
}
.msg_body a {
	color: blue;
	text-decoration: underline;
}
#log_content {
	background: #F2F4F4;
	width: 476px;
	min-height: 315px;
	height: auto;
	margin: 0 auto;
	border-radius: 7px;
}
.log_h2 {
	font-size: 24px;
}
#log_content a {
	color: #1A5C86;
	font-size: 12px;
	text-decoration: underline;
	margin-left: 299px;
}
#log_content h2 {
	color: #01212f;
	margin: 20px;
	padding-top: 20px;
	font-family: 'OpenSansBold';
	font-size: 25px;
	font-weight: normal;
}
.update_account {
	width: 860px;
	height: 109px;
	cursor: pointer;
	background: url("../images/updateaccount.png");
	margin-bottom: 8px;
	border: none;
	border-radius: 10px;
}
.update_account:hover {
	background: url("../images/updateaccount.png");
	background-position: 0px -119px;
}

.start_project {
	width: 860px;
	height: 109px;
	cursor: pointer;
	background: url("../images/startproject.png");
	margin-left: 41px;
	margin-bottom: 25px;
	border: none;
	border-radius: 10px;
}
.start_project:hover {
	width: 860px;
	height: 109px;
	cursor: pointer;
	background: url("../images/startproject.png");
	background-position: 0px -119px;
	margin-left: 41px;
	margin-bottom: 25px;
	border: none;
	border-radius: 10px;
}
.save_changes {
	float: left;
	width: 860px;
	margin-top: 25px;
	height: 109px;
	cursor: pointer;
	background: url("../images/savechanges.png");
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	border-radius: 10px;
}
.save_changes:hover {
	float: left;
	width: 860px;
	height: 109px;
	cursor: pointer;
	background: url("../images/savechanges2.png");
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	border-radius: 10px;
}

.create_proj {
	width: 860px;
	height: 109px;
	cursor: pointer;
	background: url("../images/create1.png");
	margin-left: 23px;
	border: none;
	border-radius: 10px;
}
.save {
	width: 910px;
	height: 50px;
	color: white;
	cursor: pointer;
	font-size: 23px;
	background: url("../images/button1.png");
	margin-bottom: 10px;
	border: none;
	border-radius: 10px;
}
.add_pdf {
	color: #1A5C86;
	border: 0px;
	cursor: pointer;
	float: right;
	margin-right: 23px;
}
.chose_file {
	width: 390px;
	margin: 10px 0px;
}


#footer {
	margin: 0px auto;
	width: 960px;
	color: #FFF;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}
.new_message {
	width: 175px;
	margin-left: 20px;
}



.divreply {
	height: auto;
	display: none
}
.reply_all {
	border: 0px solid red;
	min-height: 150px;
	height: auto;
}
.reply_all textarea {
	border: 1px solid gray;
	border-radius: 2px;
}
.reply_all .input {
	margin-left: 770px;
	width: 95px;
	line-height: 34px;
	background: #033D57;
	border: 2px solid #033D57;
	border-radius: 6px;
	cursor: pointer;
	color: white;
	font-size: 14px;
	margin-bottom: 10px;
}
.div1 {
	width: 443px;
	border: 1px solid gray;
	padding-left: 0;
	margin-top: -11px;
	display: none;
}
.div6 {
	position: absolute;
	top: 196px;
}
#subpercentage, #pmpercentage, #acpercentage {
	width: 350px;
	height: 20px;
	padding: 4px;
	background-color: white;
	border-radius: 7px;
	border: none;
	box-shadow: inset 2px 2px 1px -1px #999;
	-moz-box-shadow: inset 2px 2px 1px -1px #999;
	-webkit-box-shadow: inset 2px 2px 1px -1px #999;
}


.mh {
	border: 0px solid gray;
	width: 40px;
	height: 25px;
	float: right;
	margin: 3px;
	text-align: center;
	font-size: 9px;
	color: black;
}
.mh img {
	max-width: 40px;
	min-width: 40px;
	max-height: 25px;
	min-height: 25px;
}
.gc_logo {
	width: 50px;
	height: 60px;
	float: right;
}
.gc_logo img {
	width: 50px;
	height: 50px;
	margin-top: 10px;
}
.company_logo {
	float: left;
	width: 50px;
	height: 50px;
}
.show {
	width: 244px;
	height: 50px;
	background-repeat: no-repeat;
	text-align: center;
	border-radius: 15px;
	cursor: pointer;
}
.show p#sws {
	background: url(../images/simple.png);
	width: 244px;
	height: 29px;
	cursor: pointer;
}
.show p#sws:hover {
	background: url(../images/simple.png);
	width: 244px;
	height: 29px;
	cursor: pointer;
	background-position: 0px -39px;
}

.div2 {
	height: 65px;
	margin: 6px 0px 0px 20px;
	float: left;
}

.div3 {
	float: right;
	margin-right: 20px;
	width: 360px;
}
.percentage-container {
	float: right;
	padding-top: 32px;
}

.div3 .input {
	border: 0px solid #033D57;
	float: right;
	width: 165px;
	height: 26px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 6px;
	border-radius: 9px;
	background: url("../images/divrequired2.png");
	cursor: pointer;
}
.step1:hover .div3 .input {
	background-position: 0 -36px;
}
.div3 .input1 {
	border: none;
	float: left;
	width: 177px;
	height: 26px;
	margin: 6px 11px 5px 0px;
	background: url("../images/specificrequried.png");
	cursor: pointer;
}
.step2:hover .div3 .input1 {
	background-position: 0px -36px;
}

.div3 .input2 {
	border: none;
	float: left;
	width: 165px;
	height: 26px;
	margin: 6px 0px 5px 0px;
	background: url("../images/sectionrequried.png");
	cursor: pointer;
}
.step2:hover .div3 .input2 {
	background-position: 0px -36px;
}


.scprogress {
	background: #fff;
	height: 16px;
	width: 300px;
	margin-top: 10px;
	float: right;
	border-radius: 5px;
}
.scprogress span {
	margin-left: 5px;
}
.closeout {
	float: right;
	width: 380px;
}
.assign_sub {
	width: 380px;
	height: 109px;
	margin-top: 32px;
	margin-bottom: 20px;
	float: right;
	border: none;
	background: url("../images/assignsub.png");
	cursor: pointer;
}
.assign_sub:hover {
	width: 380px;
	height: 109px;
	background: url("../images/assignsub.png");
	background-position: 0px -119px;
	cursor: pointer;
}
.assign_sub p {
	color: white;
	margin-top: 15px;
	text-align: center;
	color: white;
}
#right_content .assign_sub h2 {
	padding: 7px;
	font-size: 24px;
	margin: 0px;
	text-align: center;
	color: white;
}
.assign_sub img {
	width: 45px;
	height: 30px;
	float: right;
	margin-top: -34px;
	margin-right: 63px;
}
.gc_progress {
	height: 14px;
	width: 350px;
	margin-left: 10px;
}
.sf_name {
	width: 343px;
	padding: 5px;
	border: 1px solid gray;
	float: left;
}
.sf_name img {
	width: 28px;
	height: 28px;
	float: left;
}
.plus {
	margin: -23px 1px -4px 295px;
	width: 18px;
}
.plus1 {
	margin: -24px 1px 23px 300px;
	width: 18px;
}
.step_one {
	margin-bottom: 20px;
	width: 858px;
	float: left;
	margin-top: 10px;
	min-height: 540px;
	border: 2px solid #01212F;
	border-radius: 10px 10px 0px 0px;
	display: none;
	background: #fff;
}
.stepone_addnew {
	height: 46px;
	background: url("../images/npd.png");
	width: 858px;
	border-radius: 5px;
	margin: 0 auto;
}
.stepone_addnew p {
	padding-top: 9px;
	margin-left: 35px;
	font-size: 14px;
	color: white;
	!background:url("../images/add_image.png");
	!background-position:left;
	!background-repeat:no-repeat;
}

.stepone_sub {
	border: 0px solid gray;
	margin: 0px 17px auto;
	width: 826px;
	float: left;
}
.stepone_sub h2 {
	color: #333;
	font-size: 14px;
	font-family: Open Sans Bold;
	margin: 11px 0px 0px 0px;
}
.stepone_sub hr {
	border-bootm: 1px solid gray;
	width: 824px;
}
.npdbutton1 {
	height: 35px;
	width: 860px;
	margin-top: 10px;
	margin-left: 14px;
	border: 2px solid gray;
	border-radius: 12px;
	cursor: pointer;
	clear: both;
}
.npdbutton1 .img1 {
	width: 20px;
	height: 20px;
	padding: 8px;
	float: left;
}
.npdbutton1 .img2 {
	float: right;
	width: 24px;
	height: 24px;
	margin-top: -21px;
	margin-right: 10px;
}
.npdbutton1 .img3 {
	float: right;
	width: 25px;
	height: 25px;
	margin-top: -21px;
	margin-right: 5px;
}
.npdbutton1 p {
	margin-top: 9px;
	margin-left: 35px;
	font-size: 15px;
	color: black;
}
#addnewtier_one {
	height: 46px;
	width: 860px;
	margin: 0px;
	margin-top: 10px;
	background: url(../images/addnewtiers.png) no-repeat ;
	cursor: pointer;
	display: inline-block;
}
#addnewtier_one:hover {
	background-position: 0px -56px;
}
#addnewtier_one:hover p {
	color: #fff;
}
#addnewtier_one p,#addnewtier_two p {
	line-height: 46px;
	font-size: 14px;
	color: #01212F;
	width: 800px;
	float: left;
	margin-left: 56px;
}
#addnewtier_two {
	height: 46px;
	width: 860px;
	margin: 0px;
	margin-top: 10px;
	background: url(../images/addnewtiers.png) no-repeat ;
	cursor: pointer;
	display: inline-block;
}
#addnewtier_two:hover {
	background-position: 0px -56px;
}
#addnewtier_two:hover p {
	color: #fff;
}

.non_product {
	height: 46px;
	background: url(../images/npd.png) no-repeat center;
	width: 860px;
  	cursor: pointer;
}
.non_product .img1 {
	float: left;
	margin: 11px 13px 11px 20px;
	cursor: pointer;
}

#addnewdoc .non_product p {
	margin-left: 25px;
}

#lcontent .edittier_p {
	color: #333;
	margin-top: -2px;
	margin-bottom: -4px;
}

#edittier .content {
	padding: 0px;
}

#edittier .content1 {
	margin-top: 0px;
}


.asp {
	color: #333;
	font-size: 14px;
}
#left_content p.asp {
	color: #333;
	font-size: 14px;
	line-height: 15px;
	width: 380px;
}
#right_content p.asp {
	color: #333;
	font-size: 14px;
	width: 100%;
	line-height: 15px;
	margin-bottom: 10px;
}
.field_class {
	margin-top: 11px;
	margin-bottom: 26px;
}
.non_product p {
	margin-top: 0px;
	float :left;
	line-height: 46px;
	font-size: 14px;
	color: white;
	width: 730px;
}
.non_product .img2 {
	float: right;
	width: 19px;
	height: 19px;
	margin-top: 12px;
	margin-right: 19px;
	cursor: pointer;
}
.non_product .img3 {
	float: right;
	width: 19px;
	height: 19px;
	margin-top: -19px;
	margin-right: 46px;
	cursor: pointer;
}
.comment {
	float: left;
 	width: 820px;
  	margin: 0px 20px;
}
.comment1 {
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}
.comment1 textarea {
	width: 440px;
	height: 65px;
	margin-top: 3px;
}
.newcontent {
	width: 826px;
	margin: 0 auto;
}

.line {
	width: 96%;
	border-bottom: 1px solid #01212f;
	!margin-left:45px;
}

#img3 {
	float: left;
	margin: 11px 13px 11px 20px;
}
#img4 {
	float: right;
	width: 19px;
	height: 19px;
	margin-top: 12px;
	margin-right: 19px;
	cursor: pointer;
}
#img5 {
	float: right;
	width: 19px;
	height: 19px;
	margin-top: -19px;
	margin-right: 46px;
	cursor: pointer;
}
.datbase_search {
	width: 826px;
	min-height: 250px;
	height: auto;
	border: 0px solid gray;
}
.database_sub {
	float: left;
	display: inline;
	font-size: 12px;
	margin-top: 11px;
	color: #003333;
}
.database_search_heading {
	font-size: 14px;
	color: #333;
	margin-bottom: 3px;
}
.advance_sea {
	float: right;
	color: #003333;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}
.add_new_content {
	margin-left: 0px;
	width: 826px;
	margin-top: 28px;
}
.in_su_sa {
	border-left: 1px solid #6D6E71;
	border-right: 1px solid #6D6E71;
	width: 377px;
	cursor: pointer;
	max-height: 300px;
	overflow: auto;
	background: #FFF;
}

.in_su_sa::-webkit-scrollbar {
	width: 27px;
	height: 10px;
	padding: 2px;
}
.in_su_sa!::-webkit-scrollbar-button {
	background-color: #2C3FF6;
}
.in_su_sa::-webkit-scrollbar-track {
	background-color: #01212F;
}
.in_su_sa::-webkit-scrollbar-track-piece {
	background-color: #f3f3f3;
	border-left: 1px solid #6D6E71;
}
.in_su_sa::-webkit-scrollbar-thumb {
	height: 100px;
	border-radius: 12px;
	border: 7px solid transparent;
	background-clip: content-box;
	background-color: #1a5c86;
}
.in_su_sa::-webkit-scrollbar-corner {
	background-color: #f3f3f3;
}
.in_su_sa::-webkit-resizer {
	background-color: #f3f3f3;
}

.add {
	width: 858px;
	border-radius: 5px;
	height: 46px;
	background: url("../images/npd.png");
	background-repeat: no-repeat;
	!width:922px;
	!border-radius:8px;
	margin: -2px -2px -2px 0px;
}
.step3_specific {
	height: auto;
	width: 826px;
	padding-bottom: 13px;
	margin: 0 auto;
}
.add p {
	padding-top: 11px;
	margin-left: 35px;
	font-size: 15px;
	color: white;
}
.add .img1 {
	float: right;
	width: 24px;
	height: 24px;
	margin-top: -21px;
	margin-right: 10px;
}
.add .img2 {
	float: right;
	width: 24px;
	height: 24px;
	margin-top: -21px;
	margin-right: 9px;
}
.divreq {
	width: 100%;
	height: auto;
	float: left;
}
.content11 {
	width: 16.99%;
	height: auto;
	float: left;
	padding: 4px 3px 0px 6px;
	margin-top: 10px!important;
}
.content22 {
	width: 81%;
	height: 97%;
	float: left;
	margin-top: 5px;
}
.pass_tick {
	margin-top: 16px;
	margin-left: -27px;
	float: left;
}
#add_product {
	margin-top: -16px;
	margin-left: 12px;
	color: white;
	font-size: 12px;
	text-align: center;
}
.npdbutton {
	height: 46px;
	width: 860px;
	background: url(../images/tierback.png) no-repeat;
	margin-top: 10px;
	cursor: pointer;
	clear: both;
}
.npdbutton:hover {
	background-position: 0px -56px;
	color: #fff;
}
.npdbutton:hover p {
	color: #fff;
}

#section_required_task {
	float: left;
	width: 820px;/* 860 total without padding */
	background-color: #ffffff;
	border-radius: 5px;
	padding: 20px;
}

.specific-required-tasks-title {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #1A5C86;
}

.specific-required-tasks-title p {
	float: left;
	width: 100%;
	font-family: 'OpenSansLight';
	font-size: 22px;
	color: #1A5C86;
}

.requiredtaskerror {
	float: left;
	width: 100%;
}

.display_the_tasks {
	float: left;
	width: 100%;
}

.specific_task {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.specific-task-checkbox {
	float: left;
	width: 20px;
	margin-right: 10px;
	margin-top: 7px;
}

.specific-task-checkbox input[type="checkbox"] {
	float: left;
	margin: 0px;
}
.specific-task-text {
	float: left;
	width: 730px;
	margin-right: 60px;
}
.specific-task-text-edit {
	float: left;
	width: 730px;
	display: none;
}

.specific-task-text-edit input {
	float: left;
	width: 730px;
	height: 34px;
	font-size: 14px;
	border-radius: 4px;
	line-height: 34px;
	border: none;
	box-shadow: inset -2px 2px 5px -1px #999;
	-moz-box-shadow: inset -2px 2px 5px -1px #999;
	-webkit-box-shadow: inset -2px 2px 5px -1px #999;
	color: #6d6e71;
}
.specific-task-del {
	position: absolute;
	top: 0px;
	right: 0px;
	float: left;
	width: 19px;
	height: 19px;
}

.specific-task-save {
	position: absolute;
	top: 0px;
	right: 26px;
	float: left;
	width: 19px;
	height: 19px;
}

.specific-task-edit {
	position: absolute;
	top: 0px;
	right: 26px;
	float: left;
	width: 19px;
	height: 19px;
}

.tier1 {
	height: 46px;
	width: 860px;
	margin: 0px auto;
	margin-top: 10px;
	cursor: pointer;
	background: url(../images/normaltierbackground.png) no-repeat center ;
}
.tier1 p {
	float: left;
	line-height: 46px;
	width: 730px;
	font-size: 14px;
	color: #01212F;
}
.tier1:hover {
	color: #FFF;
	background: url("../images/tier2.png");
}
.tier1:hover p {
	color: #FFF;
}
.tier2 {
	float: left;
	height: 46px;
	width: 860px;
	margin: 0px;
	cursor: pointer;
	background: url(../images/tier2.png) no-repeat center;
	margin-top: 10px;
}
.tier2 p {
	float: left;
	line-height: 46px;
	width: 730px;
	font-size: 14px;
	color: #fff;
}
.tier3 {
	height: 46px;
	width: 860px;
	margin: 10px 0px 0px 0px;
	background: url(../images/tier3.png) no-repeat center;
	cursor: pointer;
}
.tier3 p {
	float: left;
	line-height: 46px;
	width: 730px;
	font-size: 14px;
	color: #fff;
}
.tier4 {
	height: 46px;
	width: 860px;
	margin: 10px 0px 0px 0px;
	background: url(../images/tier4.png) no-repeat center;
	cursor: pointer;
}
.tier4 p {
	float: left;
	line-height: 46px;
	width: 730px;
	font-size: 14px;
	color: #fff;
}
span.upload_wrapper {
	position: relative;
	float: left;
	width: 356px;
	height: 16px;
	margin: 5px 0px 15px 0px;
	padding: 10px;
	font-size: 14px;
	background: #fff url(../images/upload_img.png) no-repeat;
	overflow: hidden;
	border-radius: 10px;
	border: solid 2px #01212F;
	color: #666666;
}
span.upload_wrapper .upload_btn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 376px;
	height: 36px;
	opacity: 0;
	border-radius: 10px;
	cursor: pointer;
	z-index: 99;
}
span.upload_wrapper .upload_value {
	position: absolute;
	top: 10px;
	left: 152px;
	width: 217px;
	background: transparent;
	border: none;
	overflow: hidden;
}
.zip {
	width: 163px;
	line-height: 34px;
	margin-top: 10px;
	padding-left: 5px;
	border-radius: 4px;
	border: none;
	box-shadow: inset -2px 2px 5px -1px #999;
	-moz-box-shadow: inset -2px 2px 5px -1px #999;
	-webkit-box-shadow: inset -2px 2px 5px -1px #999;
	color: #6d6e71;
}
.zip:focus {
	color: #333;
}
.zipcode {
	float: left;
}
.search_db {
	width: 564px;
	height: 122px;
	background: url("../images/NoResults.png");
	border-radius: 10px;
}
.search_db p {
	color: white;
	font-size: 16px;
	padding: 35px;
}

.permissionlist::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.permissionlist::-webkit-scrollbar-track-piece {
	background-color: #FFF;
	border-radius: 0px;
}
.permissionlist::-webkit-scrollbar-thumb {
	height: 60px;
	border: 0px solid #A5B2E1;
	background-color: #01212F;
	border-radius: 5px;
}

.userscroll::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.userscroll::-webkit-scrollbar-track-piece {
	background-color: #FFF;
	border-radius: 0px;
}
.userscroll::-webkit-scrollbar-thumb {
	height: 60px;
	border: 0px solid #A5B2E1;
	background-color: #01212F;
	border-radius: 5px;
}
#select_zip {
	width: 200px;
	height: 51px;
}
#page_title_scope {
	text-transform: capitalize;
}
::-webkit-input-placeholder {
	color: #6D6E71;
	font-size: 14px;
}
:-ms-input-placeholder {
	color: #6D6E71;
}


/*create project*/
.create_projeccct_title {
	margin-top: 39px;
	margin-left: 40px;
}
.create_projeccct_title p {
	font-size: 25px;
}
.create_project_left {
	float: left;
}

/*--mini header --*/
#miniheader ul {
	float: right;
	width: 194px;
	margin: 15px 8px 0px 0px;
	padding: 0px;
}
#miniheader ul li {
	margin: 0px 3px;
	padding: 0px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	float: left;
	list-style-type: none;
	border: 1px solid #01212F;
	cursor: pointer;
}
#miniheader ul li a p {
	padding: 20px;
}
#miniheader ul li:nth-child(1) {
	background: url(../images/myprojects1.png) no-repeat;
	margin-right: 5px;
}
#miniheader ul li:nth-child(2) {
	background: url(../images/myaccount1.png) no-repeat;
}
#miniheader ul li:nth-child(3) {
	background: url(../images/help1.png) no-repeat;
}
#miniheader ul li:nth-child(4) {
	background: url(../images/logout1.png) no-repeat;
}
#miniheader ul li:hover {
	background-position: 0px -48px;
	!border:1px solid #fff;
	padding: 0px;
	width: 40;
	height: 40px;
}
#miniheader ul li.acte:hover {
	width: 40px;
	height: 40px;
	background-position: 0px -45px;
}
#miniheader ul li.acte {
	width: 40px;
	height: 40px;
	background-position: 0px -45px;
}

/*--mini header--*/
#caw {
	width: 928px;
	height: 65px;
	border: 0px solid white;
}
.menu_right_companynameanduser {
	width: 956px;
	border: 0px solid red;
}
.menu_right_companynameanduser1 strong {
	color: #1a5c86;
}
.menu_right_companynameanduser1 p {
	color: #fff;
	text-align: right;
}
#error {
	float: left;
	width: 100%;
	margin: 15px 0px;
	background: #790000;
	border-radius: 5px;
}
#error2 {
	float: left;
	width: 100%;
	margin: 15px 0px;
	background: #790000;
	border-radius: 5px;
}

.doc_display {
	float: left;
	width: 711px;
	border-bottom: 1px solid #555;
}

.doc_display .add_docname,
.doc_display .new_doctype,
.doc_display .doc_filetype,
.doc_display .doc_comments,
.doc_display .doc_comments,
.doc_display .doc_remove {
	
}

.add_docname {
	float: left;
	width: 250px;
	display: inline;
	line-height: 41px;
	height: 41px;
	overflow: hidden;
	font-size: 12px;
	color: #333;
	font-family: 'OpenSansRegular';
}
.new_doctype {
	float: left;
	width: 150px;
	display: inline;
	font-size: 12px;
	color: #333;
	line-height: 41px;
	font-family: 'OpenSansRegular';
}
.doc_filetype {
	float: left;
	width: 115px;
	display: inline;
	font-size: 12px;
	color: #333;
	line-height: 41px;
	font-family: 'OpenSansRegular';
}
.doc_comments {
	float: left;
	width: 90px;
	display: inline;
	font-size: 12px;
	color: #333;
	line-height: 41px;
	font-family: 'OpenSansRegular';
}
.doc_remove {
	float: left;
	width: 90px;
	display: inline;
	font-size: 12px;
	color: #333;
	line-height: 41px;
	font-family: 'OpenSansRegular';
}
.review_status {
	border: 0px solid #01212F;
	border-right: 1px solid #01212F;
	border-left: 1px solid #01212F;
	float: right;
	width: 113px;
}
.review_status:last-child {
	border-bottom: 1px solid #01212F;
}
.status_review {
	width: 113px;
	line-height: 23px;
	text-align: center;
	background: #01212F;
}
.status_review p {
	color: #FFF;
	font-size: 12px;
}
.review_pm {
	float: left;
	width: 50px;
	display: inline;
	font-size: 14px;
	line-height: 41px;
	font-size: 11px;
	color: #333;
}
.review_arch {
	float: left;
	width: 63px;
	display: inline;
	font-size: 14px;
	line-height: 41px;
	font-size: 11px;
	color: #333;
}
.error_project {
	width: 860px;
	line-height: 41px;
	margin: 0 auto;
	background-color: #790000;
	!border: 2px solid #790000;
	border-radius: 5px;
}
.error_project h3 {
	margin-left: 36px;
	padding: 0px;
	color: #FFF;
	font-size: 12px;
}
.error_project img {
	float: left;
	margin: 8px 3px 8px 17px;
}
#miniheader {
	display: none;
	float: left;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
}
.mini_cmpny_logo {
	width: 50px;
	height: 50px;
	margin-top: 10px;
}
.mini_project_name {
	float: left;
	margin-left: 10px;
	height: 60px;
	width: 560px;
}
p.mini_project_name_text {
	float: left;
	color: #F7F6F4;
	font-size: 12px;
	margin-top: 27px;
}
.mini_cmpny_ln {
	margin: 0px;
	width: 50px;
	float: left;
	height: 60px;
}
.mini_showall {
	width: 182px;
	height: 78px;
	float: left;
}
.mini_showall span {
	display: none;
	float: left;
	cursor: pointer;
	width: 182px;
	height: 30px;
	margin-top: 24px;
	background: url("../images/showallhover1.png");
}
.mini_showall span:hover {
	background-position: 0px -40px;
}
.mini_cmpny_icons {
	float: right;
	width: 320px;
	height: 60px;
	margin: 0px;
}
.non_product_docs {
	margin-left: 20px;
	font-size: 14px;
	line-height: 46px;
	color: #01212F;
}

.review_arch input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: url("../images/review_status.png");
}
.review_pm input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: url("../images/review_status.png");
}
.review_arch input[type=checkbox]:checked {
	background-position: 0px -31px;
}
.review_pm input[type=checkbox]:checked {
	background-position: 0px -31px;
}
.add_step2 {
	width: 826px;
	float: left;
	margin-top: 12px;
	font-size: 15px;
	color: #1a5c86;
	margin-bottom: 28px;
}
.add_enter_product {
	color: #333;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}
.add_bread_img {
	margin-left: 16px;
	margin-right: 16px;
}
.new_task {
	height: auto;
	display: inline-block;
	color: #333;
	line-height: 34px;
	font-size: 14px;
}
#lcontent {
	width: 817px;
	margin: 0px auto;
}
.edittier_hr {
	width: 814px;
	border-top: 1px solid #555;
	margin-bottom: 34px;
}
span.edit_wrapper {
	width: 270px;
	height: 34px;
	float: right;
	margin-top: 34px;
	margin-bottom: 11px;
}
span.maximum_file {
	width: 170px;
	line-height: 15px;
	margin-bottom: 33px;
	float: right;
	color: #333;
	font-size: 12px;
	margin-top: 0px;
}
/*------------------- Contact Directory && Assign Division Sections Pages ------------*/
.contact_title {
	color: #01212F;
	font-size: 25px;
}
.contact_subtitle {
	color: #01212F;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 5px;
	font-family: 'OpenSansBold';
}
span.nepheadings {
	font-size: 12px;
	color: #333;
}
span.nep {
	font-size: 12px;
	color: #333;
}
.tilewrapper {
	display: block;
	width: 300px;
}
.tilewrapper p {
	color: #333;
}
.contact_back {
	height: 34px;
	cursor: pointer;
	background: url("../images/goback1.png") no-repeat;
}
.account_details_left {
	width: 380px;
	float: left;
}
.account_details_subhead {
	margin: 10px 0px;
	color: #333;
	font-size: 18px;
}
.account_details_lr {
	font-size: 14px;
	color: #6d6e71;
	margin: 6px 0px;
}
.account_details_right {
	width: 380px;
	float: right;
}
.email_notification {
	line-height: 20px;
	color: #333;
	display: table-cell;
}
.assign_div_sec {
	float: left;
	color: #333;
	font-size: 15px;
}
.assign_div_sec_add {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333;
}
.add_new_division {
	display: none;
	width: 120px;
	height: 34px;
	background: url("../images/button5.png") no-repeat center;
	border-radius: 5px;
	color: white;
	border: none;
	cursor: pointer;
}
.add_new_division_back {
	display: none;
	width: 50px;
	height: 34px;
	background: url("../images/button5.png") no-repeat center;
	border-radius: 5px;
	color: white;
	border: none;
	cursor: pointer;
	margin-left: 15px;
}
.div_img {
	float: right;
	margin: 5px;
}
.cds {
	border-bottom: 1px solid #6D6E71;
	cursor: pointer;
	line-height: 25px;
	width: 350px;
	float: left;
}
.cds2 {
	background: #1A5C86;
	border-bottom: 1px solid #6D6E71;
	line-height: 25px;
	cursor: pointer;
	width: 340px;
	color: white;
	float: left;
}
.cds3 {
	float: left;
	width: 100%;
	font-size: 10px;
	font-family: 'OpenSansExtrabold';
	color: #01212F;
	cursor: pointer;
}
.sublistsection .cds3 {
	font-family: 'OpenSansRegular';
}
.cds4 {
	float: left;
	width: 100%;
	font-size: 10px;
	font-family: 'OpenSansExtrabold';
	cursor: pointer;
	color: #1A5C86;
}
.cds_div {
	color: #333;
	width: 300px;
	font-size: 11px;
	padding: 5px;
	float: left;
	cursor: default;
}
.cds_sec {
	color: #333;
	width: 300px;
	font-size: 11px;
	padding: 5px;
	float: left;
}
.closeout1 {
	width: 375px;
	overflow-y: scroll;
	height: 250px;
	background: #FFF;
	overflow-x: hidden;
	margin-top: 13px;
	border-radius: 5px;
	border: 2px solid #01212F;
}
.closeout1::-webkit-scrollbar {
	width: 27px;
	height: 10px;
	padding: 2px;
}
.closeout1!::-webkit-scrollbar-button {
	background-color: #2C3FF6;
}
.closeout1::-webkit-scrollbar-track {
	background-color: #01212F;
}
.closeout1::-webkit-scrollbar-track-piece {
	background-color: #f3f3f3;
	border-left: 1px solid #6D6E71;
}
.closeout1::-webkit-scrollbar-thumb {
	height: 100px;
	border-radius: 12px;
	border: 7px solid transparent;
	background-clip: content-box;
	background-color: #1a5c86;
}
.closeout1::-webkit-scrollbar-corner {
	background-color: #f3f3f3;
}
.closeout1::-webkit-resizer {
	background-color: #f3f3f3;
}
.closeout2 {
	width: 375px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 250px;
	background: #FFF;
	border-radius: 5px;
	border: 2px solid #01212F;
}
.closeout2::-webkit-scrollbar {
	width: 27px;
	height: 10px;
	padding: 2px;
}
.closeout2!::-webkit-scrollbar-button {
	background-color: #2C3FF6;
}
.closeout2::-webkit-scrollbar-track {
	background-color: #01212F;
}
.closeout2::-webkit-scrollbar-track-piece {
	background-color: #f3f3f3;
	border-left: 1px solid #6D6E71;
}
.closeout2::-webkit-scrollbar-thumb {
	height: 100px;
	border-radius: 12px;
	border: 7px solid transparent;
	background-clip: content-box;
	background-color: #1a5c86;
}
.closeout2::-webkit-scrollbar-corner {
	background-color: #f3f3f3;
}
.closeout2::-webkit-resizer {
	background-color: #f3f3f3;
}
/*----------------- assign subcontractor page--------------*/
#assign-subcontractors {
	float: left;
	width: 100%;
}

#assign-subcontractors #form {
	float: left;
	width: 100%;
}

.error_bug {
	width: 860px;
	height: 41px;
	margin: 10px auto;
	border-radius: 3px;
	background: #790000;
}
.error_bug img {
	float: left;
	margin: 9px 0px 0px 5px;
	padding: 0px;
}
.error_bug p {
	color: white;
	margin: 11px 0px 0px 4px;
	font-size: 14px;
	padding: 0px;
	float: left;
}
.subconlist {
	height: 463px;
	width: 380px;
	border: 2px solid #333;
	float: right;
}
.add_sub {
	float: left;
	width: 380px;
	height: 34px;
	background: url("../images/add_sub1.png");
	border: none;
	cursor: pointer;
	margin-bottom: 29px;
	margin-top: 14px;
}
.sub_list {
	float: right;
	background: url("../images/sub_list.png");
	margin-top: 5px;
	width: 209px;
	height: 33px;
}
#subc {
	float: left;
	width: 100%;
}

#subc input {
	float: left;
}

#new_subcontractor {
	float: left;
	width: 100%;
}

.sub_section_list {
	width: 377px;
	height: 294px;
	background: #FFF;
	border: 2px solid #333;
	border-radius: 6px;
	overflow-y: scroll;
	overflow-x: hidden;
	float: left;
}
.sub_section_list::-webkit-scrollbar {
	width: 27px;
	height: 10px;
	padding: 2px;
}
.sub_section_list!::-webkit-scrollbar-button {
	background-color: #2C3FF6;
}
.sub_section_list::-webkit-scrollbar-track {
	background-color: #01212F;
}
.sub_section_list::-webkit-scrollbar-track-piece {
	background-color: #f3f3f3;
	border-left: 1px solid #6D6E71;
}
.sub_section_list::-webkit-scrollbar-thumb {
	height: 100px;
	border-radius: 12px;
	border: 7px solid transparent;
	background-clip: content-box;
	background-color: #1a5c86;
}
.sub_section_list::-webkit-scrollbar-corner {
	background-color: #f3f3f3;
}
.sub_section_list::-webkit-resizer {
	background-color: #f3f3f3;
}
.assign_reassign_subcon {
	width: 476px;
	float: left;
	margin-top: 14px;
}
.section_list {
	list-style-type: none;
	border-bottom: 1px solid #333;
	padding: 10.6px 6px;
	background-color: white;
	color: black;
}
.subconlist {
	float: right;
	width: 375px;
	height: 800px;
	border: 2px solid #333;
	background: #FFF;
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 5px;
}

.sublistsection {
	float: left;
	width: 100%;
}

.sublistrow {
	float: left;
	width: 348px;
	border-bottom: 1px solid #6D6E71;
}

.sublistname {
	float: left;
	width: 295px;
	padding: 10px;
	
}
	
.sublistdelete {
	float: right;
	width: 23px;
	padding: 5px;
}
	
	
.subconlist::-webkit-scrollbar {
	width: 27px;
	height: 10px;
	padding: 2px;
}
.subconlist!::-webkit-scrollbar-button {
	background-color: #2C3FF6;
}
.subconlist::-webkit-scrollbar-track {
	background-color: #01212F;
}
.subconlist::-webkit-scrollbar-track-piece {
	background-color: #f3f3f3;
	border-left: 1px solid #6D6E71;
}
.subconlist::-webkit-scrollbar-thumb {
	height: 100px;
	border-radius: 12px;
	border: 7px solid transparent;
	background-clip: content-box;
	background-color: #1a5c86;
}
.subconlist::-webkit-scrollbar-corner {
	background-color: #f3f3f3;
}
.subconlist::-webkit-resizer {
	background-color: #f3f3f3;
}
.assign_sub1 {
	width: 380px;
	height: 109px;
	margin-top: 39px;
	margin-bottom: 20px;
	float: right;
	background: url("../images/specifi_task.png");
	cursor: pointer;
}
.assign_sub1:hover {
	background-position: 0px -119px;
}
.assign_reassign_div {
	float: left;
	margin-left: 32px;
	height: 297px;
	width: 34px;
}
.assign_re {
	display: inline;
	float: right;
	cursor: pointer;
}
.assign_re img {
	margin: 0px;
}
/*----------------- ADMIN PAGES ------------*/
#user_project_list {
	width: 860px;
	margin: 0 auto;
	line-height: 34px;
}
#user_project_list_heading {
	font-size: 18px;
	color: #333;
	float: left;
	margin-bottom: 7px;
	margin-top: 2px;
}
#user_project_list_input {
	width: 300px;
	float: right;
	padding-left: 10px;
	font-size: 14px;
	line-height: 34px;
	border: none;
	border-radius: 7px;
	box-shadow: inset -2px 2px 5px -1px #999;
	-moz-box-shadow: inset -2px 2px 5px -1px #999;
	-webkit-box-shadow: inset -2px 2px 5px -1px #999;
	color: #6d6e71;
}
#user_project_list input[type="checkbox"] {
	margin-top: 5px;
}
.list {
	width: 860px;
	margin: 0 auto;
	float: left;
	color: white;
	border-bottom: 1px solid #555;
}
.user_project_edit {
	width: 61px;
	float: left;
}
.user_name {
	width: 180px;
	float: left;
}
.user_type {
	width: 154px;
	float: left;
}
.user_project_cmpny_gccmpny {
	width: 275px;
	float: left;
}
.user_project_cmpny_gccmpny p {
	height: 47px;
	overflow: hidden;
}
.user_project_denyacc_deadline {
	width: 90px;
	float: left;
}
.user_project_del_cmpltd {
	width: 100px;
	float: left;
}
.user_project_name_glob {
	width: 334px;
	float: left;
}
.user_project_semiheding {
	font-size: 14px;
	color: #333;
}
.user_project_text {
	font-size: 12px;
	color: #333;
}
.user_project_edit img {
	margin-top: 12px;
}
.user_project_del_cmpltd img {
	margin-top: 12px;
}
.del {
	margin: 0px auto;
	background: #790000;
	color: #FFF;
	font-size: 18px;
	border-radius: 10px;
	text-align: center;
	width: 860px;
	line-height: 41px;
	box-shadow: 0px 5px 10px #789;
}
.msg {
	margin: 0px auto;
	background: rgb(67, 134, 148);
	color: rgb(18, 255, 18);
	width: 860px;
	line-height: 41px;
	font-size: 18px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 5px 10px #003300;
}
.msg1 {
	margin: 0px auto;
	background: rgb(67, 134, 148);
	color: rgb(18, 255, 18);
	width: 860px;
	line-height: 41px;
	font-size: 18px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 5px 10px #003300;
}
.add_new_project {
	width: 380px;
	height: 34px;
	background: url("../images/add_new_project.png");
	border: none;
	float: left;
	cursor: pointer;
}
.change_pass {
	width: 380px;
	height: 34px;
	background: url("../images/change_pass.png");
	border: none;
	float: left;
	cursor: pointer;
}
.create_new_user {
	width: 380px;
	height: 34px;
	background: url("../images/button1.png") no-repeat center;
	border: none;
	float: left;
	border-radius: 5px;
	font-size: 16px;
	color: white;
	cursor: pointer;
}
.previous_projects_list {
	width: 380px;
	margin-top: 9px;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 4px;
	background: url("../images/button1.png") no-repeat center;
	line-height: 54px;
	border: none;
	color: #FFF;
}
.delete_user {
	width: 380px;
	height: 34px;
	margin-top: 26px;
	margin-bottom: 7px;
	background: url("../images/delete_user.png") no-repeat center;
	border: none;
	float: right;
}
.update_project {
	width: 860px;
	height: 109px;
	cursor: pointer;
	background: url("../images/update_project.png");
	margin-bottom: 25px;
	border: none;
}
.update_project:hover {
	background-position: 0px -119px;
}
.new_user {
	width: 250px;
	height: 34px;
	background: url("../images/createnewuser.png") no-repeat center;
	display: inline-block;
}
.button {
	width: 200px;
	height: 30px;
	color: white;
	cursor: pointer;
	font-size: 14px;
	background: url("../images/button5.png") no-repeat center;
	margin-bottom: 10px;
	border: none;
	border-radius: 6px;
}
/*message center*/
.message_content_1 {
	float: left;
	width: 100%;
}
p.messagecenter_heading {
	font-size: 25px;
	color: #01212f;
}
.new_message1 {
	border: none;
	width: 190px;
	height: 34px;
	!border-radius:9px;
	background: url("../images/message_center.png");
	background-repeat: no-repeat;
	margin-left: -19px;
	margin-top: 15px;
}
.new_message1 img {
	margin: 4px 5px 0px 20px;
	float: left;
}
.new_message1 p {
	color: white;
	margin-top: 3px;
	font-size: 14px;
}

.messages_p {
	font-size: 14px;
	color: #333;
	margin-top: 17px;
	margin-left: -20px;
}
.border_line {
	border-top: 1px solid #555;
	width: 860px;
	margin-top: 11px;
}
.message2 {
	width: 860px;
	height: auto;
	border-bottom: 1px solid #555;
}
#img1 {
	width: 80px;
	height: 50px;

	!border:1px solid gray;
	margin: 54px 0px 0px 0px;
}
.data {
	width: 600px;
	min-height: 100px;
	border: 0px solid blue;
	margin: -80px 0px -16px 99px;
}
.data1 {
	width: 175px;
	min-height: 100px;
	float: right;
	border: 0px solid blue;
	margin: -91px 0px 10px 120px;
}
p.mesg_font {
	font-size: 12px;
	line-height: 15px;
	color: #333;
	float: left;
}
p.msg_font {
	line-height: 15px;
	font-size: 12px;
	color: #333;
	float: left;
}
.data1 p {
	margin-top: 10px;
}
/*send msg*/
p.msg_heading_new {
	color: #333;
	font-size: 14px;
	margin-top: 5px;
}
.border-sendmsg {
	border-bottom: 1px solid #555;
	margin-top: 11px;
}
p.send_msg_pro_name {
	color: #333;
	font-size: 14px;
	margin-top: 17px;
}
#left_content2 {
	float: left;
	width: 320px;
	height: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	!margin-left:20px;
}
#right_content2 {
	float: right;
	width: 500px;
	!margin-left: 25px;
	min-height: 250px;
	height: auto;
}
.msg_custom_title {
	font-size: 12px;
	color: #333;
	margin-top: 13px;
	margin-bottom: 14px;
}
.send {
	width: 499px;
	height: 66px;
	border: none;
	margin-top: 8px;
	cursor: pointer;
	background: url(../images/sendmsg.png);
}
.paragraph {
	color: #333;
	font-size: 12px;
}
#main {
	display: none;
	margin: 0px auto;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: #666;
	top: 0px;
	left: 0px;
	position: absolute;
	opacity: 0.8;
}
#main1 {
	z-index: 1001;
	width: 100px;
	height: 100px;
	margin: 0px auto;
	position: absolute;
	border-radius: 10px;
	border: 1px solid red;
	display: none;
}
.dps_no {
	width: 85px;
	float: left;
}
.dps_yes {
	width: 85px;
	float: left;
}

.dps_yes input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	float: left;
	height: 20px;
	background: url("../images/checkbox.png");
}
.dps_no input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	float: left;
	height: 20px;
	background: url("../images/checkbox.png");
}
.dps_yes input[type=radio]:checked {
	background-position: 0px -30px;
}
.dps_no input[type=radio]:checked {
	background-position: 0px -30px;
}
#Fileuploading1, #Fileuploading {
	margin-top: 20px;
	margin-bottom: -40px;
}

.edit-image {
	float: left;
	margin-top: 12px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 2px #ccc solid;
}

.edit-image img {
	max-width: 50px;
	max-height: 50px;
}


.back1:hover p{
color:#01212F;
}

.help_title {
float: left;
width: 100%;
font-size: 25px;
color: #01212f;
}

.information-bar {
	
}
.tierdeleted {
	float: left;
	width: 100%;
}

/* Pasted from inline */
.back1:hover p{
color:#01212F;
}

/* Help Page */
.help-section {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.help-section p {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #333;
}

.help-section p a {
	color:#01212F;
	text-decoration: underline;
}

.help-section p a:hover {
	color: #ccc;
}

p.help-section-title {
	font-family: 'OpenSansRegular';
	font-size: 18px;
	color: #01212f;
}


/* Project Page */
/* Documents */
#lcontent-by-john {
	float: left;
	width:860px;
	margin-top:25px;
	margin-bottom:25px;
}

#lcontent-by-john .section-files {
	float: left;
	width: 860px;
	margin: 0px;
}

#lcontent-by-john .doc_display {
	float: left;
	width: 850px;
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #555;
}

#lcontent-by-john .doc_display:nth-child(even) {
	background-color: #eef3fa;
}

#lcontent-by-john .section-files .doc_display {
	padding: 0px 10px 0px 0px;
}


#lcontent-by-john .add_docname {
	float: left;
	width: 331px;
	font-family: 'OpenSansRegular';
	font-size: 12px;
	line-height: 15px;
	color: #333;
	overflow: visible;
	height: 15px;
}


#lcontent-by-john .add_docname p {
	padding-right: 5px;
}

#lcontent-by-john .new_doctype {
	float: left;
	width: 175px;
	font-family: 'OpenSansRegular';
	font-size: 12px;
	line-height: 15px;
	color: #333;
}

#lcontent-by-john .new_doctype p {
	padding-right: 5px;
}

#lcontent-by-john .doc_filetype {
	float: left;
	width: 45px;
	font-family: 'OpenSansRegular';
	font-size: 12px;
	line-height: 15px;
	color: #333;
}

#lcontent-by-john .doc_filetype a {
	float: left;
	width: 23px;
	color: #333;
	padding-left: 5px;
}

#lcontent-by-john .doc_filetype a .doc_filetype_image {
	float: left;
	width: 23px;
	height: 23px;
}

#lcontent-by-john .doc_filetype a .doc_filetype_image img {
	float: left;
	width: 23px;
	height: 23px;
}

#lcontent-by-john .doc_filetype a .doc_filetype_name {
	float: left;
	width: 100%;
	padding-top: 5px;
}

#lcontent-by-john .doc_comments {
	float: left;
	width: 49px;
	font-family: 'OpenSansRegular';
	font-size: 12px;
	line-height: 15px;
	color: #333;
	cursor: pointer;
}

#lcontent-by-john .doc_comments .doc_comments_image {
	float: left;
	width: 100%;
}

#lcontent-by-john .doc_comments .doc_comments_image img {
	float: left;
	width: 23px;
	height: 23px;
}

#lcontent-by-john .doc_comments .doc_comments_number {
	float: left;
	width: 100%;
}

#lcontent-by-john .doc_comments .doc_comments_number p {
	float: left;
	padding: 5px 0px 0px 10px;
}

#lcontent-by-john .doc_edit {
	float: left;
	width: 40px;
	font-family: 'OpenSansRegular';
	font-size: 12px;
	line-height: 15px;
	color: #333;
}

#lcontent-by-john .doc_edit .doc_edit_image {
	float: left;
	padding-left: 4px;
	cursor: pointer;
}

#lcontent-by-john .doc_remove {
	float: left;
	width: 50px;
	font-family: 'OpenSansRegular';
	font-size: 12px;
	line-height: 15px;
	color: #333;
}

#lcontent-by-john .doc_remove .doc_remove_image {
	float: left;
	padding-left: 10px;
}

#lcontent-by-john .file-header {
	float: left;
	margin-top: 18px;
	font-family: "OpenSansBold";
	height: 16px;
	text-transform: uppercase;
}

#lcontent-by-john .review_status {
	float: left;
	width: 150px;
	border: none;
}

#lcontent-by-john .status_review {
	width: 150px;
	line-height: 12px;
	text-align: center;
	background: none;
}
#lcontent-by-john .status_review p {
	color: #01212F;
	font-family: "OpenSansBold";
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
}

#lcontent-by-john .review_pm,
#lcontent-by-john .review_arch {
	float: left;
	width: 75px;
	display: inline;
}

#lcontent-by-john .review_pm .review_pm_checkbox,
#lcontent-by-john .review_arch .review_arch_checkbox {
	float: left;
	width: 21px;
	margin: 0px 27px;
}

#lcontent-by-john .review_pm .review_pm_checkbox input,
#lcontent-by-john .review_arch .review_arch_checkbox input {
	float: left;
	width: 21px;
	height: 21px;
	margin: 0px;
	padding: 0px;
}

#lcontent-by-john .review_pm p,
#lcontent-by-john .review_arch p {
	float: left;
	width: 100%;
	font-family: "OpenSansBold";
	font-size: 10px;
	line-height: 12px;
	color: #333;
	text-align: center;
	margin-top: 5px;
}

/* EDIT PROJECT INFORMATION PAGE */
#form {
	float: left;
	width: 100%;
}

#edit-project-information-form {
	float: left;
	width: 100%;
}

#edit-project-information-form #left_content {
	float: left;
	width: 430px;
	margin-top: 15px;
}

#edit-project-information-form #left_content #error {
	float: left;
	width: 100%;
	display: none;
}

.delete-file-btn {
	float: left;
	width: 28px;
	height: 28px;
	cursor: pointer;
}

.epi-existing-file {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#epi-arch-spec-book,
#epi-sub-list {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#epi-arch-spec-book p,
#epi-sub-list p {
	float: left;
}

.add-another-pdf {
	float: left;
	width: 100%;
}

.add-another-pdf p {
	cursor: pointer;
}

.add-another-pdf p:hover {
	color: #1a5c86;
}

/* ARCHITECT REVIEW */
.architect-review-section {
	float: left;
	width: 100%;
}

#architect-review-description {
	float: left;
	width: 100%;
}

#architect-review-description p {
	float: left;
	width: 100%;
	font-size: 14px;
}

.architect-review-subtitle {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.architect-review-subtitle p {
	float: left;
	width: 100%;
	margin-top: 25px;
	font-family: 'OpenSansBold';
	font-size: 23px;
	color: #1a5c86;
	border-bottom: 1px solid #1a5c86;
	text-transform: uppercase;
}

.architect-review-subtitle .print {
	position: absolute;
	right: 0;
	top: 35px;
}

.architect-review-section-title {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.architect-review-section-title p {
	float: left;
	width: 100%;
	font-family: 'OpenSansBold';
	font-size: 21px;
	color: #333333;
}

.architect-review-tier {
	float: left;
	width: 808px;
	margin-bottom: 50px;
	padding: 25px;
	border: 1px solid #333333;
	border-radius: 25px;
	background-color: #ffffff;
}

.architect-review-tier-top {
	float: left;
	width: 100%;
}

.architect-review-tier-image {
	float: left;
	width: 102px;
	height: 102px;
	margin-right: 20px;
	background-color: #1a5c86;
}

.architect-review-tier-image img {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #cccccc;
}

.architect-review-tier-name {
	float: left;
	width: 686px;
}

.architect-review-tier-name p {
	float: left;
	width: 100%;
	margin-top: 35px;
	font-family: 'OpenSansBold';
	font-size: 19px;
	color: #1a5c86;
}

.architect-review-document {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
}

.architect-review-non-product-document {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.architect-review-document p,
.architect-review-non-product-document p {
	float: left;
	width: 100%;
	font-family: 'OpenSansSemibold';
	font-size: 17px;
	color: #333333;
}

.architect-review-comment {
	float: left;
	width: 776px;
	border: 1px solid #cccccc;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 5px;
}

.architect-review-commment-account-image {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	background-color: #1a5c86;
}

.architect-review-commment-account-image img {
	float: left;
	width: 50px;
	height: 50px;
}

.architect-review-comment-account-name {
	float: left;
	width: 275px;
	min-height: 50px;
}

.architect-review-comment-account-name p {
	float: left;
	width: 100%;
	font-family: 'OpenSansSemibold';
	font-size: 12px;
	color: #1a5c86;
	margin-top: 17px;
}

.architect-review-comment-text {
	float: left;
	width: 365px;
	min-height: 50px;
}

.architect-review-comment-text p.comment-heading {
	float: left;
	width: 100%;
	font-family: 'OpenSansSemibold';
	font-size: 12px;
	color: #1a5c86;
}

.architect-review-comment-text p.comment-text {
	float: left;
	width: 100%;
	font-family: 'OpenSansRegular';
	font-size: 12px;
	color: #666666;
}

.architect-review-comment-date {
	float: left;
	width: 71px;
}

.architect-review-comment-date p {
	float: left;
	width: 100%;
	text-align: right;
	font-family: 'OpenSansRegular';
	font-size: 12px;
	color: #1a5c86;
}

.architect-review-approve-all {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.architect-review-approve-all-text {
	float: left;
	width: 100%;
}

p.architect-review-approve-all-instructions {
	float: left;
	width: 100%;
	font-family: 'OpenSansBold';
	font-size: 18px;
	color: #333333;
}

.architect-review-approve-all-disclaimer {
	float: left;
	width: 100%;
	font-family: 'OpenSansRegular';
	font-size: 12px;
	color: #333333;
}

.architect-review-approve-all-button {
	float: left;
	width: 100%;
}

.architect-review-approve-all-button form {
	float: left;
	width: 100%;
	margin: 10px 0px;
}

.architect-review-approve-all-button form input {
	float: left;
	width: 300px;
	height: 50px;
	border-radius: 5px;
	background-color: #1a5c86;
	font-family: 'OpenSansRegular';
	font-size: 20px;
	color: #ffffff;
	border: 2px solid #333333;
	cursor: pointer;
}

.architect-review-approve-all-button form input:hover {
	color: #1a5c86;
	background-color: #cccccc;
	border: 2px solid #1a5c86;
}

.architect-review-approve-all-confirmation,
.architect-review-approve-all-complete {
	float: left;
	width: 836px;
	font-family: 'OpenSansRegular';
	font-size: 16px;
	color: #ffffff;
	background-color: #006633;
	border: 2px solid #333333;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}

p.architect-review-no-comments {
	float: left;
	width: 100%;
	font-family: 'OpenSansRegular';
	font-size: 18px;
	color: #cccccc;
	margin-bottom: 50px;
}

/* Add New / Edit Document */
#addnewdoc2,
#tiers_editdoc {
	float: left;
	width: 100%;
}

#addnewdoc #left_content,
#addnewdoc2 #left_content,
#tiers_editdoc #left_content {
	float: left;
	width: 100%;
}

#div222,
#div2 {
	float: left;
}

.tiers_heading {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.tiers_heading p {
	float: left;
	width: 100%;
	font-family: 'OpenSansBold';
	font-size: 24px;
	color: #333333;
	border-bottom: 1px solid #333333;
}

.adddoctier-document-name,
.editdoctier-document-name {
	float: left;
	width: 100%;
}

p.tiers_sub_heading {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-family: 'OpenSansSemibold';
	font-size: 18px;
	color: #333333;
}

.adddoctier-document-name p.tiers_sub_heading,
.editdoctier-document-name p.tiers_sub_heading {
	margin-top: 0px;
}

.adddoctier-document-input,
.editdoctier-document-input {
	float: left;
	width: 100%;
}

.adddoctier-document-type,
.editdoctier-document-type {
	float: left;
	width: 100%;
}

.adddoctier-document-type-select,
.editdoctier-document-type-select {
	float: left;
	width: 100%;
}

.adddoctier-document-file,
.editdoctier-document-file {
	float: left;
	width: 100%;
}

.adddoctier-document-file-input,
.editdoctier-document-file-input {
	float: left;
	width: 100%;
}

adddoctier-document-file-input form#docform,
.adddoctier-document-file-input form#docform2,
.editdoctier-document-file-input form#docform3 {
	float: left;
	width: 100%;
}

.adddoctier-document-file-input form#docform p,
.adddoctier-document-file-input form#docform2 p,
.editdoctier-document-file-input form#docform3 p {
	float: left;
	width: 100%;
	font-size: 10px;
}

.adddoctier-document-file-input form#docform span.upload_wrapper,
.adddoctier-document-file-input form#docform2 span.upload_wrapper,
.editdoctier-document-file-input form#docform3 span.upload_wrapper {
	margin-bottom: 0px;
}

.adddoctier-document-author-creator-type,
.editdoctier-document-author-creator-type {
	float: left;
	width: 100%;
}

.adddoctier-document-author-creator-type-select,
.editdoctier-document-author-creator-type-select {
	float: left;
	width: 100%;
}

.adddoctier-document-author-creator-name,
.editdoctier-document-author-creator-name {
	float: left;
	width: 100%;
}

.adddoctier-document-author-creator-name-input,
.editdoctier-document-author-creator-name-input {
	position: relative;
	float: left;
	width: 100%;
}

.adddoctier-document-author-creator-name-input .field,
.editdoctier-document-author-creator-name-input .field {
	border-radius: 10px 10px 0px 0px;
}

#zyx,
#zyx2,
#zyx4,
#new_subcon,
#div1,
#div2 {
	position: absolute;
	top: 44px;
	left: 0px;
	width: 376px;
	height: 190px;
	background-color: #ffffff;
	z-index: 99;
	overflow-y: scroll;
	border: 2px solid #ccc;
}

#zyx ul,
#zyx2 ul,
#zyx4 ul,
#new_subcon ul,
#div1 ul,
#div2 ul {
	float: left;
	width: 358px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

.drop {
	float: left;
	width: 338px;
	padding: 10px;
	background-color: #ffffff;
	color: #6D6E71;
	border-bottom: 1px solid #6D6E71;
	list-style-type: none;
	font-size: 14px;
}

#zyx ul li:hover,
#zyx2 ul li:hover,
#zyx4 ul li:hover,
#new_subcon ul li:hover,
#div1 ul li:hover,
#div2 ul li:hover {
	background-color: #01212F;
	color: #ffffff;
	cursor: pointer;
}

.adddoctier-document-project-specific-input-yes,
.adddoctier-document-project-specific-input-no,
.editdoctier-document-project-specific-input-yes,
.editdoctier-document-project-specific-input-no {
	float: left;
	width: 100%;
}

.adddoctier-document-project-specific-input-yes input,
.adddoctier-document-project-specific-input-yes p,
.adddoctier-document-project-specific-input-no input,
.adddoctier-document-project-specific-input-no p,
.editdoctier-document-project-specific-input-yes input,
.editdoctier-document-project-specific-input-yes p,
.editdoctier-document-project-specific-input-no input,
.editdoctier-document-project-specific-input-no p {
	float: left;
}

.adddoctier-document-project-specific,
.editdoctier-document-project-specific {
	float: left;
	width: 100%;
}

.adddoctier-document-project-specific-input,
.editdoctier-document-project-specific-input {
	float: left;
	width: 100%;
}

.adddoctier-document-buttons,
.editdoctier-document-buttons {
	float: left;
	width: 100%;
	margin-top: 15px;
}

/* COMMENTS */
#display_comments_wrapper {
	float: left;
	width: 860px;
	margin: 25px 0px;
}

#showhidedocuments {
	float: left;
	width: 100%;
}

#systemdocumentcomments {
	display: none;
	float: left;
	width: 820px;
	margin: 0px 20px;
}

#display_comments {
	float: left;
	width: 820px;
	margin: 0px 20px;
}

.systemdocumentcomments-document-name, .display_comments-document-name {
	float: left;
	width: 100%;
}

.systemdocumentcomments-document-name p.systemdocumentcomments-title, .display_comments-document-name p.display_comments-heading {
	float: left;
	width: 100%;
	font-family: 'OpenSansBold';
	font-size: 17px;
	color: #333333;
}

.systemdocumentcomments-document-name p#commentfilename2, .display_comments-document-name p#commentfilename2 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-family: 'OpenSansSemibold';
	font-size: 17px;
	color: #1a5c86;
}

#display_comments2 {
	float: left;
	width: 100%;
}

#displaycommentserror2 {
	float: left;
	width: 100%;
}

#comment-wrapper {
	float: left;
	width: 100%;
}

::-webkit-input-placeholder { /* WebKit browsers */
   font-size: 12px;
   color: #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size: 12px;
   color: #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size: 12px;
   color: #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   font-size: 12px;
   color: #ccc;
}
.architect-review-comment-text textarea {
	float: left;
	width: 355px;
	height: 50px;
	margin-right: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 5px;
	font-size: 12px;
	color: #666666;
}
.architect-review-comment-add {
	float: left;
	width: 100%;
	height: 50px;
	background-color: #1a5c86;
	border-radius: 10px;
	cursor: pointer;
}

.architect-review-comment-add:hover {
	background-color: #01212F;
}

.architect-review-comment-add p {
	float: left;
	width: 100%;
	height: 43px;
	padding-top: 7px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'OpenSansBold';
}

.architect-approval-row {
	float: left;
	width: 858px;
	border-left: 1px solid #01212F;
	border-right: 1px solid #01212F;
	border-bottom: 1px solid #01212F;
}

.gdsname-column,
.tiername-column,
.document-column {
	float: left;
	width: 275px;
	min-height: 38px;
	padding: 5px;
	border-right: 1px solid #01212F;
}

.gdsname-column.architect-approval-header,
.tiername-column.architect-approval-header,
.document-column.architect-approval-header {
	float: left;
	min-height: 20px;
	border-top: 1px solid #01212F;
}

.gdsname-column.architect-approval-header p,
.tiername-column.architect-approval-header p,
.document-column.architect-approval-header p {
	float: left;
	font-size: 12px;
	font-family: 'OpenSansBold';
	font-weight: normal;
}

.document-column {
	width: 276px;
	border-right: none;
}

.gdsname-column p,
.tiername-column p,
.document-column p {
	float: left;
	width: 100%;
	font-size: 10px;
}

#architect-review-quick-links {
	position: fixed;
	width: 824px;
	bottom: 0;
	padding: 15px;
	background-color: #D1D7DB;
	border-top: 3px solid #28627C;
	border-left: 3px solid #28627C;
	border-right: 3px solid #28627C;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	z-index: 999;
}

.architect-review-quick-link-heading {
	float: left;
	width: 100%;
}

.architect-review-quick-link-heading p {
	float: left;
	width: 100%;
	font-family: 'OpenSansBold';
	font-size: 14px;
	color: #1a5c86;
}

.architect-review-quick-link {
	float: left;
	width: 100%;
}

.architect-review-quick-link a {
	float: left;
	font-size: 12px;
}

#project-requirements-remaining {
	margin-bottom: 100px;
}

.comments-go-back {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.tier-content {
	float: left;
	padding: 25px;
}

#product-data-output-description {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

	
/* Hide Unused Elements */
.addnewtier2 {
	display: none;
}

/* Quality Control Page */
#quality-control {
	float: left;
	width: 100%;
}

.qc-heading-title {
	float: left;
	width: 100%;
}

.qc-heading-title p {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: 'OpenSansBold';
	font-size: 18px;
	color: #1a5c86;
	border-bottom: 1px solid #1a5c86;
}

.qc-pi-sections {
	float: left;
	width: 100%;
	clear: both;
}

.qc-pi-section {
	float: left;
	width: 25%;
}

.qc-pi-section p {
	float: left;
	width: 100%;
	text-align: center;
}

.qc-pi-section-heading {
	font-family: 'OpenSansBold';
	font-size: 14px;
	text-transform: uppercase;
	color: #414042;
}

.qc-pi-section-content {
	font-family: 'OpenSansLight';
	font-size: 28px;
	color: #58595b;
}	

.qc-section-button {
	float: left;
	width: 850px; /* 10px padding */
	margin-top: 15px;
	padding: 5px;
	background-color: #ed1c24;
}

.qc-section-button:hover {
	cursor: pointer;
}

.qc-section-button.complete {
	background-color: #009444;
}

.qc-section-button.complete:hover {
	cursor: default;
}

.qc-section-title {
	float: left;
	width: 850px;
	padding: 5px;
}

.qc-section-title p {
	float: left;
	width: 100%;
	font-family: 'OpenSansSemibold';
	font-size: 16px;
	color: #ffffff;
}

.qc-section-content {
	display: none;
	float: left;
	width: 846px;
	padding: 5px;
	background-color: #ffffff;
	border: solid 2px #ed1c24;
}

.qc-section-content-issue {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.qc-section-content-issue:last-child {
	margin-bottom: 0px;
}

.qc-comp {
	float: left;
	width: 45%;
	margin-right: 5%;
	margin-bottom: 25px;
}

.qc-comp-title-image {
	float: left;
	width: 95%;
	height: 100px;
	margin-right: 5%;
}

.qc-comp-image {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.qc-comp-image img {
	float: left;
	width: 100px;
	height: 100px;
}

.qc-comp-title {
	float: left;
	width: 257px;
	font-family: 'OpenSansBold';
	font-size: 14px;
	color: #1a5c86;
}

.qc-comp-info {
	float: left;
	margin: 10px 0px 0px 0px;
}

.qc-comp-info p {
	float: left;
	width: 100%;
}

.qc-missing span {
	font-family: 'OpenSansExtrabold';
	color: red;
}