
@font-face {
    font-family: 'Alamain';
    src: url('/alamain1.ttf');
}
@font-face {
	font-family: 'Raleway';
	src: url('/Raleway-Regular.ttf');
}

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a,
img, b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	position: relative;
	min-width: 1150px;
}

a {
	text-decoration: none;
	color: #3371b5;
}

b {
	font-weight: bold;
}

input, select, option {
	font-size: 14px;
	font-family: arial, sans;
}

.input_date {
	width: 110px;
	
}

.highlight {
	border: 3px solid #ff1515;
}

.ui-datepicker-trigger {
	border: 0;
	margin: 0;
	padding: 0;
}


table {
	border-collapse: collapse;
}

html, body {
	font-family: 'Raleway', 'Arial', 'Sans';
	font-size: 16px;
	background: #f0f0f0;
}

table .col {
	vertical-align: top;
	text-align: left;
}

h1 {
	font-family: Alamain;
	color: #f4254d;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-family: Alamain;
	color: #f4254d;
	font-weight: bold;
	font-size: 1.1em;
}

h3 {
	color: #000000;
	font-weight: bold;
	font-size: 1.35em;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 20px;
}

.bold {
	font-weight: bold;
}

.basic_save_button {
	border: 0px solid #ffffff;
	border-radius: 10px;
	font-size: 20px;
	padding: 6px 10px;
	vertical-align: middle;
	margin-left: 5px;
	background: #D92A4C;
	color: #ffffff;
}

form, .basic_form, .ws_form, input, textarea, button {
	font-family: Raleway;
}

.icon {
	vertical-align: middle;
	margin: 0px 8px;
}

.basic_form div.field {
	padding-bottom: 3px;
}

.basic_form div.field input,
.basic_form div.field textarea {
	width: 270px;
}

.basic_form label {
	width: 150px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.form .input_text, .form textarea, .form .input_password,  .form .input_select {
	width: 90%;
	font-size: 1.2em;
	/*color: #008000;*/
	border: 1px solid #797979;
	border-radius: 3px;
	padding: 3px 8px;
	background: #f3f3f3;
}

.form label {
	color: #525252;
	color: #1872ad;
}

.form .submit_btn {
	background: #F26229;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	border: 0;
	border-radius: 3px;
	padding: 5px 10px;
	cursor: pointer;
}

.input_error {
	border: 2px solid #f21a2f;
	background: #fff988;
}

.input_error_msg {
	margin: 10px;
	padding: 10px;
	background: #f21324;
	color: #ffffff;
}

.message {
	background: #ffdf7d;
	margin: 10px;
	padding: 10px 20px;
	color: #000;
	border-radius: 10px;
}

.message.message_serious {
	background: #ffefbf;
	color: #000;
	border: 2px solid red;
	border-radius: 10px;
}

.message.message_with_icon {
	background-repeat: no-repeat;
	background-position: left;
	background-position: 20px center;
	padding-left: 100px;
}

#ws_alert_dialog a {
	text-decoration: underline;
}

body.print {
	background: #ffffff;
	text-align: center;
}
body.print .content {
	width: 600px;
	margin: auto;
	text-align: center;
	padding: 50px;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  0%, 30%, 70%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}


.mat {
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.print_pdf_btn  {
	display: inline-block;
	background: #d92a4c;
	border-radius: 20px;
	padding: 10px;
	color: #ffffff;
}

.white_btn {
	background: white;
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #dddddd;
	border-radius: 8px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.white_btn:hover {
	background: #e1e1e1;
}

.options_buttons {
}

.options_buttons .option {
	display: inline-block;
	border: 1px solid #b6b6b6;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	padding: 10px 20px;
	margin: 0px 10px;
	font-size: 1.25em;
	cursor: pointer;
}

.options_buttons .option:hover {
	background: #ebebeb;
}

.options_buttons .option.selected {
	background: #ebebeb;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
	cursor: default;
/*	border-color: #D1ECFB;
	box-shadow: none;
	cursor: default;
*/
}

.notification {
	font-size: 1.2em;
	position: fixed;
	top: 55px;
	background: #ffea5c;
	z-index: 99;
	padding: 20px 10px;
	right: 550px;
	width: 180px;
	border: 3px solid #ffffff;
	border-radius: 20px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
	background-image: linear-gradient( #fff5b3, #ffe537);
	text-align: center;
	line-height: 0.9em;
	
}

.notification .title {
	text-shadow: 2px 2px #ffffff;
	line-height: 1.1em;
}

.notification .or {
	padding: 15px 0px;
}

.notification a {
	display: inline-block;
	color: #44a72c;
	font-weight: bold;
}

.notification a:hover {
	text-decoration: underline;
}


.notification .close_block a.close_btn {
}
	
.notification a.close_btn {
	position: absolute;
	right: 10px;
	padding: 5px 10px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	margin-top: -10px;
	color: #fff;
	background: #f2aa00;
	font-size: 12px;
}

.prod_section.demo_account {
	color: #000;
	border-radius: 3px;
	background-image: linear-gradient( #fff5b3, #ffe537);
	/*background-image: linear-gradient( #fffdea, #fff8c4);*/
	border: 3px solid #fff;
	border-left: 0px;
	text-shadow: 2px 2px #ffffff;
	cursor: pointer;
}

#nav_top, #nav_top table {
	width: 100%;
	height: 70px;
}

#nav_top .col {
	vertical-align: middle;
}

#nav_top .logo {
	margin: 2px;
	margin-left: 20px;
}

#nav_top .logo img {
	display: block;
}

