.dashboard {
	font-family: "Open Sans", "Segoe UI", Frutiger, "Frutiger Linotype",
		"Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
	margin-top: 10px;
}
.dashboard-header h1 span{
	margin:5px 0 0 5px !important;
}
.dashboard p, .dashboard span, .dashboard a, .dashboard ul, .dashboard li,
	.dashboard button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.dashboard strong {
	font-weight: 600;
}

.dashboard h1, .dashboard h2, .dashboard h3, .dashboard h4, .dashboard h5,
	.dashboard h6 {
	font-family: "Open Sans", "Segoe UI", Frutiger, "Frutiger Linotype",
		"Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5em;
	font-weight: 300;
}

.dashboard .chart h3 {
	padding: 10px 0px 0px 10px;
	font-weight: bold;
}

.dashboard .chart {
	background-color: #FFF;
}

.dashboard .tile {
	width: 100%;
	height: 80px;
	display: inline-block;
	box-sizing: border-box;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	padding-top: 10px;

}

.dashboard .tile .textTitle {
	margin-top: 0px;
}

.dashboard .tile.purple, .dashboard .tile.blue, .dashboard .tile.red,
	.dashboard .tile.orange, .dashboard .tile.green {
	color: #fff;
}

.dashboard .tile.purple {
	background: #5133ab;
}

.dashboard .tile.purple:hover {
	background: #3e2784;
}

.dashboard .tile.red {
	background: #ac193d;
}

.dashboard .tile.red:hover {
	background: #7f132d;
}

.dashboard .tile.green {
	background: #00a600;
}

.dashboard .tile.green:hover {
	background: #007300;
}

.dashboard .tile.blue {
	background: #2672ec;
}

.dashboard .tile.blue:hover {
	background: #125acd;
}

.dashboard .tile.yellow {
	background: #66530A;
}

.dashboard .tile.yellow:hover {
	background: #66530A;
}

.dashboard .tile.orange {
	background: #dc572e;
}

.dashboard .tile.orange:hover {
	background: #b8431f;
}

.dashboard a {
	color: #FFF;
	text-decoration: underline;
}
/*9.0 changes start*/
.dashboard-icon {
  width: 22px !important;
  margin-top: 3px !important;
}
.project-smart-icon{
	width:20px !important;
	margin-top:8px;
	float:left;
}
.requirements-link{
	padding-right: 60px;
}
.dashboard-card{
	width:23.4%;
	height: 100px;
	border:1px solid #e5e5e5;
	border-radius:2.5px;
	margin:15px 0px 0px .8%;
	cursor:pointer;
	background-color:#f1f1f1;
	color:#f3f3f3;
}

.m-l0{
	margin-left:0px;
}

.dashboard-card:hover{
	border-bottom: 4px solid #ee7e31;
    background-color: #fff;
    border-color:#ee7e31;
    color:#273343;
}
.dashboard-card a{
	cursor:pointer;
	float:left;
	text-align:left;
	color:#adadad;
	padding: 18px 0px 10px 0px;
    width: 100%;
}

.dashboard-card a img{
	padding-bottom: 2px;
	margin: 0 auto;
    display: block;
}

.dashboard-card a p{
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	text-align:center;
	text-transform: uppercase;
}

.dashboard-card a:hover{
	text-decoration:none;
	color:#273343;
}

.dashboard-card a span{
	background-color: #4cae4c;
    border: solid 0.5px #4cae4c;
    padding: 4px 2px 4px 0px;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    min-width: 23px;
    height: 23px;
    max-width:50px;
    top:13px;
    color:#fff;
}

.dashboard-card a label{
	text-align: center;
    margin: 0 auto;
    display: block;
    padding-left: 15px;
    cursor:pointer;
}
.dashboard-card-select{
	border-bottom: 4px solid #ee7e31;
    background-color: #fff;
    border-color:#ee7e31;
    /*box-shadow: -1px -1px 2px #d7d7d7;*/
}

