/*
    Created on : 2/04/2014, 11:26:12 AM
    Author     : ashleyet
*/

/*
 From Generali_Web_Content_Brand document:

    Generali Colour Scheme:
    Black       #000000
    White       #FFFFFF
    Grey        #808080
    Maroon-Red  #A71C20
    Orange      #F7941E
*/
html,body{
  font-family: 'PT Sans', Microsoft Yahei;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: 			url('../fonts/glyphicons-halflings-regular.eot');
  src: 			url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  				url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
  				url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
  				url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
 a {
 	color: #A71C20;
 }
 a:hover,
 a:visited,
 a:active
 a:focus:not(.btn) {
  	color: #A71C20;
 	text-decoration:underline;
 }

 a.btn,
 a.btn-xs,
 a.btn-lg,
 a.btn-sm,
 a.tooltiplink {
 	text-decoration:none;
 }

a.agreeToTerms, a.agreeToRules {
    font-weight: bold;
}

/*
 * Extend Bootstrap
 */

.bg-info {
    background-color: #F6E8E9 !important;
    padding: 10px;
}

.dashed-border {
    border: 1px dashed #999;
    border-radius: 10px;
}

/* label style for applist */
tbody > tr > td > label {
    width: 89%;
}

.form-group {
    margin-bottom: 10px !important;
}

div.no-bottom-margin {
    margin-bottom: 0px !important;
}

 .popover {font-size:80%;}
/*.btn {border-radius: 0px;}*/
/*
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
*/

img.draft-policy-thumbnail {
/*    width: 50%;
    height: 50%;*/
}

a.bold {
    font-weight: bold;
}

label {
  font-weight: normal;
}

p.langSwitch {
    margin-top: 15px;
}

.valueText {
  color: #A71C20;
}

.exclude {
  color: #999;
  text-decoration: line-through;
}

.checkbox.declaration {
  margin-top: 30px;
}

.center {
  margin-right: auto;
  margin-left: auto;
  width: 70%;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.btn-primary{
  background-color: #da4f49;
  background-image: linear-gradient(to bottom,#f96f75,#e8434a,#e42830,#ed1d24);
  background-repeat: repeat-x;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  padding: .5em 1.5em;
  margin-left: 0;
  font-size: 14px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #da4f49;	
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

/* for plan tables */
th.plan {
    /*background-color: #A71C20;
    color:            #fff;*/
    background-color: #363636;
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
th.plan:first-child {
    border-top-left-radius: 6px;
}
th.plan:last-child {
    border-top-right-radius: 6px;
}

/* Life* premium tables */
td.selectedPremium {
    /*background-color: #A71C20;
    color: #fff;
    font-weight: bold;*/
    background-color: #f5f5f5;
	background-image: linear-gradient(to top,#f9f8f8,#e6e5e5,#dbdada,#cfcece);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #b3b3b3;
	color: #f7941e;
}
td.selectedPremium:before{
	float: left;
	margin-right: 2px;
	display:inline-block;
	color: #A71C20;
	font-size:0.8em;
	line-height:1.6;
	font-family:'Glyphicons Halflings';font-style:normal;font-weight:100;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
	content:"\e089";
}
td.selectedPremium input[type=radio]{
	display: none;
}
td.selectedPremiumInfo {
    /*background-color: #A71C20;
    color: #fff;
    font-weight: bold;*/
    background-color: #f5f5f5;
	background-image: linear-gradient(to bottom,#f9f8f8,#e6e5e5,#dbdada,#cfcece);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #b3b3b3;
	color: #333;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

td.selectedCiPremium {
    /*background-color: #A71C20;
    color: #fff;
    font-weight: bold;*/
    background-color: #f5f5f5;
	background-image: linear-gradient(to top,#f9f8f8,#e6e5e5,#dbdada,#cfcece);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #b3b3b3;
	color: #f7941e;
}
td.selectedCiPremium:before{
	float: left;
	margin-right: 2px;
	display:inline-block;
	color: #A71C20;
	font-size:0.8em;
	line-height:1.6;
	font-family:'Glyphicons Halflings';font-style:normal;font-weight:100;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
	content:"\e089";
}
td.selectedCiPremium input[type=radio]{
	display: none;
}
td.selectedCiPremiumInfo {
    /*background-color: #A71C20;
    color: #fff;
    font-weight: bold;*/
    background-color: #f5f5f5;
	background-image: linear-gradient(to bottom,#f9f8f8,#e6e5e5,#dbdada,#cfcece);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #b3b3b3;
	color: #333;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

td.selectedDiPremium {
    /*background-color: #A71C20;
    color: #fff;
    font-weight: bold;*/
    background-color: #f5f5f5;
	background-image: linear-gradient(to top,#f9f8f8,#e6e5e5,#dbdada,#cfcece);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #b3b3b3;
	color: #f7941e;
}
td.selectedDiPremium:before{
	float: left;
	margin-right: 2px;
	display:inline-block;
	color: #A71C20;
	font-size:0.8em;
	line-height:1.6;
	font-family:'Glyphicons Halflings';font-style:normal;font-weight:100;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
	content:"\e089";
}
td.selectedDiPremium input[type=radio]{
	display: none;
}
td.selectedDiPremiumInfo {
    /*background-color: #A71C20;
    color: #fff;
    font-weight: bold;*/
    background-color: #f5f5f5;
	background-image: linear-gradient(to bottom,#f9f8f8,#e6e5e5,#dbdada,#cfcece);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #b3b3b3;
	color: #333;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

td.selectedMiPremium {
    /*background-color: #A71C20;
    color: #fff;
    font-weight: bold;*/
    background-color: #f5f5f5;
	background-image: linear-gradient(to top,#f9f8f8,#e6e5e5,#dbdada,#cfcece);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #b3b3b3;
	color: #f7941e;
}
td.selectedMiPremium:before{
	float: left;
	margin-right: 2px;
	display:inline-block;
	color: #A71C20;
	font-size:0.8em;
	line-height:1.6;
	font-family:'Glyphicons Halflings';font-style:normal;font-weight:100;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
	content:"\e089";
}
td.selectedMiPremium input[type=radio]{
	display: none;
}
td.selectedMiPremiumInfo {
    /*background-color: #A71C20;
    color: #fff;
    font-weight: bold;*/
    background-color: #f5f5f5;
	background-image: linear-gradient(to bottom,#f9f8f8,#e6e5e5,#dbdada,#cfcece);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #b3b3b3;
	color: #333;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}


td.selectedCcPremium {
    /*background-color: #A71C20;
    color: #fff;
    font-weight: bold;*/
    background-color: #f5f5f5;
	background-image: linear-gradient(to top,#f9f8f8,#e6e5e5,#dbdada,#cfcece);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #b3b3b3;
	color: #f7941e;
}
td.selectedCcPremium:before{
	float: left;
	margin-right: 2px;
	display:inline-block;
	color: #A71C20;
	font-size:0.8em;
	line-height:1.6;
	font-family:'Glyphicons Halflings';font-style:normal;font-weight:100;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
	content:"\e089";
}
td.selectedCcPremium input[type=radio]{
	display: none;
}
td.selectedCcPremiumInfo {
    /*background-color: #A71C20;
    color: #fff;
    font-weight: bold;*/
    background-color: #f5f5f5;
	background-image: linear-gradient(to bottom,#f9f8f8,#e6e5e5,#dbdada,#cfcece);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #b3b3b3;
	color: #333;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.vert-align {
    vertical-align: middle !important;
}

.popup-table-text {
    font-size: 14px !important;
}

/*
 * For browsers > IE 8
 */
label.RBtn input {
	position: absolute;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	-moz-opacity: 0; /* Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	opacity: 0; /* Good browsers */
}
label.RBtn span {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    /*background-color: #b2b2b2;
    color:#000;*/
    min-width: 80px;
    background-color: #f5f5f5;
	background-image: linear-gradient(to bottom,#f9f8f8,#e6e5e5,#dbdada,#cfcece);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #b3b3b3;
	color: #333;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	/*
	*/
}

.RBtn input:checked + span {
    /*background-color:#404040;
    color:#F7F7F7;*/
    background-color: #363636;
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.btn-default,
.btn-default:disabled {
  background-color: #363636;
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  padding: .5em 1.5em;
  margin-right: 0;
  font-size: 14px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #fff;
	background-color: #363636 !important;
}
.life-fixed-radio {
    width: 125px;
}

td.radioCellSelector label {
    font-weight: bold;
}

nav.navbar{
    z-index:1000;
}
form .row {
    min-height:0px;
}

div.margin-bottom {
    margin-bottom: 20px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.inline {   
    display: inline;
    margin-bottom: 10px;
}

/*
 * Image size control
 */
img.imageClip70{
    width:70%;
    height: auto;
    overflow:hidden;
}

#contentContainer{
	font-size:14px;color:#333;
}

#contentContainer div.productLabel
{
    color: #A71C20;
}
#contentContainer p.warning {
    background-image: url('../images/info.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 20px;
}

#contentContainer label.info {
    background-image: url('../images/info.png');
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-right: 24px;
}

.feifeigo {
    background-image: url('../images/feifei/feifeigo.png');
}

#errorContainer {
  font-size:1.1em;
}

.navbar-brand {
    background-image: url('../images/brand.png');
    background-repeat:no-repeat;
    background-size: 104px;
    background-position:right;
    width:120px;
    margin-right:5px;

    /* IE8 fix */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/brand.png',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/brand.png',sizingMethod='scale')";
}
#ebx {
	background-image: none;
    background-size: 80px;
    background-position:right;
    width:120px;
    margin-left:5px;
    padding:5px;
}
#ebx img{
    max-width:120px;
    padding-top: 2px;
}
p.p{
	padding:15px;
}

nav.navbar {
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
    background-image: -o-linear-gradient(top,#fff,#f2f2f2);
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
    box-shadow: 0 1px 4px rgba(0,0,0,0.065);
}
#navigationContainer {
    height:50px;
}

.Qprompt {
    color:#B53422;
    font-weight:bold;
}
.helptarget {
    text-transform:uppercase;
}
.subList{
    margin-left:20px;
}

/* custom error styling **/ 
input[type="radio"].error + span {
	border-color: #666;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(51, 51, 51, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(51, 51, 51, .6);
}

.form-control.error {
	color: #d00;
    border-color: #f05543;
}
.form-control.error:focus {
	border-color: #f05543;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(240, 85, 67, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(240, 85, 67, .6);
}
.alert,.error{
    color:#DF7900;
    clear:left;
    font-size:80%;
    font-weight:bold;   
	
}
.error-nofont {
    color:#DF7900;
    clear:left;
}

.alert,.errorOut,label.error{
    display:block;
    background-color:#fff;
    padding:0.1em;
    font-weight:bold;
}
.alert:before,label.error:before{
    float: left;
	margin-right: 4px;
	display:inline-block;
	color: #DF7900;
	font-size: 1em;
	line-height:1.4;
	font-family:'Glyphicons Halflings';font-style:normal;font-weight:100;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
	content:"\e107";
}
.form-control:focus {
	border-color: #F7941E;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247, 148, 30, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247, 148, 30, .6);
}
div.pad-bottom {
    padding-bottom: 20px;
}

label.bankLabel {
    /* top right bottom left */
    padding: 5px 0 5px 5px;

    /*
	padding:10px;
	padding-right:20px;
    */
}
label.bankLabel input{
	margin-right: 2px;
}
label.bankLabel input[name="selectBank"] {
	margin:5px 5px 5px 0;
}
.bankLabel img {
    border: solid 1px #ddd;
    max-width: 142px;
}
@media (max-width: 768px){
  .bankLabel img {
    max-width: 112px;
  }
}
.bankLabel input:checked + img {
	border: solid 2px #cc0000;
}

.creditCardExpDisplay input {
	display:inline-block;
	width:45%;
}


a.HelpToggle{
    color:#B53422;
}
p.helptarget {
    margin:0px;
}
h4.productTitle {
    color: #A71C20;
    font-size: 1.5em;
}
h5 {
    color:#B53422;
}
h5.plan-text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #363636;
	background-image: linear-gradient(to bottom,#555,#222);
	background-repeat: repeat-x;
	padding: 10px 0;
	margin: 0 -15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.date .add-on {
    display:none;
}

.disclaimer {
    font-size: 12px;
    margin-bottom: 10px;
}
.disclaimer:before{
    float: left;
	margin-right: 4px;
	display:inline-block;
	color: #f05543;
	font-size: 12px;
	line-height:1.4;
	font-family:'Glyphicons Halflings';font-style:normal;font-weight:100;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
	content:"\e067";
}

.autocomplete-suggestions {
	background:url(../images/shadow.png) no-repeat bottom right;
	position:absolute;
	top:0px;
	left:0px;
	margin:6px 0 0 6px;
	/* IE6 fix: */
	_background:none;
	_margin:1px 0 0 0;
}
.autocomplete-suggestions {
	border:1px solid #999;
	background:#FFF;
	cursor:default;
	text-align:left;
	max-height:350px;
	overflow:auto;
	margin:-6px 6px 6px -6px;
	/* IE6 specific: */
	_height:350px;
	_margin:0;
	_overflow-x:hidden;
}
.autocomplete-selected {
	background:#F0F0F0;
	}
.autocomplete-suggestions  {
	padding:2px 5px;
	white-space:nowrap;
	overflow:hidden;
}
.autocomplete-suggestions strong {
	font-weight:normal;
	color:#A71C20;
}

.summaryTable {
	margin-bottom:20px;
}
.summaryTable .row {
    border-bottom: 1px solid #ccc;
    padding:0.5em;
}
/* cannot combine :last-child and not([style*="display: none"]) - boooooo!!! */
.summaryTable .row:last-child {
    border-bottom: 0;
    padding:0.5em;
}

.input_div {
    position: absolute;
    width: 95%;
    font-size: 15px;
    top: 36px;
    border: 1px solid #454545;
    display: none;
    overflow: hidden;
    text-decoration: none;
    background-color: #FFFAFA;
    z-index:100;
}
.input_div div {
    position:relative;
    vertical-align: middle;
    padding: 4px;
    font-weight: bold;
    color: #000000;
    width: 100%;
}
.div_item_select {
    background-color: #5F9EA0;
    cursor: pointer;
}


/*
 * Specific styles for named sliders
 */
.sliderWrapper{
	margin-top:1.5em;
	margin-bottom:1em;
}
.sliderWrapper .ui-slider span.ui-slider-label {
    display:block;
    font-weight:normal;
}
.sliderWrapper .ui-slider span.ui-slider-label-medium {
    display:block;
    font-weight:bold;
    left:-0.7em;
    top:1.5em;
    font-size:.5em;
}
.sliderWrapper .ui-slider span.ui-slider-label-large {
    display:block;
    font-weight:bold;
}
.sliderWrapper .ui-slider span.ui-slider-label-none {
	display:none;
}
.ageSlider,.weightSlider,.heightSlider {
    border: 1px solid #808080;
    height: 5em;
    width: 100%;
    top: 1.8em;
    position: relative;
    z-index: 0;
}

.toggleHide {
	display:none;
}

/*
    Hide all forms by default
*/
#personalAccidentContainer form,
#internationalTravelContainer form,
#domesticTravelContainer form,
#juvenileContainer form,
#lifeProtectionContainer form,
#eliteLifeContainer form,
#tlpiLifeContainer form,
#lifeEndowmentContainer form,
#SPCIContainer form,
#travelAccidentContainer form,
#trafficAccidentContainer form,
#caMedicalContainer form,
#SCIContainer form,
#highwayAccidentContainer form,
#premiumBonusInsuranceContainer form,
#teamMajorDiseaseInsuranceContainer form,
#optimalCreditInsuranceContainer form,
#ehiContainer form,
#lifetimeLoveInsuranceContainer form,
#lifeSummaryContainer form,
#anyiAccidentCardContainer form,
#choiceForLoveContainer form,
#loveMeLongInsuranceContainer form,
#millionMedicalCareContainer form,
#emmtContainer form,
#travelAccidentMillionMedicalContainer form,
#partnerSummaryContainer form,
#paymentContainer form.paymentForm,
form.hiddenonload {
	display:none;
}

div.autorenew {
    border-color: #a71c20;
    border-style: solid;
    padding-left: 10px;
    padding-right: 10px;
}

input[type="number"],input.numeric {text-align:center;}

.banner{
	margin: 10px 0 -20px 0;	
}

.swipe {
	min-height: 10em;
	overflow: hidden;
	visibility: hidden;
	position: relative;
	clear: both;
	padding: 20px 0 10px 10px;
	margin-bottom: 20px;
	border: dashed #999 1px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.065);
    box-shadow: 0 0 20px rgba(0,0,0,0.065);		
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div {
	float:left;
	position: relative;
	padding-right: 30px;
}

ol.productSelectors{
	list-style-type: none;
	padding: 0;
	float: right;
	position: relative;
	top: 40px;
	right: 15px;
	z-index: 99;
}
@media (max-width: 768px){
  .banner{
    margin-bottom: 0;
  }
  ol.productSelectors{
	top: 3px;
	right: 2px;
  }
}
ol.productSelectors li{
	display:inline;
	list-style: none;
}
ol.productSelectors li a {
	text-decoration:none;
	display:inline-block;
}
ol.productSelectors li a div{
	height:12px;
	width:12px;
	border:1px solid #A71C20;
	border-radius:15px;
}
ol.productSelectors li a:hover div{
	background-color:pink;
}
ol.productSelectors li a.active div{
	background-color:#ff1100;
}

#knockoutDebug{display:none;}
.getStartedBtn{margin-top:5%;padding-right: 15px;}
.rightBtn{margin-top:3%;margin-right:10px;}
.nextBlurb{margin-bottom:10px;position:relative;right:25px}
.blockMSG {
	cursor: pointer !important;
}
.thirdPartyModalHolder {padding:20px;}
.paymentSuccessfulModalHolder {padding:20px;}
.thirdPartyModalHolder a.btn {min-width:80%;}
.paymentFailResponse{display:none;}
.paymentLoadingModalHolder {margin-top:20px;}
.paymentLoadingModalHolder img{margin-bottom:10px;}
.paymentMsgCol div.padder{margin: 0 10px 10px 10px;}
.paymentMsgCol div.padder > div{padding:10px;}
.TPunblockUI {margin-bottom:15px;}
.unblockUI {margin-top:15px;}
.no-wrap {white-space:nowrap;}

@media (min-width: 768px){
  .modal-dialog {
	width: 800px;
	margin: 60px auto;
  }
}
.table-header {text-transform:uppercase;}
.table-footer {
	background-color: #5E5E5E;
	background-image: linear-gradient(to bottom,#777,#555);
	background-repeat: repeat-x;
	color:#fff;
}

#footerContainer {
	margin-top: 20px;
}
footer {	
	background-color: #f1f1f1;
	border-bottom: 4px solid #a71c20;	
}
@media (min-height: 600px){
  #footerContainer {
	margin-top: 50px;
  }
  footer {	
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
	background-color: #f1f1f1;
	border-bottom: 4px solid #a71c20;	
  }
}

footer .text-center{
	padding: 10px 0;
}
.footer-line{
	height: 2px;
	background-color: #a71c20;
}

/* loading overlay */
#gwmsLoadingOverlay {
    width: 100%;
    height: 100%;
    background: #fff;
    -ms-opacity: 1;
    opacity: 1;
    position: fixed;
    z-index: 100;
    display: block;
}
#gwmsLoadingOverlay .loadingSpinner {
    /*background-color: #000;*/
    display: block;
    /*margin: 0;*/
    width: 100px;
    height: 100px;
    /*padding: .0625em;*/
/*    -webkit-border-radius: 2.25em;
    -moz-border-radius: 2.25em;
    -ms-border-radius: 2.25em;
    border-radius: 2.25em;*/
    background: url(../images/ajax-loader.gif) no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -30px;
}
/*#gwmsLoadingOverlay h1 {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: 40px;
    margin-left: -150px;
    border: none;
    color: white;
    padding: 0;
    font-size: 22px;
    width: 300px;
    height: auto;
    text-align: center;
    overflow: visible;
    display: none;
}*/
h1{
	font-size: 24px;
	margin-bottom: 24px;
}
h1.title{
	font-size: 18px;
}
h3,h4{
	margin-top: 0;
	margin-bottom: 21px;
}
.question{
	/* margin-left: 1.5em; */
}
.qmark{
	float: left;
	font-size: 14px;
	color: #da4f49;
	margin: 2px -1em 0;	
}
.glyphicon+label{
	display: inline;
}
#paymentContainer{
	padding-top: 10px;
}
.panel-heading span{
	font-size: 16px;
	font-weight:bold;
}
.sign-form {
	margin-top:30px;
	border: 15px solid #f6f6f6;
}
.sign-inner {
	padding: 30px;
	border: 1px solid #e9e9e9;
}
@media (max-width: 767px) {
  .sign-form {
	margin-top:20px;
	border: 0;
  }
  .sign-inner {
	padding: 10px;
  }
}
.input-group .btn-default{
	padding: 6px 12px;
}
.sign-inner .error{
	float: right;
}
.sign-inner img{
	width: 100px
}
.draft{
	display: block;
	margin-bottom: 10px;
}
.input-badge{
	float: right;
	position:relative;
	top: -26px;
	right: 5px;
	background-color: #ff0000;
	margin-bottom:-10px;
}
.file {
    position: relative;
    display: inline-block;    
    border: 1px solid;
    border-radius: 4px;
    overflow: hidden;    
    background-color: #da4f49;
    background-image: linear-gradient(to bottom,#f96f75,#e8434a,#e42830,#ed1d24);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    padding: .5em 1.5em;
    margin-left: 0;
    font-size: 14px;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    color: #fff;
    text-decoration: none;
}
.wechat{
	position:fixed;
	right:50px;
	bottom:100px;
}
.wechat img{
	margin-bottom: -8px;
}
.wechat-small{
	position:fixed;
	right:0;
	bottom:150px;
}
.similar{
    position:fixed;
    right:50px;
    bottom:268px;
}
.wechat-small-similar{
    position:fixed;
    right:0;
    bottom:215px;
}
.wechat-payment{
  border-top: 1px solid #ddd;
  padding: 46px 0 45px 41px;
  background: url(../images/banks/wxpay_show.jpg) 0 0 #fff no-repeat;
  position: relative;
  height: 268px;
}
.wechat-paycode{
  position: absolute;
  left: 192px;
  top: 15px;
  z-index: 1;
}
.emailist{border:1px solid #bdbdbd; border-radius: 4px; background-color:#fff; color:#666; font-size:14px; list-style-type:0; padding:0; margin:0; overflow:hidden;}
.emailist li{padding:2px 11px; cursor:pointer;}
.emailist .on, .emailist li:hover{background-color:#eee;}

.box_out_my_list{
		position: absolute;
		right: 65px;
		top: 10px;
		background: #a61300;
		padding: 5px;
		border-radius: 5px;
}
.box_out_my_list a{
		color:#fff;
}
@media screen and (max-width: 320px) {
	 .box_out_my_list{
		position: absolute;
	    right: 62px;
	    top: 3px;
	    background: #a61300;
	    padding: 5px;
	    border-radius: 5px;
	    width: 38px;
	    font-size: 12px;
	}
	
}
@media screen and (min-width: 768px) {
	.box_out_my_list{
		display:none;
	}
}