.nav_right_item a {
	color: #5d5d5d;
}

.nav_right_item a:hover {
	text-decoration: underline;
}

#nav_top .col2 {
	text-align: right;
	color: #ff7e00;
}

#nav_top .nav_right_item {
	display: inline-block;
	margin-right: 20px;
}

#nav_top .nav_lang a {
	font-size: 20px;
	text-transform: uppercase;
	padding: 5px 5px;
	border: 0px solid #d3d3d3;
	border-radius: 3px;
}

#nav_top .nav_lang a:hover {
	text-decoration: underline;
}

#nav_top a.lang_active {
	border: 1px solid #d3d3d3;
}

#nav_top .signin {
	margin-right: 40px;
}

#nav_top .signin .title {
	font-weight: normal;
	font-size: 1.1em;
	display: inline-block;
}

#nav_top .signin .input {
	background: #eaeaea;
	border: 1px solid #e1e1e1;
	padding: 4px 6px;
	font-size: 14px;
	margin-left: 8px;
	width: 130px;
}

#nav_top .signin .submit_btn {
	background: #ffa145;
	color: #fff;
	padding: 5px 14px;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
	border-radius: 10px;
	margin-left: 10px;
}

#nav_top .signed_in a {
	display: inline-block;
	padding: 10px 0px;
	margin-right: 30px;
}

#nav_top .signed_in a.user {
	/*background: url(/in/img/sign_in_user.png) no-repeat left;*/
	/*padding-left: 25px;*/
}

#nav_top .signed_in a .user_short {
	display: inline-block;
  width: 35px;
  height: 35px;
  background: #A0A0A0;
  /*#919191 A1BF89 ;*/
  color: #ffffff;
  vertical-align: baseline;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  font-size: 15px;
  margin-right: 4px;
  text-transform: capitalize;
}


#nav_top .signed_in a.signout {
	background: url(/in/img/sign_out.png) no-repeat left;
	padding-left: 33px;
	margin-right: 0px;
}

#nav_top .nav_signin {
	margin-right: 50px;
}

#nav_top .nav_signin .input {
	width: 110px;
	font-size: 1.1em;
	/*color: #008000;*/
	border: 1px solid #b4b4b4;
	border-radius: 3px;
	vertical-align: middle;
	/*padding: 3px 8px;*/
	/*background: #f3f3f3;	*/
	padding-left: 5px;
	padding-right: 5px;
}

/* #nav_top .nav_signin .input.input_password {
	width: 1px;
	opacity: 0;
} */

#nav_top .nav_signin .submit_btn {
	border: 1px solid #ff7e00;
	border-radius: 3px;
	font-size: 1.1em;
	vertical-align: middle;
	/*color: #9d9d9d;*/
	/*background: #f0f0f0;*/
	color: #ffffff;
	background: #ff7e00;
	/*opacity: 0;*/
	cursor: pointer;
}

#nav_top .nav_uac {
	position: relative;
	left: -45px;
}

#nav_top .nav_uac .or {
	/*font-size: 1.2em;*/
	text-transform: uppercase;
	color: #b5b5b5;
}

#nav_top .nav_uac a {
	background: url(/in/img/sign_in_user.png) no-repeat left;
	padding: 10px 0px;
	padding-left: 25px;
}

#nav_top .nav_help a {
	display: inline-block;
	padding: 10px 0px;
	background: url(/in/img/support.png) no-repeat left;
	padding-left: 35px;
}

#nav_top .nav_cart a {
	display: inline-block;
	padding: 10px 0px;
	background: url(/in/img/cart.png) no-repeat left;
	padding-left: 35px;
}



#nav_prod {
	width: 150px;
	position: absolute;
	top: 70px;
	/*margin-top: 8px;*/
	text-align: center;
	z-index: 9;
}

#nav_prod .prod_section {
	padding: 18px 0;
	margin-top: 10px;
}

#nav_prod .prod_section p {
	margin-bottom: 10px;
}

#nav_prod .item .label {
	font-family: Alamain;
	color: #9a9a9a;
	position: relative;
	top: -4px;
}

#nav_prod .item.selected .ico, #nav_prod .item:hover .ico {
	background: url(/in/img/ico_1_h.png) no-repeat top center;
}

#nav_prod .item.selected .label, #nav_prod .item:hover .label {
	color: #f4254d;
}

#nav_prod .prod_link {
	margin-bottom: 20px;
}

#nav_prod .prod_link .txt a {
	position: relative;
	top: -10px;
	font-weight: normal;
	font-size: 1.2em;
	color: #3371b5;
	font-family: alamain;
}

.nav_left {
	color: #989181;
}

.nav_left .title {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.nav_left p {
	padding-left: 10px;
	padding-right: 10px;
}

.nav_left a {
	color: #989181;
}


#menu_prod {
	position: relative;
	z-index: 2;
}

#menu_prod .item {
	display: inline-block;
	margin-right: 32px;
	font-size: 1.1em;
}

