@charset "utf-8";

.page-content > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 30px;
}


/* Sidebar navigation */
.content-box, .content-box-large {
   margin-bottom:30px;
   background:#fff;
   border-radius:10px;
   padding:10px;
}

.content-box-large {
  padding: 20px;
}

.box-with-header {
  border-top: none;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}

.content-box-header {
  min-height: 40px;
   font-size: 16px;
   background:#f5f5f5;
   border-top-left-radius:5px;
   border-top-right-radius:5px;
   padding:10px;
   border-left:1px solid #eee;
   border-top:1px solid #eee;
   border-right:2px solid #eee;
}

.content-box-header:after {
  clear:both;
}

.sidebar ul.nav, .sidebar ul.nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.sidebar ul.nav ul {
   margin:0px;
   padding:0px;
   display:none;
}

.sidebar .nav li.open ul{
   display:block;
}

.sidebar .nav > li {
	margin: 0;
   border-bottom:1px dashed #eee;
}

.sidebar .nav > li:last-child{
   border-bottom:0px;
}

.sidebar .nav > li li {
	margin: 0;
}

.sidebar .nav > li li a{
   padding-left:25px;
}

.sidebar .nav > li > a {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 15px;
	color: #999;
	display: block;
   font-weight:bold;
   background:none;
	text-decoration: none;
   border-top:0px;
   font-weight:bold;
}

.sidebar .nav > li > a > i{
   margin-right:5px;
}

.sidebar .nav > li > ul > li > a {
	font-size: 13px;
	line-height: 20px;
	padding: 8px 0px 8px 30px;
	color: #999;
   background:#fff;
	display: block;
	text-decoration: none;
   border-top:0px;
   font-weight:bold;
}

.sidebar .nav > li > ul > li.active > a{
   background:#fff;
   border-top:0px;
   color:#555;
}

.sidebar .nav > li > ul > li > a:hover{
   background:#fff;
   color:#555;
   border-bottom:0px;
}

.sidebar .nav li a:hover, .sidebar .nav li.current > a {
	background: #fff;
	color: #555;
   border-bottom:0px;
}

.sidebar .nav li.open > a {
   background:#fff;
   color: #555;
   border-bottom:1px dashed #eee;
}

.sidebar .nav a .caret {
	float: right;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #aaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
   margin-top: 8px;
	margin-left: 2px;
}

.sidebar .nav a:hover .caret {
	border-top-color: #aaa;
}

.sidebar .nav li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #aaa !important;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sidebar .nav li.open > a:hover > .caret {
	border-bottom-color: #aaa;
}

.login-bg {
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-color: #eff0f3;
  background-repeat: no-repeat;
  height: 100%;
}

body {
  background-color: #eff0f3;
}

/** Login & Signup **/

.login-wrapper {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  text-align: center;
}


.login-wrapper .box {
  margin: 0 auto;
  padding: 30px 0 30px;
  float: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.login-wrapper .box .content-wrap {
  width: 82%;
  margin: 0 auto;
}
.login-wrapper .box h6 {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 600;
}
.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
  font-size: 15px;
  height: 40px;
  margin-bottom: 10px;
  border-color: #b2bfc7;
  padding-left: 12px;
}
.login-wrapper .box input[type="text"]:focus,
.login-wrapper .box input[type="password"]:focus {
  border: 1px solid #28a0e5;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -moz-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -ms-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -o-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  box-shadow: inset 0 1px 2px #dddddd, 0px 0 5px #28a0e5;
}
.login-wrapper .box input[type="password"] {
  margin-bottom: 10px;
}

.login-wrapper .box .action {
  /*position: relative;
  top: 30px;
  padding: 15px 0px;*/
}
.login-wrapper .box .signup {
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 25px 6px;
  border-radius: 5px;
}
.login-wrapper .already {
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
}
.login-wrapper .already p {
  display: inline-block;
  color: #222;
}
.login-wrapper .already a {
  color: #222;
  margin-left: 7px;
  border-bottom: 1px solid;
}
.login-wrapper .already a:hover {
  text-decoration: none;
  color: #000;
  border-bottom-color: #000;
}


