/*------------------- Table -------------------*/

body {
	font-size: 12px;
	color: #000;
}

.tblMain {
	width: 100%;
	border-bottom: solid;
	border-color: dimgrey;
	border-width: 0px;
	margin: 0 auto;
	overflow: auto !important;
}

.table_content {
	background-color: #fff;
	padding: 5px 30px;
}

h2.main_title {
	margin-top: 0;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.cellstyle {
	/*width: 100%;*/
	text-align: left;
	border-color: black;
	height: 30px;
	/*border-style: dashed;*/
}

.rowstyle {
}

.btnClass {
	text-align: center;
}

/* change css dvLabel */
.dvLabel {
	width: 100%;
	float: left;
	text-align: left;
	vertical-align: middle;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 14px;
	font-weight: 600;
	color: #3c3c3c;
	line-height: 2;
}

.dvControl {
	width: 97%;
	min-width: 250px;
	float: left;
	text-align: left;
}

.splitline {
	width: 100%;
	float: left;
	margin-bottom: 0em;
	text-align: center;
	font-size: 22px;
	text-align: left;
	font-weight: 500;
	color: #7f3877;
}

	.splitline:after {
		content: "";
		display: block;
		width: 260px;
		height: 2px;
		margin: 0px;
		background: #0094f2;
		margin-top: 38px;
	}

.dvHeading {
	font-size: 18px;
	float: left;
	color: #7f3877;
	line-height: 2;
	vertical-align: middle;
	margin-left: 10px;
}

.dvHeading1 {
	font-size: 20px;
	float: left;
	line-height: 30px;
	vertical-align: middle;
	margin-left: 10px;
}

.dvBack {
	float: left;
	line-height: 30px;
	vertical-align: text-bottom;
	text-decoration: none;
	font-size: 12px;
}

	.dvBack a {
		float: left;
		line-height: 3.3;
		vertical-align: text-bottom;
		text-decoration: none;
		font-size: 12px;
		color: #006301;
		padding-bottom: 10px;
	}

.dvButton {
	float: left;
	padding: 5px;
	font-size: 15px;
}

.dvButton2 {
	float: right;
	padding: 5px;
	font-size: 15px;
}

.dvMainButton {
	bottom: 0;
	right: 0;
	/* padding-right: 20%;*/
	float: right;
}

/*------------------- Controls -------------------*/
.lblMain {
	width: 200px;
}

.lblMainValue {
	width: 200px;
	font-weight: 600;
	font-size: 16px;
}

.ddlMain {
	border: 1px solid #A7BAC5 !important;
	font-size: 14px;
	width: 490px;/*
	padding: 2px;*/
	margin:  0px;
	height: 30px;
	box-sizing: content-box;
}

.txtMain {
	/*border: 1px solid #A7BAC5;
	font-size: 14px;
	width: 256px;
   margin: 4px 0;
	padding: 2px;
	height: 25px;
	box-sizing: content-box;*/
	width: 100%;
	padding: 8px 10px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #d3d9dd;
	border-radius: 0px;
	color: #000;
	margin: 4px 0px;
}

.dvSingleControl {
	width: 500px;
	min-width: 250px;
	float: left;
	text-align: left;
}

.dvSingleControl .txtMain {
	width: 500px;
	padding: 4.48px 4px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #d3d9dd;
	border-radius: 3px;
	color: #000;
	margin: 4px 0px;
}
.dvThreeControl {
	width: 90px !important;
	float:left;
}

.dvControl select {/*
	padding: 4.48px 4px;*/
	font-size: 14px;
	background: #fff;
	border: 1px solid #d3d9dd;
	border-radius: 0px;
	width: 100%;
	min-width: 235px;
}

.btnForm {
	background-color: #ffb403;
	color: #7f3877;
	border: none;
	padding: 10px 20px;
	border-radius: 3px;
	text-transform: uppercase;
}

.btnForm:hover {
		background-color: #eea803;
		cursor: pointer;
}

.Buttonor1 {
	background: #ffb403 !Important;
	color: #7f3877 !Important;
	font-size: 14px !important;
	border: solid 1px #ffb403;
	cursor: pointer;
	justify-content: center;
	padding: 3px 10px;
	line-height: 18px;
	border-radius: 3px;
}

	.Buttonor1:hover {
		background-color: #eea803;
		cursor: pointer;
		color: #fff !important;
	}

.add-btn {
	background-color: #269af1;
	color: #fff;
	border-color: #269af1;
	cursor: pointer;
	justify-content: center;
	padding: 7px 15px;
	line-height: 1.429;
	border-radius: 3px;
	width: 100px;
}

.btnForm2 {
	background: transparent;
	font-size: 15px;
	border: none;
	color: #fff;
	cursor: pointer;
}

.btnForm1 {
	font-family: Arial;
	font-size: 18px;
	width: 250px !important;
	background-color: #0078e7;
	border-width: 0px;
	height: 30px;
	color: white;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.validation {
	color: red;
	font-family: Arial;
	font-size: 15px;
	display:inline;
}
/*------------------- Message -------------------*/
.msgsuccess {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	width: 50%;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 17px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 6px;
	text-align: center;
}

.msgError {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	width: 75%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 17px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 6px;
	text-align: center;
}

.MainMsg {
	width: 100%;
}


.ButtonRed {
	background: red !Important;
	color: white !Important;
	border: solid 1px red;
	justify-content: center;
	padding: 10px 20px;
	font-size: 14px !important;
	line-height: 18px;
	border-radius: 3px;
}

.ButtonBlue {
	background-color: #1E6887 !Important;
	background: #1E6887 !Important;
	color: white !Important;
	border-radius: 5px;
	padding: 5px;
	font-size: 11pt;
	border: solid 1px #1E6887;
}

.ButtonGreen1 {
	background: green !Important;
	color: white !Important;
	justify-content: center;
	padding: 10px 20px;
	font-size: 14px !important;
	line-height: 18px;
	border-radius: 3px;
}
.ButtonGreen1:hover {
	background-color: #eea803;
	cursor: pointer;
	color: #fff !important;
}

.ButtonGreen {
	background: #ffb403 !Important;
	color: #7f3877 !Important;
	font-size: 13px !important;
	border: solid 1px #ffb403;
	cursor: pointer;
	justify-content: center;
	padding: 10px 10px;
	line-height: 18px;
	border-radius: 3px;
	margin-top: 5px;
}

.ButtonGreen:hover {
	background-color: #eea803;
	cursor: pointer;
	color:#fff !important;
}

.HeaderLayout {
	padding: 7px;
	background-color: #1E6887;
}


.dxgv {
	
	color: #000 !important;
}



.dxflTextEditItemSys .dxflVATSys.dxflCaptionCell_Moderno, .dxflViewFormLayoutSys .dxflItemSys .dxflVATSys.dxflCaptionCell_Moderno, .dxflViewFormLayoutSys .dxflItemSys .dxflNestedControlCell_Moderno {
	padding-top: 10px;
	width: 200px !important;
	float: left;
}

.dxflNestedControlCell_Moderno {
	padding: 0 !important;
	width: 76% !important;
	float: left;
}


#ctl00_ctl00_MainPane_Content_splitter_MainContent_carTabPage_dtstartDate {
	margin-left: 0px;
}

.dxflHALSys.dxflVATSys.dxflCaptionCell_Moderno.dxflCaptionCellSys {
	width: 190px !important;
}



.abc {
	width: 93% !important;
}


/*.dxeBinImgPreviewContainerSys {
	height: 200px !important;
	line-height: 200px !important;
}*/

.dxeInlineTblSys {
	height: 200px;
}



.dxWeb_edtCheckBoxUnchecked_Moderno {
	/* background-position: 0px -261px; */
	width: 12px !important;
	height: 12px !important;
	border: solid 1px #ccc !important;
}


.templateTitle.logo-img img {
	/*width: 20%;*/
}
/*********** responsive css strart *************/
@media screen and (max-width:1199px) {
	.table_content {
		background-color: #fff;
		padding: 0 25px;
		overflow: auto;
	}
}

@media screen and (max-width:991px) {
	div#ctl00_ctl00_MainPane_Content_MainContent_ASPxPageControl1 {
		display: inline-block !important;
		overflow: auto !important;
	}
	div#ctl00_MainContent_pcDepartmentAddress_PW-1 {
		top: 550px !important;
	}

	.lead-panel {
		overflow: auto;
	}
}