#menu_prod .item .ico {
	display: block;
	width: 124px;
	background: url(/in/img/ico_prod_out.png) no-repeat top center;
}

#menu_prod .item .ico img {
	display: block;
}

#menu_prod .item:last-child {
	margin-right: 0px;
}

#menu_prod .item .label {
	position: relative;
	height: 35px;
	padding-top: 5px;
	font-family: Alamain;
	color: #9a9a9a;
	position: relative;
	top: -4px;
}

#menu_prod .item.selected .ico,
#menu_prod .item:hover .ico {
	background-image: url(/in/img/ico_prod_h.png);
}

#menu_prod .item.selected .label,
#menu_prod .item:hover .label {
	color: #f4254d;
}

#main {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 78px;
	padding-left: 158px;
	padding-right: 10px;
	text-align: center;
	box-sizing: border-box;
	/*margin-bottom: 200px;*/
}

#menu_fixed {
	position: fixed;
	right: -60px;
	top: 20%;
	transition: right 0.3s;
}

#content {
	margin: auto;
	position: relative;
	min-height: 300px;
	max-width: 1200px;
	padding-top: 120px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

#content.has_prod_menu {
	top: -100px;
}

.print_it {
	text-align: center;
}

.print_it .title {
	font-size: 1.2em;
}


/********************************* home page *********************************/

.home_zone_width {
	width: 90%;
	max-width: 1350px;
	min-width: 1000px;
	margin: auto;
}

.home_page .image_map {
  display: block;
  position: relative; 
}

.home_page .image_map .image_map_link {
  position: absolute;
  border: 0;
}

.home_page .image_map.dbug .image_map_link {
  border: 3px dotted #000;
  box-sizing: border-box;
}


.home_page #showoff_zone {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.home_page .showoff {
	display: none;
	position: relative;
	top: 0px;
	width: 100%;
}

.home_page .showoff video {
	display: none;
}


.home_page .showoff.selected {
	display: block !important;
}

.home_page .showoff.selected video {
	display: block !important;
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
}

.home_page .home_top {
	text-align: center;
}

.home_page .home_top .home_zone_width {
	min-height: 590px;
}

.home_page .home_top .card {
	position: relative;
	width: 25%;
	padding: 25px 20px;
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.5s;
}

.home_page .home_top #card_pdf,
.home_page .home_top #card_ical {
	margin-right: 35px;
}

.home_page .home_top .card h1 {
	font-size: 0.9em;
	font-weight: normal;
	color: #4bb900;
	cursor: default;
}

.home_page .home_top .card .desc {
	text-align: left;
	padding: 0px 10px;
	color: #948a8a;
	min-height: 155px;
	cursor: default;
}

.home_page .home_top .card .price .amount {
	font-size: 35px;
	font-weight: bold;
}

.home_page .home_top .card .price .sign {
	font-size: 25px;
	font-weight: normal;
}

.home_page .home_top .card .price .small {
	font-size: 0.9em;
	color: #7a7a7a;
}

#card_printed .desc {
	text-align: center;
}


.home_page .home_top .card .btn {
	margin-top: 20px;
	margin-bottom: 15px;
}

.home_page .home_top .card .btn a {
	display: inline-block;
	color: #252525;
	padding: 8px 30px;
	border: 2px solid #e1e1e1;
	border-radius: 35px;
	background: #fff6f6;
	font-size: 1.2em;
	font-weight: bold;
}


.home_page .home_top .card.selected {
	/*top: -40px;*/
	border-top: 5px solid #f4254d;
}

.home_page .home_top .card.selected h1 {
	color: #f4254d;
}

.home_page .home_top .card.selected .btn a {
	color: #fff;
	background: #f4254d;
	border-color: #757575;
	transition: all 0.3s;
}

.home_page .home_top .card.selected .btn a:hover {
	background: #54A925;
	border-color: #454545;
}

.home_page .home_top .card .on_active_content_pdf {
	color: #e77e99;
	cursor: pointer;
	display: block;
	height: 0px;
	overflow: hidden;
	transition: all 0.5s;
}

.home_page .home_top .card:hover .on_active_content_pdf {
	display: block;
	height: 30px;
	transition: all 0.5s;
}

.home_page .home_top .card .on_active_content_pdf .ico {
	/*float: right;*/
	margin-left: 15px;
	height: 30px;
	vertical-align: middle;
}

