.message-success {
	color: green;
}

.message-error {
	color: red;
}

#eyepin_client {
	width: 25em;
}

.eyepin-for-wp-delete {
	border: none;
	background: none;
	cursor: pointer;
	color: red !important;
}

h2.nav-tab-wrapper.wp-clearfix {
	font-size: 1.3em;
	padding: 0px 4px !important;
	margin: 0;
	line-height: inherit;
}

.eyepin-for-wp-fields {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-top: none;
	padding: 16px;
}

.eyepin-for-wp-fields > h2 {
	font-size: 18px;
	padding-left: 0px !important;
}

#tag-generator-list {
	margin-bottom: 10px;
	display: block;
}

#eyepin-for-wp-tab-fields:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

#eyepin-for-wp-tab-messages:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.tb-close-icon:focus {
	outline: white;
}

#TB_closeWindowButton:focus {
	display: none;
}

.eyepin-for-wp-field-table {
	margin-top: 20px;
	width: 400px
}

.eyepin-for-wp-field-table label {
	width: 180px;
	display: block;
}

#eyepin-for-wp-textarea {
	line-height: 1.2;
	font-size: 14px;
}

.insert-tag {
	margin-top: 10px !important;
}

.CodeMirror {
	border: 1px solid #eee;
	height: 600px;
}

.eyepin-for-pw-tab-header {
	height: 34px;
}

.eyepin-for-wp-messages-fields label{
	font-weight: bold;
	width: 40%;
	display: block;
	padding-top: 8px;
	float: left;
}

.eyepin-for-wp-messages-fields input {
	width: 58%;
}

#eyepin-for-wp-optin-eyepin-mail {
	width: 100%;
}

#tag-generator-list a {
	margin-top: 5px;
}

.eyepin-for-wp-field-error {
	margin-top: 10px;
	color: red;
	font-weight: bold;
}

.attribute-select {
	width: 174px;
}

span.shortcode > input {
	background: inherit;
	color: inherit;
	font-size: 12px;
	border: none;
	box-shadow: none;
	padding: 4px 8px;
	margin: 0;
}

h1.page-title{
	background-image: url(../img/icon-eyepin.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 1.2em;
	padding-left: 1.8em;
	padding-top: 9px;
    padding-bottom: 9px;
}