/* Signup Form */

div.alert {
    font-size: 16px;
    line-height: 18px;
}

.su-form {
    padding: 10px;
    /*margin: 20px 0;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
}

.su-form li span.input_prefix {
    float: none;
    font-size: 16px;
    line-height: 20px;
    margin-right: 5px;
}

.su-form li input.input_website {
    /*width: 269px;*/
	width: 249px;
}

.su-form.su-dp {
    background: #F2F6F9;
    border: 1px solid #C9D5DF;
}
.su-form-header h2 {
    font-size: 18px;
}
.su-form-header span {
    font-size: 13px;
    line-height: 18px;
    display: block;
    margin-top: 8px;
}
.su-form-header span a {
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    font-size: 9px;
}

.su-form li {
    padding-top: 5px;
}

.errorlistmain{
	color: #F47070;
    line-height: 32px;
	margin:10px;
	display: block;
	font-weight:bold;

}

.errorlist{
	color: #F47070;
	float:right;
	font-weight:bold;
}

.su-form .errorlist {
    /*margin-top: 10px;
	margin-left: 166px;
	font-size: 14px;
	 font-weight: bold;
    line-height: 18px;
    padding-left:20px;
	padding-top:2px;*/
	color: #F47070;
    /*width: 166px;
	width: 250px;*/
    float: left;
    display: block;
    line-height: 32px;
	
   
}

.su-form .errorlist li {
    font-size: 14px;
    line-height: 18px;
}
.su-form li .feature-input span {
    width: auto;
    float: none;
    border: 0;
    padding: 0;
}

.su-form li span {
    width: 600px;
    float: left;
    /*border-bottom: 1px solid #fff;*/
    padding-bottom: 10px;
}
.su-form li span.last {
    border-bottom: 0;
}
.settings .feature label,
.su-form label {
    font-size: 16px;
    font-weight: bold;
    /*width: 166px;*/
	width: 250px;
    float: left;
    display: block;
    line-height: 32px;
}

label {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.su-dp.login .register,
.su-dp.authenticated .register {
    display: none;
}
.su-dp.register .login,
.su-dp.authenticated .login {
    display: none;
}
.su-dp.login .authenticated,
.su-dp.register .authenticated {
    display: none;
}
.su-dp.authenticated .su-dp-fields {
    display: none;
}
.su-form .feature-label {
    position: relative;
    width: 512px;
}
.su-form .feature-label small {
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.su-form .text {
/*    height: 18px;*/
    padding: 7px 6px;
    font-size: 18px;
    border: 1px solid #c6c6c6;
/*    background-image: url(../../images/v3/bg/input-text.png);*/
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    font-family: Arial, Helvetica, Calibri, sans-serif;
    width: 320px;
}

.su-form .text:focus {
    border: 1px solid #3080C8;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    background: #fff;
}

.text:focus {
    border: 1px solid #3080C8;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    background: #fff;
}

.su-form .textCost {
/*    height: 18px;*/
    padding: 7px 6px;
    font-size: 18px;
    border: 1px solid #c6c6c6;
/*    background-image: url(../../images/v3/bg/input-text.png);*/
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    font-family: Arial, Helvetica, Calibri, sans-serif;
    width: 60px;
}

.su-form .textCost:focus {
    border: 1px solid #3080C8;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    background: #fff;
}

.textQuestion {
/*    height: 18px;*/
    padding: 7px 6px;
    font-size: 18px;
    border: 1px solid #c6c6c6;
/*    background-image: url(../../images/v3/bg/input-text.png);*/
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    font-family: Arial, Helvetica, Calibri, sans-serif;
    width: 30px;
}



.textQuestion:focus {
    border: 1px solid #3080C8;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    background: #fff;
}


.su-form .textArea {
/*    height: 18px;*/
    padding: 7px 6px;
    font-size: 18px;
    border: 1px solid #c6c6c6;
/*    background-image: url(../../images/v3/bg/input-text.png);*/
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    font-family: Arial, Helvetica, Calibri, sans-serif;
    width: 320px;
}

.su-form .textArea:focus {
    border: 1px solid #3080C8;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3), 0 0 5px #36A0FF;
    background: #fff;
}



* html .su-form .text {
    width: 312px;
}
.su-form select,
.su-form option {
    margin-top: 7px;
    font-size: 13px;
    line-height: 32px;
    vertical-align: middle;
}
.su-form li small {
    display: block;
    width: 346px;
    margin: 9px 0 0 18px;
    color: #666;
    float: right;
    line-height: 15px;
}

.su-form li smaller{
    display: block;
    width: 320px;
    margin: 9px 0 0 18px;
    color: #666;
    float: right;
    line-height: 15px;
}

.su-form smaller{
    display: block;
    width: 320px;
    margin: 9px 0 0 18px;
    color: #666;
    float: right;
    line-height: 15px;
}

.su-form li small.long {
    margin-top: 0;
}

.su-form .su-install li span,
.su-form .su-install li span label {
    width: 100%;
}
.su-form .su-install li small {
    font-weight: normal;
    font-size: 12px;
    display: inline;
    width: auto;
    line-height: auto;
    margin: 0 0 0 15px;
}
.su-form .su-install li:hover small {
    color: #333;
}
.su-form .su-platforms {
    clear: both;
}
.su-form .su-platforms li {
    width: 166px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    padding-top: 0;
    margin-top: 12px;
}
.su-form .su-platforms li img {
    position: relative;
    top: 6px;
    margin-right: 4px;
}
.su-form .last .su-platforms li {
    height: auto;
}
.su-form .su-platforms li a {
    text-decoration: none;
}
.su-form .su-platforms li a span {
    float: none;
    border: 0;
    padding: 0;
    width: auto;
}
.su-form .su-platforms li a:hover span {
    text-decoration: underline;
}
.su-controls {
    height: 32px;
    margin: 20px 0;
    text-align: center;
    color: #555;
}
.su-controls-left {
    width: 300px;
    float: left;
    text-align: right;
}
.su-controls-right {
    width: 300px;
    float: right;
    text-align: right;
}

code.inline {
    margin: 0 !important;
    display: inline !important;
}


/* Progress */

#progress {
	padding: 17px 0 0;
	text-align: center;
	color: #C9D5DF;
	position: relative;
	height: 1%;
	margin: 0 0 38px;
}

#progress h1 {
    line-height: 100%;
    margin: 0;
}

