body {
	background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
    /*text-align: center;*/
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #3786FF;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 30px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #3786FF; color: #fff; text-shadow: none; }
::selection { background: #3786FF; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #3786FF;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

.inner-bg {
    padding: 40px 0;
}

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #3786FF; }

.form-box {
	/*margin-top: 70px;*/
}

.form-top {
	overflow: hidden;
	padding: 0 25px 0 25px;
	background: none;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}
/**ned to review
.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}
**/
#imageDivLink img {


}
#titleText {
float: left;
font-size: 1.1em;
font-weight: bold;
margin: 5px;
}
#myHeader {
font-size: 1.1em;
font-weight: bold;
margin: 5px;
}
#headerDiv a {
vertical-align: middle;
margin: 10px 10px 5px 5px;
}
#myContent {
margin: 5px 10px;
}
.form-top-center {
    text-align: center;
	width: 100%;
	padding-top: 0;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: none;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.input-error {
	border-color: #DA3D3A !important;
}
.form-label{
    color:rgb(10,10,10);
    font-family:Roboto, sans-serif;
    font-size:17px;
    padding-bottom: 10px;
    font-weight: 400;
}
.terms-text{
    color:rgb(10,10,10);
    font-family:'Roboto';
    font-size:14px;
    padding-bottom: 10px;
    font-weight: normal;
}
.social-login {
	margin-top: 35px;
}

.social-login-buttons {
	margin-top: 25px;
}

.middle-border {
	min-height: 300px;
	margin-top: 170px;
	border-right: 1px solid #ddd;
}


/***** Footer *****/

footer {
	padding-bottom: 70px;
}

footer .footer-border {
	width: 200px;
	margin: 0 auto;
	padding-bottom: 30px;
	border-top: 1px solid #ddd;
}

footer a:hover, footer a:focus { border-bottom: 1px dotted #3786FF; }


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	
	.middle-border { min-height: auto; margin: 65px 30px 0 30px; border-right: 0; border-top: 1px solid #ddd; }
	
}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}

/**/


/* ----- GENERAL STYLES ---- */

h1{
	font-weight: 300;
}

.input-group-addon{
	text-align: right;
}

.full-width{
	width: 100%;
}

.transparent{
	background: transparent;
}

.no-border{
	border: none;
}

input[type=checkbox], input[type=radio]{
	margin-top: 9px;
}

.margin-right-20{
	margin-right: 20px;
}

.margin-bottom-30{
	margin-bottom: 30px;
}

.margin-bottom-20{
	margin-bottom: 20px;
}

.margin-bottom-10{
	margin-bottom: 10px;
}

button.btn.light-grey{
	background: #ccc;
}

.tooltip-inner{
	background-color: #ccc;
	color: #000;
}

.tooltip.top .tooltip-arrow{
	border-top-color: #ccc;
}

.has-tooltip, .has-tooltip:hover{
	color: #555;
}

label.form-label{
	padding: 0;
	margin: 0;
}

.alert-danger{
	border-color: #DA3D3A;
	color: #DA3D3A;
	background: transparent;
	/*margin-top: 35px;*/
}

.alert{
	display: none;
}

.alert.active{
	display: block;
}

.font-weight-300{
	font-weight: 300 !important;
}

.small-text{
	line-height: 1;
}

.description small{
	font-size: 80%;
}

.uppercase{
	text-transform: uppercase;
}

.lowercase{
	text-transform: lowercase;
}

/* ---- SIDEBAR ---- */

.sidebar{
	margin-top: 73px;
}

.sidebar li{
	font-weight: 400;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

.sidebar li:first-child{
	border: none;
}

.sidebar li a{
	color: #0a0a0a;
	font-size: 15px;
}

.sidebar li a:hover,
.sidebar li.active a{
	color: #3786FF;
}

.no-margin-top{
	margin-top: 0;
}

.add-record{
	font-size: 30px;
	color: #bbb;
}

.margin-top-0{
	margin-top: 0;
}

.margin-top-10{
	margin-top: 10px;
}

.margin-top-40{
	margin-top: 40px;
}

.no-margin{
	margin: 0 !important;
}

.text-align-right{
	text-align: right;
}

.action-buttons{
	text-align: right;
}

.inline-block{
	display: inline-block;
}

.action-buttons a{
	display: inline-block;
	border-radius: 5px;
	background: #f8f8f8;
	padding: 5px 10px;
	border: 1px solid #ddd;
	width: 40px;
	text-align: center;
	color: #bbb;
}

.categories-output{
	font-weight: 500;
	margin: 0 0 10px;
	float: left;
	width: 100%;
	padding: 10px 0;
	color: #999;
}

/*.categories-output .row{
	padding-bottom: 10px;
	position: relative;
}

.categories-output .row:before{
	content: "";
	height: 1px;
	right: 15px;
	left: 15px;
	background: #ddd;
	bottom: 0;
	position: absolute;
	width: calc(100% - 30px);
}*/

/*.credits-project-name{
	padding-right: 40px;
}*/

.credits-project-name input[type="checkbox"]{
	position: absolute;
	top: 0;
	right: -27px;
}

.clearfix{
	display: table;
	content: "";
	clear: both;
}

.page-title{
	margin-bottom: 35px;
	text-transform: uppercase;
}

.collapsible-block > .row:first-child{
	padding-bottom: 10px;
	position: relative;
}

.collapsible-block .row:first-child:before{
	content: "";
	height: 1px;
	right: 15px;
	left: 15px;
	background: #ddd;
	bottom: 0;
	position: absolute;
	width: calc(100% - 30px);
}

#current-project-name-edit{
	width: 100%;
}

/*#on-edit-name{
	width: 75%;
}*/

#on-edit-name{
	width: 100%;
}

