﻿@charset "utf-8";
/* CSS Document */

.container {
    width:100%;
	position:relative;	
ackground: rgb(247,247,247); /* Old browsers */
background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 87%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(24%,rgba(255,255,255,1)), color-stop(87%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 87%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 87%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 87%); /* IE10+ */
background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 87%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
}
div#curtain {
position: absolute;

z-index: 999999;
text-align: center;
vertical-align:middle;
}
 #curtain-text {
	float:left;
text-align:center;
padding:0 0 0 100px;

 }

 
.option-box{
	position:absolute;
	
	right:0;	
}

/*form controls*/
    
.form-div input[type=text]:focus, .form-div select:focus{
        border-color:#33A6D7;
        -moz-box-shadow: 0px 0px 12px #fff;
        -webkit-box-shadow: 0px 0px 12px #fff;
        box-shadow: 0px 0px 12px #fff;
    }

input[type=radio].css-checkbox {
							position:absolute; z-index:-1000; top:-1000px;
						}

						input[type=radio].css-checkbox + label.css-label, input[type=radio].css-checkbox + label.css-label.clr {
							padding-left:22px;
							height:17px; 
							display:inline-block;
							line-height:17px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:13px;
							vertical-align:middle;
							cursor:pointer;
						}

						input[type=radio].css-checkbox:checked + label.css-label, input[type=radio].css-checkbox + label.css-label.chk {
							background-position: 0 -17px;
						}
						label.css-label {
				background-image:url(../img/radio-btn.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}

 

.radio label:before {
    background-image: url(../img/radio-btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;    
    margin-top: 1px; /* aligns the input element to the label's baseline */
    padding-left: 22px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
   
}

.radio label {
    cursor: pointer; /* indicates the element is clickable */
    display: inline-block;
    position: relative;
    padding-left: 0px;
    margin-right: 0px; /* margin between input types */
    padding-left: 26px;
    height: 17px;
    display: inline-block;
    line-height: 17px;

}

    .radio label:before {
        content: "";
        width: 17px;
        height: 17px;
        position: absolute;
        left: 0;
         background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    background-image: url(../img/radio-btn.png);
    }



input[type=radio]:checked + label:before {
    background: url(../img/radio-btn.png);
    background-position: 0 -17px;
    background-repeat: no-repeat;
}

/*end of code*/


/*-----------checkboxes--------------------*/

.form-div input[type="checkbox"] {
    width:20px;
    height:20px;
}
 

/*Ends*/
    
.container div {
 
}
.header { 
    padding: 10px 0px 10px 15px;
    cursor: pointer;
    
	background:url(../img/open.png);	
	background-color:#4595d8;
	background-repeat:no-repeat;
	background-position:216px 17px;
	text-align:left;
	width:26%;
	color:#fff;
	height:29px;
	font-size:18px;
	line-height:28px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	
}
.content {
    display: none;
    padding : 10px;
	border:1px solid #4595d8;
	margin-top:15px;
    -moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc');
	background:#fff;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
  
.collapsed .header{
	background:url(../img/close.png);	
	background-color:#4595d8;
	background-repeat:no-repeat;
	background-position:216px 17px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
}

.pad-tw{padding-top:20px;}
.content table{ width:100%; font-size:13px;}
.form-div{ width:100%; overflow:hidden; border-top:solid 1px #ddd;  padding-top:20px;}
.col-50{width:460px; float:left; padding:0px 0;}
.col-100{width:920px; padding:10px 0;}
.form-spce{ margin-bottom:20px;}

.footer_shadow {
    background-image: url("../img/footer_shadow_left.png");
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 100%;
}

.shadow_right {
    background-image: url("../img/footer_shadow_right.png");
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 20px;
    width: 100%;
}
.white-t{color:#fff!important;}
.blue-wrapper{ width:99.5%; overflow:hidden; background: rgb(69, 149, 216); margin-top:40px; /* Old browsers */

padding:10px 0;
}
.blue-wrapper .divl{float:left; padding:10px; width:100%;}
.divl .form-top{}
.blue-wrapper .divr{float:right; padding:10px;}
.blue-wrapper .title{font-size:15px; padding:5px 0; margin:0;}
.blue-wrapper .add-files{ font-size:15px; background:url(../img/add-files.png) no-repeat 0 0; line-height:24px; padding-left:25px; margin-top:10px;}
.mailing-list{width:530px; margin:0 auto;}
.mailing-list h3{ font-size:14px; padding-right:10px; margin:5px 0;}

.wrnty-reg{ padding:40px 0 20px 0; width:100%;}
.wrnty-reg h2{ padding-bottom:10px; padding-top:20px;}
.wrnty-reg .label{ width:40%; padding-top:12px;}
.wrnty-reg .chk-box{ width:60%; float:left; margin:0; padding:0;}
.wrnty-reg .chk-box ul{ float:left; width:100%; margin:0; padding:0 0 10px 0;}
.wrnty-reg .chk-box ul li{width:50%; float:left; list-style:none; margin-bottom:28px;}



span.customSelect {
	font-size:11px;
	background-color: #fff;
	color:#7c7c7c;
	border:1px solid #e7dab0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px;
}
p{ margin:5px 0;
   line-height:18px;
}
span.customSelect.changed {
	background-color: #f0dea4;
}
.customSelectInner {
	background:
	url(../img/customSelect-arrow.gif)no-repeat center right;
}

.form-div input[type="text"], .form-div input[type="password"], .form-div select, .form-div textarea, 
.blue-wrapper input[type="text"], .blue-wrapper input[type="password"], .blue-wrapper select, .blue-wrapper textarea{
 border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(221, 221, 221) inset;
    box-sizing: border-box;
    display: inline-block;
 	color:#333;
    padding:0.8em 0.6em;
}
.blue-wrapper .notes{ font-size:12px; line-height:18px;}


.form-div label {
    padding-top: 12px;
}

.form-div label, .blue-wrapper label{ float:left; width:150px; font-size:14px; color:#333;}
.pro-wrapper{ margin-left:140px; margin-bottom:10px;}
/*.pro-wrapper input{ width:120px;}*/
.form-div .input{ width:280px;}
.col-wrap{ width:100%; overflow:hidden;}
.br-btm{border-bottom:solid 1px #ccc;}
.btn-wrapper{text-align:center; margin:0 auto; width:215px;}
.center{margin:0 auto; text-align:center;display:block;
}
.blue-btn{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
 /* width: 106px;*/
  cursor: pointer;
  padding: 15px 18px;
  border: none !important;
  -webkit-border-radius: 10px !important ;
  border-radius: 8px !important;
  color: rgb(255, 255, 255) !important;
  text-align: center;
  text-transform: uppercase;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #3498db !important;
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: background 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: background 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: background 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  font-size:13px;
  font-weight:bold;
}

.blue-btn:hover {
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  background: #0981CD !important;
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.5)  ;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.5) ;
  -webkit-transition: color 0.2s cubic-bezier(0.42, 0, 1, 1);
  -moz-transition: color 0.2s cubic-bezier(0.42, 0, 1, 1);
  -o-transition: color 0.2s cubic-bezier(0.42, 0, 1, 1);
  transition: color 0.2s cubic-bezier(0.42, 0, 1, 1);
}

.close-btn{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
 /* width: 106px;*/
  cursor: pointer;
  padding: 5px 18px;
  border: none !important;
  -webkit-border-radius: 10px;
  border-radius: 8px;
  color: rgb(255, 255, 255) !important;
  text-align: center;
  text-transform: uppercase;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #3498db !important;
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: background 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: background 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: background 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  font-size:13px;
  font-weight:bold;
}

.close-btn:hover {
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  background: #0981CD;
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.5) ;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.5) ;
  -webkit-transition: color 0.2s cubic-bezier(0.42, 0, 1, 1);
  -moz-transition: color 0.2s cubic-bezier(0.42, 0, 1, 1);
  -o-transition: color 0.2s cubic-bezier(0.42, 0, 1, 1);
  transition: color 0.2s cubic-bezier(0.42, 0, 1, 1);
}

.grey-btn{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
/*  width: 106px;*/
  cursor: pointer;
  padding: 15px 18px;
  border: none !important;
  -webkit-border-radius: 10px !important;
  border-radius: 8px !important;
  color: rgb(255, 255, 255) !important;
  text-align: center;  
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #666 !important;
  -webkit-transition: background 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: background 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: background 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: background 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    font-size:13px;
	  font-weight:bold;
	  
}

.grey-btn:hover {
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  background: #333 !important;
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.5) ;
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.5) ;
  -webkit-transition: color 0.2s cubic-bezier(0.42, 0, 1, 1);
  -moz-transition: color 0.2s cubic-bezier(0.42, 0, 1, 1);
  -o-transition: color 0.2s cubic-bezier(0.42, 0, 1, 1);
  transition: color 0.2s cubic-bezier(0.42, 0, 1, 1);
}
.header-title{ width:100%;}
.left{float:left;}
.right{float:right;}
.form-div h2{ font-size:28px; margin:0; color:#000;}
/*progress-bar*/

.progress {
  width: 100%;
  height: 20px;

}
.progress-wrap {
  background: #f80;
  margin: 5px 0;
  overflow: hidden;
  position: relative;
  width:400px;

  
}
  .progress-bar {
    background: #ddd;
    left: 0;
    position: absolute;
    top: 0;	
  }
  
 .error{ color:#E40F13; font-size:13px; line-height:20px;}
  
 
 .disabled {
    background-color:lightgray !important;
} 

 .modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 200px;    
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center2
{
    z-index: 1000;
    text-align:center;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center2 img
{
    height: 128px;
    width: 128px;
}


@media only screen and (max-width: 920px) {
    .right {
        float: left;
    }

    .form-div {
        width: 100%;
        overflow: visible;
        border-top: solid 1px #ddd;
        padding-top: 20px;
    }

    .errvalidateright {
        display: block;
        margin-left: 150px;
    }

    .errfull {
        display: block !important;
        margin-left: 150px !important;
    }
}
.dropdownwidth {
    width:280px;
}

.errvalidate {
    display:block;
    margin-left:150px;
}
.errvalidateright {
    display:block;
    margin-left:150px;
}

errfull {
    display:block;
    margin-left:10px;
}
/*#expandable span {
    display: block;
    width: 100%; height: 50px;
    line-height: 50px; text-align: center;
    cursor: pointer;
}*/
