html{margin:0;padding:0;}
body {
			background-color: #f2f2f2;
	margin:0;padding:0;
		}
.login{
	width:430px;
	height:150px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-215px;
	margin-top:-75px;
	border:1px solid #ddd;
	padding:20px;
	box-sizing:border-box;
	font-family:Arial;
	font-size:16px;
	background-color:white;
}
.login input[type=submit]{
	float:right;
}
		.wrap {
			/*width: 30%;*/
			width: 566px;
			margin: auto;
			padding: 20px;
			background-color: white;
			font-family: Arial;
			margin-bottom: 100px;
			box-sizing:border-box;
		}
.logo-wrap{width:100%;text-align:center;}
		label.error{
			font-weight:bold;
			background-color:#ffcccc;
			border:1px solid red;
			color:red;
			padding:10px 15px;
			margin-top:15px;
			width:165px;
		}
.radio-label{display:inline-block;float:right;}
		h3 {
			text-align: center;
		}
		
		.logo {
			display: inline-block;
			margin-bottom: 30px;
			margin-top: 20px;
		}
		
		label {
			display: block;
			margin-bottom: 20px;
			padding: 10px;
		}
		
		input[type=text],
		input[type=email],
		textarea,
		select{
			float: right;
			width: 295px;
		}
		select{
			width:305px;
			height:30px;
		}
		input[type=text],
		input[type=email]
		{
			height:25px;
			padding-left:5px;
		}
		label:after{
			clear:both;
			content:"";
			display:table;
		}
		
		textarea {
			resize: none;
			height: 75px;
			font-family: Arial;
			width:298px;
		}
		
		form>label:nth-of-type(2n) {
			background-color: #ececec;
		}
		
		input[type=button],
		input[type=submit] {
			display: inline-block;
			background-color: #086530;
			color: white;
			padding: 10px 20px;
			margin-right: 20px;
			border: none;
			outline: none;
			font-size: 18px;
			cursor: pointer;
		}
		
		.clear {
			clear: both;
		}
		span{
			display:block;
		}
		span.required{
			display:inline;
			padding:0;
			padding-right:5px;
			color:red;
		}
.textarea-span{width:190px;float:left;}
.market-label{background-color:#ececec;}
@media screen and (max-width:750px){
	.wrap{width:100%;}
	.logo-wrap{text-align:center;width:100%;}
	.radio-label{display:block;float:none;width:50%;}
	form>label:nth-of-type(2n) {
			background-color: white;
		}
	.market-label{background-color:white;}
	.textarea-span{width:100%;float:none;}
	textarea,input[type=text],input[type=email],select{border:1px solid black;float:none;display:block;}
}

.dashboard-top .logo-wrap img {
	margin-bottom: 0;
}
.dashboard-top h3 {
	margin-top: 0;
}
.dashboard-content thead th {
	text-align: left;
}
.dashboard-content tbody td {
	white-space: nowrap;
	padding: 5px 50px 5px 0;
	position: relative;
}
.scrollable {
	width: 100%;
	overflow-x: scroll;
}
.scrollable thead th {
	white-space: nowrap;
	padding: 10px 50px 10px 0;
}
table tbody tr:nth-of-type(even){
	background-color: #dfdfdf;
}

.edit,.delete {
	display:none;
	text-align: center;
    color: green;
    position: absolute;
    font-weight: bold;
    right: -40px;
    top: 0px;
	padding: 5px;
}
.delete{
	right: -100px;
}
.users-row:hover .edit,.users-row:hover .delete{
	display:block;
}
a {
	color: green;
	font-weight:bold;
}
#usereditform input,#oppeditform input,#new-user-form input {
	display: block !important;
}
table.opportunities td:hover{
	background-image:url(../img/edit-icon.png);
	background-position:center right;
	background-repeat:no-repeat;
	cursor:pointer;
}