/*
 * spa.shell.css
 * Shell styles
*/

html, body {
  height: 100%;
  margin: 0;
  -ms-touch-action : none ; /* for *IE10 */
  touch-action : none ;
}

#oheyalink{
  height: 100%;
}

.oheyalink-main-font{
  font-family: 'M PLUS 1p', sans-serif;
}

.oheyalink-main-color{
  background-color: #000000;
}

.oheyalink-header-content{
  display: inline-block;
  float: right;
}

.oheyalink-header-topmenu{
  float: right;
}

.oheyalink-shell-content{
  margin: auto;
}

.oheyalink-nav-button{
  color: #FFFFFF;
  margin-right: 8px;
  margin-left: 8px;
  height: 36px !important;
}

.oheyalink-shell-main-door {
  position: absolute;
  width: 100%;
  height: 100%;
  top    : 0;
  left   : 0;
  bottom : 0;
  right  : 0;
  overflow: hidden;
}

.oheyalink-shell-main-video{
  position: relative;
  width: 100%;
  height: 100%;
  top    : 0;
  left   : 0;
  bottom : 0;
  right  : 0;
  background-color: #000000;
}

.oheyalink-shell-loginname{
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: small;
}

.oheyalink-shell-main{
  position: relative;
}

.oheyalink-header-logo-titleimg{
  width: 130px;
  height: auto;
  margin: 10px 0 0 0;
}

#oheyalink-header-logo-img{
  float: left;
  display: block;
  height : 32px;
  margin : 12px 0;
}

.oheyalink-shell-head{
  position : relative;
  height : 56px;
  margin : 0;
}


@media screen and (max-width:693px) , (max-height:427px){
  /*
  #oheyalink-header-logo{
    display: none;
  }
  .oheyalink-button-circle span{
    display: none !important;
  }
  .oheyalink-nav span{
    display: none !important;
  }
  */
  /*
  .oheyalink-button-circle{
    border-radius:50% !important;
  }
  */
  /*
  .oheyalink-button-circle i {
    padding : 0 8px 0 8px !important;
    margin-left: 0px !important;
  }
  */
  /*
  .oheyalink-button-circle a:hover {
    /border-radius:50% !important;
  }
  */
}

/*ヘッダードロップダウン*/
/*
@media screen and (min-width:1000px) {
  .oheyalink-dropmenu{
    display: none;
  }
}
*/
.oheyalink-dropmenu{
  position: relative;
  float : right;
  margin: 0;
}

.oheyalink-dropmenu:after{
  clear: both;
}

.oheyalink-shell-peer-list-area{
  background: #FFFFFF;
  z-index: 3;
  position: absolute;
  top: 60px;
  left: 8px;
}

.oheyalink-shell-peer-list-title{
  color : white;
  background: black;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 56px;
  text-decoration: none;
  text-align : left;
  padding-left: 8px;
  padding-right: 8px;
}

.oheyalink-dropmenu ul{
  list-style: none;
  padding: 0px !important;
  margin: 0px !important;
  width: 152px;
}

.oheyalink-dropmenu ul::before{
  content: '';
  position: absolute;
  top: -20px;
  display: block;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
  border-left: 20px solid transparent;
}

.oheyalink-dropmenu ul li{
  color : #000000;
  background: #FFFFFF;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 56px;
  text-decoration: none;
  text-align : left;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  cursor: hand;
}

.oheyalink-dropmenu ul li:hover{
  background: #737373;
}

/*ボタン*/
.oheyalink-button-wrap{
  display : block;
  height: 40px;
  background: #191970;
  border-radius:5px;
}

.oheyalink-button-wrap-inline{
  display: inline-block;
}

.oheyalink-button-wrap-float{
  float : right;
}

.oheyalink-button-wrap a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
}

.oheyalink-button-wrap a:hover {
  background: #737373;
  border-radius:5px;
}

.oheyalink-button-wrap i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  line-height: 40px;
}

.oheyalink-button-wrap span {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin-left: 16px;
  margin-right: 16px;
  color: #FFFFFF;
}

/*ステータスアイコン*/
.oheyalink-shell-status-wrap{
  display : block;
  height: 40px;
  border-radius:5px;
  background-color: #737373;
}

.oheyalink-shell-status-wrap a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
}

.oheyalink-shell-status-wrap i {
  display: inline-block;
  vertical-align: middle;
  padding : 0 8px 0 8px;
  line-height: 40px;
}

.oheyalink-shell-status-wrap-float{
  float : right;
}

/*ナビゲーションメニュー*/
.oheyalink-nav{
    display : block;
    float : right;
}

.oheyalink-button-header{
  margin: 8px 0px 8px 8px;
}

.oheyalink-nav-message{
  line-height: 56px;
  text-align: center;
  margin-left: 8px;
  color: #FFFFFF
}

#oheyalink-shell-screenlock{
  z-index :  1;
  position : absolute;
  top : 0px;
  left : 0px;
  right : 0px;
  bottom : 0px;
  background-color : rgba(0,0,0,0.9);
}

#oheyalink-loading{
    z-index : 2;
    padding: 15px;
    position: fixed;
    top:50%;
    left:50%;
    transform : translateY(-50%);
}

#oheyalink-loading .oheyalink-loadingMsg{
    text-align:center;
    padding-top:144px;
    width:128px;
    margin-left: -64px;
    background-image:url("/images/load.svg");
    background-position: center top;
    background-repeat: no-repeat;
    color:white;
}

/*フォーム*/
.oheyalink-basic{
  border:0;
  padding:10px;
  font-size:1.3em;
  color:#000;
  border:solid 1px #ccc;
  margin:0 0 16px;
  width:300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