.dxtcLite_DevEx > .dxtc-content {
	overflow: auto;
}

@media screen and (min-width: 768px) and (max-width: 768px) {
	.tblMain {
		width: 100% !important;
		padding: 0 !important;
	}
	div#ctl00_MainContent_pcDepartmentAddress_PW-1 {
		top: 550px !important;
	}

}

@media screen and (max-width:767px) {
	#sidebar {
		min-width: 0 !important;
		max-width: 0 !important;
	}
	div#ctl00_MainContent_pcDepartmentAddress_PW-1 {
		top: 550px !important;
	} 

		#sidebar.active {
			min-width: 187px !important;
			max-width: 187px !important;
		}

	.dxnbLite_DevEx {
		width: 176px !important;
	}

	.wapper-content {
		margin-left: 0px !important;
	}

	#sidebar.active + button#sidebarCollapse + .wapper-content {
		margin-left: 187px !important;
	}

	div#ctl00_ctl00_HeaderPane1_EB {
		padding: 15px;
	}

	button#sidebarCollapse {
		left: 0 !important;
	}

	#sidebar.active + button#sidebarCollapse {
		left: 187px !important;
	}
}

@media screen and (max-width:480px) {
	.table_content {
		padding: 0px 23px !important; 
	}
	.list-inline-item {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.dvMainButton {
		float: none;
	}

	.dvHeading {
		margin-bottom: 15px;
	}

	h2.main_title {
		font-size: 23px;
	}

	.splitline:after {
		margin-top: 50px;
	}

	.cellstyle {
		display: block;
	}

	.txtMain, table#ctl00_ctl00_MainPane_Content_MainContent_AccordionPane1_content_ddlRequirementType {
		max-width: 230px;
	}

	.ddlMain {
		max-width: 224px;
	}

	.lead-panel {
		overflow: hidden;
	}

	.dvButton {
		width: 100%;
		text-align: left;
	}

	.dxtcLite_DevEx > .dxtc-content {
		overflow: hidden;
	}

	table#ctl00_ctl00_MainPane_Content_MainContent_AccordionPane1_content_tblMain table#ctl00_ctl00_MainPane_Content_MainContent_AccordionPane1_content_txtDescription, table#ctl00_ctl00_MainPane_Content_MainContent_AccordionPane1_content_txtAddress, table#ctl00_ctl00_MainPane_Content_MainContent_AccordionPane1_content_ddlRequirementType {
		width: 100% !important;
	}

	.table_content {
	   height:800px;
	}

	table#ctl00_ctl00_MainPane_Content_MainContent_dtEstimateDate, table#ctl00_ctl00_MainPane_Content_MainContent_dtExpiryDate, table#ctl00_ctl00_MainPane_Content_MainContent_dtStartDate, table#ctl00_ctl00_MainPane_Content_MainContent_dtExpectedEndDate, table#ctl00_ctl00_MainPane_Content_MainContent_dtEndDate, table#ctl00_ctl00_MainPane_Content_MainContent_ddlProjectTypeNew, table#ctl00_ctl00_MainPane_Content_MainContent_txtStatusReason, table#ctl00_ctl00_MainPane_Content_MainContent_txtProjectAmount, table#ctl00_ctl00_MainPane_Content_MainContent_txtProjectRemarks, table#ctl00_ctl00_MainPane_Content_MainContent_dtDueDate {
		max-width: 233px !important;
	}

	table#ctl00_ctl00_MainPane_Content_MainContent_txtProjectName, .dvControl {
		width: 100% !important;
	}
}

