@media only screen and (max-width:1024px) {
	.page-eform.page-eform-submit form .image-widget-data input[type="submit"] {
		display: inherit;
		margin-top: 0.6rem;
	}

	.page-eform.page-eform-submit div.content {
		width: 100% !important;
		overflow:hidden;
	}

	.page-eform.page-eform-submit form {
		padding:0 1.5rem;
	}

}

.page-eform.page-eform-submit .link-field-subrow .link-field-column {
	width: 100%;
}

.page-eform.page-eform-submit table {
	display: inline-block;
	margin-top: 1rem;
}

.page-eform.page-eform-submit .form-actions input {
	margin-right: 1rem;
}

.page-eform.page-eform-submit .date-padding .date-field-wrapper:nth-child(2) label {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 5px;
	position: absolute;
	top: 0;
}


.page-eform .end-date-wrapper > label,
.page-eform .form-type-date-popup > label {
	display: inline-block;
	width: 80%;
	text-align: center;
}

.page-eform .entityform .form-wrapper {
	margin-top: 0.5rem;
}

.page-eform .field-name-field-project-period .date-no-float {
	float: none;
}

.page-eform .ief-form-bottom legend {
	padding: 0.5rem 0;
}

.page-eform .ief-form-bottom .ief-entity-submit {
	margin-right: 1rem;
}

.page-eform .field-name-field-user-scouting-history .box-field {
	padding-bottom: 0;
}

.page-eform .field-name-field-pagesection-files legend {
	padding: 0.62rem 0;
}

.page-eform .entityform .form-wrapper {
	margin-bottom: 0.5rem;
}

.page-admin table,
.page-admin-structure-entityform-types table {
	width: 100%;
}

.page-admin table tr th,
.page-admin table tr th a,
.page-admin table tr th a:hover ,
.page-admin-structure-entityform-types table tr th,
.page-admin-structure-entityform-types table tr th a,
.page-admin-structure-entityform-types table tr th a:hover {
	color: #FFF;
	font-weight: bold;
}

.page-admin a,
.page-admin a:hover,
.page-admin-structure-entityform-types a,
.page-admin-structure-entityform-types a:hover {
	color: #0071B3;
	cursor: pointer;
}

.page-admin a:hover,
.page-admin-structure-entityform-types a:hover {
	text-decoration: underline;
}

.page-admin  table tr th,
.page-admin-structure-entityform-types  table tr th {
	background: #757575;
	border-bottom-style: none;
}

.page-admin  tr td,
.page-admin  tr th,
.page-admin-structure-entityform-types  tr td,
.page-admin-structure-entityform-types  tr th {
	padding: 5px 10px;
	border: 1px solid #fff;    
	text-align: left;
}

@media screen and (max-width: 720px) {
	.page-admin #main-content{
		overflow-x: scroll;
	}
}

.page-admin-structure-entityform-types tr td {
	min-width: 160px;
}
.page-admin-structure-entityform-types tr label {
	padding: 10px 0;
	display: inline-block;
}

.page-admin-structure-entityform-types #edit-additional-settings-fieldgroup-submit,
.page-admin-structure-entityform-types .form-item-additional-settings-fieldgroup-clone {
	margin: 10px 0;
}

.page-admin-structure-entityform-types input[type="submit"],
.page-admin-structure-entityform-types #edit-return-dashboard {
	background: #e4e4e4;
	cursor: pointer;
	text-decoration: none;
	color: #5a5a5a;
	margin-right: 0.6em;
	padding: 4px 17px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 15px; 
	border-radius: 15px;
	border: 1px solid #b4b4b4;
	font-weight: 300;
}

.page-admin-structure-entityform-types input.form-submit:hover,
.page-admin-structure-entityform-types input.form-submit:focus,
.page-admin-structure-entityform-types #edit-return-dashboard:hover,
.page-admin-structure-entityform-types #edit-return-dashboard:focus {
	background: #dedede;
}

.page-eform .messages.error {
	margin-left: 30px;
	max-width: 1000px;
}

@media only screen and (max-width: 767px) {
	.page-eform .messages.error {
		margin-left: 50px;
		max-width: 80%;
	}
}

.page-eform fieldset.collapsible legend {
	position: relative;
	top: 0;
}

.page-eform #reference-options-limit-field-national-assoc select {
	background-color: #f9f9f9;
	background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
	background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
	background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
	border: 1px solid #b8b8b8 !important;
	padding: 10px;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	padding: 8px;
	overflow: hidden;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #303030;
}