body,html{
  height: 100%;
}
body{
  background: #FFFFFF;
  color: #777777;
  font-family:  'Open Sans', sans-serif!important;
  font-size: 100%;
  margin: 0;
  padding: 0;
  letter-spacing:0.03em;
  font-weight:400;
  box-sizing: border-box;
}
#header {
  background: #1682e2; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2ODJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzYxYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #1682e2 0%, #1361c1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1682e2), color-stop(100%,#1361c1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #1682e2 0%,#1361c1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #1682e2 0%,#1361c1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #1682e2 0%,#1361c1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #1682e2 0%,#1361c1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1682e2', endColorstr='#1361c1',GradientType=0 ); /* IE6-8 */
  width: 100%;
  padding:30px 0;
}
a {
  color:#1682E2;
  text-decoration:none;
}
#header a {
  font-size:14px;
}
#contentwrapper {
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
}
#content {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: none;
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);*/
  /*top: -48px;*/
  margin-left: auto;
  margin-right: auto;
  width:100%;
  text-align: center;
}
#set {
  width: 100%;
  /*background-image: url("/pwa/images/menu_bg.png");*/
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  /*border-bottom:1px solid rgba(255, 255, 255, 0.2);*/
  height: auto;
  text-align: center;
}

#set div {
  text-align:right;
  margin-top:69px;
}

.logo img {
  width:250px;
  max-width: 100%;
}
h1 {
  color: #3b3b3b;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin:0px;
  padding: 0;
  word-spacing: 0.1em;
  font-size: 220%;
}

h2 {
  color: #3b3b3b;
  font-family: 'Open Sans', sans-serif!important;
  font-weight:400;
  letter-spacing:0.02em;
  font-size:190%;
  margin:0px;
}

h3 {
  color: #3b3b3b;
  font-family: 'Open Sans', sans-serif!important;
  font-weight:400;
  letter-spacing:0.02em;
  font-size:160%;
  margin:0px;
}

h4 {
  color: #3b3b3b;
  font-family: 'Open Sans', sans-serif!important;
  font-weight:400;
  letter-spacing:0.02em;
  font-size:130%;
  margin:0px;
}

input, select, textarea {
  border: 1px solid #B0B9BA;
  /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 1px 4px rgba(76, 85, 86, 0.45) inset, 0 -1px 0 rgba(0, 0, 0, 0.07);*/
  padding: 8px 10px;
  color:#3b3b3b;
  font-size:16px;
  font-family:arial;
  max-width: 100%;
  box-sizing: border-box;
}

input:focus, select:focus, textarea:focus {
  box-shadow:#1682E2 0px 0px 15px;
  border:1px solid #FFFFFF;
}

input[type="submit"] {
  background: #1682E2; /* Old browsers */
  color: #FFFFFF !important;
  font-size: 22px;
  border:0px;
  padding:10px 55px;
  cursor:hand;
  border-radius: 100px;
  margin-top: 10px;
  text-transform: capitalize;
}
input[type="submit"]:hover {
  background: #1361c1; /* Old browsers */
}

input[type='checkbox'] {
  width:28px;
  height:28px;
  color:#1682E2;
}

/*  */

table {
  margin: 15px 0;
}

tr, td, th {
  display: inline-block;
  width: 100%;
}

tr {
  margin-bottom: 15px;
  width: 100%;
}

tr:last-child {
  margin-bottom: 0;
}

td:first-child {
  font-weight: bold;
}

ul.form {
  list-style: none;
  padding: 0;
}
ul.form li   {
  margin-bottom: 10px;
}
ul.form li:after {
  clear: both;
  content: "";
  display: table;
}

ul.form li label {
  display: inline-block;
  float: left;
  padding: 4px 0;
  width: 100%;
  color:#3b3b3b;
  font-weight: 400;
}

ul.list{
  list-style:none;
}

ul.list li {
  font-size:93%;
  margin:15px;
}

/*  */