@media screen and (min-width: 320px) and (max-width: 320px) {
	.dxtcLite_DevEx.dxtc-top > .dxtc-stripContainer .dxtc-activeTab, .dxtcLite_DevEx.dxtc-top.dxtc-noSpacing > .dxtc-stripContainer .dxtc-activeTab.dxtc-lead, .dxtcLite_DevEx.dxtc-top.dxtc-noSpacing > .dxtc-stripContainer .dxtc-activeTab.dxtc-n {
		border-bottom-width: 0;
		padding-bottom: 1px;
		width: 100%;
	}
}

.accordionHeader {
	border: 1px solid #84387b;
	color: white;
	background-color: #84387b;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeader a {
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

	#master_content .accordionHeader a:hover {
		background: none;
		text-decoration: underline;
	}

.accordionHeaderSelected {
	border: 1px solid #81577c;
	color: white;
	background-color: #84387b;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.progressmodal {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: Black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.8;
}

.progresscenter {
	z-index: 1000;
	margin: 300px auto;
	padding: 10px;
	width: 130px;
	background-color: White;
	border-radius: 10px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

	.progresscenter img {
		height: 75px;
		width: 75px;
	}
/*********** responsive css end *************/

.dvHeading {
	margin-right: 20px;
	padding-top:7px;
}

div#ctl00_ctl00_MainPane_Content_MainContent_ASPxPageControl1_CC {
	padding: 20px;
}

