.center-paragraph{

}
.header_box{
	margin-top:0;
	margin-bottom:30px;
	padding-top:20px;
	border-bottom:1px #ccc solid;
}
.center-paragraph p#yado_title{
	text-align: left;
	margin: 0px 0px 30px;
	font-size: 14px;
	color: #000;
}
.center-paragraph p{
	text-align: center;
	margin: 0px 0px 30px;
	font-size: 14px;
	color: #000;
}
.center-paragraph h4{
	font-size: 15px;
	color: #333;
	font-weight: normal;
	margin: 0px 0px 80px;
}
.center-paragraph .notice{
	color: #71d6dd;
}
.center-button {
	display: block;
	margin: 0 auto;
}
.notice {
	color: #00fff7;
}
.padding-left-30{
	padding-left: 30%;
}
.outer {
	width: 500px;
	margin: 0px auto;
}
.outer.outer--full{
	width: 1200px;
}
.inner-center {

}
.inner-center .btn__click{
	display: inline-block;
	vertical-align: top;
	margin: 30px 10px;
}
.text--center{
	text-align: center;
}
/* new style */
/*wrapper de gia dinh day la 1 screen, nen xoa di khi dung*/
.box--center{
	/*width: 1200px;*/
	text-align: left;
	/*display: block;*/
	/*margin: 0px auto;*/
}
.frm__login{

}
.frm__login p{
	font-size: 16px;
	color: #333;
	margin: 0px 0px 40px;
}

.frm__login .inner-center{

}

.frm__login .inner-center label{
	display: block;
	margin: 0px;
}
.frm__login .inner-center input{
	display: block;
	margin: 15px 0px 20px;
	width: 100%;
	border: 1px solid #999;
	padding: 3px 5px;
	line-height: 40px;
	font-size:16px;
}

.frm__login input[type="submit"], .btn__click{
	border: none;
	background: #ccc;
	display: block;
	width: 300px;
	line-height: 60px;
	font-size:16px;
	color: #111;
	margin: 30px auto 0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	cursor: pointer;
}
.frm__login input[type="submit"]:hover, .btn__click:hover{
	background: #111;
	color: #ccc;
}
.box__link{
	text-align: center;
}
.box__link a{
	text-decoration: none;
	color: #333;
}
.box__link a:hover{
	color: #999;
}
.frm--chooise div{
	margin: 50px 0px 80px;
}
.frm--chooise div p{
	margin: 0px 0px 10px;
}

.rwd-table {
        margin: 1em 0;
        min-width: 300px;
        width: 100%;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
		font-size:12px;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    padding-top: .5em;
}

.rwd-table td:last-child {
    padding-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
}

body {
    padding: 0 2em;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #000;
    background: #fff;
		font-size:12px;
}

h1 {
    font-weight: normal;
    letter-spacing: -1px;
    color: #34495E;
}

.rwd-table {
		border:1px solid #eaeff4;
    background: #fff;
    color: #000;
    border-radius: .4em;
    overflow: hidden;
}

.rwd-table tr {
    border-color: #46637f;
}

.rwd-table th,
.rwd-table td {
    margin: .5em 1em;
}

@media (min-width: 480px) {
    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

.rwd-table th,
.rwd-table td:before {
    color: #FF5A60;
}

.myButton {
  /*-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
  -webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
  box-shadow:inset 0px 1px 0px 0px #cf866c;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
  background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);*/
  background-color:#d0451b !important;

  border:1px solid #942911 !important;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-size:13px;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
  /*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
  background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);*/
  background-color:#bc3315;
}

.menu-combox{
  vertical-align: top;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #854629;
  z-index: 999;
}
.menu-combox:hover ul{
  display: block;
}
.menu-combox span{
  display: block;
  padding: 4px 24px;
  background-color: #00c978;
  border: 1px solid #00b062;
  line-height: 21px;
  cursor: auto;
}
.menu-combox ul{
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
}
.menu-combox ul li{
    background-color: #00c978;
    border: 1px solid #00b062;
    display: block;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    padding: 4px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #854629;
    padding: 0 0;
    text-align: center;
    min-width: 150px;
    max-width: 200%;
    line-height: 30px;
}
.menu-combox ul li a{
  color:#ffffff;
}
.menu-combox ul li span{
  color: #777;
  border: 1px solid #ccc;
  background: #fff;
  cursor: auto;
}
.menu-main{
  float: right;
}
.menu-main > a, .menu-main > span{
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-size:13px;
  padding:4px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #854629;
  line-height: 21px;
}
.menu-main > a{
  background-color:#00c978;
  border:1px solid #00b062;
}
.menu-main > span{
  color: #777;
  border: 1px solid #ccc;
  background: #fff;
  cursor: auto;
}
.menu-main > a:hover {
  background-color:#00b062;
}

.error{
	color: red !important;
}

input[type="radio"] {
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 15px;
    position: relative;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
}
input[type="radio"]:after {
    border-radius: 25px;
    content: '';
    display: block;
    height: 7px;
    left: 4px;
    position: relative;
    top: 4px;
    width: 7px;
    outline: none;
}
input[type="radio"]:checked:after {
    background-color: #333;
    border-radius: 25px;
}

input[type="radio"]:focus:after {
    outline: none;

}
a{
  /*color: #ddd;*/
  text-decoration: none;
}

.btn__submit {
  /*-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
  -webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
  box-shadow:inset 0px 1px 0px 0px #54a3f7;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
  background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);*/
  background-color:#007dc1;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #124d77;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:13px;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #154682;
}
.btn__submit:hover {
  /*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
  background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);*/
  background-color:#0061a7;
}
.btn__submit:active {
  position:relative;
  top:1px;
}
/* login */
#login_box{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;

  width: 500px;
  height: 350px;
}
/* step2 */
#step2_box{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;

  width: 500px;
  height: 350px;
}
#step2_box div.login_message{
	text-align:center;
	font-size:150% !important;
	color:#00b489 !important;
}

/* color set*/
.bgcolor_airbnb{
	background:#FF5A60 !important;
	color:#fff;
}
.color_airbnb{
	color:#FF5A60;
}
/* UI */
.cursor-pointer{
	cursor:pointer;
}

/* font-size */
.font10px{
	font-size:10px;
}

.font12px{
	font-size:12px;
}

.font14px{
	font-size:14px;
}

.font16px{
	font-size:16px;
}

/*Back to HOME*/
.btn_home{
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 10px 30px;
	background: #fff;
	color: #777;
}
/*modalmain table*/
.jquery-modal .modal {
  max-width: 850px;
}

#modalmain table {
  width: 100%;
  max-width: 600px;
  height: 320px;
  border-collapse: collapse;
  border: 1px solid #38678f;
  margin: 50px auto;
  background: white;
}

#modalmain th {
  background: steelblue;
  height: 54px;
  width: 25%;
  font-weight: lighter;
  text-shadow: 0 1px 0 #38678f;
  color: white;
  border: 1px solid #38678f;
  box-shadow: inset 0px 1px 2px #568ebd;
  transition: all 0.2s;
}

#modalmain tr {
  border-bottom: 1px solid #cccccc;
}

#modalmain tr:last-child {
  border-bottom: 0px;
}

#modalmain td {
  border-right: 1px solid #cccccc;
  padding: 10px;
  transition: all 0.2s;
}

#modalmain td:last-child {
  border-right: 0px;
}
.jquery-modal.blocker.current{
  z-index: 9999;
}
