.hdr{
	background: #003b4e none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
.progress{
	background-color: #f5f5f5;
    border-radius: 4px;
    margin:8px 5px 0px 5px;
}
.progress-bar-c{
	background-color: #337ab7;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	color: #fff;
	float: left;
	font-size: 12px;
	height: 20px; 
	line-height: 20px;
	border-right:1px solid #fff;
	text-align: center;
	transition: width 0.6s ease 0s;
}
.progress-bar-nc{
	background-color: #f1f1f1;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	color: #000;
	float: left;
	font-size: 12px;
	height: 20px; 
	line-height: 20px;
	text-align: center;
	transition: width 0.6s ease 0s;
}

.progress-r-left{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.evenRow{
    background-color: #ffffff;   	
}
.oddRow{
	background-color: #ebebeb;
}


.t1 tr:nth-child(even) {
    background-color: #FFFFFF;
}
.t1 tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.btn_red {
	font-size: 13px !important;
	color: #FFFFFF !important;
	background: -webkit-linear-gradient(#cc0000, #8e191c);
	background: -moz-linear-gradient(center top , #cc0000 5%, #8e191c 100%) repeat scroll 0 0 white;
	background: -ms-linear-gradient(#cc0000, #8e191c);
	background: linear-gradient(#cc0000, #8e191c);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc0000', endColorstr='#8e191c');
	background-color: #8e191c;
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 5px 18px 5px 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.btn_red:hover {
	background: -webkit-linear-gradient(#ff0000, #cc0000);
	background: -moz-linear-gradient(center top , #ff0000 5%, #cc0000 100%) repeat scroll 0 0 white;
	background: -ms-linear-gradient(#ff0000, #cc0000);
	background: linear-gradient(#ff0000, #cc0000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff0000', endColorstr='#cc0000');
	background-color: #cc0000;
	text-decoration: none !important;
	}
	
	
	input.datepicker {
   text-transform: uppercase;
}
	
	
/* Styles added for Customer */	
.criteria {
	margin: 20px 0 0px 0;
	}
.criteria a {
	margin-left: 5px;
	}
.right_float {
	float: right;
	}
.hLineLg {
    background-color: #cfcfcf;
    height: 1px;
    margin: 10px 0;
    width: 100%;
}	

.table-wrapper {
	padding: 8px 30px 0px 20px;
	line-height: 16px;
	}
.table-wrapper  h1 {
	padding: 30px 30px 14px 0px !important;
	margin: 0px;
	}
.table-inner {
	margin-left: 0px;
	margin-right: 0px;
	background: #FFFFFF;
	}
.table-inner a:link, .table-inner a:visited, .table-inner a:active {
	color: #cc0000;
	text-decoration: none;
    }
.table-inner a:hover, .table-inner a:visited:hover {
	text-decoration: underline;
	}
.table-inner input[type=text] {
	font-family: 'Raleway', sans-serif;
	border: 1px #cccccc solid;
  	width: 182px;
  	height: 18px;
  	background: #FFFFFF;
  	margin-left: 8px;
  	margin-bottom: 8px;
	}
.table-inner textarea {
	font-family: 'Raleway', sans-serif;
	border: 1px #cccccc solid;
  	width: 660px;
  	height: 52px;
  	background: #FFFFFF;
	}
.table-inner select {
	font-family: 'Raleway', sans-serif;
	width: 168px;
	height: 25px;
	margin: 0 0 0 0px;
	background-color: #FFFFFF;
	border: 1px #cccccc solid;
	border-radius: 0px;
	}
	
.table-inner-right {
	width: 705px;
	background: #FFFFFF;
	float: right;
	}
.table-inner-right a:link, .table-inner-right a:visited, .table-inner-right a:active {
	color: #cc0000;
	text-decoration: none;
    }
.table-inner-right a:hover, .table-inner-right a:visited:hover {
	text-decoration: underline;
	}
.table-inner-right input[type=text] {
	font-family: 'Raleway', sans-serif;
	border: 1px #cccccc solid;
  	width: 132px;
  	height: 26px;
  	background: #FFFFFF;
  	margin-right: 8px;
	}
.table-inner-right textarea {
	font-family: 'Raleway', sans-serif;
	border: 1px #cccccc solid;
  	width: 660px;
  	height: 52px;
  	background: #FFFFFF;
	}	
.charges-information table {
	background: #FFFFFF;
	border: 1px #cccccc solid;
	margin: 20px 0px 20px 10px;
	float: right;
	}
.charges-information th {
	font-weight: bold;
	text-align: center;
	background: #003b4e;
	color: #FFFFFF;
	padding: 8px;
	}
.charges-information td {
	text-align: left;
	background: #FFFFFF;
	}
.charges-information td:nth-child(odd) {
	text-align: right;
	font-weight: bold;
	}
.charges-information[type=text] {
	font-family: 'Raleway', sans-serif;
	font-size: 11px !important;
	border: 1px #cccccc solid;
  	width: 250px !important;
  	height: 18px;
  	background: #FFFFFF;
  	margin: 0px 5px 0px 5px !important;
  	}
.charges-information textarea {
	font-family: 'Raleway', sans-serif;
	border: 1px #cccccc solid;
  	width: 260px;
  	height: 100px;
  	background: #FFFFFF;
	}

.transaction-details {
	text-align: right;
	white-space: ;
	}
.transaction-details table {
	background: #FFFFFF;
	border: 1px #cccccc solid;
	margin: 20px 0px 0px 10px;
	float: ;
	display: inline-block;
	}
.transaction-details th {
	font-weight: bold;
	text-align: center;
	background: #003b4e;
	color: #FFFFFF;
	padding: 8px;
	}
.transaction-details td {
	text-align: left;
	background: #FFFFFF;
	}
.transaction-details td:nth-child(odd) {
	text-align: left;
	font-weight: bold;
	}
.transaction-details[type=text] {
	font-family: 'Raleway', sans-serif;
	font-size: 11px !important;
	border: 1px #cccccc solid;
  	width: 250px !important;
  	height: 18px;
  	background: #FFFFFF;
  	margin: 0px 5px 0px 5px !important;
  	}
.transaction-details textarea {
	font-family: 'Raleway', sans-serif;
	border: 1px #cccccc solid;
  	width: 260px;
  	height: 100px;
  	background: #FFFFFF;
	}
  	
.customer-handling {
	line-height: normal;
	}
.customer-handling table {
	border: 1px #cccccc solid;
	margin: 0px 0px 20px 0px;
	}
.customer-handling th {
	font-weight: bold;
	text-align: center;
	background: #003b4e;
	color: #FFFFFF;
	padding: 8px;
	}
.customer-handling td {
	text-align: left;
	background: #FFFFFF;
	}
.customer-handling input[type=text] {
	font-family: 'Raleway', sans-serif;
	font-size: 11px !important;
	border: 1px #cccccc solid;
  	width: 180px;
  	height: 18px;
  	background: #FFFFFF;
  	margin: 0px!important;
  	}
  	
.emsd_account {
	margin-bottom: ;
	}
.emsd_account table {
	border: 1px #cccccc solid;
	margin: 20px 0px 20px 10px;
	align: center;
	}
.emsd_account th {
	font-weight: bold;
	text-align: center;
	background: #003b4e;
	color: #FFFFFF;
	padding: 8px;
	font_size:12px;
	}
.emsd_account td {
	text-align: left;
	background: #FFFFFF;
	}
.emsd_account input[type=text] {
	font-family: 'Raleway', sans-serif;
	font-size: 11px !important;
	border: 1px #cccccc solid;
  	width: 155px;
  	height: 18px;
  	background: #FFFFFF;
  	margin: 0px 5px 0px 5px !important;
  	}
  		
.emsd_account_data {
	margin-bottom: ;
	}
.emsd_account_data table {
	border: 1px #cccccc solid;
	margin: 20px 0px 20px 10px;
	float: center;
	}
.emsd_account_data th {
	font-weight: bold;
	text-align: center;
	background: #003b4e;
	color: #FFFFFF;
	padding: 8px;
	font_size:12px;
	}
.emsd_account_data td {
	text-align: left;
	background: #FFFFFF;
	}
.emsd_account_data input[type=text] {
	font-family: 'Raleway', sans-serif;
	font-size: 11px !important;
	border: 1px #cccccc solid;
  	width: 155px;
  	height: 18px;
  	background: #FFFFFF;
  	margin: 0px 5px 0px 5px !important;
  	}		
.hLineLg {
    background-color: #cfcfcf;
    height: 1px;
    margin: 10px 0;
    width: 100%;
}	
.trEmpty {
    line-height: 3px;
}

.cont-tab-information {
	margin: 20px 30px 10px 30px;
	}  	
.cont-tab-information table {
	border: 1px #cccccc solid;
	margin: 0px;
	}
.cont-tab-information a:link, .tab-information a:visited, .tab-information a:active {
	color: #cc0000;
	text-decoration: none;
    }
.cont-tab-information a:hover, .tab-information a:visited:hover {
	text-decoration: underline;
	}
.cont-tab-information th {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	}
.cont-tab-information td {
	text-align: left;
	vertical-align: top;
	padding: 8px;
	}
.cont-tab-information tr:nth-child(even) {
	background-color: #FFFFFF;
	}
.cont-tab-information tr:nth-child(odd) {
	background-color: #FFFFFF;
	}
.cont-tab-information textarea {
	font-family: 'Raleway', sans-serif;
	font-size: 11px !important;
	border: 1px #cccccc solid;
  	background: #FFFFFF;
  	width: 400px;
  	height: 35px;
  	margin: 0px !important;
  	}
  	
.cont-tab-nav {
	width: 100%;
	min-width: 1000px;
	height: 25px;
	}
.cont-tab-nav a:link, .tab-nav a:visited, .tab-nav a:active {
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	background: #cccccc;
	}
.cont-tab-nav a:hover, .tab-nav a:visited:hover {
	background: #e6e6e6;
	color: #46a7d6;
	}
.cont-tab-nav .active {
	color: #FFFFFF !important;
	text-decoration: none;
	background: -webkit-linear-gradient(#cc0000, #8e191c) !important;
	background: -moz-linear-gradient(center top , #cc0000 5%, #8e191c 100%) repeat scroll 0 0 white !important;
	background: -ms-linear-gradient(#cc0000, #8e191c) !important;
	background: linear-gradient(#cc0000, #8e191c) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cc0000', endColorstr='#8e191c') !important;
	background-color: #8e191c !important;
	}
	
.service {
	margin-bottom: ;
	}
.service table {
	border: 1px #cccccc solid;
	margin: 20px 0px 20px 10px;
	float: right;
	}
.service th {
	font-weight: bold;
	text-align: center;
	background: #003b4e;
	color: #FFFFFF;
	padding: 8px;
	font_size:12px;
	}
.service td {
	text-align: left;
	background: #FFFFFF;
	}
.service input[type=text] {
	font-family: 'Raleway', sans-serif;
	font-size: 11px !important;
	border: 1px #cccccc solid;
  	width: 155px;
  	height: 18px;
  	background: #FFFFFF;
  	margin: 0px 10px 0px 10px !important;
  	padding: 3px;
  	}
.table-wrapper {
	padding: 8px 30px 0px 20px;
	line-height: 16px;
	}
.table-wrapper  h1 {
	padding: 30px 30px 14px 0px !important;
	margin: 0px;
	}
.table-inner {
	margin-left: 0px;
	margin-right: 0px;
	background: #FFFFFF;
	}
.table-inner a:link, .table-inner a:visited, .table-inner a:active {
	color: #cc0000;
	text-decoration: none;
    }
.table-inner a:hover, .table-inner a:visited:hover {
	text-decoration: underline;
	}
.table-inner input[type=text] {
	font-family: 'Raleway', sans-serif;
	border: 1px #cccccc solid;
  	width: 182px;
  	height: 18px;
  	background: #FFFFFF;
  	margin-left: 8px;
  	margin-bottom: 8px;
	}
.table-inner textarea {
	font-family: 'Raleway', sans-serif;
	border: 1px #cccccc solid;
  	width: 660px;
  	height: 52px;
  	background: #FFFFFF;
	}
.table-inner select {
	font-family: 'Raleway', sans-serif;
	width: 168px;
	height: 25px;
	margin: 0 0 0 0px;
	background-color: #FFFFFF;
	border: 1px #cccccc solid;
	border-radius: 0px;
	}
	
.table-inner-right {
	width: 705px;
	background: #FFFFFF;
	float: right;
	}
.table-inner-right a:link, .table-inner-right a:visited, .table-inner-right a:active {
	color: #cc0000;
	text-decoration: none;
    }
.table-inner-right a:hover, .table-inner-right a:visited:hover {
	text-decoration: underline;
	}
.table-inner-right input[type=text] {
	font-family: 'Raleway', sans-serif;
	border: 1px #cccccc solid;
  	width: 132px;
  	height: 26px;
  	background: #FFFFFF;
  	margin-right: 8px;
	}
.table-inner-right textarea {
	font-family: 'Raleway', sans-serif;
	border: 1px #cccccc solid;
  	width: 660px;
  	height: 52px;
  	background: #FFFFFF;
	}
	
.model-table {
	width: 100%;
	background: #cccccc;
	margin-bottom: 5px;
	}
.model-table th, .model-table td {
	padding: 12px;
	border: none;
	}
.model-table th {
	font-weight: bold;
	text-align: center;
	background: #003b4e;
	color: #FFFFFF;
	}
.model-table th a:link, .model-table th a:visited, .model-table th a:active {
	color: #FFFFFF;
	text-decoration: underline;
    }
.model-table th a:hover, .model-table th a:visited:hover {
	text-decoration: none;
	}
.model-table td {
	text-align: center;
	background: #FFFFFF;
	}
.model-table th:first-child {
	
	}
.model-table td:last-child {
	text-align: left;
	}
.model-table input[type=radio] {
	margin-right: 5px;
	border: 1px #4ab1e3 solid;
	}


.submitFrm {
	text-align: right;
	padding: 10px 30px 0px 0px;
	clear: both;
	}
.submitFrm a {
	margin-left: 5px;
	}	
.plus-minus {
	float: right;
	margin-left: 20px;
	}
.plus-minus a {
	font-size: 20px !important;
	color: #FFFFFF !important;
	background: -webkit-linear-gradient(#00bff3, #0072bc);
	background: -moz-linear-gradient(center top , #00bff3 5%, #0072bc 100%) repeat scroll 0 0 white;
	background: -ms-linear-gradient(#00bff3, #0072bc);
	background: linear-gradient(#00bff3, #0072bc);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00bff3', endColorstr='#0072bc');
	background-color: #0072bc;
	border: none;
	cursor: pointer;
	padding: 0px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none !important;
	}
.plus-minus a:hover {
	background: -webkit-linear-gradient(#6dcff6, #00bff3);
	background: -moz-linear-gradient(center top , #6dcff6 5%, #00bff3 100%) repeat scroll 0 0 white;
	background: -ms-linear-gradient(#6dcff6, #00bff3);
	background: linear-gradient(#6dcff6, #00bff3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6dcff6', endColorstr='#00bff3');
	background-color: #00bff3;
	text-decoration: none !important;
	}		
	
.footer ul li a {
		margin-left: 0;
	}
.footer .footerLogos, .footer .footerLogos div {
		margin: 0;
		padding: 0;
	}
.footer .footerLogos .row {
		padding-bottom: 20px;
	}	
	
	
/* Styles added for Customer END */		

.enabledActive{
	height: 20px;
  	width: 20px;
  	background-color: #228b22;
  	border-radius: 50%;
  	display: inline-block;
}

.enabledInActive{
	height: 20px;
  	width: 20px;
  	background-color: #ff0000;
  	border-radius: 50%;
  	display: inline-block;
}

.notEnabled{
	height: 20px;
  	width: 20px;
  	background-color: #0000ff;
  	border-radius: 50%;
  	display: inline-block;
}

.notEligible{
	height: 20px;
  	width: 20px;
  	background-color: #a9a9a9;
  	border-radius: 50%;
  	display: inline-block;
}