.customer_list {
	padding-bottom: 30px;
}

h2.main_title.role_title {
	margin-top: 25px;
}

h2.main_title.project_list {
	padding-top: 25px;
}

h2.main_title.activity_title {
	padding-top: 20px;
}

.defult_height div#sidebar {
	height: 122vh !important;
}

.dxeBinImgTxtPnlSys {
	border: 2px dashed #b3a700;
}
.validation {
	color: red;
	font-weight:bold;
	display:inline;
	font-size:12px;
}
.projectfrm .dvControl{min-width: 500px;}
.projectfrm .dvControl select{min-width: 205px;}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(4) > td > div.dvControl {
	padding-right: 0 !important;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(5) > td:nth-child(2) > div.dvControl {
	padding-right: 0 !important;
	width: 100%;
}
#ctl00_MainContent_ddlDurationType {
	width: 59% !important;
	height: 34px;
}
#ctl00_MainContent_btnSave {
	margin-right: 26px;
}
.dxgvCSD table tbody tr td a {
	text-align: left;
}
.head22 {
	/* text-align: center; */
	margin-bottom: 30px;
	font-size: 22px;
	width: 97%;
	/* background: #84387b; */
	color: #84387b;
	/* line-height: 50px; */
	vertical-align: middle;
	/* border-radius: 3px; */
	/* padding-bottom: 4px; */
	border-bottom: solid 1px #84387b;
}
	.head22 span {
		border-bottom: solid 2px #84387b;
		height: 40px;
		/* float: left; */
		display: inline-block;
	}
#ctl00_MainContent_dtTentativeFrom {
	width: 100% !important;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(2) > td > div.dvControl {
	padding-right: 0 !important;
	width:98%;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(6) > td:nth-child(3) > div:nth-child(2) {
	padding-right: 25px !important;
}
.margin-top {
	margin-top: 30px;
}
.table_content.container3 {
	min-width: 1170px;
	margin: 0 auto;
	max-width: 73%;
}
table#ctl00_MainContent_gvBooking_DXMainTable tbody tr td {
	width: 100%;
}
.dxgvHeaderPanel_Office365 {
	border-bottom: 0px solid rgba(0,0,0,0.1) !important;
	border: solid 1px rgba(0,0,0,0.1) !important;
	margin-bottom: 10px;
	float: left;
}
.dxgvHeader_Office365 {
	text-align: Left;
	border-top-width: 1px !important;
	border-left-width: 1px !important;
	font-weight:600;
}
#ctl00_MainContent_gvBooking_DXFooterRow {
	display: none;
}
.dxgvControl_Office365 .dxgvCSD {
	border: 0px solid rgba(0,0,0,0.1);
}
tr#ctl00_MainContent_gvMilestoneDetails_DXHeadersRow0 td {
	background: #FFC107;
	font-weight: 500;
	font-size: 15px;
}
table#ctl00_MainContent_gvMilestoneDetails_DXMainTable {
	border: solid 1px #e5e5e5;
	border-bottom: 0;
}
td.dxgv.dx-al {
	padding: 8px 8px;
	border-bottom: solid 1px #ccc;
}
div#ctl00_MainContent_dvMilestonebtn {
	width: 236px;
	float: right;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column-reverse;
}

