.label-light{
	font-weight: 400;
}
.panel{
	border-radius: 0px;
}
.panel-heading{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.panel:last-child{
	border-bottom: 1px solid transparent;
	border-color: #337ab7;
}
.mtg-table-td{
	padding-bottom: 20px;
}
.mtg-table-td label{
	display: block;
}
div.Doc_table table td, div.Bill_table table td{
	font-weight: 400;
}
.action-menu {
	border-collapse: separate;
	border-spacing: 15px;
}
label.Required {
    color: #800000;
	font-weight: 700;
}
label.InfoColor {
    color: #194562;
	font-weight: 400;
}
label.AttentionColor {
    color: #194562;
    font-weight: 700;
}
.default_btn{
	background-color: rgb(221, 221, 221);
}

.row-mt {
	margin-top: 15px;
}



html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 195px;
	background: none;
}
#header{
	background: none;
	margin: 20px 0;
}
.main-wrapper {
    min-height: 0px;
	padding-bottom: 20px;
}
.welcome-wrapper{
	background: none;
	
}
.welcome-wrapper input[name=username],
.welcome-wrapper input[name=password]{
	width: 80%;
	height: 30px;
	padding-left: 10px;
}

.footer-wrapper{
	background-color: #151713;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 195px;
	width: 100%;
	overflow:hidden;
}

.cc-login-button {
	background-color: #013781;
	color: #FFF;
}

.allianz-blue {
	color: #013781;
}

.main-footer {
	background: #013781;
}

.card-box {
	height: 295px;
}


.logo{
	padding-bottom: 50px;
}
.panel-primary>.panel-heading,
.panel-primary:last-child>.panel-heading{
	border-color: #fff;
}
.panel-primary,
.panel-primary:last-child  {
	border: none;
}
.panel-primary>.panel-heading {
	background: rgb(17,50,136);
	color: #fff;
	font-weight: 700;
}

.main-footer a {
	color: rgba(255, 255, 255, 1);
	font-weight: 700;
	text-decoration: none;
}


@media(max-width:1000px){
	body {
		margin: 0 0 340px;
	}
	.footer-wrapper{
		height: 340px;
	}	
	.welcome-wrapper .form-group,
	.welcome-wrapper h4{
		text-align: center;
	}	
	.welcome-wrapper .col-xs-margin{
		margin-bottom: 10px;
	}	
	.welcome-wrapper input[name=login]{
		width: 50%;
	}	
}

@media(max-width:767px){
	.mtg-table-td label{
		padding: 5px;
	}
	.action-menu td:first-child{
		text-align: center;
	}		
	.col-xs-margin{
		margin-bottom: 10px;
	}
	.column-visibility{
		display: none;
	}
	div.Bill_table table td,
	div.Bill_table table th{
		font-size: 70%;
	}
	
}
@media(min-width:767px){
	.column-visibility-big{
		display: none;
	}
}
@media(max-width:320px){
	
	div.Doc_table table td,
	div.Doc_table table th,
	div.Mtg_table table td,
	div.Mtg_table table th,
	div.Policy_table table td,
	div.Policy_table table th{
		font-size: 70%;
	}
	
	div.Bill_table table td,
	div.Bill_table table th{
		font-size: 50%;
	}
}




/**
 * Footer
 */

.main-footer {
	background: #022234;
	color: rgba(255, 255, 255, 0.7);
	padding: 30px 20px;
}
.main-footer a {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
}
.main-footer a:hover {
	color: rgba(255, 255, 255, 1);
}

.dev-footer {
	color: transparent;
}

