﻿/*@import "http://weloveiconfonts.com/api/?family=fontawesome";*/
@font-face {
    font-family: 'FontAwesome';
    /*src: url('/Font/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/Font/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/Font/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/Font/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/Font/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/Font/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');*/
    font-weight: normal;
    font-style: normal;
}
/*body {
  background: #3498db;
  text-align: center;
}

* {
  box-sizing: border-box;
}

section {
  width: 30rem;
  margin: auto;
  padding-bottom: 10rem;
}*/

h1 {
  color: #fff;
  /*font-size: 5rem;*/
  font-weight: bold;
  margin: 0 0 1rem 0;
  text-shadow: 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.4);
}

h2 {
  color: #fff;
  /*font-size: 2rem;*/
  font-weight: bold;
  margin: 0;
  text-shadow: 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.4);
}

h4 {
  color: #fff;
  margin: -2rem 0 2rem 0;
  text-shadow: 0.2rem 0.2rem 0.1rem rgba(0, 0, 0, 0.4);
}

/*==============================================
Base Form Styles 
All form elements need these styles
The rest are modular
================================================ */
[class*="fontawesome-"]:before {
  /*font-family: 'FontAwesome', sans-serif;*/
  font-size: 1.5rem;
  line-height: 2;
}

.ui-innai {
  border-radius: 2rem!important;
  box-shadow: inset 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.1), 0.2rem 0.2rem 0 rgba(255, 255, 255, 0.1)!important;
  background: rgba(0, 0, 0, 0.25)!important;
  display: inline-block!important;
  font-size: 1rem!important;
  margin: 0 0 1rem 0!important;
  padding: 1rem!important;
  text-align: center!important;
  width: 90%!important;
}
.ui-innai:after {
  content: "."!important;
  display: block!important;
  clear: both!important;
  visibility: hidden!important;
  line-height: 0!important;
  height: 0!important;
}
.yyk-input{
  background: rgba(0, 0, 0, 0.25)!important;
  border: 0!important;
  border-radius: 0!important;
  height: 3rem!important;
  width: 58%!important;
  color: #fff!important;
  float: left!important;
  padding-left: 0.5rem!important;
}
.ui-innai input[type="yykcd"], .ui-innai input[type="password"], .ui-innai input[type="search"] , .ui-innai input[type="number"]{
  background: rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 0;
  height: 3rem;
  width: 58%;
  color: #fff;
  float: left;
  padding-left: 0.5rem;
}
.ui-innai input[type="yykcd"]:focus, .ui-innai input[type="password"]:focus, .ui-innai input[type="search"]:focus, .ui-innai input[type="number"]:focus {
  background: rgba(0, 0, 0, 0.5);
  transition: background 1s ease;
}
.ui-innai input[type="submit"] {
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 0 1rem 1rem 0;
  color: #fff;
  float: left;
  height: 3rem;
  width: 20%;
  z-index: 3;
}
.ui-innai input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0.6);
  transition: all 1s ease;
}
.ui-innai label {
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 0 1rem 1rem 0;
  color: #fff;
  float: left;
  height: 3rem;
  width: 20%;
  z-index: 3;
  border-radius: 1rem 0 0 1rem;
  line-height: 3;
}



.ui-mypage {
  border-radius: 2em!important;
  box-shadow: inset 0.1em 0.1em 0 rgba(0, 0, 0, 0.1), 0.2em 0.2em 0 rgba(255, 255, 255, 0.1)!important;
  background: rgba(240, 240, 240, 0.95)!important;
  display: inline-block;
  font-size: 1em!important;
  /*margin: 0 0 1em 0!important;*/
  padding: 0.8em!important;
  text-align: center!important;
  /*width: 90%!important;*/
  /*position:relative;*/
}
.ui-mypage3 {
  border-radius: 2em!important;
  box-shadow: inset 0.1em 0.1em 0 rgba(0, 0, 0, 0.1), 0.2em 0.2em 0 rgba(255, 255, 255, 0.1)!important;
  background: rgba(240, 240, 240, 0.95)!important;
  display: inline-block!important;
  font-size: 1em!important;
  /*margin: 0 0 1em 0!important;*/
  padding: 0.5em!important;
  text-align: center!important;
  /*width: 90%!important;*/
  /*position:relative;*/
}
.ui-mypage4 {
  border-radius: 1em;
  box-shadow: inset 0.1em 0.1em 0 rgba(0, 0, 0, 0.1), 0.2em 0.2em 0 rgba(255, 255, 255, 0.1)!important;
  background: rgba(240, 240, 240, 0.95)!important;
  display: inline-block;
  font-size: 1em;
  /*margin: 0 0 1em 0!important;*/
  padding: 0.3em;
  text-align: center;
  /*width: 90%!important;*/
  /*position:relative;*/
}
.ui-mypage:after {
  content: "."!important;
  display: block!important;
  clear: both!important;
  visibility: hidden!important;
  line-height: 0!important;
  height: 0!important;
}