.dashboard-card-select p{
	color:#273343 !important;
}
.dashboard-content{
	margin-top: 50px;
}
.dashboard-left-container {
  float: left;
  width: 100%;
  background-color: #FFF;
  border-radius: 5px;
  border:1px solid #ebebeb;
}
.region-header-container{
	background-color: #fff;
	cursor: pointer;
	text-align: left;
	padding: 18px 0px 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.region-header-container > .prjct-submittals-label{
	color: #3c3c3c;
	text-transform: initial;
	font-weight: 600;
	font-size: 16px;
}
.region-header-container > .prjct-submittals-label:hover{
	text-decoration: none !important;
}
.region-header-container > .submittal-main {
	color: #6c716f;
	text-transform: uppercase;
	font-size: 13px;
}
.region-header-container > .submittal-main:hover {
	color: #6c716f;
	text-decoration:underline;
}
.prjct-submittals-label{
	text-decoration: none;
}
.dashboard-section-label{
	text-transform: uppercase;
}
.dashboard-right-region{
	padding: 0 15px;
	background-color: #f9fafc;
	/*border: 1px solid #ece5e5;*/
	margin-top: -1px;
	position: fixed;
    right: 0px;
}
.dashboard-header.construction + #page-content-wrapper .dashboard-right-region{
	margin-top: 65px;
}
.dashboard-right-container-bottom{
	border-bottom: 1px solid #ebebeb;
    background: none !important;
    float: left;
    padding-bottom: 15px;
    width: 100%;
}
.additional-submittal-container{
	background-color: transparent !important;
	display: inline-block;
	border-radius: 5px;
    width:100%;
	cursor: pointer;
	border: 1px solid #d9d9d9;
	padding: 0px 15px;
}
.btn-default:active:focus,.btn-default:focus{
	background-color:#fff;
	border-color:#fff;
}
.dashboard-additional-elem-data{
	float: right;
	padding-top: 5px;
	color: #333;
	font-weight: 500;
	cursor: pointer;
}
/*.dashboard-additional-elem-data:hover {
	text-decoration: underline;
}*/
.dashboard-additional-elem-icon{
	padding-right: 5px;
	width: 20px;
}
.goto-req-overview-btn{
	width: 100%;
}
.req-overview-list-icon{
	float: left;
	padding-top: 1px;
}
.goto-reqview-label{
	float:left;
	font-size: 13px;
    padding: 5px 10px !important;
}
.goto-reqview-label a{
	color: #0c79da;
}
.goto-req-overview-btn span img{
	width:20px;
	padding-top: 3px;
}
.additional-legend{
	list-style-type: none;
	/*margin-top: 20px !important;*/
	padding-left: 0px !important;
	border-top: 0px solid #d9d9d9;
}
.additonal-submittals-icon img{
	width: 20px;
}
.dashboard-additional-elem .category-row-lnk {
	text-decoration: none;
	color: #000000;
	/*font-weight: normal;*/
	font-size: 12px;
	background-color: #fff;
	padding: 10px 15px 10px 15px;
	border-bottom:1px solid #fff !important;
	line-height: 15px;
}
.additional-legend .dashboard-additional-elem:last-child .category-row-lnk {
	border-bottom:0px solid #fff;
	text-align:left;
}
.additonal-submittals-icon{
	padding-left: 0px;
}
.m-l8{
	margin-left: 8px !important;
}
.requirements-table-border{
	border-left: 1px solid #f3f3f3 !important;
}
.dashboard-charts-data-container div.dashboard-card:nth-child(1) img{
	 width: 28px;
}
.dashboard-charts-data-container div.dashboard-card:nth-child(2) img{
	 width: 26px;
}
.dashboard-charts-data-container div.dashboard-card:nth-child(3) img{
	 width: 33px;
}
.dashboard-charts-data-container div.dashboard-card:nth-child(4) img{
	 width: 34px;
}
@media only screen and (min-width:1661px) and (max-width:1980px){

	.goto-reqview-label{
		float:left;
		font-size: 14px;
	    padding: 5px 10px !important;
	}
	.goto-req-overview-btn span img{
		width: 24px;
	  padding-top: 0px;
	}
	.w-20{
		width:20px;
	}
	.req-overview-next-arrow{
		float: right;
	}
	.dashboard-additional-elem-icon{
		padding-right: 5px;
		width: 26px;
	}
	.dashboard-additional-elem-label{
		font-size: 14px;
		padding: 5px !important;
	}
	.dashboard-additional-elem-data{
		font-size: 14px;
		font-weight: 500;
	}
}
.noAdditonalInfoDashboard {
	margin-top: 16%;
	margin-bottom: 15%;
	text-align: center;
}