.footer-title {
	color: #FFF;
	margin: 0 0 25px;
}
.footer-logo {
	font-size: 30px;
	margin: 0 0 25px;
	color: #FFF;
}
.about-us-footer {
	padding-right: 15px;
}
ul.menu-footer li {
	margin-bottom: 5px;
	width: 50%;
	float: left;
	position: relative;
	padding-left: 10px;
}
ul.menu-footer li a {
	font-size: 13px;
}
ul.menu-footer li:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 11px;
}
.footer-newsletter {
	margin-bottom: 55px;
	padding: 0 15px 0;
}
.footer-newsletter .inner {
	border-bottom: 3px double rgba(255, 255, 255, 0.4);
	padding-bottom: 25px;
}
.footer-newsletter .btn-submit {
	padding-top: 10px;
	padding-bottom: 8px;
	margin-top: 3px;
}
.footer-newsletter .btn-submit:hover {
	background: #9A0B27;
	border-color: #9A0B27;
}
.footer-newsletter h4 {
	color: rgba(255, 255, 255, 0.7);
	text-align: right;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 17px;
	margin-top: 9px;
	letter-spacing: 0.5px;
}
.footer-newsletter .form-control {
	border-color: transparent;
	height: 40px;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.3);
	color: #FFF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.footer-newsletter .form-control:focus {
	border-color: none;
	background: rgba(255, 255, 255, 0.4);
}
 .footer-newsletter .form-control::-moz-placeholder {
 color: rgba(255, 255, 255, 0.8);
}
 .footer-newsletter .form-control:-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.8);
}
 .footer-newsletter .form-control::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.8);
}
.social-footer {
	margin: 20px 0 0;
}
.social-footer a {
	font-size: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	float: left;
}
h4.footer-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 10px;
	position: relative;
}
h4.footer-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 50px;
	height: 2px;
	background: #7bbf44;
}
ul.office-hour {
	margin: 0;
}
ul.office-hour li {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	clear: both;
}
ul.office-hour li span {
	float: right;
}
.secondary-footer {
	background: #002436;
	color: rgba(255, 255, 255, 0.7);
	padding-top: 25px;
	padding-bottom: 21px;
}
ul.secondary-footer-menu {
	margin: 0;
	float: right;
}
ul.secondary-footer-menu li {
	float: left;
}
ul.secondary-footer-menu li:not(:last-child):after {
	content: "|";
	margin: 0 15px;
}
ul.secondary-footer-menu li a {
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
	font-size: 12px;
}
ul.secondary-footer-menu li a:hover {
	color: #FFF;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
	.footer-newsletter h4 {
		text-align: left;
	}
	ul.secondary-footer-menu {
		margin: 0;
		float: left;
	}
}

@media (max-width: 479px) {
}

/**
 * Loader
 */

#spinnerOverlay {
	background: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

#spinner-graphic {
	margin: 0 auto;
	border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 15px solid rgba(0, 0, 0, 0.1);
    border-top-color: #113388;
    animation: spin 0.8s infinite cubic-bezier(0.5, 0.1, 0.5, 0.9);
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*------------------------------------*\
  #UTILITIES
\*------------------------------------*/

.pointer {
	cursor: pointer;
}

/*------------------------------------*\
  #PAGE-SPECIFIC
\*------------------------------------*/

#policy-table .active > td {
    background-color: #7799ee;
    color: #fff;
}



.required{
	color:#800000 !important;
}

/* .EditorText span{
	background-color:#FFFFFF;font-size:1em;padding:0 6px 0 0;position:absolute;text-align:right;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;
} 
*/

.ReoccuringPaymentList{
	font-size: 12px !important;
}

/*.EditorText input {
	position:absolute;
}*/

/*.StaticContainer .component {
    margin-top: 30px;
    position: absolute
}
.EditorText {
    background-color: transparent;
    height: 22px;
    margin: 5px;
    padding: 0 3px 3px
}

.EditorText input {
    background-color: transparent;
    position: absolute
}

.EditorText span {
    background-color: #FFFFFF;
    font-size: 1em;
    padding: 0 6px 0 0;
    position: absolute;
    text-align: right;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.EditorText span {
    background-color: #FFFFFF;
    font-size: 1em;
    padding: 0 6px 0 0;
    position: absolute;
    text-align: right;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}


.EditorText input {
    background-color: transparent;
    position: absolute
}*/


.EditorText {
    background-color: transparent;
    height: 22px;
    margin: 5px;
    padding: 0 3px 3px
}

.EditorText input {
    background-color: transparent;
    position: absolute
}

.EditorText span {
    background-color:  #fff;
    font-size: 10px;
    padding: 0 6px 0 0;
    position: absolute;
    text-align: right;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}
.EditorText span .required {
	color:#800000 !important;
}