@charset "utf-8";
/* CSS Document */

@font-face{
font-family: 'NeoSans';
src: url('font/Monotype Imaging - NeoSansStd-Regular.otf');

}

@font-face{
font-family: 'Merit';
src: url('font/db_merit_x_v3.2-webfont.eot'); /* IE9 Compat Modes */
src: url('font/db_merit_x_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
     url('font/db_merit_x_v3.2-webfont.woff') format('woff'),
     url('font/db_merit_x_v3.2-webfont.ttf')  format('truetype'),
     url('font/db_merit_x_v3.2-webfont.svg#svgFontName') format('svg');
src: local("☺"),url('font/DB Merit X v3.2.ttf') format("truetype");
}

* {
	behavior: url(../ie/PIE.htc);
}
body {
	//font-family: Merit, NeoSans, Tahoma, Arial, sans-serif !important;
	background-color:#F1F1F1;
	color:#333333;
	font-size:13px !important;
}
.container-fluid {
	max-width:980px;
	background-color:#FFFFFF;
}
#header {
	padding:15px 0;
}
#headerR {
	text-align:right;
}
.content {
	padding-top:15px;
	padding-bottom:60px;
	
}
.step {
	margin-bottom:10px;
}
.step .col-md-8 {
	padding:10px 0;
}
.step .col-md-4 {
	text-align:right;
}
#footer {
	background-image:url(../images/footer_bg.png);
	background-color:#EEEEEE;
	padding:20px 0 15px 0;
}
#footer .copyrights {
	color:#666666;
}
#footer a.back_to_top {
	background:url(../images/back_top_top.png) no-repeat;
	width:30px;
	height:30px;
	display:block;
	float:right;
	text-indent:-9999px;
	margin-top:15px;
}
#footer a:hover.back_to_top {
	background-position:0 -30px;
}

/********** Top Option **********/
#headerR .top_options {
	float: right;
	padding-bottom:15px;
}

#headerR .top_options ul.top_links {
	margin: 0;
	padding: 0;
}

#headerR .top_options ul.top_links li {
    float: left;
    margin-right: 2px;
	padding: 0;
	background: none;
}

#headerR .top_options ul.top_links li a {
    background: url(../images/top_links.png) no-repeat;
    display: block;
    text-indent: 99999px;
    overflow: hidden;
    width: 33px;
    height: 32px;
}

#headerR .top_options ul.top_links li.tl1 a {
    background-position: 0px 0px;
}

#headerR .top_options ul.top_links li.tl1 a:hover {
	background-position: 0px -32px;
}



#headerR .top_options ul.top_links li.tl2 a {
    background-position: -198px 0px;
}

#headerR .top_options ul.top_links li.tl2 a:hover {
    background-position: -198px -32px;
}

#headerR .top_options ul.top_links li.tl3 a {
    background-position: -33px 0px;
}

#headerR ul.top_links ul.top_links li.tl3 a:hover {
    background-position: -33px -32px;
}

#headerR .top_options ul.top_links li.tl4 a {
    background-position: -165px 0px;
}

#headerR .top_options ul.top_links li.tl4 a:hover {
    background-position: -165px -32px;
}

#headerR .top_options ul.top_links li.tl5 a {
    background-position: -66px 0px;
}

#headerR .top_options ul.top_links li.tl5 a:hover {
    background-position: -66px -32px;
}

#headerR .top_options ul.top_links li.tl6 a {
    background-position: -99px 0px;
}

#headerR .top_options ul.top_links li.tl6 a:hover {
    background-position: -99px -32px;
}

#headerR .top_options ul.top_links li.tl7 a {
    background-position: -132px 0px;
}

#headerR .top_options ul.top_links li.tl7 a:hover {
    background-position: -132px -32px;
}
/********** End Top Option **********/

