html, body{
	color: black;
}
body{
	padding-bottom: 2rem;
}
#tnames{
	table-layout: fixed;
}
#tnames td:first-child{
	min-width: 50px;
}
.top-scroll-wrap{
	padding: 15px 15px 0px 15px;
}
.top-scroll{
	height: 20px;
	overflow-x: scroll;
}
.top-scroll-content{
	background: white;
	height: 1px;
}
.container-fluid.auth{
	display: flex;
	width: 100%;
	height: 100%;
	padding-top: 170px;
}
.container.fluid.noauth{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-content: center;
}
.menu{
	position: fixed;
	width: 100%;
	text-align: center;
	background: white;
	z-index: 3;
	padding-bottom: 5px;
}
.auth-block{
	display: inline-block;
	width: 250px;
	text-align: left;
	margin-top: 35vh;
}
.block{
	display: block;
	width: 100%;
}
.auth-block input{
	width: 100%;
}
.auth-block .block{
	margin-bottom: 5px;
}
.auth-block button{
	margin-top: 10px;
}
.auth-block .alert{
	margin-top: 15px;
}
.tabs{
}
.tabs .tab{
	display: inline-block;
	padding: 10px;
}
.tabs .tab:hover{
	background: rgba(0, 0, 0, 0.1);
}
.tabs .tab.active{
	background: rgba(0, 0, 0, 0.2)!important;
}
.table{
	color: black;
}
.table td{
	position: relative;
	text-align: left;
	padding: 5px;
	position: relative;
    white-space: nowrap;
    border: 1px solid #dee2e6;
	vertical-align: middle;
	height: 60px;
}
.remove, .user-remove{
	margin-left: 5px;
	font-size: 20px;
	color: #8B0000;
	transform: scale(1.4) translateY(2px);
}
.user-command{
	margin-left: 5px;
}
.remove:hover, .user-remove:hover{
	cursor: pointer;
	color: #007bff;
}
.user-mode, #enable-edit, .user-notify-week-edit{
	font-size: 20px;
	transform: scale(1.0) translateY(3px);
	position: absolute;
	right: 5px;
	top: 25%px;
}
.user-notify-week-edit{
	right: 30px;
	top: 29%;
}
.user-mode.fa-regular, #enable-edit, .user-notify-week-edit.fa-regular{
	color: #006400;
}
.user-mode.fa-solid, #enable-edit.active, .user-notify-week-edit.fa-solid{
	color: #FF8C00;
}
.user-mode.fa-regular:hover, #enable-edit:hover, .user-notify-week-edit.fa-regular:hover{
	color: #FF8C00;
}
.user-mode.fa-solid:hover, #enable-edit.active:hover, .user-notify-week-edit.fa-solid:hover{
	color: #006400;
}
.user-mode:hover, #enable-edit:hover, .user-notify-week-edit:hover{
	cursor: pointer;
}
.add-day{
	color: #007bff;
	font-size: 20px;
	transform: scale(1.1) translateY(3px);
}
.add-day:hover{
	cursor: pointer;
	color: #dc3545;
}
.game{
	transform: translateY(1px);
	margin-left: 5px;
	color: #007bff;
}
.game:hover{
	cursor: pointer;
	color: #006400;
}
.game.active{
	color: #006400;
}
.game-td{
	background: rgba(255, 250, 205, 1);
}
#result{
	position: fixed;
	bottom: 15px;
	z-index: 100;
}
.day-sum{
	background: #ffd700;
}
.day-sum_minus{
	background: rgba(165, 42, 42, 0.4);
}
.day-sum_plus, .day-sum_another{
	background: rgba(124, 252, 0, 0.4);
}
.day-players{
	background: rgba(70, 130, 180, 0.4);
}
.cell-edit{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #DAA520;
	padding-left: 15px;
	padding-right: 15px;
	color: white;
	outline: none;
}
.table-main{
	display: flex;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.table-names{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 2;
	height: calc(100% - 2rem);
}
.table-names table{
	width: 450px;
	background: white;
}
.table-responsive{
	position: relative;
	overflow-x: auto;
	padding-left: 449px;
	width: 100%;
	z-index: 1;
}
table tr{
	height: 50px;
}
.type{
	color: red;
}
#preloader{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100000;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.3);
}
.search-block{
	margin-top: 5px;
	padding: 0px 15px;
}
#search{
	width: 100%;
}
.game-real{
	background: #CFFAFF;
}
#game-message, #game-message-2{
	width: 100%;
	min-height: 70px;
}
.game-select, .user-notify-week-select{
	position: absolute;
	z-index: 2;
	padding: 15px;
	background: white;
	border-radius: 5px;
	border: 1px solid black;
	width: 250px;
	right: 10px;
	top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.game-select input{
	width: 100%;
}
.user-notify-week-select{
	justify-content: space-between;
	right: calc(-50% + 60px);
	width: 150px;
}
.user-notify-week-select .item{
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid white;
	padding: 2px;
	border-radius: 5px;
	width: 30px;
	text-align: center;
	line-height: 30px;
}
.user-notify-week-select .item.active{
	background: #006400;
	border-color: #006400;
	color: white;
}
.user-notify-week-select .item:hover{
	border-color: #FF8C00;
}
.day-command{
	margin-left: 5px;
	font-weight: bold;
	color: red;
}
.game-select select{
	width: 100%;
}
.user-notify-week{
	font-size: 12px;
}
@media (max-width: 571px){
	.container-fluid.auth{
		padding-top: 215px;
	}
}
@media (max-width: 524px){
	.container-fluid.auth{
		padding-top: 240px;
	}
}
@media (max-width: 305px){
	.container-fluid.auth{
		padding-top: 305px;
	}
}
.admin-all-notify{
	cursor: pointer;
}
.admin-all-notify.fa-bell{
	color: green;
}
.admin-all-notify.fa-bell-slash{
	color: #8B0000;
}