#plan_overview {
  border-top: 1px solid #eee;
  float: left;
  margin-top: 12px;
  padding: 12px 0 0;
}
#plan_overview div {
  float: left;
  margin-right: 20px;
  padding: 7px 0 12px;
  position: relative;
  text-align: center;
  width: 210px;
}
#plan_overview div.alt {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

#plan_overview div:before {
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #2093ca;
  background: -moz-linear-gradient(50% 0 , #2093ca 0, #0865ab 100%);
  background: -ms-gradient(50% 0 , #2093ca 0, #0865ab 100%);
  background: -o-linear-gradient(50% 0 , #2093ca 0, #0865ab 100%);
  background: -webkit-linear-gradient(50% 0 , #2093ca 0, #0865ab 100%);
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 0 2px rgba(0, 0, 0, .4);
  content: ".";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-indent: -9999px;
  top: 0;
  width: 100%;
}
#plan_overview div.alt:before { opacity: 1; }

#plan_overview div h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
  font-size: 18px;
  margin-bottom: 12px;
  padding: 6px 0;
  position: relative;
}
#plan_overview div.alt h4 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: #fff;
}
#plan_overview div ul {
  position: relative;
}
#plan_overview div ul li {
  line-height: 10px;
  margin-bottom: 12px;
}

/* popup */

.popup {
  background: #fff;
  border: 2px solid #088ad5;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
  display: none;
  left: 50%;
  margin-left: -300px;
  padding: 5px;
  position: fixed;
  top: 100px;
  width: 600px;
  z-index: 1000;
}
.popup:before {
  background: rgba(255, 255, 255, .4);
  content: ".";
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.popup .scroll,
.popup .box {
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  overflow: auto;
  padding: 10px;
}
.popup .box {
  overflow: visible;
}

/* notices */


/*  */
.notice_container {
  text-align: center;
  padding: 10px !important;
  margin: 0;
}
* html .notice_container {
  height: 1px;
}
* + html .notice_container {
  min-height: 1px;
}
.notice_bd {
  float: none;
  width: auto;
  display: inline-block;
  margin: 0;
  background: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#content .notice_container .notice_bd > div  {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-image: none;
  padding: 0;
}

#content .notice_container .notice_bd > div h3  {
  background-image: none;
  padding: 6px 10px;
  font-size: 1.1em;
  line-height: normal;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
}

.notice_container .warning {
  background: #e63a3a;
}

.notice_container .notice {
  background: #f7aa0c;
}

.notice_container .success   {
  background: #44bd21;
}

.notice_container span::before {
  font-weight: bold;
  white-space: pre;
}

.notice_container .warning span::before {
  content: "X  ";
}

.notice_container .notice span::before {
  content: " !  ";
}

.notice_container .success span::before {
  content: "\2713  ";
}

/* form errors */

.form_warning {
  background: #c41010;
  border-radius: 3px 2px 2px 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  margin: 4px 2px 0 14px;
  padding: 6px 10px;
  position: relative;
  vertical-align: top;
  max-width:195px;
}
.form_warning:before {
  border: 14px solid #c41010;
  border-color: rgba(255, 255, 255, 0) #c41010 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  content: "";
  display: block;
  height: 0;
  margin: 0 -1px 0;
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
}

/* Signup style */

.signup h1 {
  font-family: 'Open Sans', sans-serif!important;
  font-weight:300;
  letter-spacing:0.02em;
  color:#FFFFFF;
}

.signup {
  text-align: center;
}

.check-container {
  height: 30px;
  margin-top: 10px;
}

#start_domain_domain_id {
  background:#1682E2;
  color:#FFFFFF;
}

#return_dn {
  display: inline-block;
  text-align:center;
  float:none;
  margin:0;
}

.popup.progress-popup {
  margin-left: 0px;
  padding: 5px;
  position: absolute;
  top: 100px;
  width: auto;
  min-width: 400px;
}

.popup.progress-popup > h3 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 0px;
}

.popup.progress-popup > div {
  padding: 30px;
}

.popup.progress-popup .progress-popup-text {
  text-align: center;
  font-size: 14px;
}