#ulmenu, #ulmenu ul {
	list-style: none;
	font-size: 14px;
	margin:0px;
	padding:0px;
}
#ulmenu {
	margin-top:15px;
	float: right;
}
#ulmenu > li {
	float: left;
	text-align:center;
}
#ulmenu li a {
	height:30px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	padding:0 5px;
	border-left:1px solid #CCCCCC;
}
#ulmenu li:first-child a {
	border-left:none;
}
#ulmenu ul {
	position: absolute;
	display: none;
	z-index: 999;
}
#ulmenu ul li a {
	width: 80px;
}
    /* Main menu
    ------------------------------------------*/
   #ulmenu {
      
   }
   #ulmenu > li > a {
     color: #333333;
     
   }
   #ulmenu > li:hover > a {
      background-color:#E11F27;
      color: #FFFFFF;
   }
   #ulmenu > li:active > a {
      background-color:#1B1464;
      color: #FFFFFF;
   }
   #selmenu {
	   display:none;
   }
   .summary-label, .vat-label {
	   line-height:25px;
	   font-weight:bold;
	   color:#555555;
	   width:100%;
	   margin-bottom:0;
   }
   .vat-label, .txtSum, .txtSum2, .error {
	   font-weight:normal;
   }
   .error { font-size:12px; }
   .txtSum {
	   color:#2A2B98;
   }
   .txtSum2 {
	   color:#2A982B;
   }
   .price, .error, .txtdetail, .txtage {
	   color:#E11F27;
   }
   .txtplan{
	   color: #E11F27;
   }
   #address5, #zipcode, #zipcode0, #hzipcode {
	   max-width:150px;
   }

@media screen and (max-width: 991px) {
	#ulmenu {
		display:none;
	}
	#selmenu {
		display:inline-block;
		margin-top:15px;
		width:90%;
		background-color:#EEEEEE;
		padding:5px;
		font-size:18px;
		border-radius:10px;
		color:#666666;
	}
	#header, #headerR {
		text-align:center;
		padding-top:15px;
	}
	#headerR .top_options {
		display:none;
	}
	.step .col-md-8 {
		padding-top:0;
	}
	.step .col-md-4 {
		padding-top:15px;
		text-align:center;
		display: none;
	}
	#address5, #zipcode, #hzipcode {
		max-width:none;
	}
}
@media screen and (max-width: 767px) {
	#send .col-sm-7 { padding-left: 34px; }
}

.text-danger.extend {
	position:relative;
	float:left;
	margin:0 0 2% 35%;
}
.text-danger.extend font{
	font-size:85%;
	color: red;
}
@media screen and (min-width: 320px) and (max-width: 766px) {
	.text-danger.extend {
		margin-left:0px;
	}
}
.row.agree{
	position:relative;
	margin:1% 1% 1% 1%;
}
.row.agree.check{
	padding: 10px 10px 10px 10px;
	width:auto;
	border-style: solid;
    border-width: 1px; 
}
.row.agree.check:input{
	text-align:center;
}

span.pdescription {
    font-size: 13px;
    font-weight: normal;
    color: black;
    padding-bottom: 0px;
    display: block;
    padding-top: 5px;
}

/* MSIG Logo Loading */
.loading-content {
	width: 200px;
	height: 200px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
  }
  
  .loading-circle {
	top: 0;
	width: 200px;
	height: 100px;
	position: absolute;
	border: 3px solid #1b1464;
	border-bottom: 0;
	transform-origin: 50% 100%;
	background-color: transparent;
	border-top-left-radius: 110px;
	border-top-right-radius: 110px;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	animation: loading 1.5s linear infinite;
	-webkit-animation: loading 1.5s linear infinite;
  }
  
  .loading-name {
	color: white;
	cursor: default;
	font-family: "db_merit_xregular";
	text-align: center;
	vertical-align: middle;
	display: table-cell;
  }
  
  @-webkit-keyframes "loading" {
	from {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	to {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	}
	}
	@keyframes "loading" {
	from {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	to {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	}
	}
  
  /* MSIG Logo Loading */