
.swMain {
    border: 0 solid #CCCCCC;
    display: block;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 90%;
    padding:0;
}
.swMain .stepContainer {
    border: 0 solid #CCCCCC;
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    max-height:auto;
    min-height:400px;   
}

.swMain .stepContainer div.content {
    border: 1px solid #CCCCCC;
    clear: both;
    color: #5A5655;
    display: block;
    float: left;
    font: 14px 'Poppins', sans-serif;
    margin: 0;
    overflow: visible;
    padding: 5px;
    position: relative;
    text-align: left;
    width: 98%;
    min-height:400px;    
}
div.actionBar {
    border: 1px solid #CCCCCC;
    clear: both;
    color: #5A5655;
    display: block;
    height: 40px;
    left: 0;
    margin: 3px 0 0;
    overflow: auto;
    padding: 0;
    position: relative;
    text-align: left;
    z-index: 88;
}

.swMain .stepContainer .StepTitle {
    background-color: #E0E0E0;
    border: 1px solid #E0E0E0;
    clear: both;
    color: #5A5655;
    display: block;
    font: bold 20px 'Poppins', sans-serif;
    margin: 0;
    padding: 5px;
    position: relative;
    text-align: left;
    z-index: 88;
}
.swMain ul.anchor {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid #CCCCCC;
    clear: both;
    display: block;
    float: left;
    list-style: none outside none;
    margin: 10px 0;
    padding: 0;
    position: relative;
}
.swMain ul.anchor li {
    border: 0 solid #E0E0E0;
    display: block;
    float: left;
    margin: 0;
    padding: 0 3px;
    position: relative;
}
.swMain ul.anchor li a {
    display: block;
    float: left;
    height: 45px;
    margin: 0;
    outline-style: none;
    padding: 3px;
    position: relative;
    text-decoration: none;
    width: 190px;
    z-index: 99;
}
.swMain ul.anchor li a .stepNumber {
    float: left;
    font: bold 30px 'Poppins', sans-serif;
    padding: 0 3px 3px;
    position: relative;
    text-align: center;
    width: 30px;
}
.swMain ul.anchor li a .stepDesc {
    display: block;
    float: left;
    font: bold 18px 'Poppins', sans-serif;
    padding: 2px;
    position: relative;
    text-align: left;
}
.swMain ul.anchor li a .stepDesc small {
    font: 10px 'Poppins', sans-serif;
}
.swMain ul.anchor li a.selected {
    background: none repeat scroll 0 0 #B50E2D;
    border: 1px solid #7C081E;
    box-shadow: 3px 3px 6px #888888;
    color: #F8F8F8;
    cursor: text;
}
.swMain ul.anchor li a.selected:hover {
    background: none repeat scroll 0 0 #A60928; 
    color: #F8F8F8;
}
.swMain ul.anchor li a.done {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #ccc;
    cursor:pointer;    
    color: #FFFFFF;
    position: relative;
    z-index: 99;
}
.swMain ul.anchor li a.done:hover {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #5A5655;
    color: #5A5655;
}
.swMain ul.anchor li a.disabled {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
    cursor: text;
}
.swMain ul.anchor li a.disabled:hover {
    background: none repeat scroll 0 0 #F8F8F8;
    color: #CCCCCC;
}
.swMain ul.anchor li a.error {
    background: none repeat scroll 0 0 #F08F75 !important;
    border: 1px solid #FB3500 !important;
    color: #6C6C6C !important;
}
.swMain ul.anchor li a.error:hover {
    color: #000000 !important;
}

.buttonNext {
    background-color: #c61d23;
    border: 1px solid #c61d23;
    color: #FFFFFF;
    display: block;
    float: right;
    font: bold 13px 'Poppins', sans-serif;
    margin: 5px 3px 0;
    outline-style: none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    cursor:pointer;
}
.buttonDisabled {
    background-color: #CCCCCC !important;
    border: 1px solid #CCCCCC !important;
    color: #F8F8F8 !important;
    cursor: text;
}
.buttonPrevious {
    background-color: #c61d23;
    border: 1px solid #c61d23;
    color: #FFFFFF;
    display: block;
    float: right;
    font: bold 13px 'Poppins', sans-serif;
    margin: 5px 3px 0;
    outline-style: none;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    cursor:pointer;    
}
.buttonFinish {
    background-color: #c61d23;
    border: 1px solid #c61d23;
    color: #FFFFFF;
    display: block;
    float: right;
    font: bold 13px 'Poppins', sans-serif;
    margin: 5px 10px 0 3px;
    outline-style: none;
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    width: 100px;	
    cursor:pointer;    
}

.buttonAdd {
    background-color: #5A5655;
    border: 1px solid #5A5655;
    color: #FFFFFF;
    display: block;
    float: right;
    font: bold 13px 'Poppins', sans-serif;
    margin: 5px 10px 0 3px;
    outline-style: none;
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    cursor:pointer;    
}

.newbutton:hover{
	background-color:cyan;	
}
.newbutton{
	cursor:pointer;
	background-color:light-gray;
	lign-height:150%;
	lign-width:150%;		
}

