/**
 * AwoCoupon
 *
 * @package WordPress AwoCoupon
 * @copyright Copyright (C) Seyi Awofadeju - All rights reserved.
 * @Website : http://awodev.com
 **/


.awocoupon table.admintable td.key {min-width:200px;}

.bootstrap .awocoupon input[type="search"],
.bootstrap .awocoupon input[type="password"],
.bootstrap .awocoupon input[type="text"],
.bootstrap .awocoupon textarea,
.bootstrap .awocoupon select { display:inline; width:auto; }


.awocoupon .pane-sliders {margin: 18px 0 0 0;position: relative;}

.awocoupon .pane-sliders .panel {margin-bottom: 3px;border: 1px solid #DFD5C3;}

.awocoupon .pane-sliders .panel h3 {border: 1px solid #DFD5C3;color: #666;}
.awocoupon .pane-sliders .title {margin: 0;padding: 2px 2px 2px 5px;color: #666;cursor: pointer;}
.awocoupon .pane-sliders .content {background-color: #FFFFF0;}

.awocoupon .pane-sliders .adminlist {border: 0 none;font-size: 1em;}
.awocoupon table.adminlist {width: 100%;border-spacing: 1px;background-color: #ffffff;color: #666;}
.awocoupon table.adminlist th { background-color: #EBEDF4; }
.awocoupon table.adminlist td { background-color: #ffffff; }

.awocoupon form.form_tab { background-color:#ebedf4; border:1px solid #ccced7; min-height:404px; padding: 5px 10px 10px; margin-left:140px;}
.awocoupon form.form_tab  h4 { font-size:18px; font-weight:normal; margin-top:0;}


.awocoupon .productTabs {background-color: #fafafa;border: 1px solid #ccced7;border-right: none;float: left;width: 140px;}
.awocoupon .productTabs ul {padding: 0;margin: 0;}
.awocoupon .productTabs ul li.tab-row {border: none; list-style:none;}
.awocoupon .productTabs ul li.tab-row a.selected {background-color: #EBEDF4;font-weight: bold;color: #000;border-right: none;}
.awocoupon .productTabs ul li.tab-row a {display: block;font-weight: normal;color: #666;padding: 7px 10px;border-top: 1px solid #CCCED7;border-right: 1px solid #CCCED7;}


.displayed_flag {
	float: left;
	margin: 4px 0 0 4px;
}
.language_flags {
	display: none;
	float: left;
	background: #FFF;
	margin: 4px;
	padding: 8px;
	width: 80px;
	border: 1px solid #555;
}


.submitpanel {
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding: 10px;
	clear: both;
	border-top: 1px solid #ddd;
	background: #f5f5f5;
}
.submitpanel > span {
	text-align: right;
	float: right;
}




form .aw-row .aw-label {
  text-align: left;
  float:left;
  padding: 5px 5px 0 5px;
}

form .aw-row .aw-label label {
display: block;
	margin-bottom: 5px;
}
form .aw-row .aw-input {
	margin-left: 200px;
}
form .aw-row input, form .aw-row textarea, form .aw-row select{
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
form .aw-row textarea, form .aw-row input[type="text"], form .aw-row input[type="password"] {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
form .aw-row select, textarea, form .aw-row input[type="text"], form .aw-row input[type="password"]  {
	border-radius: 3px;
	color: #555555;
	display: inline-block;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 9px;
	padding: 4px 6px;
	vertical-align: middle;
}
form .aw-row input.inputbox[type="text"] { margin-bottom: 0; height:100%; padding-top:0; padding-bottom:0;margin:0; line-height:22px;}

form .aw-row { background-color: #f2f2f2; border-top: 1px solid #cccccc; margin-bottom:0;  border-collapse: collapse;}
form .aw-label label {font-weight:bold; }
form .aw-input { border-left: 1px solid #cccccc; padding:7px; padding-bottom:20px; background-color:#fff; height:100%; }
form fieldset.aw-row { border: 1px solid #cccccc; border-top:none; }
form .aw-row:after {
	content: "";
	display: table;
	clear: both;
}


fieldset input, fieldset textarea, fieldset select, fieldset img, fieldset button {
	float: none !important;
}

label.error { display:inline; font-weight:bold; color: red; padding-left:10px; }

form.form-validate input.error,
form.form-validate div.editor.error,
form.form-validate div.assetlistsection.error,
form.form-validate div.select2-container a.error,
form.form-validate span.awradio.error label.awbtn  {
	border: 1px solid red;
}

fieldset.adminform {
	border: 1px solid #ccc;
	margin: 10px;
	overflow: hidden;
	text-align: left;
}

fieldset.adminform legend {
	border: 0 none;
	color: #146295;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.182em;
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	width: auto;
}


.edit-panel { background-color:#fff;}
.inner {padding:0 15px 25px 15px; }

.hide {display: none; }