.on-edit .fa-pencil:before {
    content:"\f00c";
}

#upload-list{
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.item{
	position: relative;
}

.item td{
	border: 1px solid #ddd;
	padding: 10px;
}

.item td:first-child{
	width: 15%;
}

.item td:nth-child(3){
	width: 15%;
}

.item td:first-child img{
	max-width: 100%;
}

#progress{
	margin: 0 0 20px;
}

.progress{
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
}

.progress .bar{
	background: #3786FF;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

/*.item span{
	display: inline-block;
	vertical-align: middle;
}

.item span.preview{
	width: 15%;
}

.item span.preview img{
	max-width: 100%;
}

.item .name{
	width: 25%;
}

.item .progress{
	width: 25%;
	margin: 0;
}*/

.gray-block{
	background: #f8f8f8;
	padding: 20px;
}

.gray-block input[type="text"], 
.gray-block input[type="password"], 
.gray-block input[type="email"], 
.gray-block input[type="file"], 
.gray-block textarea, 
.gray-block textarea.form-control,
.gray-block select[type="option"]{
	background: #fff;
}

.listing{
	border: 1px solid #ccc;
	padding: 20px;
	float: left;
	width: 100%;
}

.listing-heading{
	margin-top: 0;
}

.listing-info{
	float: left;
	width: 100%;
}

.listing-list{
	padding: 0;
	list-style: none;
	line-height: 1.3;
	font-size: 13px;
}

.circle{
	margin-left: 5px;
}

.label-statewide{
	color: #f0ad4e;
}

.label-women-owned{
	color: #D0E735;
}

.label-minority-owned{
	color: #63FED0;
}

.listing-contacts{
	float: left;
	width: 100%;
	background: #eee;
	padding: 10px 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.listing-contacts .phone{
	float: left;
}

.listing-contacts .other{
	float: right;
}

.listing-photo-wrapper{
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
	margin-right: 5%;
	text-align: center;
}


.listing-photo{
	max-width: 100%;
	max-height: 100%;
	/*height: auto;*/
}

.listing-list-wrapper{
	height: 100px;
	overflow: auto;
}

.action-btns a{
	color: #999;
}

.action-btns a:hover{
	color: #3786FF;
}

/* breadcrumbs */

.breadcrumbs{
	font-weight: 500;
	padding-left: 0;
}

.breadcrumbs li{
	display: inline-block;
}

.breadcrumbs li.active{
	color: #aaa;
}

.breadcrumbs > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #aaa;
}

.table{
	width: 100%;
	max-width: 100%;
	margin: 0 0 30px;
	border: none;
}

.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th{
	border: none;
	border-bottom: 1px solid #ccc;
}

.legend{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	line-height: 14px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.legend-statewide{
	background: #f0ad4e;
}

.legend-women-owned{
	background: #D0E735;
}

.legend-minority-owned{
	background: #63FED0;
}

.legend-veteran-owned{
	background: #5bc0de;
}

.legend-green-company{
	background: #5cb85c;
}

.gray-text{
	color: #aaa;
}

.category-container select[type="option"],
#categories-managment select[type="option"]{
	padding: 0;
}

.category-container input[type="text"]{
	padding: 0 5px;
}

@media (max-width: 991px){
	
	.main-menu {
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0px;
		bottom: 0;
		transition: all 0.5s ease 0s;
		visibility: hidden;
		width: 260px;
		right: 0;
		overflow: hidden;
		overflow-y: auto;
		background: #fff;
		left: -260px;
		z-index: 9999;
		box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
		display: block !important;
		margin-top: 0;
	}
	
	.main-menu.active{
		opacity: 1;
		visibility: visible;
		left: 0;
	}
	
	.menu-trigger span {
		height: 3px;
		width: 25px;
		background: #3786FF;
		position: absolute;
		left: 0;
	}
	
	.top {
		top: 0;
	}

	.middle {
		top: 6px;
	}

	.bottom {
		top: 12px;
	}
	
	.menu-trigger {
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		width: 25px;
		height: 14px;
		position: absolute;
		z-index: 10000;
		cursor: pointer;
		right: 15px;
		top: 22px;
	}
			
	.menu-trigger.active .top{
		top: 6px;
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	
	.menu-trigger.active .middle{
		opacity: 0;
	}
	
	.menu-trigger.active .bottom{
		top: 6px;
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}
	
	
	
	header{
		border-bottom: 1px solid #ccc;
		margin: -60px -15px 20px -15px;
		margin-right: -15px;
		height: 80px;
	}
	
	#upload-list{
		width: 100%;
	}
	
	.item, .item td{
		display: block;
	}
	
	.item{
		padding: 40px 0 20px;
	}
	
	.item:first-child{
		padding-top: 0;
	}
	
	.item{
		border-bottom: 1px solid #ddd;
	}
	
	.item td{
		width: 100% !important;
		border: none;
		padding: 10px 0;
	}
	
	.item td:first-child img{
		max-width: 300px;
	}
	
	.credits-project-name input[type="checkbox"]{
	    right: 15px;
	}
	
}

@media (max-width: 767px){
	/*.table-responsive{
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
	}*/
}


