/**
 * Represent styles applied to all pages 
test
 *
 *
 */






/*Load main theme font
========================================================================== */
@font-face {
	font-family: 'gothic';
	src: url('../font/gothic.eot');
	src: local('gothic'), url('../font/gothic.woff') format('woff'), url('../font/gothic.ttf') format('truetype');
	font-display: fallback; /* Define how the browser behaves during download */
}
/* Body &  CO
   ========================================================================== */
body {
	padding: 0;
	margin: 0;
	font-family: 'gothic' !important;
	font-size: 14px;
}
a {
	color: #329a99;
	transition: all 0.3s ease;
}
a:focus, a:hover {
	color: ##31999a;
	text-decoration: none;
}
/* ELEMENTS
   ========================================================================== */

.header-box {
	background: #ffffff;
	border: 1px solid #efefef;
	padding-left: 20px;
	padding-right: 20px;
}
.border-box {
	background: #ffffff;
	border: 1px solid #efefef;
	padding: 20px;
	width: 100%;
}
#myModalTemplate .modal-dialog {
	max-width: 100%;
}
.template-box {
	width: 160px;
	height: 190px;
	border: 1px solid #cacaca;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	transition: all 0.5s ease;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11);
	float: left;
	padding: 10px;
	margin: 10px 5px;
	background: #efefef;
	color: #17baa0;
	font-weight: 600;
	position: relative;
}
.template-box.selected, .template-box:hover {
	background: #7c7c7c;
	border: 1px solid #5e5e5e;
	color: #ffffff;
}
.template-box.selected:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 26px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00c";
	color: #17baa0;
	position: absolute;
	top: -3px;
	right: -3px;
}
.template-box:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 120px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0f6";
	color: rgba(255, 255, 255, 0.46);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.template-box.selected:after, .template-box:hover:after{
	    color: rgba(255, 255, 255, 0.08);
}
.t_title {
	position: relative;
	z-index: 2;
}
.template-box.d-none{
 	display:none!important;	
}
#filter-template{
	width:300px;
	margin:0 20px;
}