.home_pdf_examples {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.home_pdf_examples > .title {
	margin-top: 10px;
	margin-bottom: 10px;
}

.home_pdf_examples .pdf_item {
	display: inline-block;
}

.home_pdf_examples .pdf_item .ico {
	width: 50px;
}

.home_pdf_examples a {
	display: block;
	padding: 5px 10px;
	width: 140px;
	text-align: center;
}

.home_pdf_examples .pdf_item.clicked {
	background: #dddddd;
	filter: grayscale(100%); 
	transition: all 0.5s;
}

.home_pdf_examples .pdf_item:hover {
	background: #ffffff;
	transition: all 0.5s;
	filter: grayscale(0%); 
}


.home_testimonial {
	text-align: center;
	margin-top: 30px;
}


.home_testimonial .testimonial {
	width: 42%;
	display: inline-block;
	/*margin: 8%;*/
	vertical-align: middle;
}

.home_testimonial .testimonial .txt {
	background: url("/img/talkies_left.png") 0% 45% no-repeat,
				url("/img/talkies_right.png") 100% 45% no-repeat
	;
	font-style: italic;
	display: inline-block;
	padding: 10px 50px;
	text-align: justify;
	
}

.home_testimonial .testimonial .txt a {
	color: inherit;
}

.home_testimonial .testimonial .txt a:hover {
	text-decoration: underline;
}


.home_testimonial .testimonial .name {
	color: #a97070;
}

.home_testimonial .testimonial .title {
	font-size: 0.9em;
}

.home_testimonial .testimonial1 {
	margin-right: 8%;
}

.home_testimonial .from {
	margin-top: 10px;
}

.home_testimonial .name {
	text-align: right;
}

.home_testimonial .title {
	text-align: right;
}

.home_block {
	margin-top: 40px;
	
}

.home_block .content {
	padding: 20px 30px 35px 105px;
	font-size: 1.2em;
	color: #948a8a;
}

.home_block .home_block_icon {
	position: absolute;
	width: 70px;
	margin-left: 20px;
	margin-top: 40px;
}

.home_block .title {
	font-size: 2.3em;
	font-family: raleway;
	font-weight: normal;
	color: #514c4c;
	text-transform: none;
}

.home_block .zone1,.home_block .zone2 {
	display: inline-block;
	vertical-align: top;
}

.home_block .zone1 {
	width: 45%;
}

.home_block .zone2 {
	width: 42%;
	margin-left: 10%;
}

.home_block .content .checklist_item {
	padding: 8px 10px 8px 40px;
	background-image: url(/img/home/home_ico_check.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px;
	font-weight: bold;
}

.home_block .bottom {
	padding-top: 20px;
	padding-right: 100px;
	text-align: center;
}

.home_block .bottom a {
	color: green;
	font-size: 1.2em;
}

.home_block .bottom a:hover {
	text-decoration: underline;
}

/*#home_block_licence .zone2 {
	position: relative;
	top: -30px;
}
*/
#home_block_certificate .zone2 {
	position: relative;
	top: -30px;
}

#home_block_freedocuments .zone2 {
	position: relative;
	left: -80px;
}

#home_top_ensligh .card {
	top: 0px;
	width: 40%;
	text-align: center;
}

#home_top_ensligh .card .desc {
	text-align: center;
	height: auto;
	min-height: 0px;
}

#home_block_coupdecoeur .zone3
{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 32%;
	position: relative;
	left: -40px;
}

#home_block_coupdecoeur .logo {
	margin-top: 30px;
	width: 	75%;
}

#home_block_classesnumeriques .zone2 {
	margin-left: 0;
	width: 52%;
	/*position: absolute;*/
	text-align: right;
}

#home_block_news {
  width: 100%;
  padding-top: 30px;
  margin: auto;
}

#home_block_news h1 {
  text-align: center;
}

#home_block_news .news_scroller {
  position: relative;
  width: 99%;
  overflow-x: hidden;
  overflow-y: hidden;
}

#home_block_news .news_scroller .item {
  position: absolute;
  display: block;
  margin-left: 20px;
}

#home_block_news .news_scroller_controls {
  text-align: center;
}

#home_block_news .news_scroller_controls a {
  display: inline-block;
  padding: 15px;
  margin: 10px;
  background: #f4254d;
  border-radius: 5px;
  color: #ffffff;

}

#home_block_news .news_scroller_controls a img {
  width: 50px;
}

/********************************* wizard *********************************/

.wizard_main_icon {
  position: absolute;
  right: 10px;
  top: 80px;
  z-index: 99;
  text-align: center;
  display: none;
	opacity: 0.3;
}

.wizard_main_icon .ico {
  width: 40px;
}

.wizard_main_icon .wizard {
}

.tooltip {
	position: absolute;
	padding: 20px;
	font-size: 20px;
	border-radius: 10px;
	background: #022090;
	color: #ffffff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
	z-index: 9999;
	max-width: 200px;
	border: 2px solid #718cfd;
}

.tooltip .pointer {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
}

.tooltip .wizard_controls a  {
	color: #ff9504;
	cursor: pointer;
}


.tooltip .wizard_controls a:hover {
	text-decoration: underline;
}

/********************************* COVERS *********************************/

.covers_menu {
	text-align: center;
}

.covers_menu .cover {
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	opacity: 0.6;
}

.covers_menu .cover.selected {
	opacity: 1;
}

.covers_menu .title {
	position: absolute;
	top: 0px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.covers_menu .cover1 .title {
	top: 80px;
}

.covers_menu .cover2 .title {
	top: 72px;
	padding-right: 50px;
}

.covers_menu .cover3 .title {
	top: 72px;
}

.covers_menu .cover4 .title {
	top: 80px;
	padding-right: 40px;
}

.covers_menu .cover:hover {
	opacity: 1;
}

.covers_menu .cover .title .arrow {
	position: relative;
	top: 30px;
}

#covers_editor h1 {
	margin: 40px auto;
}

#covers_editor .print_it {
	margin-left: 40px;
	margin-bottom: 40px;
	vertical-align: middle;
	position: absolute;
	margin-top: 0px;
}