.login-wrapper .box .social{
  margin: 0 auto;
  width: 90%;
}
.login-wrapper .box .social a.face_login{
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #4566a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#4566a9));
  background: -webkit-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#4566a9 100%); 
  background: linear-gradient(to bottom, #6887c4 0%,#4566a9 100%); 
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#4566a9',GradientType=0 );*/
  border: 1px solid #3B4868;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 37px;
    overflow: hidden;
    width: 99%;
    text-decoration: none !important;
}
.login-wrapper .box .social a.face_login:hover {
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #5773AC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#5773AC));
  background: -webkit-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#5773AC 100%); 
  background: linear-gradient(to bottom, #6887c4 0%,#5773AC 100%); 
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#5773AC',GradientType=0 );*/
}
.login-wrapper .box .social a.face_login span.face_icon{
  background-color: #39599F;
    border-radius: 3px 0 0 3px;
    float: left;
    height: 37px;
    text-align: center;
    width: 51px;
}
.login-wrapper .box .social a.face_login span.face_icon img{
  margin-top: 5px;
}
.login-wrapper .box .social a.face_login span.text{
  color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 6px 0 0 25px;
    text-shadow: 1px 1px 0 #39599F;
}
.login-wrapper .box .division{
  display: inline-block;
    margin: 17px 0 23px;
    position: relative;
    text-align: center;
    width: 100%;
}
.login-wrapper .box .division hr{
  border-color: #E2E2E4;
    border-width: 1px;
    margin: 0;
    position: absolute;
    width: 40%;
}
.login-wrapper .box .division hr.left{
  top: 13px;
}
.login-wrapper .box .division hr.right{
  bottom: 6px;
    right: 0;
}
.login-wrapper .box .division span{
  color: #666666;
  font-size: 18px;
}

.panel-heading>.panel-title, .content-box-header .panel-title {
    float: left;
    padding: 10px 15px;
    padding-top: 0px;
}

.panel-heading>.panel-title>*, .content-box-header .panel-title>* {
    margin: 0;
}

.panel-heading>.panel-title>span, .content-box-header .panel-title>span {
    font-weight: normal;
}

.panel-heading>.panel-options, .content-box-header .panel-options {
    float: right;
    padding-right: 15px;
}

.panel-heading>.panel-options>a, .content-box-header .panel-options>a {
    margin-top: 10px;
}

.panel-body {
  clear:both;
}

/* Responsive CSS */

/* Mobile phones */
@media (max-width: 480px){

}

/* Tablets */
@media (max-width: 767px){
   .container{
      width:100%;
   }
   /*header{
      height:auto;
      padding:15px 0px;
   }  */
   header .logo{
      text-align:center;
      padding-bottom:10px;
   }
   header .navbar .nav > li > a:hover{
      background:#0fa6bc;
      border-radius:5px;
   }
   .navbar-toggle {
      margin-right:0px !important;
   }
}

/* Desktop */
/*
@media (max-width: 991px){
   header{
      height:auto;
      padding:15px 0px;
   }  
   header .logo{
      text-align:center;
      padding-bottom:10px;
   }
   header .form{
      margin:10px auto;
   }
   .sidebar, content-box{
      margin-bottom:30px;
      width:100%;
      float:none;
      position:relative;
   }  
   .mainy{
      margin-left: 0px;
   }
   .sidebar-dropdown{
      display:block;
      text-align:center;
      margin:0 auto;
      margin-bottom:10px;
      border-bottom:1px dashed #eee;
      padding-bottom:10px;
   }
   .sidebar-dropdown a, .sidebar-dropdown a:hover{
      color:#fff;
      background:#16cbe6;
      display:block;
      padding:6px 12px;
      border-bottom:0px;
      box-shadow:0px 0px 1px #0fa6bc;
      border-radius:10px;
   }  
}*/


/* ============================================================
   =================== 서빈 - style 추가, 수정 ===================
   ============================================================ */



/* ==========
  로그인 페이지
  ========== */
.login-bg{}
.login-bg .header{}
.login-bg .header p{float: right; font-size: 14px; margin:0; margin-top: 8px;}
.login-bg .container{width: 600px;}
.login-bg .page-content{border-top: 1px solid #000; border-bottom: 1px solid #000; padding-bottom: 30px; margin-top: 20px;}
.login-bg .login-bg-wrap{width: 100%; position: fixed; left: 0; top: 50%; margin-top: -250px;}
.login-bg .login-bg-wrap .logo{text-align: center;}
.login-bg .login-bg-wrap .logo img{width: 60%; float: left;}
.login-bg .login-bg-wrap .container .login-wrapper{height: 160px; position: relative;}
.login-bg .login-wrapper .box{height: 100%;}
.login-bg .login-wrapper .box::after{clear: both; display: block; content: ""}
.login-bg .login-wrapper .box .content-wrap{width: 80%; float: left; padding-left: 30px;}
.login-bg .login-wrapper .box .signup{width: 100%; padding:35px 0;}
.login-bg .login-bg-wrap .login-txt{font-size: 14px; text-align: center;}
.login-bg .login-bg-wrap .login-txt p{display: inline-block; padding-top: 30px; text-align: left;}
.login-bg .login-bg-wrap .login-txt a{display: inline; color: #000;}


/* ====================
    list 페이지 공통
==================== */
.list-page{background: #fff; padding:0 15px 25px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px;}
.list-page::after{clear: both; display: block; content: ""}
.list-page .row label.tit{width: 100px; float: left; padding-left: 15px; font-size: 13px; line-height: 2.3; text-align: right; font-weight: bold;}


/* ====================
    edit 페이지 공통
==================== */
.edit-page{background: #fff; padding:0 15px 25px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px;}
.edit-page::after{clear: both; display: block; content: ""}
.edit-page .btn-area{float: right; margin-top: 15px;}
.edit-page .btn-area .btn{padding:6px 15px;}
.edit-page .row .tit{font-size: 13px; line-height: 2.3; text-align: right; font-weight: bold;}
.edit-page .row .sub-tit{padding-left: 17px; padding-right: 10px; line-height: 2.8; display: inline-block; float: left;}

/* 기본관리 > 운영자관리 (list & edit) */
.basic-list-table{border-top: 1px solid #ebebeb; padding-top: 25px; margin-top: 10px;}
.basic-list-table table{background: #fff;}
.basic-list-table .dataTables_info{display: none;}
.basic-list-table .dataTables_filter{display: none;}
.basic-list-table .dataTables_length{display: none;}
.basic-list-table .dataTables_wrapper{position: relative; top: -20px;}
.basic-list-page .row{margin-bottom: 15px;}
.basic-list-page .dataTables_wrapper .col-xs-6{display: inline-block; margin:auto; padding-left: 0; width:auto; float: none;}

.dataTable + .row{text-align: center;}
.dataTables_paginate{margin-top: 25px; text-align: center;}

.basic-edit-page .row{margin-bottom: 15px;}
.basic-edit-page .row p{margin-bottom: 0; position: relative; top: -5px;}

.basic-edit-page .row select{width: 100%;}
.basic-edit-page .btn-identify{float: left;}



/* 운영 관리 > main (list & edit) */
.main-list-page{}
.main-list-page .main-list-table{position: relative;}
.main-list-page .main-list-table table{}
.main-list-page .main-list-table table td.tit{width: 550px;}
.main-list-page .main-list-table table td a{width: 300px;}
.main-edit-page .border-top {padding-top: 20px;}
.main-list-page .main-list-table .layer{display: none; position: absolute; top:0; left: 0; width: 100%; height: 100%; background: url(/images/sub-page/layer-80.png) repeat; text-align: center;}
.main-list-page .main-list-table .layer table{width: 100%; height: 100%;}
.main-list-page .main-list-table .layer img{margin:auto; width: 30%}



/* 운영 관리 > banner (list & edit) */
.banner-list-page{}
.banner-list-page .banner-list-table{}
.banner-list-page .banner-list-table table{}
.banner-list-page .banner-list-table table td.tit{width: 550px;}


/* 운영 관리 > history (list & edit) */
.history-list-page{}
.history-list-page .history-list-table{}
.history-list-page .history-list-table table{}
.history-list-page .history-list-table table td.tit{width: 550px;}


/* 운영 관리 > sponsor (list & edit) */
.sponsor-list-page{}
.sponsor-list-page .sponsor-list-table{}
.sponsor-list-page .sponsor-list-table td img{display: inline-block; width: 100px; height: 60px; margin-right: 10px; max-width: 100px}
.sponsor-list-page .sponsor-list-table td div{max-width: 350px; word-break: break-all; text-align: left;}
.sponsor-list-page .sponsor-list-table td.sponsor-name{text-align: left;}
.sponsor-list-page .sponsor-list-table td.sponsor-name a{display: inline-block; width: 100px; word-break: break-all;}
@media screen and (max-width:1200px){
.sponsor-list-page .sponsor-list-table td.tit div{width:300px;}  
}





/*콘텐츠 관리 > news (list & edit) */
.news-list-page{}
.list-page .btn-inquiry{width: 100px; float: right;}
.news-list-page .news-list-table{border-top: 1px solid #ebebeb; padding-top: 25px; margin-top: 25px;}
.news-list-page .news-list-table table{}
.news-list-page .news-list-table table td.tit{width: 550px;}
.news-list-page .news-list-table table th{width: 70px;}
.btn-area-modify{float: left !important;}
.editor-area{width: 100%; height: 300px; border:1px solid #000;}

/*콘텐츠 관리 > vod (list & edit) */
.vod-list-page .vod-list-table{border-top: 1px solid #ebebeb; padding-top: 25px; margin-top: 25px;}
.vod-list-page .vod-list-table td.tit{text-align: left;}
.vod-list-page .vod-list-table td.tit img{display: inline-block; width: 100px; height: 60px; margin-right: 10px;}
.vod-list-page .vod-list-table td.tit div{display: inline-block; width:400px; word-break: break-all; }
@media screen and (max-width:1200px){
.vod-list-page .vod-list-table td.tit div{width:300px;}  
}

/*콘텐츠 관리 > photo (list & edit) */
.photo-list-page .photo-list-table{border-top: 1px solid #ebebeb; padding-top: 25px; margin-top: 25px;}
.photo-list-page .photo-list-table td.tit{text-align: left;}
.photo-list-page .photo-list-table td.tit img{display: inline-block; width: 100px; height: 60px; margin-right: 10px;}
.photo-list-page .photo-list-table td.tit div{display: inline-block; width:400px; word-break: break-all;}
@media screen and (max-width:1200px){
.photo-list-page .photo-list-table td.tit div{width:300px;}  
}

/*콘텐츠 관리 > download (list & edit) */
.download-list-page .download-list-table{border-top: 1px solid #ebebeb; padding-top: 25px; margin-top: 25px;}
.download-list-page .download-list-table::after{clear: both; display: block; content: ""}
.download-list-page .download-list-table div.down-contents{display: table; width: 33%; float: left; margin-bottom: 20px; min-height: 230px; text-align: center;}
.download-list-page .download-list-table div.down-contents a{display: inline-block; width: 70%; height: 200px; line-height: 200px; margin:auto;}
@media screen and (max-width:1200px){
  /*.download-list-page .download-list-table div.down-contents a{margin-left: 0; display: inline;}*/
}
.download-list-page .download-list-table div.down-contents input{display: inline-block; margin-right: 10px;}
.download-list-page .download-list-table div.down-contents img{display: inline-block; width: 100%; max-height: 200px; border: 1px solid #ccc; vertical-align: middle;}
.download-list-page .download-list-table div.down-contents button{ clear: both; width: 100%; max-width: 240px; display: block; padding-right: 25px; margin-left: 32px; margin-top: 10px; text-overflow:ellipsis; white-space: nowrap; overflow: hidden; text-align: left;}
@media screen and (max-width:1200px){
  .download-list-page .download-list-table div.down-contents button{width: 100%; margin-left: 0;}
}
.download-list-page .download-list-table div.down-contents button:hover{text-decoration: underline;}


/* schedule 관리 */
.schedule-list-page{}
.schedule-list-page .schedule-list-table{border-top: 1px solid #ebebeb; padding-top: 25px; margin-top: 25px;}
.schedule-list-page .schedule-list-table{}
.schedule-list-page .schedule-list-table td.date{min-width:180px; max-width:180px; width: 180px;}
.schedule-list-page .schedule-list-table td.location{min-width:200px; max-width:200px; width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.schedule-list-page .schedule-list-table td.tit{margin-left: 0; width: 400px;}
.schedule-list-page .schedule-list-table td.tit a{margin-left: 0; word-break: break-all;}
.schedule-list-page .schedule-list-table .col-sm-10{float: none; margin:auto;}
.schedule-list-table .year{text-align: center;}
.schedule-list-table .year button{display: inline-block; font-size: 30px; padding:0 10px; margin:0 10px;}
.schedule-list-table .year button:hover{color: #428bca}
.schedule-list-table .year p{display: inline-block; text-align: center; font-size: 28px;}
.schedule-list-table .year p span{display: inline;}
.schedule-list-table .month{ text-align: center;}
.schedule-list-table .month ul{width: 100%; display: inline-block; margin:auto; border-top: 2px solid #428bca; border-bottom: 1px solid #333;}
.schedule-list-table .month ul::after{clear: both; display: block; content: ""}
.schedule-list-table .month ul li{width: 8.3%; float: left;}
.schedule-list-table .month ul li a{font-size: 13px; padding:10px 15px; color: #333;}
.schedule-list-table .month ul li a:hover{text-decoration: underline;}
.schedule-list-table .month ul li a.on{color: red;}

.schedule-list-table .schedule-list{margin-top: 40px !important;}
.schedule-list-table .schedule-list .select-month{}
.schedule-list-table .schedule-list .select-month span{display: inline; font-weight: bold; font-size: 13px;}
.schedule-list-table .schedule-list table{}
.schedule-list-table .schedule-list table th{background: #eee; text-align: left;}
.schedule-list-table .schedule-list table td{text-align: left;}
.schedule-list-table .schedule-list table td img{max-width: 150px;}
.schedule-list-table .schedule-list table input[type="checkbox"]{margin-right: 10px;}



/* stats 관리 > tournament (list & edit) */
.tournament-list{}
.tournament-list .dep03, .tournament-edit .dep03 {display: block !important;}
.tournament-list-page{}
.tournament-list-page .tournament-list-table{}
.tournament-list-page .tournament-list-table .glyphicon-play{width: 14px; height: 14px; padding:8px; text-indent: -9999em; overflow: hidden;}
.tournament-list-page .tournament-list-table .glyphicon-play:hover{background: url(/images/icon/icon_play_on.png) no-repeat; background-size: cover; top: 3px}
.tournament-list-page .tournament-list-table table{}
.tournament-list-page .tournament-list-table table td{text-align: center;}
.tournament-list-page .tournament-list-table table td img{max-width: 100px; margin:auto;}

.tournament-edit-page .row .box{clear: both; padding:20px 0 0; border:1px solid #ccc; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px;}
.tournament-edit-page .row .box::after{clear: both; display: block; content: ""}
.tournament-edit-page .border-top{padding-top: 20px; margin-top: 20px;}

.tournament-edit-page .clone-parent{}
.tournament-edit-page .clone-parent .clone{margin-bottom: 20px;}
.tournament-edit-page .clone-parent ~ .btn-area{margin-top: 0;}
.tournament-edit-page .clone-parent ~ .btn-area .btn-remove-form{margin-right: 5px; background-color: #948E8E; border: 1px solid #8C8787}
.tournament-edit-page .clone-parent ~ .btn-area .btn-remove-form:hover{ background-color: #656161; border: 1px solid #757272}

.tournament-edit-page .start{float: left; padding-right: 10px; line-height: 2.2; font-size: 14px;}
.tournament-edit-page .end{float: left; padding-left: 10px; line-height: 2.2; font-size: 14px;}

.tournament-edit-page .flag-img{width: 180px; height:120px; border:1px solid #000; margin:auto; margin-top: 15px; margin-bottom: 5px;}
.tournament-edit-page .flag-img img{width: 100%; height: 100%;}

.tournament-full-img img{max-width:100%;}
.contents-full-img img{max-width:100%;}

/* stats 관리 > Players (list & edit) */
.players-list{}
.players-list .players-list-page{}
.players-list .players-list-page .tit{line-height: 2.5; text-align: right;}
.players-list .players-list-table{}
.players-list .players-list-table table{}
.players-list .players-list-table table td{}
.players-list .players-list-table table td.color{background: #eee;}
.players-list .players-list-table table td.team-name{width: 250px;}
.players-list .players-list-table table td.name{width: 250px;}





#popup{width: 100%; height: 100%; min-width: 0;}
#popup .popup{padding:20px; height: 100%; text-align: center;}
#popup .popup h1{width: 100%; padding-bottom: 20px; border-bottom: 1px solid #999; font-weight: bold; font-size: 28px; text-align: left;}
#popup .popup .tbl{max-height: 500px; overflow-y: auto;}
#popup .popup .tbl table{width: 100%; background: #ebebeb}
#popup .popup .tbl table td{text-align: left; }
#popup .popup .tbl table td.tit{width: 450px;}
#popup .popup .tbl table td.date{text-align: center;}
#popup .popup button.btn-done{margin:auto; margin-top: 30px;}