.templates-franquia-loading:before{
	content: no-close-quote;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	z-index:2;
}
.templates-franquia-loading:after{
	content: no-close-quote;
	position:absolute;
	top:50%;
	left:50%;
	width:30px;
	height:30px;
	margin-top:-15px;
	margin-left:-15px;
	background-image:url('/images/editor/icon/lightbox_loading.gif');
	background-size:contain;
	z-index:3;
}
.show_categorias{
	position: absolute;
	top: 98px;
	left: 0;
	background: white;
	padding: 20px;
	border: 1px solid lightgray;
	border-radius: 0 5px 5px 5px;
}
.show_categorias > div{
	display:inline-block;
	width:200px;
	vertical-align: top;
}
.show_categorias a.destaque{
	font-variant: small-caps;
	font-size:14px;
	font-weight:bold;
	margin-top:7px;
}
.show_categorias a:hover{
	text-decoration: underline !important;
}
.show_categorias a{
	display:block;
	font-size:12px;
	margin-bottom:3px;
}
.show_categorias:before{
	content: no-close-quote;
	position: absolute;
	top: -16px;
	left: -1px;
	width: 19px;
	height: 16px;
	background-image: url('/images/site/pages/template/cat_element_top.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.link_categoria{
	width: 90px;
	height: 77px;
	float: left;
	background-repeat: no-repeat;
	background-color: rgb(245, 245, 245);
	background-position: center 0;
	cursor: pointer;
	margin: 0 0 0 3px;
}
.link_categoria:hover,.link_categoria.selected{
	background-position: center -77px;
}
.slider-omb{
	position: relative;
}
.container-templates-franquia{
	padding-left:15px;
	padding-right:15px;
}
.container_template{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 25%;
	position: relative;
	box-sizing: border-box;
}
.container_template .img-responsive{
	display: block;
	max-width: 100%;
	height: 250px !important;
	margin: 0 auto;
}
.container_template > div{
	border: 1px solid rgb(213, 213, 213) !important;
	background-color:rgb(235,235,235);
	border-radius: 10px;
	position:relative;
	overflow: hidden;
}
.container_template  > div > a{
	position: absolute;
	top: 0%;
	cursor: pointer;
	margin-top: -15px;
	z-index: 2;
	opacity: 0.8;
}
.container_template  > div > a > img{
	width:30px;
	height:30px;
}

.container_template  > div > a:hover{
	opacity: 1;
}
.container_template  > div > a.view{
	left: 50%;
	margin-left:-35px;
}
.container_template  > div > a.edit{
	left: 50%;
	margin-left:10px;
}
.container_template:hover a{
	top: 50%;
	display:block !important;
}
.container_template > div:hover:after{
	-webkit-transition: background-color 200ms linear;
     -moz-transition: background-color 200ms linear;
     -o-transition: background-color 200ms linear;
     -ms-transition: background-color 200ms linear;
     transition: background-color 200ms linear;
	content:no-close-quote;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	border-radius:10px;
}
#notfound{
	text-align: center;
	color:red;
	font-size:20px;
	padding:100px 0 130px;
}
.box-templates{
	min-height: 820px;
	margin-left: -15px;
	margin-right: -15px;
}
.control-template{
	padding: 10px 0 20px;
	text-align: center;
}
.control-template-arrow{
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:31px;
}
.control-template-arrow.next{
	background-image:url('/images/site/pages/template/page_arrow_right.png');
}
.control-template-arrow.prev{
	margin-right: 20px;
	background-image:url('/images/site/pages/template/page_arrow_left.png');
}
.control-template-arrow.next.disabled{
	background-image:url('/images/site/pages/template/page_arrow_rightgray.png');
}
.control-template-arrow.prev.disabled{
	background-image:url('/images/site/pages/template/page_arrow_leftgray.png');
}
