@charset "UTF-8";

.teams-main {
	text-align: left;
	padding-right: 4rem;
}

.teams-main table.teams-search {
	margin: 0 auto 0 0;
	width: 100%;
}

.teams-main table.teams-add {
	height: 100%;
}

.teams-main table.teams-search>tbody>tr>td {
	padding-left: 1.5rem;
	text-align: left;
}

.teams-main table.teams-search>tbody>tr>th {
	width: 12%;
}

.teams-main .teams-add>.btn {
	display: block;
	margin: 0;
}

.teams-main .team-list {
	position: relative;
	margin-top: 2rem;
}

.teams-main .team-list .team-list-title {
	position: absolute;
	top: 0;
	width: 100%;
	height: 54px;
	padding: 0.5rem 1rem;
}

.teams-main .team-list .team-list-title h2 {
	font-weight: 700;
}

.teams-main .team-detail {
	margin-top: 2rem;
	width: 100%;
	height: 600px;
	border: 1px solid #ccc;
	position: relative;
	padding: 60px 0;
}

.teams-main .team-detail-title {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
}

.teams-main .team-detail-content {
	height: 100%;
	overflow: auto;
}

.teams-main #initteam>.team-detail-content {
	height: auto;
	overflow: visible;
	text-align: center;
	margin-top: 15rem;
}

.teams-main .team-detail-content>table>tbody>tr>* {
	padding: 0.5rem 1rem;
}

.teams-main .team-detail-content>table>tbody>tr>th {
	text-align: right;
	white-space: nowrap;
}

.teams-main .team-detail-button {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1rem 2rem;
}

.teams-main .team-detail-button>table {
	width: 100%;
}

.teams-main .team-detail-button>table>tbody>tr>td>.btn {
	display: block;
	margin: 0 auto;
}

.teams-main .team-detail-button>table>tbody>tr>td>p {
	margin: 0;
}

.teams-main .modal-title {
	font-weight: 700;
}

.teams-main .team-update-content>table {
	margin: 0 auto;
	width: 100%;
	max-width: 760px;
}

.teams-main .team-update-content>table>tbody>tr>* {
	padding: 0.5rem 1px;
}

.teams-main .team-update-content>table>tbody>tr>th {
	text-align: right;
	white-space: nowrap;
}

.teams-main .error-title-table {
	margin-right: auto;
}

.teams-main .error-msg-table {
	margin: 0 auto;
}