.total-submittals-row-container a {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-transform: initial;
}
.additional-legend,.additional-legend-req-overview{
	text-align: left;
	border-top: 0px solid #d9d9d9;
	display: block;
	/* padding-top: 10px; */
}
.overflow-list{
	/*height: calc(100vh - 40vh);*/
	overflow-y: auto;
	padding-left: 0px;
    padding-right: 0px;
    padding-bottom:10px;
}
.tc-chart-js-legend li:hover, .otherrequirements-container li:hover{
	background-color: #f5f5f5;
}
.set-height-43{
	/*max-height: calc(100vh - 290px) !important;*/
	overflow-y: auto;width: 99.97%;
	padding-bottom:10px;
}
.set-height-42{
	/*height: calc(100vh - 60vh);*/
	overflow-y: auto;width: 99.97%;
	/*height:210px;*/
	padding-bottom:10px;
}
.dashboard-left-region{
	height: 100% !important;
	z-index: 10;
}

.additional-legend-req-overview{
	list-style-type: none;
	/*margin-top: 8px;*/
}
.header-dark-bg{
	background-color: #f9fafc;
	text-align: left;
	padding-left: 16px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.dashboard-additional-elem .category-row-lnk:hover{
	color: #447ab2;
	text-decoration: underline;
	background-color: #f5f5f5;
}

.additional-legend-req-overview .dashboard-additional-elem .category-row-lnk{
	width: 100%!important;
}
/*.additional-legend-req-overview .dashboard-additional-elem .category-row-lnk span:hover{
	text-decoration: underline;
}*/
.additional-submittal-container .additional-total {
	cursor: pointer;
}
/*.additional-submittal-container .additional-total:hover {
	text-decoration: underline;
}*/
.dashboard-additional-elem-label{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 85%;
	display: inline-block;
	/*font-weight: 600;*/
	color: #333;
}
/*.dashboard-additional-elem-label:hover {
	text-decoration: underline;
}*/
.leftalign .ng-hide + .rightalign{
	text-align:left !important;
}
.requirements-overview-page .table>thead>tr>th{
	padding:8px 10px;
}
.dashboard-page-content .submittal-category-label-container {
  text-align: left;
  color: #333;
  width: 80%;
  float: left;
}

.dashboard-page-content .other-submittal-category-label-container {
  text-align: left;
  width: 80%;
  float: left;
}

@media only screen and ( min-width: 768px) and (max-width:1024px){
	.set-height-43 {
		/*max-height: calc(100vh - 73vh);*/
	}
	.overflow-list {
		/*height: calc(100vh - 61vh);*/
	}
	.prjct-submittals-label{
		font-size:12px;
	}
	.region-header-container > .prjct-submittals-label{
		font-size: 16px;
	}
}
@media only screen and ( min-width: 1025px) and (max-width:1180px) {
	.region-header-container > .prjct-submittals-label{
		font-size: 12px;
	}
	.set-height-42 {
	    height: 158px;
	}
	.set-height-43 {
    	max-height: calc(100vh - 370px) !important;
	}
}
@media only screen and ( min-width: 1181px) and (max-width:1280px) {
	.set-height-43 {
		 /*height: 200px;*/
	}
	.dashboard-right-region{
		margin-top:17px;
	}
}

@media only screen and ( min-width: 1281px) and (max-width:1439px) {
	.set-height-43 {
		/*max-height: calc(100vh - 430px);*/
		/*height:220px;*/
	}
	/*.overflow-list {
		height: calc(100vh - 68vh);
	}*/
}
@media only screen and (min-width:1440px) and (max-width:1660px){
	.set-height-43 {
		/*max-height: calc(100vh - 70vh);*/
		/*height:252px;*/
	}
	.total-submittals-label {
		font-size: 15px;
	}
}

@media only screen and (min-width:1661px) and (max-width:1800px) {
	.set-height-43 {
		/*max-height: calc(100vh - 67vh);*/
		/*height:302px;*/
	}
	.noAdditonalInfoDashboard {
		margin-top: 22%;
	}
	.total-submittals-label {
		font-size: 15px;
	}
}

@media only screen and (min-width:1801px) and (max-width:1980px) {
	.set-height-43 {
		/*max-height: calc(100vh - 67vh);*/
		/*height:328px;*/
	}
	.noAdditonalInfoDashboard {
		margin-top: 0%;
		height: 130px;
		text-align: center;
	}
	.total-submittals-label {
		font-size: 15px;
	}
}
@media only screen and (min-width:1981px) and (max-width:2560px) {
	.set-height-43{
		/*height: 382px;*/
	}
}
.requirements-overview-page .ro-table tbody tr.highlight-division,
.requirements-overview-page .ro-table tbody tr.highlight-division td table.roinner-table tr {
	background: #e7f2ff !important;
}
.requirements-overview-page .ro-table tbody tr.remove-bottom-border {
	border-bottom: 0 !important;
}
.requirements-overview-page .ro-table tbody tr.total-row {
	background: #f8f8f8;
}
.modalpopup .modal-header > img.preview-submittals {
	width: 24px;
  padding-top: 2px;
}
.modalpopup h4.preview-submittals-head {
	font-size: 14px;
}
.dashboard-chart-container .actionsubmittals,.dashboard-chart-container .closeoutsubmittals{
	background:#fff;
}
.dashboard-chart-container .chart-container{
	background-color: #fff;
	/*box-shadow: 1px 7px 25px -20px rgba(0, 0, 0, 0.74);*/
}
.dashborad-line{
	border: 1px solid #dcdcdc;
    border-radius: 5px;
    display: flow-root;
}
.dashboard-line .total-submittals-label{
	padding-bottom: 10px !important;
}
.dashboard-chart-container .chart-container:hover {
	/*box-shadow: 1px 12px 35px -20px rgba(0, 0, 0, 0.74);*/
}
.dashboard-charts-data-container .background-grey {
	background-color: #fff;
}
.dashboard-charts-data-container .dashboard-main-container{
	background-color: #fff;margin-bottom:15px;
}
.dashboard-header.construction + #page-content-wrapper .dashboard-charts-data-container .dashboard-main-container{
	margin-top:47px;
}
#chartsData{
	/*height: calc(100vh - 92px);*/
	/*margin-top:50px;*/
	overflow: auto;
}
.companyusermanage.dashboard-header + #preconDashboard 	#chartsData{
	height: calc(100vh - 88px);
}
.dashboard-header.construction + #page-content-wrapper .dashboard-charts-data-container#chartsData{
	height: calc(100vh - 54px);
}
.chart-container .total-submittals-row-container{
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
}
.overflow-list .category-row-lnk {
	background-color: #fff;
	margin-bottom: 0px;
	padding: 12px 16px;
	/*box-shadow: 1px 0px 8px -5px rgba(0, 0, 0, 0.34);*/
	cursor: pointer;
	border-bottom:1px solid #dcdcdc;
}
.overflow-list li:last-child .category-row-lnk{
	border-bottom:0px solid #dcdcdc;
}
.overflow-list .category-row-lnk:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
	background-color: #f5f5f5;
}
.dashboard-chart-container .sub-heading-container{
	padding: 0px 0 0px 0;
	clear: both;
}
.dashboard-chart-container .aggregate-block {
	display: block;
	cursor: pointer;padding-top:3px;
}
/*.dashboard-chart-container .aggregate-block:hover {
	text-decoration: underline;
}*/

