

body {
	margin: 0;
	font-family: Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fullwidth {
	width: 100%;
}
.logo img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 360px) {
.logo {
	text-align: center;
}
.logo img {
	width: auto;
	text-align: center;
}
}

@media only screen and (min-width: 960px) {
.logo {
	text-align: center;
}
.logo img {
	width: auto;
	text-align: center;
}
}
.bottomPddng {
	padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
.bdrRght {
	border-right: 0px !important;
}
.checkoutDivs div {
	font-size: 90%;
}
.checkoutDivs th, .checkoutDivs td {
	font-size: 75% !important;
}
.wltBtnMrgn {
	margin-top: 10px !important;
}
.form-horizontal .control-label {
	text-align: left;
}
.bottomPddng {
	padding-bottom: 0px !important;
}

.fieldsPddng {
	padding-left: 4px !important;
	padding-right: 4px !important;
}

}
.commonBorder {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	padding: 30px 20px;
}
.rowsTitlebgForm, .rowsTitlebgForm2 {
	/*background: #ebebeb;*/
	padding: 5px 20px  5px 20px;
	font-size: 14px;
	color: #56585e;
	border-bottom: #dfe3e7 1px solid;
	
}
.rowsTitlebgForm2
{
	margin-bottom: 3px;
	padding: 4px 20px  6px 20px !important;
}
.activeRowBg {
	background: #5E9DC8;
	color: #FFFFFF;/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; */
}
.brdrBtm {
	border-bottom: 1px solid #ccc;
}
.bdrRght {
	border-right: 1px solid #8da2b5;
}
.bdrRght2 {
	border-right: 1px solid #FFFFFF;
}
.checkoutDivs {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 100%;
	padding-left: 10px;
	padding-right: 6px;
}
.checkoutDivs p {
	padding-left: 8px;
}

@media (min-width:320px) and (max-width:767px) {
.txtAlgnctr2 {
	text-align: center;
}
.txtAlgnctr2 p {
	margin-bottom:5px;
}

}

.tableRowBg {
	background: #d0dee9;
	margin-bottom: 0px;
	border-top: 2px solid #8da2b5;
	border-bottom: 1px solid #aebdcb;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.topMargn2 {
	margin-top: 20px;
}
.mrgnBtm {
	margin-bottom: 20px;
}
.mrgnToside
{
	margin-top:20px;
	margin-bottom:20px !important;
}
.form-control
{
	height: 34px !important;
}

.row-fluid {height: 100%;  vertical-align: middle;margin-top: 50%}