.button-link {
	cursor:pointer;
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}
.txtBox {
    border: 1px solid #CCCCCC;
    color: #5A5655;
    font: 13px 'Poppins', sans-serif;
    padding: 2px;
    width: 430px;
}
.txtBox:focus {
    border: 1px solid #EA8511;
}
.swMain .loader {
    background: url("images/loader.gif") no-repeat scroll 5px center #FFFFFF;
    border: 1px solid #FFD700;
    color: #5A5655;
    display: none;
    float: left;
    font: bold 13px 'Poppins', sans-serif;
    margin: 2px 0 0 2px;
    padding: 8px 10px 8px 40px;
    position: relative;
    z-index: 998;
}
.swMain .msgBox {
    background-color: #FFFFDD;
    border: 1px solid #FFD700;
    color: #5A5655;
    display: none;
    float: left;
    font: 12px 'Poppins', sans-serif;
    margin: 4px 0 0 5px;
    min-width: 200px;
    padding: 5px;
    position: relative;
    z-index: 999;
}
.swMain .msgBox .content {
    float: left;
    font: 12px 'Poppins', sans-serif;
    padding: 0;
}
.swMain .msgBox .close {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #CCCCCC;
    display: block;
    float: right;
    margin: 0 0 0 5px;
    outline-style: none;
    padding: 0 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.swMain .msgBox .close:hover {
    border: 1px solid #EA8511;
    color: #EA8511;
}

/*
html {
    color: #000000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    color: #000000;
    font: 13px/1.22 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

*/

#doc {
    border-left: 0 solid #AAAAAA;
    border-right: 0 solid #AAAAAA;
    margin: 3px auto;    
    text-align: left;
    width: 800px;    
    height:100%; 
    min-height: inherit;   
}

legend {font-size: 18px; color: #000}

select, input, button, textarea {
    font: 99% 'Poppins', sans-serif;
}

INPUT.phone {
    width: 40px;
}

.topMsg{
	text-align:justify;
	color:black;	
}

.dotline {
    border-top: 1px solid #D6D6D6;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 0.5em;
    width: 75%;    
}

.fieldsCollection {
    border: 0 solid gray;
    margin: 2.3em 1.5em;
    position: relative;
    display: block;    
}

#contentpane fieldset {
    padding: 0 10px 10px;
    border: 0 solid gray;
    margin: 1.0em 0.5em;
    position: relative;
    display: block;
}

.signupH2{
	font-size:1.6em;
	padding-left:20px;
	font-family:'Poppins', sans-serif;
	display:block;
}

#contentpane LEGEND {
    background-color: transparent;
    color: #0057AF;
	font-size: 108%;
	font-weight: bold;    
}

.row {
    margin-bottom: 0.25em;
    position: relative;
}

.label {
    float: left;
    text-align: right;
    width: 25%;
    padding-right:15px;
	padding-top: 5px;
}
.field {
    float: left;
    width: 30%;
}
.msgbox {
    float: left;
    width: 43%;
    color:green;
}
.errorbox {
	color:red;
    float: left;
    padding: 2px;
    width: 40%;
}

.fieldbox {
    overflow-y: hidden;
    width: 100%;
    margin-top: 6px;    
    margin-bottom: 6px;    
}
.combo {
    padding: 1px;
    width: 200px;
}

.combo-no-width {
    padding: 1px;
}

.text {
    padding: 1px;
    width: 200px;
}
.checkbox {
    padding: 1px;
}
.required {
    color: red;
    font-size: small;
}


/* GRID CSS */
#grid {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}

#grid td,#grid th {
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

#grid td a,#grid th a{
	cursor:pointer;
}

#grid th {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-color: #E0E0E0;
	color: #000000;
}

#grid .even {
	color: #000000;
	background-color: #F0F0F0;
}

#grid .odd {
	color: #000000;
	background-color: #F0F0F0;
}

#grid tr.hover {
	background: #0099cc;
	color: white;
	cursor: pointer;
}
.deliveryMsg {
border: 1px solid #cccccc;
width: 30%;
float: right;
margin-right: 8%;
padding: 10px;
font-size:11px;
}

.registration_msg{
	padding: 0 20px;
}

@media(max-width:767px) {

/******************** Registration ******************/

	.swMain {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.swMain ul.anchor {
		width: 98%;
		margin: 0 auto;
		float: none;
		position: relative;
	}
	
	.swMain ul.anchor li {
		width: 100%;
	}

	.swMain ul.anchor li a {
		width: 98%;
	}

	.swMain .stepContainer div.content {
		width: 97%;
		border: none;
	}

	.swMain .stepContainer .StepTitle {
		width: 98%;
	}

	#doc {
		width: 100%;
	}

	.label {
		width: auto;
		float: left;
		font-weight: bold;
	}

	.field {
		width: 90% !important;
	}

	.text {
		width: 100%;
		outline: none;
	}

	INPUT.phone {
		border: none;
		outline: none;
	}

	.errorbox {
		width: 90%;
	}
	
	INPUT[type=checkbox], INPUT[type=radio] {
		height: 10px;
	}
	
	select, input, button, textarea {
		height: 35px;
	}
	
}