#covers_editor .print_it .title {
}

#covers_editor .cols, #background_editor .cols {
	margin: auto;
}

#background_editor h2 {
	border-bottom: 1px solid #cacaca;
	margin-bottom: 20px;
	text-align: center;
}

#background_editor .options_buttons .option {
	display: inline-block;
	font-size: 1em;
	padding: 5px 10px;
	vertical-align: middle;
}

#background_editor .image_list {
	width: 430px;
}

#background_editor .image {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 80px;
	height: auto;
	border: 1px solid #ffffff;
	cursor: pointer;
}

#background_editor .image:hover {
	border-color: #000;
}

#background_editor .swiper-wrapper {
	text-align: center;
	height: 265px;
}

#background_editor .swiper-pagination-bullet {
	height: 15px;
	width: 15px;
}

#background_editor .swiper-button-disabled {
	opacity: 0 !important;
}

#background_editor .col2 {
	padding-left: 40px;
}

#background_editor .col2 .col2 {
	padding-left: 20px;
}

#background_editor .image_upload .qq-uploader {
	width: 150px;
	height: 165px;
	border: 3px dashed #98e245;
	padding: 15px;
}

#background_editor .image_upload .qq-upload-button {
	background: green;
}

#background_editor .templates {
	display: inline-block;
	background: url(/in/img/templates_icons.png) no-repeat;
	width: 195px;
	height: 216px;
	cursor: pointer;
}

#background_editor .templates .btn {
	opacity: 0;
}

#background_editor .templates:hover .btn {
	opacity: 1;
}

.template_list .tpl {
	width: 200px;
	height: auto;
	cursor: pointer;
	border: 1px solid #ffffff;
}

.template_list .tpl:hover {
	border-color: #000000;
}

.qq-uploader::before {
    content: attr(qq-drop-area-text) " ";
    font-size: 150%;
    left: 0;
    opacity: 0.25;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}

.qq-uploader-selector, .qq-upload-drop-area, .qq-upload-extra-drop-area, .qq-upload-extra-drop-area-active {
	background-color: transparent !important;
}

.qq-upload-drop-area {
	background: #e7ff62 url('/in/img/uploader_here.png') no-repeat center center !important;
}

.qq-upload-drop-area-active {
	background: #e7ff62 url('/in/img/uploader_hover.png') no-repeat center center !important;
}


.menu_edit {
	margin-bottom: 20px;
}

.menu_edit .mat.fieldset  {
	background: #fafafa;
	padding: 0px 15px;
	margin: 0px 5px;
	display: inline-block;
	height: 105px;
	vertical-align: middle;
	overflow: hidden;
	text-align: center;
}

.menu_edit legend, .menu_edit .legend  {
	display: block;
	margin: 8px 0px;
	padding: 0;
	color: #4ec505;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
}



.menu_edit legend, .menu_edit .fieldset_print .legend  {
	color: #ffffff;
}

.menu_edit label {
	margin-right: 6px;
}

.menu_edit .field {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 7px;
	display: inline-block;
}

.menu_edit .field .ico {
	margin-right: 6px;
	vertical-align: baseline;
}

.menu_edit .field_inline_block  {
	display: inline-block;
	width: auto;
	text-align: center;
	margin: 0 10px;
}

.menu_edit .field_inline_block:hover  {
	text-decoration: underline;
}

.menu_edit .field_inline_block .ico  {
	height: 40px;
}

.menu_edit .input_image_selector_preview {
	margin-left: 6px;
	border: 1px solid #9d9d9d;
	background: #ffffff;
}

.menu_edit .input_image_selector_preview img {
	max-height: 30px;
	display: block;
}

.menu_edit .input_image_selector_preview:hover {
	border: 1px solid #000000;
}

.menu_edit .input_image_selector_style_texture img {
	max-height: 50px;
}

/* .menu_edit [name=style_line_size] {
	height: 32px;
	font-size: 18px;
	vertical-align: middle;
}
 */
.menu_edit .fieldset_styles .input_color,
.menu_edit .fieldset_styles .input_select
{
	height: 32px;
	font-size: 18px;
	vertical-align: middle;
	
}

.menu_edit .fieldset_styles .input_color {
	border: 1px solid #9d9d9d;
	font-size: 14px;
	height: 28px;
	margin-left: 5px;
}

/* .menu_edit .fieldset_styles .style_close_link {} */

.quick_form .title {
	padding: 2px 10px;
}

.quick_form .data {
	padding: 2px 0;
	width: 150px;
}

.quick_form .submit {
	text-align: right;
	padding-right: 98px;
}

.quick_list .data {
	padding: 2px 5px;
}

.quick_form #error, .quick_list #error {
	color: #e82104;
	border: 1px solid #a64200;
	padding: 10px;
	margin: 10px;
}

.covers_page .other_options {
	margin-top: 40px;
}


/********************************* IMAGES SELECTOR *********************************/


.image_selector .close img {
	border: 1px solid #ffffff;
}

.image_selector .close img:hover {
	border-color: #aeaeae;
}

.image_selector .options .groups {
	text-align: center;
	background: #ebebeb;
	padding-top: 3px;
}