.dxbButton_DevEx {
	/*min-width: 100%;*/
	/*text-align: left;*/
}
.clr1 {
	background: #F44336 !important;
	border: 0;
	color: #fff !important;
	width: 19%;
	min-width: 250px;
}
.clr2 {
	background: #FFC107 !important;
	border: 0;
	color: #fff !important;
	width: 19%;
	min-width: 250px;
	float: right;
}
.clr3 {
	background: #03a9f4 !important;
	border: 0;
	color: #fff !important;
	width: 19%;
	min-width: 250px;
}
.clr4 {
	background: #607D8B !important;
	border: 0;
	color: #fff !important;
	width: 19%;
	min-width: 250px;
}
.clr1:hover {
	background: #000 !important;
	border: 0;
	color: #fff !important;
}

.clr2:hover {
	background: #000 !important;
	border: 0;
	color: #fff !important;
}

.clr3:hover {
	background: #000 !important;
	border: 0;
	color: #fff !important;
}

.clr4:hover {
	background: #000 !important;
	border: 0;
	color: #fff !important;
}
/*.clr1 img {
	width: 24px !important;
	height: auto;
}
.clr2 img {
	width: 24px !important;
	height: auto;
}
.clr3 img {
	width: 15px !important;
	height: auto;
	min-height: 22px;
}
.clr4 img {
	width: 24px !important;
	height: auto;
}*/
.amt h6 {
	float: right !important;
	width: 100%;
	text-align: right;
	margin-right: 30px;
}
.dxucDisabled_DevEx, .dxucDisabled_DevEx a {
	color: #000000;
	cursor: default;
}
#ctl00_MainContent_gvMilestoneDetails > tbody > tr > td > div.dxgvCSD table tbody tr td {
	width: 100%;
}
.buttonbx {
	position: absolute;
	right: 0;
	bottom: 60px;
}
	.buttonbx.butt2 {
		position: initial;
		float: right;
	}
#ctl00_ctl00_MainPane_Content_MainContent_pcCustomerLogEntry_Table1 > tbody > tr:nth-child(1) > td:nth-child(1) > div.dvLabel {
	margin-top: 14px;
}