.ui-mypage input[type="yykcd"], .ui-mypage input[type="password"], .ui-mypage input[type="search"] , .ui-mypage input[type="number"]{
  background: rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 0;
  height: 2em;
  width: 58%;
  color: #fff;
  float: left;
  padding-left: 0.5em;
  font-size:2.2em;
}
.ui-mypage input[type="yykcd"]:focus, .ui-mypage input[type="password"]:focus, .ui-mypage input[type="search"]:focus, .ui-mypage input[type="number"]:focus {
  background: rgba(0, 0, 0, 0.5);
  transition: background 1s ease;
}

.ui-mypage3 input[type="yykcd"], .ui-mypage input[type="password"], .ui-mypage input[type="search"], .ui-mypage input[type="number"] {
    background: rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 0;
    height: 2em;
    width: 58%;
    color: #fff;
    float: left;
    padding-left: 0.5em;
    font-size: 2.2em;
}

.ui-mypage3 input[type="yykcd"]:focus, .ui-mypage input[type="password"]:focus, .ui-mypage input[type="search"]:focus, .ui-mypage input[type="number"]:focus {
    background: rgba(0, 0, 0, 0.5);
    transition: background 1s ease;
}

.ui-mypage .input{
  background: rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 0;
  /*height: 2.5em;*/
  width: 58%;
  color: #fff;
  float: left;
  padding-left: 0.5em;
}
.ui-mypage .input:focus{
  background: rgba(0, 0, 0, 0.5);
  transition: background 1s ease;
}

.ui-mypage input[type="submit"] {
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 0 1em 1em 0;
  color: #fff;
  float: left;
  height: 3em;
  width: 20%;
  z-index: 3;
}
.ui-mypage input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0.6);
  transition: all 1s ease;
}




.ui-mypage5 {
  border-radius: 2em!important;
  box-shadow: inset 0.1em 0.1em 0 rgba(0, 0, 0, 0.1), 0.2em 0.2em 0 rgba(255, 255, 255, 0.1)!important;
  background: #ACDCFF!important;
  display: inline-block!important;
  font-size: 1em!important;
  /*margin: 0 0 1em 0!important;*/
  padding: 0.8em!important;
  text-align: center!important;
  /*width: 90%!important;*/
  /*position:relative;*/
}
.ui-mypage5:after {
  content: "."!important;
  display: block!important;
  clear: both!important;
  visibility: hidden!important;
  line-height: 0!important;
  height: 0!important;
}

.ui-mypage5 input[type="yykcd"], .ui-mypage5 input[type="password"], .ui-mypage5 input[type="search"] , .ui-mypage5 input[type="number"]{
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 0;
  height: 2em;
  width: 58%;
  color: rgba(0, 0, 0, 0.7);
  float: left;
  padding-left: 0.5em;
  font-size:2.2em;
}
.ui-mypage5 input[type="yykcd"]:focus, .ui-mypage5 input[type="password"]:focus, .ui-mypage5 input[type="search"]:focus, .ui-mypage5 input[type="number"]:focus {
  background: rgba(0, 0, 0, 0.5);
  transition: background 1s ease;
}