.image_selector .options .groups .g {
	position: relative;
	display: inline-block;
	opacity: 0.7;
	margin-right: 10px;
	padding: 8px 3px;
}

.image_selector .options .groups .g:hover {
	opacity: 1;
}

.image_selector .options .groups .g img {
	width: 40px;
	height: auto;
}

.image_selector .options .groups .g.selected {
	opacity: 1;
	background: #ffffff;
	top: 5px;
	padding: 8px 12px;
}

/* .image_selector .options .groups {} */

.image_selector .options .values {
	padding: 10px;
}

.image_selector .options .values .icon {
	border: 1px solid #ffffff;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}

.image_selector .options .values .icon.selected {
	border-color: #000;
}

.image_selector .options .values .icon img {
	width: 40px;
	height: auto;
}

.image_selector .options .values .icon:hover {
	border-color: #bebebe;
}


/************************************** tabs input-tabs  **************************************/

.input-tabs {
	margin-bottom: 30px;
}
.input-tabs .tab-buttons {
	display: flex;
	gap: 15px;
	flex-direction: row;
	justify-content: center; 
	margin-bottom: 5px;
}
.input-tabs .tab-button {
	display: inline-flex;     /* Makes the label & checkbox inline */
	align-items: center;      /* Align vertically */
	gap: 10px;                 /* Space between checkbox and label text */
	padding: 8px 12px;
	background: #eee;
	border: 1px solid #ccc;
	/* border-radius: 5px; */
	cursor: pointer;
	white-space: nowrap;      /* Prevents text from wrapping */			
	cursor: pointer;
}
.input-tabs .tab-button.active {
	background: #fff;
	font-weight: bold;
	position: relative;
	top: 7px;
	border-bottom: 0;
	/* padding-bottom: 20px; */
}
.input-tabs .tab-button .unchecked {
	color: #cacaca;
}
.input-tabs .tab-content {
	display: none;
	border: 1px solid #ccc;
	padding: 20px;
}
.input-tabs .tab-content.active {
	display: block;
}
.input-tabs .tab-content input:disabled {
	background: #eee;
}


/************************************** cart  **************************************/

.propose {
	font-size: 1.1em;
	color: #3a9d00;
}

.propose a {
	padding-top: 15px;
	padding-bottom: 10px;
	display: inline-block;
	margin-left: 10px;
	color: #3a9d00;
}

.propose a:nth-child(2) {
	font-size: 1.25em;
}

.propose a.clickhere {
	font-size: 1.2em;
	text-decoration: underline;
}

.please_join_us {
	font-family: alamain;
	color: #646464;
	padding-bottom: 20px;
}
.please_join_us .users_count, .please_join_us .schools_count {
	color: #414141;
	text-decoration: underline;
}


#cart {
	margin: auto;
	margin-top: 30px;
	position: relative;
	min-height: 300px;
	max-width: 800px;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

.payment_infos img {
	vertical-align: middle;
}

.cart .user_subscriptions_list table {
	margin: auto;
}

.cart .not_paid {
	font-style: italic;
	color: #cacaca;
}

.cart .user_subscriptions_list .col {
	padding: 2px 10px;
	border-bottom: 1px solid #cacaca;
}

.cart .no_subscription_yet {
	font-size: 2em;
	color: #8b8b8b;
	padding: 30px;
	border: 1px solid #cacaca;
}

.cart .cart_choices .details {
	/*height: 260px;*/
	overflow: auto;
}

.cart .no_annual_fee {
	display: none;
}

.cart .cart_choices .cols {
	width: 100%;
}

.cart .cart_choices .col {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

.cart .cart_choices .col1, .cart .cart_choices .col2  {
	border-right: 1px solid #cacaca;
}

.cart .cart_choices {
	margin-top: 30px;
}

.cart .cart_choices .title {
	font-size: 1.8em;
	color: #3A9D00;
	/*font-family: alamain;*/
	/*line-height: 1.7em;;*/
}

.cart .cart_choices .price {
	font-size: 30px;
	font-weight: bold;
}

.cart .tax_included {
	font-style: italic;
	color: #787878;
}

.cart .peryear {
	font-size: 1.3em;
}

.cart .cart_choices .date_periods {
	margin-top: 10px;
}

.cart .cart_choices .freebie {
	/*font-size: 1.1em;*/
	font-style: italic;
	color: #f37018;
	margin-top: 5px;
	border: 1px solid #94d856;
}

.cart .note_currency {
	margin-top: 30px;
}

.cart .payment_check_anim {
	text-align: center;
	padding: 20px;
	border: 1px solid #cacaca;
	margin: 20px;
	font-size: 1.3em;
}

.cart .payment_check_anim * {
	vertical-align: middle;
}

.cart .subscription_lifetime {
	display: inline-block;
	height: 150px;
	background: url(/img/cake.png) no-repeat left top;
	padding-left: 100px;
	font-size: 1.5em;
}

.cart .subscription_lifetime .cart_enjoy {
	font-size: 40px;
}

.cart .payment_done {
	font-size: 1.5em;
	display: inline-block;
	height: 100px;
	padding-left: 100px;
	background: url(/img/checked.png) no-repeat left top;
	margin-top: 30px;
	margin-bottom: 30px;
}

.cart .payment_done a {
	text-decoration: underline;
}

.cart .payment_row {
	display: inline-block;
	border-bottom: 1px solid #cacaca;
	padding: 10px;
}

.cart .payment_row span {
	display: inline-block;
	margin: 0px 10px;
}

.cart .payment_row .price {
	font-weight: bold;
}

.cart .pay_button_please_login {
	display: inline-block;
	background: #ffae00;
	color: #fff;
	padding: 5px 14px;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #ff8a00;
	border-radius: 8px;
	text-shadow: 0px 0px 3px #000000;
}

/************ user account ***************/

#ua {
	margin: auto;
	margin-top: 30px;
	position: relative;
	min-height: 300px;
	max-width: 700px;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

#ua .form {
	display: inline-block;
}

#ua .form .title {
	text-align: right;
	padding-right: 15px;
}