.sub-heading-container a {
	color: #333;
	cursor: pointer;
}
.dashboard-page-content .submittal-category-value{
	color: #333;
	float: left;
	width: 20%;
	text-align: right;
}
/*.dashboard-page-content .submittal-category-value:hover {
	text-decoration: underline;
}*/
.dashboard-charts-data-container{
	background-color: #fff;
}
.prjct-submittals-label, .other-submittals-label{
	padding: 0;
}
.w-95{
	width: 95%;
}

.dashboard-page-content .disable-div:hover {
	text-decoration: none;
}
.dashboard-page-content .disable-dashboard-link {
	text-transform: initial;
	color: #3c3c3c;
	font-weight: 600;
	font-size: 16px;
	cursor: default;
}
.dash-sub-type-head {
	text-align: left;
	cursor: pointer;
}
.dash-sub-type-head:hover {
	text-decoration: underline;
}
.dashboard-chart-container .total-submittals-row-container{
	padding: 16px;background-color: #fff;margin: 2px 0px 0px;
}
#ActionInfoSubmittals,#CloseoutSubmittals{
	margin:12px 0 25px 0;
}

.acc-dashboard-specversion{
	border:1px solid #dcdcdc;
	border-radius:5px;
    float: left;
    margin-bottom: 0px;
    padding: 20px 20px;
	border-bottom: 1px solid #dcdcdc;
	text-align: left;
	font-weight: 500;
	height: 104px;
	display: inline-table;
}
.acc-dashboard-specversion .acc-btm{
	text-transform: inherit;
	font-weight: 600;
	font-size: 16px;
}
.acc-btm{
	border-bottom: 1px solid #dcdcdc;
    padding-bottom: 14px;
}
.w-350{
	width:260px;
}
.w-465{
	width:395px;
}
.w-495{
	width:495px;
}
.p-l100{
	padding-left:100px;
}
.p-r100{
	padding-right:100px;
}
.p-l50{
	padding-left:50px;
}
.p-r50{
	padding-right:50px;
}
.upload-clr, .upload-clr:hover, .upload-clr:active{
	background-color:#0696D7;
	color:#fff !important;
	border-radius: 2px;
	width: 100%;
	padding-top: 8px;
}
.upload-clr + ul{
	padding:5px 0px;
	position: absolute;
	left: -1px;
	width: 125px;
	font-size: 14px;
	font-weight: 500;
	min-width: 126px;
}
.upload-clr + ul li{
	padding-bottom:10px;
	padding-top:10px;
	cursor:pointer;
	padding-left:15px;
	padding-right:15px;
}
.upload-clr + ul li:hover{
	background-color:#eee;
}
.upload-clr + ul li:last-child{
	/*padding-bottom:0px;*/
}
.additional-submittal-container .region-header-container{
	border-bottom:1px solid #d9d9d9;
	margin: 0px 15px;
    width: 90%;
}
.acc-dashboard-nospecversion{
	background-color: #eee;
    padding: 15px;
    text-align: center;
    border-radius:5px;
}
.acc-dashboard-nospecversion p:nth-child(1){
	color: #333;
    font-weight: 600;
}
.acc-dashboard-nospecversion button{
	border-radius:3px;
}
.acc-specsversionlist .dropdown-menu{
	width:100%;
	top: 34px;
	border: 0.9px solid #ccc;
	padding: 0;
}
.acc-specsversionlist .dropdown-menu ul {
	max-height: 275px;
	overflow:auto;
	margin: 0;
}
.project-menu.active-action li.fileLinks span{
	position:relative;
	top:2px;
}
.acc-specsversionlist .dropdown-menu li > div{
	position:relative;
	bottom:5px;
}
.acc-specsversionlist .dropdown-menu li .version-list-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.acc-specsversionlist .dropdown-menu li{
	padding: 10px 20px;
	font-size:13px;
	cursor:pointer;
    width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.acc-specsversionlist .dropdown-menu li:hover{
	background-color: #eef8fc;
}
.acc-specsversionlist .dropdown-menu li div .line{
	background-color: #31cd2e;
}
.acc-specsversionlist .dropdown-menu li.spec-notupload div .line{
	border: 2px solid #d9d9d9;
}
.acc-specsversionlist .dropdown-menu li.spec-inprogress div .line{
	border: 3px solid #F0B137;
	background-color: #F0B137;
}
.acc-specsversionlist .dropdown-menu li.spec-failed div .line{
	border: 3px solid #EC4A41;
	background-color: #EC4A41;
}
.acc-specsversionlist .dropdown-menu li .actions{
	display:none;
}
.acc-specsversionlist .dropdown-menu li:hover .actions{
	display:block;
}
.acc-specsversionlist .dropdown-menu li div p{
	text-align: left;
	margin-bottom:0px;
	padding-left:20px;
	position: relative;
    top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 140px !important;
}
.acc-specsversionlist .dropdown-menu li div p:nth-child(3),.acc-specsversionlist .dropdown-menu li div p:nth-child(4){
	color: #666;
    opacity: .9;
    font-size: 12px;
}
.acc-specsversionlist > input[type=text]{
	color:#000 !important;
	font-weight:600;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 30px;
}
.acc-specsversionlist > input[type=text]:focus{
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	min-height: 36px;
	margin: 0px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	outline-color: transparent !important;
	position: relative;
	display: flex;
	cursor: pointer;
	box-shadow: 0 0 3pt 1pt #0696d7 !important;
	/* border-color: #1aaaea; */
	padding: 0px;
	/* transition: box-shadow 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms, border-color 200ms cubic-bezier(0.2, 0, 0.2, 1) 0ms; */
	/* box-shadow: rgb(6 150 215 / 35%) 0px 0px 0px 2px; */
}
.acc-specsversionlist .line{
	border: 3px solid #31CD2E;
	height: 22px;
	position: absolute;
	width: 6px;
	margin-top: 12px;
	border-radius: 100px;
	left: 0;
}
.acc-specsversionlist > .fa-angle-down,.acc-specsversionlist  >  .fa-angle-up{
	position: absolute;
    right: 15px;
    top: 8px;
    font-size: 18px;
    opacity: .6;
}
.acc-specsversionlist.open > .fa-angle-down{
	display:none;
}

.acc-specsversionlist.open > .fa-angle-up{
	display:block !important;
}
.acc-tot{
	color: #000;
    font-size: 13px;
    font-weight: 700;
}
.acc-dashboard-content{
	/* overflow: auto; */
	display: block;
	height: calc(100vh - 70px);
	width: 100%;
	align-items: stretch;
	margin-top: 0px;
}
.acc-boxshadow{
	box-shadow: 0 4px 8px rgb(0 0 0 / 10%), 0 0 2px rgb(0 0 0 / 20%);
	border: 1px solid #f3f3f3;
    border-radius: 4px;
}
.min-h415 {
	min-height:415px;
}
.wh-32 {
	height: 32px;
	width: 32px;
}
.clr-blue{
	color:#0696d7;
}
.acc-boxshadow .total-submittals-label{
	border-bottom: 1px solid #dcdcdc;
}
.acc-dashboard-label{
	color:#666;
}
.acc-dashlist{
	color:#666;
}
.acc-dashlist li:first-child{
	/* padding-top:5px; */
}
.division-specs .additional-legend-req-overview{
	border-top: 0px solid #d9d9d9 !important;
}
.posabs-b30{
	position:absolute;
	bottom:30px;
}
@media only screen and (min-width:320px) and (max-width:419px){
	.acc-products-container{
		width:140px;
	}
	.userproject .pointer{
		width:94px;
	}
	.user-clicker .acc-project-img{
		margin-left:5px !important;
	}
	.acc-project-img + .fa-sort-desc{
		margin-left:5px !important;
		left:0px;
	}
	.right-topnav {
    	width: 115px;
	}
	.userproject span{
		width:25px;
	}
	.acc-dashboard-content .m-pr15{
		padding-right:15px !important;
	}
	.acc-dashboard-content .m-pl15{
		padding-left:15px !important;
	}
	.left-nav{
		width:60px !important;
	}
	.m-ml10{
		margin-left:10px;
	}
	.mp-r0{
		padding-right:0px;
	}
	#wrapper.toggled{
		margin-left:60px !important;
	}
	.left-nav .nav-link span{
		display:none;
	}
	.products-bord-right{
		margin: 8px 5px;
	}
	.right-topnav .acc-user-name span{
		max-width:20px;
	}
	.m-pl10{
		padding-left:10px !important;
	}
	.mp-l0{
		padding-left:0px !important;
	}
	.acc-specsversionlist .dropdown-menu li div p{
		width:90px;
	}
	.acc-dashboard-specversion > div > div.col-xs-6{
		width:100%;
	}
	.acc-specsversionlist{
		width:50%;
	}
	.dashboard-page-content .submittal-category-label-container{
		width:78%;
	}
	.mp-t0{
		padding-top:0px !important;
	}
	.acc-dashboard-specversion .mp-l0{
		padding-left:0px !important;
	}
}

