#wrap-card {
	max-width:100%;
	padding-right:20px;
	margin: 25px 20px 0 2px;
}
#wrap .wrap-row{
	padding:10px 0;
}
#wrap-card .title{
	width:100%;
}
#wrap-card .input{
	width:100%;
}
#wrap-card .wrap-sub-title{
	margin-bottom:20px;
}
.wrap-row input{
	width:99.9%;
}
#add_banner, #wrap-card .category-submit#submit{
	background: #46B450;
	color:#fff;
	width:100%;
	text-shadow: none;
	box-shadow: none;
	border: 0;
}
#add_banner:hover, #wrap-card .category-submit #submit:hover, #add_banner:focus, #wrap-card .category-submit #submit:focus{
	background: #34a23e;
}
#wrap-card .submit{
	margin-top:0;
}
#excluir_categoria {
	background: #FF0000;
	color: #fff;
	border-radius: 4px;
	border: 0;
	margin-left: 10px;
	height:30px;
}
#excluir_categoria:hover, #excluir_categoria:focus {
	background: #d90000;
}
#category-item{
	background: #46b450;
	color:#fff;
	padding:3px 20px 7px;
	margin-left: 20px;
	font-size: 15px;
	border-radius: 4px;
}
.category-itens #category-item:hover, .category-itens #category-item:focus{
	background: #55c35f;
}
.category-itens p:hover #category-item, .category-itens p:focus #category-item{
	background: #55c35f;
}
p.submit {
	text-align: right !important;
	margin: 0;
	padding: 0;
}
.banner_view
{
	height: 140px;
	width: 300px;
	overflow: hidden;
}
.form-table select {
	background: #F7F7F7;
	box-shadow: none !important;
	border: 1px solid #CCC;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-radius: 3px;
}
/* LIGHTBOX */
.lightbox {
	/** Default lightbox to hidden */
	display: none;
	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 5%;
}
.lightbox:target {
	/** Remove default browser outline */
	outline: none;
	/** Unhide lightbox **/
	display: block;
}
/* ZZZZZZZZZZZZZZZZZ */
.banner-list, .banner-card
{
	border: 1px solid #E5E5E5;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	background: #FFF;
	padding: 20px;
	margin: 20px 0;
	overflow: hidden;
}
.banner-list input {
	margin: 0;
}
.banner-thumb{
	float:none;
	width:100%;
	text-align:center;
}
.banner-content{
	width: 100%;
}
.row-one {
	margin-bottom: 10px;
}
#desc, #title {
	width: 100%;
}
.banner_url {
	width: 100%;
}
#link {
	width: 100%;
}
.field-6 #add_banner_list {
	width: 100%;
}
.field-5 select {
	text-align: center;
	width: 100%;
}
.banner-excluir {
	width:99.7%;
	text-align:center;
}

.field-8 input{
	margin-top: 7px!important;
	width: 100%;
}
.field-5{
	padding-top: 4px;
}
.field-6{
	padding: 4px 0;
}

.field-6 .dashicons, .field-6 .dashicons-before:before{
	font-size:20px!important;
}
.field-8 input {
	height: 48px!important;
}
.banner-item img{
		width:100%;
	}
@media(max-width: 780px){
	.field{
		width: 100%!important;
	}
	.field-6 #add_banner_list {
		height: 38px;
	}
}
@media(min-width:780px){
	.banner-thumb{
		margin-top: 10px;
	}
	.field{
		padding:10px 0;
	}
	.banner-content{
		width:100%;
	}
	#add_banner_list {
		width: 100%;
	}
	.field-8 input{
		margin-top: 0 !important;
	}
	.banner-thumb {
		float: none;
		width:100%;
		text-align:center;
	}
	.banner-content {
		float: right;
		width: 100%;
	}
	.field{
		padding:5px 0.5%;
	}
	.field-1, .field-2, .field-3{
		width:32.33%;
		float:left;
	}
	.field-5, .field-6, .field-7, .field-8{
		width:24%;
		float:left;
	}
	.field-4{
		clear:both;
	}
}
@media(min-width:992px){
	.banner-thumb {
		float: left;
		width:18%;
		margin-right: 2%;
		text-align:center;
	}
	.banner-content {
		float: right;
		width: 80%;
	}
}