#ua .form .data {
	padding-bottom: 5px;
}

#ua .form .title,
#ua .form input {
	font-size: 1.2em;
}

#ua .form .submit {
	margin-top: 15px;
}

/* #ua .form .submit_btn {
	font-size: 1.5em;
} */


#signedout {
	margin: auto;
	margin-top: 30px;
	position: relative;
	min-height: 300px;
	max-width: 600px;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;

}

#account_created_message a {
	font-size: 1.2em;
}

#account_created_message a:hover {
	text-decoration: underline;
}


/******************* popup image ****************************/
.image_popup {
	display: inline-block;
	box-sizing: content-box;
	/* display: none; */
	position: fixed;
	top: 50%;
	left: 50%;
	/* width: 500px; */
	transform: translate(-50%,-50%);
	background: rgba(255, 255, 255, 0.95);
	overflow:visible;
	border: 2px solid #7e7e7e;
	padding: 25px;
	z-index: 9999;
	border-radius: 10px;
	box-shadow: 0 0 20px #00000097;
}
.image_popup img,
.image_popup video {
	max-width: 70vw;
	max-height: 70vh;
	border: 0;
	padding: 0;
	margin: 0;
}
.image_popup_close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(40%,-40%);
	background-color: #ffffff;	
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 3px solid;
	border-radius: 30px;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.image_popup .title {
	text-align: center;
	margin: 20px;
	font-size: 20px;
	font-weight: bold;
}





/******************* popup image selector ****************************/

.image_popup_selector_button {
	display: inline-block;
	width: 100px;
	cursor: pointer;
	padding: 2px;
	padding-right: 20px;
	background-image: url(/wslib/img/select_arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #7e7e7e;
	vertical-align: middle;
}

.image_popup_selector_button img {
	width: 100%;
	margin: 0; 
	padding: 0;
	vertical-align: top;
}


/* Popup styles (for later when it is created) */
.image_popup_selector {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	transform: translate(-50%,-50%);
	background: rgba(255, 255, 255, 0.95);
	overflow-y: auto;
	border: 2px solid #7e7e7e;
	padding: 10px;
	z-index: 9999;
	border-radius: 10px;
	box-shadow: 0 0 20px #0000002f;
}
.image_popup_selector img {
	width: 100px;
	margin: 10px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: 0.3s;
}
.image_popup_selector img:hover {
	border-color: #007BFF;
}
.image_popup_selector_close {
	float: right;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}


/********* need help ***********/

/* .need_help {} */

.need_help a {
	color: #699cba;
	text-decoration: none;
}

.need_help a:hover {
	text-decoration: underline;
}

.mat .need_help {
	padding-top: 15px;
	margin-top: 80px;
	border-top: 1px solid #e6e6e6;
	margin-left: 40px;
	margin-right: 40px;
}

#support {
	margin: auto;
	margin-top: 30px;
	position: relative;
	min-height: 300px;
	max-width: 800px;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

#support .cols {
	width: 100%;
}

#support .col {
	width: 48%;
	vertical-align: top;
	text-align: left;
	padding: 15px;
}

/* #support .col2 {} */

#support .sep {
	width: 20px;
}
	
#support_request_form.form .title {
	text-align: left;
}

#support_request_form_comment {
	height: 250px;
}

#lost_form td {
	vertical-align: bottom;
}

#schedule_needs_calendar_message {
	padding: 30px;
	font-size: 1.4em;
}

#schedule_needs_calendar_message .school_name {
	font-weight: bold;
}

#schedule_needs_calendar_message .ico {
	vertical-align: middle;
}

#schedule_needs_calendar_message a:hover {
	text-decoration: underline;
}

/******************* tuto ****************************/

.tuto_list {
	width: 100%;
	text-align: center;
}

.tuto_list .tuto_list_item {
	margin-bottom: 20px;
}

.tuto_list .tuto_list_item .tuto_list_title {
	font-size: 1.4rem;
	padding: 20px;
  text-align: center;
}

.tuto_list .tuto_list_img {
  text-align: center;
}

.tuto_list .tuto_list_img img {
	border: 2px solid #000;
	width: 80%;
}

/* .tuto_list .tuto_play_icon {} */

.page_tutos .tuto_list .tuto_list_item {
	width: 30%;
	display: inline-block;
	vertical-align: bottom;
}

.page_tuto iframe {
	width: 1000px;
	height: 650px;
}

.tuto_btn img {
	vertical-align: middle;
}