@media only screen and (min-width:420px) and (max-width:519px){
	.acc-products-container{
		width:140px;
	}
	.userproject .pointer{
		width:165px;
	}
	.right-topnav {
    	width: 150px;
	}
	.userproject span{
		width:55px;
	}
	.acc-dashboard-content .m-pr15{
		padding-right:15px !important;
	}
	.acc-dashboard-content .m-pl15{
		padding-left:15px !important;
	}
	.left-nav{
		width:60px !important;
	}
	.m-ml10{
		margin-left:10px;
	}
	#wrapper.toggled{
		margin-left:60px !important;
	}
	.left-nav .nav-link span{
		display:none;
	}
	.products-bord-right{
		margin: 8px 5px;
	}
	.right-topnav .acc-user-name span{
		max-width:40px;
	}
	.m-pl10{
		padding-left:10px !important;
	}
	.acc-dashboard-specversion .mp-l0{
		padding-left:0px !important;
	}
	.acc-specsversionlist .dropdown-menu li div p{
		width:90px;
	}
	.mp-t0{
		padding-top:0px !important;
	}
}

@media only screen and (max-width:620px) and (min-width:520px){
	.actionsubmittals{
		padding-right:15px !important;
	}
	.dashboard-main-container + div{
		padding-right:0px !important;
	}
	.acc-specsversionlist .dropdown-menu li div p{
		width:95px;
	}
	.mp-r0{
		padding-right:0px;
	}
	.m-pr15{
		padding-right:15px !important;
	}
	.m-pl15{
		padding-left:15px !important;
	}
	.left-nav{
		width:60px !important;
	}
	.m-ml10{
		margin-left:10px;
	}
	.left-nav .nav-link span{
		display:none;
	}
	.m-pl10{
		padding-left:10px !important;
	}
	.mp-t0{
		padding-top:0px !important;
	}
	.acc-dashboard-specversion .mp-l0{
		padding-left:0px !important;
	}
	.userproject .pointer{
		width: 165px
	}
	.acc-products-container{
		width:140px;
	}
	.right-topnav {
    	width: 170px;
	}
	.right-topnav .acc-user-name span{
		max-width:59px;
	}
}

