/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.eshot-form-builder-panel {
	border: 1px solid #D0D0D0;
	padding: 0 16px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.eshot-form-builder-api-key {	
	width: 50%;
	min-width:350px;	
}

.eshot-form-builder-forms {
	margin-right:20px;
}

.eshot-form-builder-fields {
	margin-right:20px;
}

#eshot-form-builder-validate-token {
	width: 300px;
}
/*
.eshot-form-builder-message-success {
	color:#0bbf14;
}
*/
#eshot-form-builder-validate-token-form p.submit {
	margin-top:0;
}
.eshot-form-builder-message-success {
	display:inline-block;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-color:#468847;
	padding:4px 6px;
	color:white;
}
span#eshot-form-builder-fields-title, span#selected-subaccount {
	background-color:#c3d8e5;
	padding:2px 4px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}


.eshot-form-builder-message-error {
	color: #bf0b0b;	
}

#eshot-form-builder-form-list, #eshot-form-builder-account-list {
	margin-bottom: 20px;
}

.eshot-form-builder-form-item {
	padding: 5px 20px 5px 0;
}

.eshot-form-builder-form-name {
	display: inline-block;
	width: 300px;
	margin-right: 20px; 
}

#eshot-form-builder-form-list th, #eshot-form-builder-field-list th, #eshot-form-builder-account-list th {
	text-align: left;
}

#eshot-form-builder-field-list th,
#eshot-form-builder-field-list td {
	padding-top:5px;
	padding-bottom:5px;
}

table#eshot-form-builder-form-list, table#eshot-form-builder-account-list {
	border-collapse: collapse;
}

table#eshot-form-builder-form-list tr td:last-child  {
	padding-top:2px;
	padding-bottom:2px;
}

table#eshot-form-builder-account-list tr td:last-child  {
	padding-top:2px;
	padding-bottom:2px;
}

tr.eshot-form-builder-form-list-row-highlight td,  {
	background-color: #c3d8e5;
}

tr.eshot-form-builder-subaccount-list-row-highlight td,  {
	background-color: #c3d8e5;
}

table tbody tr:nth-child(odd) {
	background-color:#f9f9f9;
}