/*.projectfrm {
	width: 65%;
	margin: 0 auto;
}*/
.marks.bor5 {
	border: solid 1px #ccc;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#ctl00_MainContent_dtTentativeFrom {
	position: relative;
	left: 0px;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(6) > td:nth-child(2) > div:nth-child(1) > div.dvControl {
	position: relative;
	left: 10px; 
}
#ctl00_ctl00_MainPane_Content_MainContent_btnNewBookingCancelReason {
	background: #ffb403;
}
.bor-sol {
	border-top: solid 1px #ccc;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(5) > td:nth-child(2) {
	position: relative;
	top: 9px;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(6) > td:nth-child(2) {
	position: relative;
	top: 10px;
	width: 50%;
	text-align: right;
}
.marks ul li em input {
	min-width: 100px;
}
.dvLabel span {
	margin-left: 10px;
}
#ctl00_MainContent_trProjectDueDaysPanel > tbody > tr:nth-child(2) > td:nth-child(2) {
	position: relative;
	top: 10px;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(6) > td:nth-child(1) {
	position: relative;
	top: 20px;
}
#ctl00_MainContent_ddlOpenProjectTime {
	width: 100%;
	float: left;
}
#ctl00_MainContent_trProjectDueDaysPanel > tbody > tr:nth-child(1) > td:nth-child(2) {
	width: 99%;
	float: right;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(8) {
	position: relative;
	top: 10px;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(3) > td > div.dvControl {
	width: 98.5%;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(4) > td > div.dvControl {
	width: 98.5%;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(7) {
	position: relative;
	top: 20px;
}
#ctl00_MainContent_dtTentativeTo {
	position: relative;
	top: 11px;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(6) > td:nth-child(2) > div.dvLabel {
	position: relative;
	left: 10px;
}
#ctl00_MainContent_trProjectDueDaysPanel > tbody > tr:nth-child(2) > td:nth-child(2) > div.dvLabel {
	position: relative !important;
	left: 10px !important;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(7) > td:nth-child(2) {
	position: relative !important;
	left: 0px !important;
}
#ctl00_MainContent_trProjectDueDaysPanel > tbody > tr:nth-child(1) > td:nth-child(2) {
	position: relative !important;
	left: 3px !important;
}
/***********project raise query css*********/
.qus11 {
	background: #f8f8f8;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
	.qus11 b {
		float: left;
		width: 70%;
	}
	.qus11 em {
		width: 30%;
		float: right;
		text-align: right;
		font-style: normal;
		line-height: 24px;
	}
.quryname span {
	font-size: 13px;
	color: #007bff;
}
.dtime span {
	font-size: 12px;
	color: #747474 !important;
	font-weight: 700;
	margin-top: 10px;
	float: right; 
}
.bidh2 {
	width: 100%;
	float: left;
	/*border-bottom: solid 1px #ccc;
	margin-bottom: 10px;*/
}
.docup {
	width: 100% !important;
	float: left !important;
	/* margin-left: 4%; */
	margin-top: 10px;
}
.bid-box3 {
	float: left;
	width: 100%;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
}
.box5 {
	width: 70%;
	float: left;
}
.phra3 {
	float: right;
	width: 30%;
}
.bid-body {
	width: 100% !important;
	float: left;
}
	.bid-body p {
		font-size: 14px;
		text-align: justify;
		line-height: 23px;
		font-weight: 400;
		font-size: 13px;
		margin: 0 0 10px 0;
	}
/*div#ctl00_MainContent_ProjectRaiseQueryControl_pcProjectRaiseQuery_PWC-1 {
	padding: 0;
}*/
/*.rptrheit {
	height: 500px;
	overflow-y: scroll;
}*/
.rptr2 {
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
}
.rptrheit {
	height: 520px;
	overflow-y: scroll;
	padding: 0 0 0 10px;
}
.martp {
	margin-top: 20px;
}
.atch a {
	background: #007bff;
	color: #fff;
	padding: 8px;
	float: right;
	margin-bottom: 10px;
	border-radius: 3px;
	font-weight: 100;
	text-decoration:none;
}
	.atch a:hover {
		background: #006ce0;
	}
div#ctl00_MainContent_ProjectRaiseQueryControl1_pcProjectRaiseQuery_PW-1 .dxpc-content {
	padding: 0;
}
/*////////////////////// skilled worker registeration css ////////////////////////*/

.mainhead2 {
	width: 100%;
	float: left;
}

	.mainhead2 h2 {
		width: 30%;
		font-size: 24px;
		font-weight: 600;
		color: #e26631;
		float: left;
	}

	.mainhead2 i {
		font-size: 68px;
		float: right;
		color: #e26631;
		width: 10%;
	}

.ph2 {
	margin: 10px 0 20px 0;
	width: 100%;
	float: left;
	font-size: 17px;
	font-weight: 500;
}

.head33 {
	width: 100%;
	float: left;
	border-bottom: solid 2px #ff9c00;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

	.head33 h5 {
		text-transform: uppercase;
		font-weight: 600;
		color: #000;
		font-size: 15px;
	}

.dvlbl2 span {
	margin: 0;
}

.newform50 {
	width: 50%;
	float: left;
}

.dxucBrowseButton_Office365 {
	background-color: #ffa210 !important;
}

.dxucControl_Office365 .dxucBrowseButton_Office365 a {
	/* background: #ffa210; */
	color: #fff;
}

.bg3 {
	background: #f9f9f9;
	padding: 40px 0;
}

div#ctl00_MainContent_dvMain {
	border: dashed 1px #ccc;
}

table#ctl00_MainContent_tblProject .dvLabel span {
	margin: 0;
}
/*////////////////////// END //////////////////////////*/

#ctl00_MainContent_dvProjectDetails > div.rowstyle.mb-3 {
	display: none;
}
#ctl00_MainContent_gvMilestoneDetails > tbody > tr > td > div.dxgvCSD {
	width: 100% !important;
}
#ctl00_MainContent_tdBidEndDate > div.dvLabel {
	margin-top: 14px;
}
#ctl00_MainContent_trDepartmentProjectDueDaysPanel > td > table {
	width: 100%;
}
td.cellstyle.grid-left .dxgvCSD {
	width: 99.9% !important;
	border: solid 1px #d6d6d6;
	border-bottom: 0;
	/*border-right: 0;*/ 
}
#ctl00_MainContent_AccordionPane3_content_tblBookingInfo > tbody > tr:nth-child(1) {
	display: none;
}
span#ctl00_MainContent_lblProjectStatusNew {
	background: #4CAF50;
	color: #fff;
	padding: 4px 7px;
	border-radius: 3px;
}
.borshow {
	border: solid 1px #a7bac5;
	float: left;
	width: 93%;
	padding: 6px 8px;
}
.blue2 {
	background: #5894b7 !important;
	border: #5894b7;
	/* color: #5894b7; */
	color: #fff !important;
	padding: 15px 0;
}
	.blue2:hover {
		background: #1f6a95 !important;
	}
	.blue2 img {
		width: 27px;
	}