/* Upload Specs Start */

.acc-upload-steps .progressbar li:active p{
	font-weight: 600;
    color: #273343;
}
/* Verify Country start */

@media only screen and (max-width:768px) and (min-width:621px){
	.actionsubmittals{
		padding-right:15px !important;
	}
	.dashboard-main-container + div{
		padding-right:0px !important;
	}
	.acc-specsversionlist .dropdown-menu li div p{
		width:110px;
	}
	.mp-r0{
		padding-right:0px;
	}
	.m-pr15{
		padding-right:15px !important;
	}
	.m-pl15{
		padding-left:15px !important;
	}
	.left-nav{
		width:60px !important;
	}
	.left-nav .nav-link span{
		display:none;
	}
	.m-ml10{
		margin-left:10px;
	}
	.mp-t0{
		padding-top:0px !important;
	}
	.m-pl10{
		padding-left:10px !important;
	}
	.acc-dashboard-specversion .mp-l0{
		padding-left:0px !important;
	}
	.userproject .pointer{
		width: 165px
	}
	.acc-products-container{
		width:140px;
	}
	.right-topnav {
    	width: 215px;
	}
	.right-topnav .acc-user-name span{
		max-width: 100%;
	}
}
@media only screen and (min-width:769px) and (max-width:1024px){
	.mp-r0{
		padding-right:0px;
	}
	.right-topnav {
    	width: 250px;
	}
	.acc-specsversionlist .dropdown-menu li div p{
		width:190px;
	}
    .acc-dashboard-specversion .mp-l0{
		padding-left:0px !important;
	}
	.spec-view-left-col-collapse a{
		padding: 0px 0px !important;
	}
}
@media only screen and (min-width:1025px) and (max-width:1180px){
	.mp-r0{
		padding-right:0px;
	}
	.right-topnav {
    	width: 310px;
	}
	.acc-specsversionlist .dropdown-menu li div p{
		width:190px;
	}
    .acc-dashboard-specversion .mp-l0{
		padding-left:0px !important;
	}
	.spec-view-left-col-collapse a{
		padding: 0px 0px !important;
	}
}
@media only screen and (min-width:1181px) and (max-width:1279px){
	.mp-r0{
		padding-right:0px;
	}
	.acc-specsversionlist .dropdown-menu li div p{
		width:280px;
	}
}
@media only screen and (min-width:1400px) and (max-width:1579px){
	.acc-specsversionlist .dropdown-menu li div p{
		width:180px;
	}
}
@media only screen and (min-width:1580px) and (max-width:1799px){
	.acc-specsversionlist .dropdown-menu li div p{
		width:240px;
	}
}
@media only screen and (min-width:1800px) and (max-width:2040px){

	.acc-specsversionlist + .col-lg-3{
		width: 25%;
	}
	.acc-specsversionlist .dropdown-menu li div p{
		width:330px;
	}
	.acc-dashboard-specversion .acc-dashboard-specversion{
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}
.required
{
	color:red;
	padding-left: 3px;
}
.validate-error-icon
{
	padding-top: 0px !important;
	margin-right: 6px !important;
	padding-bottom: 2px;
	opacity:1 !important;
}
.actions-btn
{
	background-color: transparent !important;
    box-shadow: none !important;
}
.action-menu
{   left: -125px !important;
    min-width: 1605px;
    top: 28px !important;
}
.action-menu li {
    border: none;
    padding: 5px !important;
}
.action-menu li:hover {
    background-color: #F3F3F3 !important;
}
.more-actions
{
	left: -110px;
    max-width: 160px !important;
    min-width: 160px;
}
.more-actions li {
	border: none;
    padding: 7px !important;
}
.version-dropdown-menu>li
{
    padding: 10px 15px !important;
}
.more-actions>li>a:focus, .more-actions>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #eef8fc !important;
}
.more-actions-btn
{
	height:5px;
}
.currentversion
{
	font-size:11px;
	color: #666666;
	background-color:#F3EEEE;
	padding: 1px 5px;
}

