﻿.yellow 
{
	color: #ffae00 !important;
	background: none !important;
}
.green 
{
	color: #20a84a !important;
	background: none !important;
}
.red
{
	color: #f00 !important;
	background: none !important;
}
/* ********************************************************* */
.caption 
{
    font-weight: bold;
    margin-bottom: 20px;
}
.panel 
{
    margin-bottom: 5px;
}
.innerpanel 
{
    margin-top: 20px;
}
.question 
{
    font-weight: bold;
}
.choice 
{
    float: left;
    display: block;	
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	text-decoration: none;
	color: #000;
	background: #ddd;
	width: 46%;
}
.choice:hover 
{
    background: #999;
}
.choice img 
{
	float: left;
	margin-right: 20px;
	width: 100px;
}
.choice b
{
	display: block;
	font-size: 14pt;
	margin-bottom: 10px;
}
.labela 
{
    float: left;
    display: block;
    background: #20a84a;
    width: 200px;
    margin: 0;
    padding: 5px;
    padding-left: 20px;
    color: #fff;    	
}
.labelb
{
    float: left;
    display: block;
    background: #fff url(../images/label-arrow.png) -9px 50% no-repeat;
    width: 410px;
    margin: 0;
    padding: 5px;
    padding-left: 30px;
}
.resetlink 
{
    float: left;
    display: block;
    text-decoration: none;
    padding: 5px 20px;
    background: #00b4ff;
    color: #fff;
}    
.resetlink:hover 
{
    background: #f00;
}
.disablelink, .disablelink:hover 
{
    background: #aaa; 
    color: #333;
}
.choice-small 
{
    display: block;
    width: 635px;
    padding: 5px;
    padding-left: 30px;
    margin-right: 20px;
    margin-top: 5px;
    text-decoration: none;
    background: rgba(255,255,255,0.5) url(../images/label-arrow.png) -9px 50% no-repeat;
    color: #333;
}
.choice-small:hover
{
    background: #fff url(../images/label-arrow.png) -9px 50% no-repeat;
}    
.ul
{
    font-size: 10pt;    	
    margin-top: 0px;
    margin-left: 100px;
}
.label {
    width: 140px;
    font-size: 11pt;
}
.value {
    float: left;
    padding: 5px 0px;
    height: 40px;
    line-height: 40px;
}
.tb {
    width: 100%;
    padding: 5px;
    font-size: 12pt;
    border: 2px solid #999;
    border-radius: 5px;
        
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.cart 
{
    width: 675px;
    margin-top: 5px;
    font-size: 10pt;
}
.cart td 
{
    background: #eee;
    line-height: 1.5;
    color: #333;
}
.cart thead td, .cart tfoot td 
{
    background: #bbb;
    font-weight: bold;
    color: #333;
}
.addtocart, .submit, .reset
{
    display: block;
    width: 500px;
    padding: 8px 10px;
    margin-top: 5px;
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    background: rgba(0, 0, 0, .45);
    font-size: 12pt;
    color: #fff;
    text-decoration: none;
}   
.addtocart:hover, .submit:hover, .reset:hover
{
    background: rgba(0, 50, 0, .45); 
}
.addtocart span 
{
    display: block;
    padding-left: 30px;
    background: url(../images/add.png) 0 50% no-repeat;
} 
.submit span 
{
    display: block;
    padding-left: 30px;
    background: url(../images/tick.png) 0 50% no-repeat;
}   
.reset span 
{
    display: block;
    padding-left: 30px;
    background: url(../images/cross.png) 0 50% no-repeat;
}
.error 
{
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
    background: #ffe9e9;
    color: #f00;
    font-size: 10pt;
}
.err 
{
    display: inline-block;
    font-size: 10pt;
    margin-left: 10px;
    margin-bottom: 10px;
}
.loading 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.loading table 
{
    background: url(../images/overlay.png);
}
.register .column
{
    float: left;
    width: 340px;
    margin-right:16px;
    padding: 20px;
    background: #fff;
    color: #000;
    border-radius: 5px;
}
.submitBtn 
{
    padding: 5px 40px;
}  
.resetBtn 
{
    padding: 5px 15px;
}  
    
@media all and (max-width: 768px)
{
    .caption 
    {
        width: 100%;	
    	margin-bottom: 20px;
        text-align: center;
    }
    .question 
    {
    	display: block;
    	text-align: center;
    	font-size: 10pt;
    	font-weight: bold;
    }
    .choice 
    {
    	display: block;	
    	width: 96%;
	    padding: 10px;
	    margin: 10px auto 0px;
	    text-decoration: none;
	    font-size: 10pt;
	    color: #000;
	    background: #ddd;
    }
    .choice:hover 
    {
    	background: #999;
    }
    .choice img 
    {
	    float: left;
	    margin-right: 10px;
	    width: 60px;
    }
    .choice b
    {
	    display: block;
	    font-size: 12pt;
	    margin-bottom: 0px;
    }    
    .labela 
    {
    	float: none;
    	display: block;
    	background: url(../images/mobile-labela.png) 0 0 no-repeat;
    	width: 200px;
    	margin: 0;
    	padding: 4px;
    	padding-left: 10px;
    	font-size: 8pt;
    	color: #fff;    	
    }
    .labelb
    {
    	float: left;
    	display: block;
    	width: 96%;
    	height: 20px;
    	line-height: 20px;
    	margin: 0;
    	padding: 5px;
    	padding-left: 10px;
    	font-size: 12pt;
    	background: #fff;
    	border: 1px solid #20a84a;
    }
    .resetlink 
    {
    	float: left;
    	display: block;
    	height: 20px;
    	line-height: 18px;
    	padding: 0px 30px 0px 10px;
    	background: url(../images/mobile-resetlink.png) 100% 0 no-repeat;
    	font-size: 9pt;
    	font-weight: bold;
    	color: #fff;
    	text-decoration: none;
    }    
    .resetlink:hover 
    {
    	background: url(../images/mobile-resetlink-hover.png) 100% 0 no-repeat;
    }
    .disablelink, .disablelink:hover 
    {
    	background: url(../images/mobile-resetlink-disable.png) 100% 0 no-repeat;
    	color: #333;
    }
    .label {
        width: 100%;
    	display: block;
        padding: 0px;
        text-align: center;
        height: 35px;
        line-height: 35px;
    }
    .value 
    {
    	display: block;
        width: 100%;
        padding: 0px;
        text-align: center;
    }
    .choice-small 
    {
    	display: block;
    	width: 96%;
    	padding: 5px 8px;
    	margin-right: 0px;
    	text-decoration: none;
    	text-align: center;
    	background: rgba(255,255,255,0.5);
    	border: 1px solid #ccc;
    	font-size: 10pt;
    	color: #000;
    }
    .choice-small:hover
    {
    	background: #fff url(../images/label-arrow.png) -9px 50% no-repeat;
    }  
    .ul
    {
    	font-size: 9pt;    	
    	margin-top: 5px;
    	margin-left: 45px;
    }
    .cart 
    {
    	width: 100%;
    }
    .addtocart, .submit, .reset
    {
    	display: block;
    	width: 96%;
    	padding: 8px 10px;
    	margin: 0 auto 5px;
    	border-top: 2px solid #aaa;
    	border-bottom: 2px solid #aaa;
    	background: rgba(0, 0, 0, .45);
    	font-size: 12pt;
    	color: #fff;
    	text-decoration: none;
    }   
    .addtocart:hover, .submit:hover, .reset:hover
    {
        background: rgba(0, 50, 0, .45); 
    }
    .addtocart span 
    {
    	display: block;
    	padding-left: 30px;
    	background: url(../images/add.png) 0 50% no-repeat;
    }
    .submit span 
    {
    	display: block;
    	padding-left: 30px;
    	background: url(../images/tick.png) 0 50% no-repeat;
    }   
    .reset span 
    {
    	display: block;
    	padding-left: 30px;
    	background: url(../images/cross.png) 0 50% no-repeat;
    }
    .error 
    {
    	display: block;
    	width: 100%;
    	padding: 10px 10px;
    	margin-bottom: 10px;
    	margin-left: -10px;
    	text-align: center;
    }
    .err 
    {
    	display: block;
    	height: auto;
    	line-height: normal;
    	margin: 0;
    	margin-bottom: 5px;
    	text-align: center;
    }
    
    .submitBtn
    {
    	display: block;
    	width: 314px;
    	margin: 0 auto 10px;
    	padding: 5px 0px;
    	font-weight: bold;
    	color: #00ab08;
    }  
    .resetBtn
    {
    	display: block;
    	width: 314px;
    	margin: 0 auto;
    	padding: 5px 0px;
    } 
    .register 
    {
    	width: auto;
    }
    .register .column
    {
    	width: 100%;
    	margin: 10px auto 10px;
        padding: 20px 0px;
    	background: #fff;
    	color: #000;
    	border-radius: 5px;
    }
}