.green2 {
	background: #01b325 !important;
	border: #01b325;
	/* color: #5894b7; */
	color: #fff !important;
	padding: 15px 0;
}
	.green2:hover {
		background: #00961e !important;
	}
	.green2 img {
		width: 27px;
	}
.widfifty {
	width: 50%;
}
#ctl00_MainContent_trDepartmentProjectDueDaysPanel > td > table > tbody > tr:nth-child(1) > td:nth-child(2) > div > div:nth-child(1) > div.dvControl.borshow {
	min-width: auto;
}
#ctl00_MainContent_trDepartmentProjectDueDaysPanel > td > table > tbody > tr:nth-child(1) > td:nth-child(2) > div > div:nth-child(2) > div.dvControl {
	min-width: auto !important;
}
.widhund {
	width: 98%;
	float: left;
}
#ctl00_MainContent_Table1 > tbody > tr:nth-child(2) > td > div:nth-child(1) > div:nth-child(2) {
	width: 97%;
}
#ctl00_MainContent_CorrigendumControl1_pcCorrigendumControl_ddlExtendProjectDays {
	width: 100%;
}
#ctl00_MainContent_tblProject > tbody > tr:nth-child(2) > td > p {
	display: none;
}
#ctl00_MainContent_CorrigendumControl1_pcCorrigendumControl_PWC-1 {
	padding: 0;
}
#ctl00_MainContent_pcViewCorrigendum_gvProjectCorrigendum_DXHeadersRow0 td {
	background: #ccc !important;
}
ul#treesec2 {
	padding: 0;
}
ul#treesec1 {
	padding: 0;
}
#ctl00_MainContent_CorrigendumControl1_pcCorrigendumControl_ddlOpenProjectTime {
	width: 97%;
}
td.text-left.min-het span {
	min-height: 140px;
	text-align: justify !important;
}