.base {
  margin: 0px;
  /*background-color: #0db6ff;*/
  background-color: #202225;
  color: #fff;
}

button{
  background-color: #747f8d;
  color: #fff;
  border-radius: 5px;
  height: 22px;
  border: none;
  outline: none;
}
button:hover{
  background-color: #72767d;
}
button:active{
  background-color: #7d8591;
}

div.helpbtn{
  position: absolute;
  width:1.5em;
  height:1.5em;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  border: 0.1em solid #fff;
  text-align: center;
  vertical-align: middle;
}

::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
  background: #272b30;
  border: none;
  border-radius: 10px;
  /*box-shadow: inset 0 0 2px #202225; */
}
::-webkit-scrollbar-thumb{
  background: #36393f;
  border-radius: 10px;
  box-shadow: none;
}

/* ポップアップ関係 */
div.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

div.popup.is-show {
  opacity: 1;
  visibility: visible;
}

div.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #36393f;
  z-index: 2;
}

div.popup-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
  cursor: pointer;
}

div.HarfCell{
  width: 50%;
  display: table-cell;
}

label.job {
  font-weight: bold;
}

img.job {
  width: 32px;
}

img.job2 {
  width: 48px;
}

div.ListTable{
  display: table;
  width: 100%;
}

div.ListUserDiv{
  display: table-row-group;
}

div.PositionCell{
  width: 50%;
  height: 80px;
  display: table-cell;
  
  vertical-align: middle;
}

img.disable {
  -webkit-filter:grayscale(100%);
  -moz-filter:grayscale(100%);
  -ms-filter:grayscale(100%);
  filter:grayscale(100%);
}

/* 閉じるボタン*/
div.close {
	font-size: 20px;
	position: absolute;
	width: 1.7em;
	height: 1.7em;
	border: 0.1em solid #72767d;
	border-radius: 100%;
  right: 0px;
  top: 0px;
}
div.close::before {
	position: absolute;
	top: 0.4em;
	left: 0.8em;
	width: 0.1em;
	height: 0.9em;
	content: "";
	background-color: #dcddde;
	transform: rotate(45deg);
}
div.close::after {
	position: absolute;
	top: 0.8em;
	left: 0.4em;
	width: 0.9em;
	height: 0.1em;
	content: "";
	background-color: #dcddde;
	transform: rotate(225deg);
}

/* ヘッダー */

.header {
  width: 100%;
}
label.msg {
  color: #f00;
  padding-left: 40px;
  font-weight: bold;
}

/* メイン */
div.wrapper {
  width: 100%;
  display: flex;
  margin: 20px auto;
  justify-content: center;
}

div.alall{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex:1;
}

div.col {
  width: calc(50% - 40px);
  margin: 20px;
  overflow: auto;
  height: 100%;
  min-width: 200px;
}
@media screen and (max-width: 900px){
  div.col {
    width: calc(100% - 40px);
    margin: 20px;
    overflow: auto;
    height: inherit;
    min-width: 200px;
  }
}

div.col2 {
  width: 300px;
  margin: 20px;
  overflow: auto;
  height: 100%;
}

div.drop-zone {
  /*background-color: #eee;*/
  background-color: #2f3136;
  margin-bottom: 10px;
}

div.al_name {
  padding: 5px 10px 5px;
}

div.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

div.drag-el {
  /*background-color: #fff;*/
  background-color: #36393f;
  margin: 0px 10px 10px;
  padding: 5px;
  position: relative;
  
  flex-basis: 165px;
  flex-grow: 1;
}

img.icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid #888888;
}

img.abc {
  border: 3px solid #43b581;
}
img.def {
  border: 3px solid #4381b5;
}

div.role {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  top: 32px;
  left: 32px;
}

div.tank {
  background: url("img/TankRole.png");
  background-size: 100%;
}

div.healer {
  background: url("img/HealerRole.png");
  background-size: 100%;
}

div.dps {
  background: url("img/DPSRole.png");
  background-size: 100%;
}

div.free {
  background: url("img/Free.png");
  background-size: 100%;
}

div.none {
  background: url("img/none.png");
  background-size: 100%;
}
div.replenish {
  background: url("img/replenish.svg");
  background-size: 100%;
}

button.job {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
}

img.PosIcon {
  position: absolute;
  pointer-events: none;
  display: inline-block;
  top: -5px;
  left: -10px;
  width: 30px;
  height: auto;
  transform: rotate(-40deg);
}

div.name {
  position: absolute;
  top: 3px;
  left: 80px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: 100px;
  height: 50px;
  white-space: nowrap;
}

div.name2 {
  position: absolute;
  top: 14px;
  left: 50px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: 100px;
  height: 50px;
  white-space: nowrap;
}

span.ptin {
  color: #fff;
  font-weight: normal;
}

div.PrevAlliance{
  position: absolute;
  top: 0px;
  left: 180px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 50px;
  height: 40px;
}

img.AlIcon {
  position: relative;
  width: 40px;
  height: auto;
  top: -14px;
  left: 14px;
}

.search{
  width: 100%;
  background-color: #36393f;
  border: none;
  border-bottom: 1px solid #202225;
  outline: none;
  color: #fff;
}

div.UserList{
  width: 100%;
  height: 100px;
  overflow-y: scroll;
  background-color: #36393f;
}

img.icon2 {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: table-cell;
}
div.ListUserName {
  font-size: 14px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  border-bottom: 1px solid #000;
}
div.ListButton{
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #000;
}
button.btn{
  width: 50px;
}

[v-cloak] {
  display:none;
}

/* ONOFFボタン用 */
.onoffswitch {
  top: 3px;
  position: relative; width: 40px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
  display: inline-block;
}
.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  height: 14px; padding: 0; line-height: 14px;
  border: 2px solid #72767d; border-radius: 14px;
  background-color: #72767d;
  transition: background-color 0.15s ease-in;
}
.onoffswitch-label:before {
  content: "";
  display: block; width: 14px; margin: 0px;
  background: #ffffff;
  position: absolute; top: 0; bottom: 0;
  right: 24px;
  border: 2px solid #72767d; border-radius: 14px;
  transition: all 0.15s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
 border-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px; 
}
/* */
.swiper-container {
  width: 100%;
  height: 500px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
div.textleft{
  text-align: left;
}
svg{
  z-index: 10000;
}

div.WL{
  width: 0;
  height: 0;
  position: relative;
}
