:root {
  --Primary-color : #006241;
  --Primary-Light-color : #3f906c;
  --Primary-Dark-color : #00371a;
  --border-color : #A5B5A5;
  --Secondary-color : #3b494b;
  --Menu-color :#007B6D;
  --Textbox-Background-color : #e9e9e9;
}

.top_menu {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  top: 0px;
  width: 100%;
  max-width: 800px;
  height: 50px;
  z-index: 100;
  background-color: #006241;
  color: white;
  font-weight: medium;
}

.bottom_menu {
    position: fixed; bottom: 0px; width: 100%; max-width: 800px; height: 50px; z-index:100;
    color: white;
    font-size: 20px;
    font-weight: medium ;
    background-color: #006241 ;
}
.bottom_menu > div {
  float: left; height: 100%; text-align: center ;
  line-height: 50px;
}

body {
	margin: 0 auto;
	max-width: 800px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
}

.main {
	/*padding-top: 65px;*/
	/*padding-bottom: 65px;*/
  margin-top : 10px;
  margin-bottom : 10px;
  text-align: center;
  font-size: 16px;

}


table.list {
  color: #3b494b;
	max-width: 800px;
	min-width: 300px;
	width:95%;
	vertical-align: middle;
	/*border-top:1px solid #A5B5A5;*/
}

table.list td {
	vertical-align: middle;
	border-bottom:1px solid #A5B5A5;
	border-collapse:collapse;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
table.list over {
  position: absolute;
  top: 0;
  right: 0;
}

table.view {
  font-size: 14px;
  color: #3b494b;
	max-width: 800px;
	min-width: 300px;
	width:95%;
	vertical-align: middle;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: center;
	border-top: 1px solid #A5B5A5;
  }
  table.view tr {
    height:30px;
    text-align: left;
  }

  table.view th {
	width: 150px;
  width:30%;
  text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #A5B5A5;
	background: #efefef;
  }
  table.view td {
	padding: 3px;
	vertical-align: middle;
	border-bottom: 1px solid #A5B5A5;
  }

  table.lineup {
    color: #3b494b;
    max-width: 800px;
    min-width: 300px;
    width:95%;
    vertical-align: middle;
    border-collapse: separate;
    text-align: center;
    margin-bottom: 10px;
  }
  table.lineup th {
    padding: 10px;
    width:25%;
    vertical-align: middle;
    text-align: center;
    background-color:#007B6D;
    color:white;
    border-bottom: 1px solid #A5B5A5;

  }
  table.lineup td {
    vertical-align: middle;
    border-bottom: 1px solid #A5B5A5;
    padding: 0 10px;
    text-align: left;
  }
  table.lineup tr:first-child > td {
    border-top: 1px solid #A5B5A5;
  }

  table.lineup tr:first-child th:first-child {
    border-top: 1px solid #A5B5A5;
}

.btn_group button {
  background-color: #007B6D;
  color: white;
  padding: 5px;
}

.btn_menu {

  width: 60px;
  height: 30px;
  border-radius: 4px;
  border: 0px solid #007B6D;
  font-family: 'Noto Sans KR', sans-serif;
  margin: 0px 15px 0px 15px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.btn_menu:active {
  top: 1px;
  background-color: var(--Primary-Light-color);
  position: relative;
}

.view .text_round {
  width: 65%;
  border:1px solid #aaa;
	border-radius:3px;
}

.view .btn_confirm {
  height : 25px;
  padding : 0 3px;
  margin-left : 3px;
  border-radius: 4px;
  box-sizing: border-box;
  border: none;
  background-color: #007B6D;
  color: #d7fff1;
  font-size: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}


.lineup_btn_confirm {
  height : 25px;
  padding : 0 3px;
  margin-left : 3px;
  margin-right: 5px;
  border-radius: 4px;
  box-sizing: border-box;
  border: none;
  background-color: #007B6D;
  color: #d7fff1;
  font-size: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.lineup_btn_confirm:active {
  top: 1px;
  background-color: var(--Primary-Light-color);
  position: relative;
}
.lineup_btn_confirm:disabled {
  background-color: grey;
}

.main input[type=text] {
    /* width: 100%; */
    box-sizing: border-box;
    border: none;
    font-family: 'Noto Sans KR', sans-serif;
    outline: none;
    height: 30px;
    border-bottom-width:1;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
}

input[type=button] {
    border-radius: 4px;
    box-sizing: border-box;
    border: none;
    background-color: #007B6D;
    color: #d7fff1;
    font-size: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/*
tr.colored:nth-child(odd){
	background-color:#ffffff;
	color:#000000;
}

tr.colored:nth-child(even){
	background-color:#ffffff;
	color:#000000;
}
*/
a {
	text-decoration:none;
}
a:link { color: #3b494b; }
a:visited { color: #3b494b; }
a:hover { color: #3b494b; }
a:active { color: #3b494b; }

.div_del {
  display: inline-block;
}
.btn_del {
  width:20px;
  height:25px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12px;
  text-align: center;
}

/*
.option_non_selected {

}
*/
select {
  font-family: "Noto Sansf KR", sans-serif;
  height: 25px;
}
/*
select option[value="0"] {

}
*/
/* Rules for sizing the icon. */
.material-icons {
  cursor:pointer;
}

.material-icons:active {
  top: 2px;
  position: relative;
  color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
  /*margin-bottom:10px;
  margin-top:10px;}*/
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.login {
  padding: 20px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.login-title {
  font-size: 20px;
  margin-bottom: 25px;
}
.login-group {
  height: 38px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.login-icon {
  display: inline-block;
  width: 15%;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: left;
  margin: 0 -3px;
  cursor:pointer;
}
.login-icon img {
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 15px;
  cursor:pointer;
}
.login-name {
  display: inline-block;
  width: 85%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  margin: 0 -3px;
  cursor:pointer;
}

.place_container {
  padding: 3px 3px;
  border: 1px solid #007B6D;
  border-radius:5px 5px;
  margin-bottom: 5px;
}
.place {
  font-size:13px;
  height:25px;
  line-height: 25px;
  margin-bottom: -10px;
}
.place_option {
  display: inline-block;
  padding: 0 5px;
  font-size:10px;
  height:15px;
  line-height: 15px;
  border-radius:25px 25px;
  color:white;
  background-color: #007B6D;
  opacity: 0.5;
  margin-right: 2px;
}
.material-icons.place_edit {
  margin-left: 10px;
  font-size:15px;
  height:25px;
  line-height: 25px;
  vertical-align: bottom;
}

.container {
  margin: 0 auto;
  padding: 5px;
}

.title {
  width: 100%;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-color: #007B6D;
  border: 1px solid #007B6D;

  /*border-radius: 10px 10px 0 0;*/
  /*opacity: 0.5;*/
  color: white;
}

.team {
  width: 100%;
  border: 1px solid #A5B5A5;
  /*border-radius: 0 0 10px 10px;*/
  margin-bottom: 20px;
}

.cursor {
  cursor: pointer;
}




/* 그누모드 overlay */

/* 레이아웃 크기 지정 */
/*
#hd, #wrapper, #ft {min-width:300px}
#container { width:100%; ;float:none }
#ft_copy {
  width: 100%;
}
*/