#progress span {
	display: block;
	/*width: 190px;*/
	width: 140px;
	text-align: center;
	position: absolute;
	top: 0;
	/*font-size: 20px;*/
	font-size: 15px;
	font-weight: bold;
	color: #B8C5D1;
	text-shadow: 0 1px 0 #fff;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,.7)));
}
#progress .progress-1 {	left: 0px; }
#progress .progress-2 {	left: 120px; }
#progress .progress-3 { left: 250px; }
#progress .progress-4 { left: 380px; }
#progress .progress-5 { left: 480px; }
#progress .progress-6 { left: 590px; }
#progress .progress-7 { left: 730px; }
#progress .progress-8 { left: 840px; }
#progress div {
	position: relative;
	padding: 5px 0 0 0;
	overflow: hidden;
	background: transparent url(../images/progress.gif) no-repeat bottom left;
	height: 0px !important;
	height /**/: 12px;
}
#progress.step1 .progress-1, #progress.step2 .progress-2, #progress.step3 .progress-3, #progress.step4 .progress-4, #progress.step5 .progress-5, #progress.step6 .progress-6 , #progress.step7 .progress-7, #progress.step8 .progress-8{
	color: #18334C;
	-webkit-mask-image: none;
	text-shadow: 0 1px 0 #fff;
}

#progress .progress-1:hover, #progress .progress-2:hover, #progress .progress-3:hover, #progress .progress-4:hover, #progress .progress-5:hover, #progress .progress-6:hover, #progress .progress-7:hover, #progress .progress-8:hover{
	color: #365F91;
	-webkit-mask-image: none;
	text-shadow: 0 1px 0 #fff;
}

#progress.step2 div {
	background-position: 0 -12px;
}

#progress.step3 div {
	background-position: 0 0;
}

/* uploading files */

.uploadForm tr td span {
width:700px;
padding-bottom: 0;
padding-top:0;
font-size: 16px;
height:30px;
}

.uploadForm tr td span form {
width:370px;
display:inline;
}

#uploadFormBtn {
font-size:16px;
}

.uploadForm tr td span p {
display:inline;
}

.f1_upload_process{
z-index:100;
visibility:hidden;

}

/*save control*/
#SaveSuccessOutput{
	color:#365F91;
}

#SaveFailedOutput{
	color:#F75D59;
}

#controlSection{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align:center;
	height:250px;
}

#saveOutputBottom{
	padding:10px;
}

/* float image right */

img.floatRight { 
    float: right; 
}

img.floatLeft { 
    float: left;
}

.centerButton{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	clear:both;
}

h3.textMiddle{
	position:absolute;
	display:inline;
	margin-top:3px;
	margin-left:20px;
}

/*pop up*/

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:fixed;
z-index: 9001;
bottom:0px;
left:0px;
width:100%;
height:100%;
}

#popUpDiv {
position:absolute;
/*background-color:#eeeeee;*/
width:800px;
height:250px;
z-index: 9002;
padding:10px;

}

/* table */
.travelCar{
border-collapse:collapse;
width:100%;
}

.travelCar td{
border: 1px solid black;
padding:15px;
}

.travelCar th{
border: 1px solid black;
padding:15px;
background-color:#365F91;
color:white;
font-weight:bold
}

/* Tax Zone Table */
.taxZone{
border-collapse:separate;
border: 1px solid black;
width:100%;

}

.taxZone td{
border: 1px solid black;
padding:15px;
}

.taxZone th{
border: 1px solid black;
padding:15px;
background-color:#365F91;
color:white;
font-weight:bold;

}