#home_block_tutos .tuto_list .tuto_list_item {
	width: 30%;
	display: inline-block;
	vertical-align: bottom;
}

#home_block_tutos .tuto_list .tuto_list_item .tuto_list_title {
	font-size: 1.1rem;
}


#home_block_tutos .tuto_list .main {
	display: none;
}

/************* assembly ***************/

/* #diy .diy_logo {} */

#diy .diy_title {
	margin-top: 70px;
	font-family: Alamain;
	font-size: 30px;
	color: #3fbee4;
}

#diy .print_cols {
	width: 100%;
	margin-top: 30px;
}

#diy .print_cols .col {
	width: 50%;
	padding: 0px 40px;
}

#diy .print_cols .col1 {
	border-right: 1px solid #a3a3a3;
}

#diy .print_cols h3 {
	text-align: center;
	color: #3c3c3c;
}

#diy .image_list {
	text-align: center;
}

#diy .image_list .img {
	width: 23%;
	background-size: cover;
	background-position: center center;
	height: 400px;
	border: 0;
	padding: 0;
	margin: 0;
	display: inline-block;
}


/************* printable receipt ***************/

.receipt .payment_row > span {
	display: block;
}

.receipt .payment_row .price {
	margin: 10px;
	font-size: 1.5em;
}



/******************* free documents ****************************/

.free_documents .doc {
	display: inline-block;
	width: 28%;
	margin: 2% 1%;
	vertical-align: top;
	
}

.free_documents .doc .th {
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.free_documents .doc .download_link {
	margin-top: 10px;
}

.free_documents .doc .download_link * {
	vertical-align: middle;
}

#free_documents_others {
	margin-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

#free_documents_others .doc {
	vertical-align: middle;
}



/******************* mobile ****************************/




/* HIDE ON PC SHOW ON MOBILE */
.mobile_hide { 
	display: none;
}

@media (max-width: 768px) {

	.mobile_hide {
		display: block;
	}
	.mobile_block {
		display: block;
	}

	/* HIDE ON MOBILE SHOW ON PC */
	.PC_hide {
		display: none;
	}

	body {
		min-width: 0;
	}

	#nav_top {
		height: 140px;
		padding-top: 10px;
	}

	body.mobile.signed_in #nav_top {
		height: 180px;
	}

	#nav_top .nav_lang {
		display: none !important;
	}

	#nav_top .col1 {
		width: 240px;
		text-align: left;
	}

	#nav_top .col2 {
		text-align: left;
		vertical-align: top;
		position: relative;
	}

	#nav_top .nav_cart,
	#nav_top .nav_help {
		position: absolute;
		right: 0;
		top: 10px;
	}

	#nav_top .nav_cart {
		top: 40px;
	}

	#nav_top .nav_signin {
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
	}

	#signin_form,
	#nav_top .nav_uac {
		display: none;
	}

	.nav_signin_mobile {
		position: absolute;
		/* width: 240px; */
		left: -170px;
		top: 80px;
	}

	.nav_signin_mobile .ico {
		vertical-align: middle;
	}

	.nav_signin_mobile a {
		display: inline-block;
		margin-left: 5px;
		background-color: #ff7e00;
		color: #ffffff;
		padding: 5px 10px;
		border-radius: 5px;
	}



	#nav_top .signed_in {
		position: absolute;
		/* width: 240px; */
		left: -200px;
		top: 70px;
	}


	#nav_prod {
		position: absolute;
		width: 100% !important;
		height: 110px;
		overflow-x: auto;
		top: 140px;
		left: 10px;
		padding: 0;
		margin: 0;
	}

	#nav_prod .prod_section {
		position: absolute;
		width: 900px !important;
		padding: 0;
		margin: 0;
		text-align: left;
	}

	#nav_prod .prod_section.prod_planner_link {
		position: absolute;
		width: 150px !important;
		top: 45px;
		font-size: 15px;
		line-height: 22px;
	}

	#nav_prod .item {
		display: inline-block;
		font-family: Raleway;
		padding: 0 1vw;
		text-align: center;
	}

	#nav_prod .item .label {
		padding: 2px 4px;
		background-color: #ffffff;
		position: relative;
		top: -18px;
		display: inline-block;
		font-family: Raleway;
		font-weight: bold;
		border-radius: 4px;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
	}

	#main {
		position: static;
		margin-top: 10px;
	}


	#main .cols .col {
		display: block !important;
		width: 100% !important;
		text-align: center;
	}

	#main {
		padding-left: 10px;
		padding-top: 50px;
	}

	#main .cols, 
	#main .cols tbody, 
	#main .cols tr, 
	#main .cols .col {
		display: block !important;
		width: 100% !important;
	}

	.home_block h1 {
		font-size: 1.6rem;
	}

	.home_zone_width {
		min-width: 0px;
	}

	.home_block .home_block_icon {
		position: static;
	}

	.home_block .content {
		margin: 20px;
		padding: 0;
		font-size: 1.1rem;
	}

	.home_block .zone1,
	.home_block .zone2 {
		display: block;
		width: auto;
		position:static !important;
	}

	.home_block .zone2 img {
		max-width: 90%;
	}


	.home_block .bottom {
		padding: 20px;
	}


	.testimonial {
		display: block;
		width: 100%;
	}

}
