@charset "utf-8";
/* CSS Document */
.display-none {display:none;}

.font-1 {font-family:Arial, Helvetica, sans-serif;}
.font-2 {font-family:Georgia, "Times New Roman", Times, serif;}
.font-3 {font-family:Verdana, Geneva, sans-serif;}

h1.qw_quiz_title span {color:#AFAFAF;}
h1.qw_quiz_title {padding-bottom:3px; margin-bottom:25px;}

div.subhead {font-size:16px; font-weight:normal;}

.align-center {text-align:center;}

.qw-content {padding:0px;}
.qw-content-left {float:left; width:350px;}
.qw-content-left-box {padding:10px; border:1px solid #e3e5e5; background-color:#EFEFEF; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:10px;}
.qw-content-right {float:right; width:550px; padding:10px 10px; border:1px solid #e3e5e5; -moz-border-radius:5px; -webkit-border-radius:5px;}

.qw-content-head {font-weight:bold; font-size:14px; margin-bottom:8px;}

.qw_getcode {font-size:11px; margin:0px 0px 0px 0px;}
#embed_code{border: solid 1px #cfcec3;margin:3px 0 1px 0;padding:5px;width:315px;height:120px;font: normal 10px; color:#645f5e; background-color:#FFFFDD;}

span.qw_small {font-size:11px;}


/*
.qw-pre-sizes {}
#content .qw-radio-link {text-decoration:none;display:block;float:left;margin:2px 3px;border:1px solid #EFEFEF;cursor:hand;cursor:pointer; text-align:center; color:#000; font-size:11px;}
#content .qw-radio-link:hover {text-decoration:none; color:#000;}
#content .qw-radio-link:hover .qw-size {background-color:#CADEF8; border:1px solid #7F7F7F;}
.qw-size { background-color:#7F7F7F; margin:0 auto; border:1px solid #7F7F7F;}
.qw-small { width: 34px; height: 24px; }
.qw-medium { width:44px; height:30px; }
.qw-large { width:54px; height:36px; }
.qw-custom { width:64px; height:43px; }
.qw-size-px {display:none;}
*/

.qw-sizes {margin:0px; padding:0px; list-style:none;}
.qw-sizes li {float:left; padding:0px; margin:0px; margin-right:5px; border:1px solid #7F7F7F;}
.qw-sizes li:hover {border:1px solid #7F7F7F;}
.qw-sizes li a {display: block; background-color:#7F7F7F; outline:none; text-align:center; padding-top:5px;}

#content a.pre-sizes {text-decoration:none; font-size:10px; color:#fff;}
#content .sz_small { width:50px; height:35px;  }
#content .sz_medium { width:55px; height:40px; }
#content .sz_large { width:60px; height:45px; }
#content a.pre-sizes:hover {text-decoration:none; background-color:#CADEF8;}
.size_px {display:none;}

#content .qw-sizes li.pre-sizes-custom a {width:65px; height:50px; }

.qw-custom-box {background-color:#fff; padding:4px 3px; margin:8px 0px; width:245px; text-align:left;-moz-border-radius:2px; -webkit-border-radius:2px; display:none;}
.qw-custom-box-all {background-color:#fff; padding:4px 3px; margin:8px 0px; width:245px; text-align:left;-moz-border-radius:2px; -webkit-border-radius:2px;}
.qw-custom-box-left {float:left; width:225px;}
.qw-custom-box-right {float:right; width:16px;}

#content .close_box {display: block; background: url("/quiz-school/images/customize/close_x_sprite.png") no-repeat; width: 16px; height: 16px; cursor: pointer; outline:none;}
#content .close_box:hover {background-position: 0pt -22px;}

.qw-custom-box-premium-msg {background-color: #ffdaef; font-size:11px; padding:5px;}

.qw-themes {margin:0px; padding:0px; list-style:none;}
.qw-themes li {float:left; padding:0px; margin:0px; margin-right:9px; border:1px solid #ccc; padding:2px;}
.qw-themes li:hover { border:1px solid #7F7F7F;}
.qw-themes li a {display: block; width: 22px; height: 20px; background:url('/quiz-school/images/customize/pre-themes.gif') no-repeat 0px 0px; outline:none;}

#content a.pre-themes {text-decoration:none;}
#content .th_default { background-position:0px 0px; }
#content .th_blue { background-position:-69px 0px; }
#content .th_green { background-position:-115px 0px; }
#content .th_pink { background-position:-161px 0px; }
#content .th_black { background-position:-230px 0px; }
#content a.pre-themes:hover {text-decoration:none;}
.theme_colors {display:none;}

.qw-themes li.pre-themes-custom {font-size:11px; padding:0px;}
#content .qw-themes li.pre-themes-custom a {background:none; display:block; text-align:center; margin-top:4px; width:45px; padding:0px 10px;}

.btn_colorpicker {float:right; margin-right:15px; width:24px; height:24px; background:url('/quiz-school/images/customize/colorpicker.png') no-repeat 0px 2px;}




/*forms*/
label { 
 color: #2B2A2C;
 cursor: pointer;
 font-weight:bold; font-size:11px; 
}
label.fontnormal {

 font-weight: normal; 
}
input[type=text], 
input[type=password], 
input.text, 
input.title, 
textarea, 
select {
 background-color:#fff;
 border: 3px solid #cfcec3;
 color: #71716c;
 font-size: 11px;
}
input[type=text], 
input[type=password], 
input.text, 
input.title, 
textarea {
	border-radius: 0.25em;/*0.25em = 3px*/
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
}
select {
 /*background: #F9F5FF;*/
 border-radius: 0.25em;/*0.25em = 3px*/
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
 padding: 0.25em;
}
input[type=text]:focus, 
input[type=password]:focus, 
input.text:focus, 
input.title:focus, 
textarea:focus, 
select:focus {
 background-color: #FFFFDD;
 /*border-color:#2B2A2C;
 color: #2B1660;*/
}
input[type=text], 
input[type=password], 
input.text, 
input.title, 
textarea, 
select {
 margin:0; /*you can change the size between textboxes*/
}

select.country_dropdown{width:312px;}
select.quantity_dropdown{width:70px;}

input.text, 
input.title {
 width:50px;
 padding:3px;
}

input.cvv {
 margin-right: 10px;
 width: 48px;
}
textarea {
 width:390px;
 height:250px;
 padding:5px;
}
input[type=checkbox], 
input[type=radio], 
input.checkbox, 
input.radio {
 position:relative;
 top:.25em;
}

/*table element defaults used within forms*/
form table tr th {
 text-align: right;
}
form table img {
 float: none;
 margin: 0 3px 0 0;
 vertical-align: middle;
}



/*forms and notices*/
.error,
.info,
.notice,
.success {
 background: #fff;
 border: 1px solid #ccc;
 border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
 cursor: help;
 font-size: 13px;
 font-weight: bold;
 padding: 15px;
}
.error {
 background-color: #FCDEEE;
 border-color: #EE4FA1;
 color:#EE4FA1;
}
.info {
 background-color: #CDFAFE;
 border-color: #55EEFC;
 color: #55EEFC;
}
.notice {
 background-color: #F7F1A1;
 border-color: #D8CB13;
 color: #D8CB13;
}
.success {
 background-color: #E2F2C5;
 border-color: #AED95E;
 color: #AED95E;
}

.fieldWithErrors {
 border: 1px solid #EE4FA1;
}

/*tables*/
table {
    width: 100%;
    margin: 0;
}
table tr {
/* background: #fff;*/
 border: none;
 border-bottom: 1px solid #D0C1EE;
 font-size: 1em;
}
table tr:nth-child(2n+0) {
 background: #F9F5FF;
}
table tr.failed {
 background: #FFE8F5 !important;
 border-bottom: 1px solid #FFA3D2;
 cursor: help;
}
table tr.success {
 background: #F5FFE1 !important;
 border-bottom: 1px solid #AED95E;
}
table thead tr {
 background: transparent;
}
table tfoot tr {
 border-bottom: none;
}
table th, 
table td {
	/*line-height: 1;*/
 padding: 0.50em 5px; vertical-align:top;
}
table th {
 background: transparent;
 color: #77747A;
 font-weight: 900;
 
}

div.td_chkboxes {line-height:22px;}
table th label{cursor:default;}
/*
table th.field_size {
	 background: transparent;
 	 color: #77747A;
	 font-weight: 900;
	 padding-top: 0.25em;vertical-align:top;
}*/

/*tables used for formatting forms*/
table.editor { background: transparent; margin: 0; 
}
table.editor, 
table.editor tr, 
table.editor td {
	border: 0;
}
table.editor tr, 
table.editor tr:hover, 
table.editor tr:hover td, 
table.editor tr:nth-child(2n+0) {
    background-color: transparent;
}

input.getcode-button {
    background-color: #029801;
    border-color: #DDDDDD #689300 #689300 #DDDDDD;
    border-style: solid;
    border-width: 0 1px 1px 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 22px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    overflow: visible;
    padding: 0 15px;
    text-shadow: 1px 1px #719E03;
    width: auto; -moz-border-radius:5px; -webkit-border-radius:5px;
}

input.subscribe-button:hover {background-color:#24C52A;}


/*theme custom table*/
#theme_custom_table {padding:0px; margin:0px; border:none;}
#theme_custom_table tr td{padding:0px; margin:0px; padding:0px 4px; }
#theme_custom_table tr th{padding:0px; margin:0px; width:105px; text-align:right; vertical-align:middle; }

#size_custom_table {padding:0px; margin:0px; border:none;}
#size_custom_table tr td{padding:0px; margin:0px; padding:0px 4px; }
#size_custom_table tr th{padding:0px; margin:0px; width:105px; text-align:right; vertical-align:middle; }




#qw-widget-preview { width:440px; height:442px; background-color:#ffffff; margin:0 auto; margin-top:10px; font-family:Arial, Helvetica, sans-serif; font-size:13px; background:url("/quiz-school/images/customize/sample-preview-qs.png") no-repeat center; }
#qw-widget-title {font-size:15px; font-weight:bold; color:#000000; padding:0px; margin:0px; cursor:pointer;}
#qw-widget-header { text-align:center; padding:5px; border-bottom:dotted 1px #ccc; }
#qw-widget-content { padding:5px 10px; border-bottom:dotted 1px #ccc; height:295px; color:#000000;}
#qw-widget-footer { padding:5px 10px; border-top:dotted 1px #ccc; }
#qw-total-questions {margin:0px 0px 5px 0px; font-size:11px;}

#qw-footer-links { margin:12px 0px 0px 0px;}
#content #qw-footer-links a {font-size:12px;}
#content #qw-footer-links a:hover {text-decoration:none;}
#qw-proprofs-link {float:right; background:url("/quiz-school/images/customize/icon_fullscreen.png") no-repeat left; padding-left:20px;}
#qw-embed-link {float:left; background:url("/quiz-school/images/customize/icon_embed.png") no-repeat left; padding-left:20px;}




/*********button style*************/
/*.mybutton {
	color:#fff; 
	
	background: #222 url('../img/layout/alert-overlay.png') repeat-x; display: inline-block; padding: 5px 10px 6px; color: #fff; text-decoration: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); cursor: pointer; 
	
	font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
	
	font-size: 16px; padding: 7px 20px;
	
	border: 1px solid #2D8F11; background-color: #179406; 
}*/

.mybutton {
	color:#fff; 
	
	background: #222 url('../img/layout/alert-overlay.png') repeat-x; display: inline-block; padding: 5px 10px 6px; color: #fff; text-decoration: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); cursor: pointer; 
	font-weight: bold; line-height: 1; 
	
	font-size: 15px; padding: 7px 20px;
	
	border: 1px solid #000000; background-color: #000000; 
}

.qw-custom-box-page {padding:5px 5px 5px 0; width:237px; text-align:left;-moz-border-radius:2px; -webkit-border-radius:2px;}

#qw_showpagequiz{margin:5px 0 0 50px;}

#step1_widget{margin:15px 0 10px 0; border-bottom: 1px solid #bfbfbf; padding-bottom:12px;}
#step2_widget{margin:15px 0 10px 0; border-bottom: 1px solid #bfbfbf; padding-bottom:12px;}
#step3_widget{margin:15px 0 10px 0; padding-bottom:12px;}
#content .step_button{padding:5px 7px; font-size:18px; font-weight:bold; -moz-border-radius:4px; -webkit-border-radius:4px;}
#get_embed_code_area{padding:15px 20px 25px 20px;}
.qw-content-subhead {font-weight:bold; font-size:11px; margin-bottom:8px; margin-left:81px}

/*a {text-decoration: none; color:#23A6C7;}
a:hover {text-decoration: underline; color: #444;}
a:visited {color:#23A6C7;}
#upgradenow a {text-decoration: none; color:#23A6C7; }
#upgrade a:hover {text-decoration: underline; color:#444; }
#upgradenow a.upgrade_now{background-color:#ff6600; padding:6px 6px 4px 5px; font-size:11px; font-weight: bold; text-transform:uppercase; color:#fff;-moz-border-radius-bottomleft:2px; -webkit-border-bottom-left-radius:2px;}
#upgradenow a.upgrade_now:hover{text-decoration:none; background-color:#df7026; color:#fefefe; }*/