#map-project { 
	padding: 60px 0;
}

#map-project * { 
	box-sizing: border-box;
}

#map-project p, #map-project { font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif; }

#map-project a { color: #4b88c8; }

#map-project h1,
#map-project h2,
#map-project h3,
#map-project h4,
#map-project h5 {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	margin: 0 0 15px 0;
	line-height: 1.65em;
}

#map-project li { 
	font-size: 14px;
}

.map-tac { 
	text-align: center;
}

.map-form-fields,
.map-portal-uploads,
.map-assets {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.map-form-fields li,
.map-portal-uploads li,
.map-assets li {
	list-style: none;
	margin-left: 0 !important;
}

.map-assets { 
	border: 5px solid #efefef;
}

.map-assets strong { 
	font-size: 16px;
}

.map-form-fields li { 
	margin: 0 0 15px 0;
}

.map-assets a { 
	color: #4b88c8;
	text-decoration: none;
}

.map-assets p { 
	color: #666;
}

.map-assets li { 
	padding: 15px 15px 5px 75px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}

.map-assets p { 
	margin: 0 0 10px 0;
}

.map-assets li:last-child { 
	border-bottom: 0px;
}

.map-assets i.upload-icon { 
	position: absolute;
	font-size: 24px;
	width: 55px;
	top: 15px;
	background: #3366cc;
	border-radius: 100%;
	height: 55px;
	left: 10px;
	color: #fff;
	line-height: 55px;
	text-align: center;
}

.map-table i.upload-icon { 
	font-size: 16px;
	background: #3366cc;
	border-radius: 100%;
	height: 35px;
	width: 35px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	display: inline-block;
}

.map-table td.icon { 
	padding-top: 25px;
}

.map-table a:hover i.upload-icon { 
	background: #dd3333;
}

.map-table h5 a { 
	text-decoration: none;
	font-size: 14px;
}

.map-assets a:hover i.fa-upload { 
	background: #666;
}

.map-portal-notice { 
	text-align: center;
	font-size: 16px;
	margin: 30px 0;
}

.map-alert { 
	text-align: center;
	color: #00529B;
	background-color: #BDE5F8;
	border: 1px solid #b0d7e9;
	padding: 15px 30px;
}

.map-portal-notice p { 
	margin: 0 !important;
}

.map-portal-header { 
	border-bottom: 1px solid #f1f1f1;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
}

.map-portal-header h1 { 
	margin: 0;
}

.map-breadcrumbs { 
	margin: 0;
	text-transform: uppercase;
	color: #444;
	font-size: 12px !important;
}

.map-user-information { 

}

.map-user-information p.map-welcome { 
	float: right;
	margin: 0;
	padding-top: 8px;
	text-align: right;
}


.map-user-information p.map-welcome span { 
	display: block;
	color: #777;
	font-size: 12px;
}

.map-user-information p.map-welcome a:first-child { 
	padding: 0 5px 0 0;
}

.map-user-information p.map-welcome a:last-child {
	padding: 0 0 0 5px;
}

.map-user-information img { 
	float: right;
	margin: 0 0 0 15px;
	width: 75px;
	height: 75px;
	border: 5px solid #f1f1f1;
	border-radius: 100%;
}

.row:after {
	content: '';
	display: block;
	clear: both;
	height: 0px;	
}

.map-sub-section { 
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #efefef;
}

#map-project table { 
	background: #fff;
	border: 0px;
}

#map-project table th { 
	background: #007ACC;
	color: #fff;
	border-color: #0185dd;
	padding: 5px 10px;
	font-size: 14px;
}

#map-project table i.fa { 
	font-size: 16px;
}

#map-project table tr.map-secondary-row th { 
	background: #ddd;
	color: #333;
}

#map-project table th a { 
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}

#map-project table td { 
	background: #fafafa;
	padding: 10px 20px;
	border: 0px;
	vertical-align: top;
	border-right: 1px solid #eee;
}

#map-project table td p { 
	font-size: 12px;
}

#map-project table tr td:last-child { 
	border-right: 0px;
}

#map-project table tr:nth-child(even) td { 
	background: #efefef;
}

.btn,
.map-portal-login input[type='submit'] { 
	padding: 5px 20px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	background: #007ACC !important;
	cursor: pointer;
	border: 0px !important;
	width: auto;
	font-weight: bold;
	box-shadow: 0px;
	border-radius: 8px;
}

.btn:hover { 
	color: #fff;
	background: #777;
}

.map-modal { 
	display: none;
}

.map-contractor-assets { 
	background: #efefef;
	padding: 15px;
	margin: 0 0 30px 0;
}

.map-contractor-assets .map-assets { 
	border: 0px;
	background: #fff;
	margin-bottom: 0px;
	list-style: none;
}

.map-contractor-header {
	margin: -15px -15px 15px -15px;
	padding: 15px;
	background: #007acc;
	color: #fff;
}

.map-contractor-header img { 
	width: 75px;
	height: 75px;
	border: 5px solid #fff;
	display: inline-block;
	margin-right: 10px;
	border-radius: 100%;
}

.map-contractor-header h3 {
	display: inline-block;
	text-transform: capitalize; 
}

.map-contractor-header h3 a { 
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
	display: inline-block;
	margin-left: 5px;
}

.map-contractor-header h3 a:hover { 
	text-decoration: none;
}

.map-view-profile { 
	float: right;
}

/* ========= */
/* = Forms = */
/* ========= */

.map-form-fields label { 
	font-weight: bold;
	display: block;
}

.map-form-fields input[type='text'],
.map-form-fields textarea { 
	width: 100%;
}

.map-form-fields textarea { 
	height: 100px;
}

.map-upload-form { 
	background: #fafafa;
	padding: 15px;
}

.map-upload-form h5 { 
	background: #3366cc;
	margin: -15px -15px 15px -15px !important;
	color: #fff !important;
	padding: 10px 15px;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
}

#map-project fieldset { 

	padding: 15px;
	background: #f1f1f1;
	margin-bottom: 30px;

}

#map-project fieldset legend { 
	
	font-weight: bold;
	font-size: 18px;
	padding: 5px 15px;
	background: #f1f1f1;
	
}

.map-portal-login { 
	padding: 15px;
	background: #f1f1f1;
	border-radius: 6px;
	max-width: 300px;
	margin: 0 auto;
}

.map-portal-login label { 
	display: block;
	font-weight: bold;
}

.map-portal-login input[type='text'],
.map-portal-login input[type='password'] {
	width: 100%;
}

.map-portal-login h2 { 
	margin: -15px -15px 15px -15px !important;
	padding: 10px 15px;
	border-radius: 6px 6px 0 0;
	background: #3366cc;
	color: #fff !important;
	font-size: 18px !important;
	text-align: center;
}

.map-upload { 
	float: right;
}

.hide { 
	display: none;
}

.map-modal-bg { 
	background: rgba(0,0,0,.85);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

#map-upload-modal { 

	border-radius: 6px;
	position: fixed;
	max-width: 450px;
	top: 20%;
	left: 50%;
	margin-left: -125px;
	z-index: 2000;

}

label.error { 
	color: #dd3333;
}

.map-deadline { 
	margin-top: -10px !important;
	color: #555;
	font-size: 12px !important;
}

/* ================== */
/* = Bootstrap Grid = */
/* ================== */

.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}