.ui-mypage5 .input{
  background: rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 0;
  /*height: 2.5em;*/
  width: 58%;
  color: rgba(0, 0, 0, 0.7);
  float: left;
  padding-left: 0.5em;
}
.ui-mypage5 .input:focus{
  background: rgba(0, 0, 0, 0.5);
  transition: background 1s ease;
}
/*.ui-mypage label {
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 0 1rem 1em 0;
  float: left;
  width: 20%;
  z-index: 3;
  border-radius: 1em 0 0 1em;
  line-height: 3;
}*/
/*==============================================
Color Picker
================================================ */
.colors ul {
  padding: 0;
  margin: 0;
}
.colors ul li {
  background: red;
  border-radius: 1rem;
  box-shadow: 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  float: left;
  height: 3rem;
  list-style: none;
  margin: 0 0.5rem;
  transition: border 0.5s ease;
  width: 3rem;
}
.colors ul li:first-child {
  background: #3498db;
}
.colors ul li:nth-child(2) {
  background: #9b59b6;
}
.colors ul li:nth-child(3) {
  background: #1abc9c;
}
.colors ul li:nth-child(4) {
  background: #f39c12;
}
.colors ul li:nth-child(5) {
  background: #e74c3c;
}
.colors ul li:nth-child(6) {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmM2U1MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyY2FiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #0f3e50), color-stop(100%, #d2cabd));
  background-image: -moz-linear-gradient(left bottom, #0f3e50 0%, #d2cabd 100%);
  background-image: -webkit-linear-gradient(left bottom, #0f3e50 0%, #d2cabd 100%);
  background-image: linear-gradient(to right top, #0f3e50 0%, #d2cabd 100%);
}
.colors ul li:nth-child(7) {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3ZGVlZCIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjNzFjZWVmIi8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMyMWI0ZTIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiN2RlZWQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(0%, #b7deed), color-stop(40%, #71ceef), color-stop(70%, #21b4e2), color-stop(100%, #b7deed));
  background-image: -moz-linear-gradient(left bottom, #b7deed 0%, #71ceef 40%, #21b4e2 70%, #b7deed 100%);
  background-image: -webkit-linear-gradient(left bottom, #b7deed 0%, #71ceef 40%, #21b4e2 70%, #b7deed 100%);
  background-image: linear-gradient(to right top, #b7deed 0%, #71ceef 40%, #21b4e2 70%, #b7deed 100%);
}

/*==============================================
Drop Down menu-innais
================================================ */
.menu-innai ul {
  list-style: none;
  display: none;
  width: 100%!important;
  background: rgba(0, 0, 0, 0.5)!important;
  float: left;
  margin: 1rem 0 0 0;
  padding: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.menu-innai ul li {
  display: block!important;
  color: #fff!important;
  padding: 10px 10px 10px 18px!important;
  cursor: pointer!important;
}
.menu-innai ul-innai li:hover {
  background: rgba(0, 0, 0, 0.5)!important;
  cursor: pointer!important;
}
.menu-innai div {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  color: #fff;
  cursor: pointer;
  line-height: 3;
  padding-left: 3rem;
}
.menu-innai div span {
  float: right!important;
  background: rgba(0, 0, 0, 0.2)!important;
  border-radius: 0 1rem 1rem 0!important;
  cursor: pointer!important;
  padding: 0 1rem!important;
}
.menu-innai div span:hover {
  background: rgba(0, 0, 0, 0.5)!important;
}

/*==============================================
Slider
================================================ */
input[type='range'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.5);
  height: 1rem;
  width: 100%;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 1rem;
  background: white;
  height: 2rem;
  width: 2rem;
}

/*==============================================
Progress Bar
=============================================== */
.progress > span {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  display: block;
  height: 2rem;
  overflow: hidden;
  position: relative;
}
.progress > span:after {
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 5rem 5rem;
  border-radius: 1rem;
  content: "";
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/*==============================================
Notifications
=============================================== */
/*.notifications ul {
  margin: 0;
  padding: 0;
}
.notifications ul li {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  color: #fff;
  cursor: pointer;
  float: left;
  height: 5rem;
  list-style: none;
  margin: 0 0.5rem;
  width: 6rem;
}
.notifications ul li [class*="fontawesome-"]:before {
  font-size: 3rem;
  line-height: 1.7;
}

.notification:after {
  background: #e50000;
  border-radius: 1rem 1rem 1rem 0;
  box-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.6);
  content: '3';
  font-size: 1.3rem;
  font-weight: bold;
  height: 2rem;
  position: absolute;
  margin-top: -0.5rem;
  width: 2rem;
}*/

/*==============================================
Login Form
================================================ */
.login input[type="yykcd"], .login input[type="password"] {
  border-radius: 0 1rem 1rem 0;
  margin: 0.5rem 0;
  width: 75%;
}
.login label {
  margin: 0.5rem 0;
  width: 25%;
}
.login input[type="submit"] {
  border-radius: 1rem;
  margin: 1rem 0;
  width: 100%;
}

input[type="yykcd"]:valid ~ .input-validation:after {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  content: "?";
  color: #fff;
  font-size: 2rem;
  height: 3rem;
  line-height: 1.5;
  margin-left: 2rem;
  position: absolute;
  width: 3rem;
}

input[type="yykcd"]:invalid ~ .input-validation:before {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  content: "X";
  color: #fff;
  font-family:inherit;
  font-size: 2rem;
  font-weight: bold;
  height: 3rem;
  line-height: 1.5;
  margin-left: 2rem;
  position: absolute;
  width: 3rem;
}

input[type="yykcd"]:invalid ~ .input-validation2:after {
  border-radius: 1rem;
  content: "This is an invalid yykcd address";
  color: #fff;
  top: 0.5rem;
  position: relative;
}

/*==============================================
Search Inputs
================================================ */
.search2 input[type="yykcd"] {
  border-radius: 0 1rem 1rem 0;
  width: 80%;
}
.search3 input[type="yykcd"] {
  border-radius: 0.6em 0.6em 0.6em 0.6em;
  width: 80%;
}
.search2 .input {
  border-radius: 0 1rem 1rem 0;
  width: 80%;
}
.search3 .input {
  border-radius: 0.6em 0.6em 0.6em 0.6em;
  width: 80%;
}
.search4 input[type="yykcd"] {
  border-radius: 0.5em;
  width: 80%;
}
.search4 .input {
  border-radius: 0.5em;
  width: 80%;
}
/*==============================================
Twitter Widget
================================================ */
.twitter .fontawesome-twitter:before {
  color: #fff;
  float: left;
  font-size: 4rem;
  line-height: 2;
  margin: -1rem 0 -2rem 0.5rem;
}
.twitter div {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  color: #fff;
  float: right;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  position: relative;
  width: 100%;
  word-wrap: break-word;
}
.twitter div:after {
  content: "";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -15px;
  left: 50px;
  width: 0;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.4) transparent;
}
.twitter a {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
}
.twitter h3 {
  color: #fff;
  font-size: 2rem;
  margin: 0;
  padding: 0;
}


.listbt {
    /*background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);*/
}