/**
* @author    NinoTheme.com http://www.ninotheme.com
* @copyright Copyright (C) 2013 - 2014 NinoTheme.com. All rights reserved.
* @license   NinoTheme.com Proprietary License
*/
/* ============================== DEFAULT HTML ============================== */
html, body {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
body {
	color: #545454;
	font-size: 13.3px;
	font-family: Arial, Helvetica, sans-serif;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}
hr {
	border-left: none;
	border-right: none;
    border-top: 1px solid #E5E5E5;
    color: #F4F4F4;
    margin: 20px 0;
    padding: 0;
	clear: both;
	width: 100%;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	text-decoration: none;
	outline: none;
	color: #257ED2;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
a:hover {
	color: #257ED2;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 300;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul, ul li,
ol, ol li,
p, form, input {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}
ul, ul li {
	list-style: none;
}
/* =============== PREDEFINED CONTENT ALIGN =============== */
.left {
	float: left;
}
.right {
	float: right;
}
.margin-left {
	margin-left: 1em !important;
	margin-right: 0;
}
.margin-right {
	margin-left: 0;
	margin-right: 1em !important;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
.clearbreak {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
.title {
	color: #399EBC;
	margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
}
[class*="nino-button"] {
    padding: 5px 10px;
    cursor: pointer;
    display: inline-block;
    margin: 0 3px;
    line-height: 100%;
}
.nino-button-dark {
	background: #cdcdcd;
	border: 1px solid #b3b3b3;
    color: #505050;
}
.nino-button-blue {
	background: #d9edf7;
    border: 1px solid #bce8f1;
    color: #3a87ad;
}
.nino-button-orange {
	background: #fe9900;
    border: 1px solid #e88301;
    color: #fff;
}
.ninoShortcode {
	background: #f4f8fa;
	border-left: 3px solid #5bc0de;
	padding: 15px 20px;
	color: #2A8EAC;
}
/* =============== LAYOUT - CONTENT AREA =============== */
#master {
	margin: 15px 15px 0 0;
}
.nino-pluginName {
	font-size: 23px;
	font-weight: 400;
	padding: 10px 0;
	line-height: 29px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px
}
#nino-formConfig {
	float: left;
	width: 30%;
}
#nino-formPreview {
	float: right;
	width: 68%;
}
#nino-formConfig .nino-submitForm {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#nino-formConfig .nino-showFormSettings {
	position: relative;
	top: 5px;
	padding-left: 15px;
}
#nino-formConfig .nino-showFormSettings:after {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #257ed2;
	border-bottom: 5px solid transparent;
}
#nino-formConfig .nino-showFormSettings.active:after {
	border-top: 5px solid #257ed2;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: none;
	top: 5px;
}
#nino-formConfig .nino-showFormSettings > span:last-child,
#nino-formConfig .nino-showFormSettings.active > span:first-child {
	display: none;
}
#nino-formConfig .nino-showFormSettings.active > span:last-child {
	display: inline;
}
#nino-formConfig .radioHidden > ul > li input[type="radio"] {
	position: absolute;
	width: 0;
	height: 0;
	visibility: hidden;
}
#nino-formConfig .radioHidden > ul > li > label {
	display: block;	
	border: 1px solid #00ACED;
	padding: 10px;
	margin: 3px;
	text-align: center;
	line-height: 100%;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
#nino-formConfig .radioHidden > ul > li > label:hover {
	background: rgba(0, 172, 237, 0.1);
	color: #00ACED;
}
#nino-formConfig .radioHidden ul li input[type="radio"]:checked + label {
	background: rgba(0, 172, 237, 0.2);
	color: #00ACED;
}
#nino-formConfig > div {
	margin-bottom: 20px;
}
#nino-formConfig .nino-formSettings > ul > li {
	float: left;
	width: 16.6%;
}
#nino-formConfig .nino-formLayout > ul > li {
	float: left;
	width: 25%;
}
#nino-formConfig .nino-formStyle > ul > li {
	float: left;
	width: 25%;
}
#nino-formConfig .nino-formCaptcha > ul > li {
	float: left;
	width: 25%;
}
#nino-formConfig .nino-formCaptcha > ul > li label img {
	border: 1px solid #ddd;
}
#nino-formConfig .nino-formCaptcha > ul > li label span {
	display: block;
	margin-top: 10px;
}
/* =============== FORM SETTINGS =============== */
.nino-formSettings {
	position: relative;
	border: 1px solid #ddd;
    padding: 13px 10px;
    background: #fff;
    display: none;
}
.nino-formSettings .nino-formShowLabel {
	margin: 0 3px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.nino-formSettings .nino-formShowLabel span {
	display: inline-block;
	margin-right: 10px;
}
.nino-formSettings > ul > li {
	height: 280px;
}
.nino-formSettings.radioHidden ul li input[type="radio"]:checked + label {
	position: relative;
}
.nino-formSettings.radioHidden ul li input[type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #c8c8c8;
}
.nino-formSettings.radioHidden ul li input[type="radio"]:checked ~ div {
	display: block;
}
.nino-formSettings .nino-input-setting {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 103px;
}
.nino-formSettings .nino-input-setting ul {
	margin: 0 13px;
	border: 1px solid #ddd;
	padding: 10px 10px 0;
	min-height: 222px;
}
.nino-formSettings .nino-input-style ul li {
	margin-bottom: 10px;
}
.nino-formSettings .nino-input-style input[type="text"] {
	padding: 5px;
	font-size: 13px;
}
.nino-formSettings .nino-input-style label span {
	display: inline-block;
	width: 100px;
}
.nino-other-settings {
	margin: 15px 3px 0;
	border: 1px solid #ddd;
	padding: 10px;
}
.nino-other-settings .title {
	font-size: 16px;
}
.nino-other-settings textarea {
    border: medium none;
    box-shadow: none;
    height: 70px;
    margin: 0;
    padding: 0;
    resize: none;
    width: 100%;
}
.nino-other-settings button {
	position: relative;
}
.nino-other-settings button span {
	background: #545454;
    border-radius: 3px;
    left: 50%;
    margin-left: -60px;
    padding: 8px 0;
    position: absolute;
    top: -40px;
    opacity: 0;
    width: 120px !important;
}
.nino-other-settings button span:after {
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #545454;
    bottom: -5px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 0;
}
.nino-other-settings button:hover span {
	opacity: 1;
}
.nino-other-settings [class*="nino-alert-"] {
	font-size: 12px;
    padding: 5px;
    text-align: center;
}
/* =============== COPYRIGHT =============== */
.nino-powered a {
	text-decoration: underline;
}