.version-dropdown-menu li:hover > ul.more-actions
{
	 display: block !important;
}
.active-action
{
	display:block;
}
.disable-make-current
{
    background-color: #F3F3F3;
}
.disable-make-current .option-label
{
	opacity: 0.5;
}
.disable-make-current a
{
	opacity: 0.5;
}
.disable-make-current img
{
	opacity: 0.5;
}
.version-search
{
	margin: 4px 3px 15px;
	height: 36px;
	font-size: 14px;
	padding-left: 33px !important;
	border: 1px solid rgb(187, 187, 187) !important;
	/* width: 100% !important; */
}
.version-title
{
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: rgb(102, 102, 102);
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 20px;
}
.selected-version
{
	border-left: 2px solid #0696d7;
}
.versionsearch-close {
    position: absolute;
    bottom: 27px;
    right: 25px;
    font-size: 13px;
    color: #888;
    width: 11px;
    cursor: pointer;
    z-index: 100;
}
.btndisabled
{
	color: #fff !important;
}
.uploadspecsbtn
{
    padding-left: 5px;
    padding-right: 0px;
}
.uploadspecsbtn div
{
	width:100%;
}
.no-data-heading
{
	text-align: center;
	color: #3C3C3C;
	font-size: 20px;
}
.no-data-message
{
	color: #666666 !important;
}
.no-data-present-container {
    height: 285px;
    padding-top: 14% !important;
}
.selected-version-line
{
	margin-left:-2px;
}
.dashboard-emty-status-contain {
  float: left;
  width: 100%;
  margin-bottom:10px;
}
.dashboard-emty-status {
    text-align: center;
    width: 80px;
}
.specViewPage .dashboard-emty-status,.productdata .dashboard-emty-status {
    text-align: center;
    width: 140px;
}
.disable-addendum {
	opacity: 0.5;
	cursor: not-allowed !important;
}
.actions-btn:hover {
background-color: transparent;
}
.project-overflow {
    max-width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dropdown.open .upload-clr .fa-angle-down{
	transform: rotate(180deg);
}
.top-400
{
	top:400px;
}
.m-r16
{
	margin-right: 16px !important;
}
.p-b175
{
	padding-bottom: 175px;
}
.link-icon
{
	width: 15px;
    margin-left: 7px;
}
#downloadLabel.actions-btn .verticalAlignSub{
	padding:5px 10px;
}
.pointercursor
{
	cursor: pointer !important;
}
.no-data-subheading
{
	font-size: 14px;
    font-weight: 600;
    color: #666666;
}
.fileLinks a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.disable-addendum + .tooltip .tooltip-arrow{
	width: 7% !important;
    left: 50% !important;
}
.onelist .version-list-container .tooltip .tooltip-arrow{
	position: relative;
    transform: rotate(180deg);
}
.req-table
{
	margin-top:-5px;
    border-bottom: 1px solid #ececec;
}
.req-table-collapse
{
	    border-bottom: 1px solid #ececec;
    margin-top: 5px;
}
.m-t200
{
	margin-top:200px !important;
}
.betatag{
	height:105px;
	border-bottom: 1px solid #dcdcdc;
	padding-left: 0px;
}
.beta-badge{
	padding: 2px 8px;
    border-radius: 100px;
    display: inline-flex;
    color: rgb(60, 60, 60);
    font-family: "Artifakt Element", sans-serif;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px;
}
.betatag > p{
	color: #3c3c3c;
    font-size: 30px;
    float: left;
    padding-top: 30px;
}
.beta-position{
	top: -2px !important;
    left: -2px !important;
    position:relative;
}
.beta-text{
    border-radius: 100px;
    display: inline-flex;
    color: rgb(60, 60, 60);
    background-color: rgb(253, 218, 164);
    font-family: "Artifakt Element", sans-serif;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px;
    margin-top: 0px !important;
    height: 21px;
    padding: 1px 8px 7px;
}
#loading.edit-loading{
	background: transparent;
    height: 35%;
    width: 40%;
    top: 31%;
    left: 28%;
}
.edit-loading .create-project-loader img {
    width: 64px;
}
.disable-make-current + .tooltip .tooltip-arrow{
	top:53px !important;
}