@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'officinaserifcbold';
    src: url('../fonts/officinaserifc-bold-webfont.eot');
    src: url('../fonts/officinaserifc-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/officinaserifc-bold-webfont.woff2') format('woff2'),
         url('../fonts/officinaserifc-bold-webfont.woff') format('woff'),
         url('../fonts/officinaserifc-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}



@font-face {
    font-family: 'officinaserifcregular';
    src: url('../fonts/officinaserifc-book-webfont.eot');
    src: url('../fonts/officinaserifc-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/officinaserifc-book-webfont.woff2') format('woff2'),
         url('../fonts/officinaserifc-book-webfont.woff') format('woff'),
         url('../fonts/officinaserifc-book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.gen_container {
	background:#ffffff; 
	border:1px solid #cccccc; 
	width:300px; 
	box-sizing:border-box; 
	position:absolute; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	left: 0;
	-webkit-transition: left 0.5s ease 0s;
	-o-transition:left 0.5s ease 0s;
	-moz-transition: left 0.5s ease 0s;
	transition: left 0.5s ease 0s;
	padding-bottom:90px;
}

.gen_collapser {
	display:block; 
	position: absolute; 
	width:10px; 
	background:#cccccc; 
	border-radius:0 5px 5px 0 ; 
	right:-20px; 
	font-size:10px; 
	padding:10px 5px; 
	text-decoration:none; 
	color:#4a4a4a; 
	box-shadow:0 1px 0 rgba(0,0,0,0.3); 
	top:15px;
}

.gen_collapser:hover{
	background:#dddddd; 
}

.gen_container h1 {
	font-family: officinaserifcbold, Tahoma, Geneva, sans-serif;
	display:block; 
	padding-bottom:20px; 
	font-size:2em; 
	padding:20px;
}

.gen_container h2 {
	display:block; 
	font-size:1.3em; 
	padding:10px 20px;
}

.gen_container h3 {
	display:inline; 
	font-size:1.2em; 
	padding:0 0 0 5px;
}

.gen_element {
	padding:10px 20px;
	border-top: #e2e2e2 1px solid;
	position:relative;
}
.gen_element img {
	max-width:30px;
	max-height:30px;
}

[type="checkbox"]{
	margin:8px 0 10px;
}

.gen_txt {
	margin:0 0 10px;
	padding:6px;
	width:235px;
	border: 1px solid #e2e2e2
}

.gen_txt_code {
	margin:10px 10px 10px 0;
	padding:6px;
	width:100px;
	border: 1px solid #e2e2e2
}

.gen_txt_color {
	margin:0 10px 10px 0;
	padding:6px;
	width:60px;
	border: 1px solid #e2e2e2;
}

.gen_container ol li{
	vertical-align: top;
	margin: 10px 0 10px 18px;
}

TEXTAREA {
	vertical-align:top;
	width: 235px;
	height: 60px;
	max-width:235px;
	border: 1px solid #e2e2e2
}

.gen_under_ol {
	margin-left:14px;
}

.gen_clean_btn {
	background:none;
	border: none;
	cursor:pointer;
	padding:2px 5px;
}

.gen_clean_btn:disabled {
	color: #cccccc;
}

.gen_clean_btn:disabled:hover {
	color: #cccccc !important;
	cursor: default;
}

.red {
	color: #D70050;
	background:none;
}

.red:hover {
	color: #FF005F;
}

.blue {
	color: #4a90E2;
}

.blue:hover {
	color: #62AAFF;
}

.gen_border_btn {
	font-size:16px;
	line-height:10px;
	font-weight:bold;
	border: none;
	border-radius:20px;
	padding: 5px 5px 3px;
	cursor:pointer;
	position:absolute;
	top: -9px;
	left:150px;
	margin-left:-9px;
}

.gray {
	color:#999999;
	background:#dddddd;
}

.gray:hover {
	color:#4a4a4a;
	background:#cccccc;
}

.gen_close_btn {
	font-size:20px;
	line-height:10px;
	font-weight:bold;
	border: none;
	cursor:pointer;
	position:absolute;
	top: 10px;
	right:10px;
}


.gen_submit {
	padding:20px;
	width:300px;
	box-sizing:border-box;
	border:1px solid #cccccc; 
	border-top: #e2e2e2 1px solid;
	vertical-align:middle;
	position:fixed;
	bottom: 0;
	left:0;
	background: rgba(255,255,255,0.9);
	-webkit-transition: left 0.5s ease 0s;
	-o-transition:left 0.5s ease 0s;
	-moz-transition: left 0.5s ease 0s;
	transition: left 0.5s ease 0s;
}

.gen_big_yellow_btn {
	font-family: officinaserifcbold, Tahoma, Geneva, sans-serif;
	background:#ffcc00;
	border: none;
	cursor:pointer;
	padding:0.7em 1.2em;
	font-size:1.2em;
	font-weight: bold;
}

.gen_big_yellow_btn:hover {
	background:#ffdd55;
}

.show_new_elements{
	background:#ffffff;
	border:1px solid #dddddd;
	position:absolute;
	left:123px;
	top:0;
	width:200px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.canvas_preview{
	background:#ffffff;
	border:1px solid #dddddd;
	position:absolute;
	left:123px;
	top:0;
	width:640px;
	padding: 0px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}