body {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    background: black;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

.head{
	background-color: #161a1c;
	min-height: 80px;
	width: 100%;
	margin: 0;
	z-index: 10;
	display: inline-flex;
	position: fixed;
	top: 0;
}

.ico img{
	height: 66px;
	margin-top: 7px;
	margin-left: 10px;
	padding: 0 0 3 16px;
}

.img_n{
	transition: .3s;
}

.img_n:hover{
	margin-left: 5px;
	transition: .3s;
}

#menuVertical{
	width: 71px;
	height: auto;
	position: fixed;
	z-index: 5;
	top: 79px;
	transition: .3s;
}

#menuVertical ul{
	display: block;
	width: 54px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#menuVertical ul li{
	display: block;
	width: 175px;
	position: relative;
}

#menuVertical ul li a{
	position: relative;
	display: block;
	width: 198px;
	height: auto;
	box-sizing: border-box;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ccc;
	line-height: 2em;
	padding: 10px 15px;
	background: #161a1c;
	text-decoration: none;
	text-shadow: 2px 2px 3px #222;
}

#menuVertical ul li a:hover,
#menuVertical ul li:hover a{
	background: rgb(30, 60, 67);
	color: #fff;
}

.menuLogout{
	position: absolute;
	width: 198px;
	height: 100%;
	background: #161a1c;
	position: fixed;
	top: 79px;
	z-index: 3;
}

.footer{
	position: absolute;
	width: 198px;
	height: 88px;
	bottom: -29px;
	background-color: #161a1c;
	margin-bottom: 70px;
	z-index: 13;
}

.footer ul{
	display: block;
	width: 54px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.footer ul li{
	display: block;
	width: 175px;
	position: relative;
}

.footer ul li a{
	position: relative;
	display: block;
	width: 198px;
	height: auto;
	box-sizing: border-box;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ccc;
	line-height: 2em;
	padding: 10px 15px;
	background: #161a1c;
	text-decoration: none;
	text-shadow: 2px 2px 3px #222;
}


.footer ul li a:hover,
.footer ul li:hover a{
	background: rgb(30, 60, 67);
	color: #fff;
}

.infoTable {
    margin-left: 230px;
    margin-right: 20px;
    margin-top: 100px;
}

.infoTable h1{
    text-align: center;
}

.left TR TD {
    text-align: left;
}

.infoTable Table {
    table-layout: fixed;
    border-collapse: collapse;
    margin: auto auto;
    font-size: 20px;
}

.infoTable Form table {
    table-layout: fixed;
    border-collapse: collapse;
    margin: auto auto;
}

.infoTable TH {
    background-color: #161a1c;
    color: #ccc;
}

.infoTable tr:nth-child(odd) {
    background-color: #2c3438;
    color: #ccc;
}

.infoTable tr:nth-child(even) {
    background-color: #343e40;
    color: #ccc;
}

.infoTable TD, TH{
    word-wrap:break-word;
    padding: 10px;
    border: 2px solid #1a1a1a;
    text-align: center;
}

.infoTable TD a{
    color: #ccc;
}

.authorization {
    width: 450px;
    height: 400px;
    background-color: #161a1c;
    margin: 200px auto 0 auto;
    text-align: center;
    box-shadow: 0 -5px 0 #990000;
    border-radius: 0 0 10px 10px;
}

.authorization h1 {
    padding-top: 60px;
}

.good_game_form {
    width: 80%;
    padding: 10px;
    font-size: 15px;
    border: 2px solid #161a1c;
    background-color: #434a4e;
    color: #ffffff;
}

 .good_game_form_data::-webkit-inner-spin-button {
    display: none;
}

.good_game_form_data::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.good_game_form_data {
    background:#434a4e url("/static/image/calendar.png")  97% 50% no-repeat ;
}

.good_game_form_number::-webkit-inner-spin-button {
    display: none;
}

.good_game_form_number::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.login_text_input {
    width: 300px;
    height: 50px;
    font-size: 18px;
    margin-bottom: 25px;
    border-radius: 4px;
    padding-left: 10px;
}

.dws-submit {
    padding: 13px 30px;
    margin: 5px 0 20px 0;
    font-size: 17px;
    color: #fff;
    background-color: #1e3c43;
    border: none;
    border-bottom: 4px solid #990000;
    cursor: pointer;
}

.dws-submit-normal {
    margin: 10px 0 10px 0;
}

.dws-submit:hover {
    transition: all 0.5s;
    background: #025669;
}

.filter {
    background-color: #161a1c;
    width: 60%;
    margin: auto auto;
    border-radius: 10px;
    border: 2px solid #1a1a1a;
}

.filter select {
    background-color: #2c3438;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px solid #1a1a1a;
}

.filter select:focus {
    outline: none;
    border: 2px solid #1a1a1a;
}

.filter select:hover {
    background-color: #343e40;
}

.filter input {
    background-color: #2c3438;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px solid #1a1a1a;
}

.filter input:hover {
    background-color: #343e40;
}

.filter input:focus {
    outline: none;
    border: 2px solid #1a1a1a;
}


.type_system_div {
    text-transform: uppercase !important;
    text-align: center !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.type_system_a {
    color: #ffffff;
    margin-bottom: 50px;
    margin-top: 50px;
    border-radius: 20px;
    background-color: #2c3438;
    border: 5px solid #1a1a1a;
    padding-top: 10px;
}

.type_system_img {
    width: 45%;
}

.select {
    background-color: #2c3438;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    border-radius: 3px 3px 0 0;
    border: 2px solid #1a1a1a;
}

.select:focus {
    outline: none;
    border: 2px solid #1a1a1a;
}

.select:hover {
    background-color: #343e40;
}



.tabs {
	padding: 0px;
	margin: 0 auto;
}

.tabs>section {
	display: none;
	padding: 15px;
	background: black;
	border: 5px solid #161a1c;
	border-radius: 0 10px 10px 10px;
}

.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.error_data{
    background-color: #940000;
    opacity: 0.5;
    z-index: 100;
    color: black !important;
}

.collapsible {
    color: white;
    cursor: pointer;
    padding: 15px;
    width: 90%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 25px;
    margin: 15px;
}

.div_collapsible {
    text-align: center;
}

.active, .collapsible:hover {
    background-color: #555;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 20px;
    color: white;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.tabs>input {
	display: none;
	position: absolute;
}

.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border: none;
	background: #161a1c;
	border-radius: 10px 10px 0 0;
}

.tabs>label:hover {
	color: #888;
	cursor: pointer;
}

.tabs>input:checked+label {
	color: #fff;
	border: none;
	background: #161a1c;
	border-radius: 10px 10px 0 0;
}

#tab1:checked~#content-tab1, #tab2:checked~#content-tab2,
#tab3:checked~#content-tab3, #tab4:checked~#content-tab4,
#tab5:checked~#content-tab5, #tab6:checked~#content-tab6,
#tab7:checked~#content-tab7, #tab8:checked~#content-tab8{
	display: block;
}

.hidden_block {
    margin-top: 25px;
    display: none;
}

.my_select {
    background-color: #2c3438;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px solid #1a1a1a;
}

.my_select:focus {
    outline: none;
    border: 2px solid #1a1a1a;
}

.my_select:hover {
    background-color: #343e40;
}

.input_popup_text {
    display: none;
}

.input_popup_text:checked + label::after {
    content: attr(data-title);
    position: absolute;
    z-index: 1;
    width: 20%;
    background-color: #343840;
    border: 3px solid #1a1a1a;
    padding: 5px;
}

.label_underlined {
    text-decoration: underline;
}

@media screen and (max-width: 680px) {
	.tabs>label {
		font-size: 0;
	}
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}

@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
}


@media screen and (max-width: 1152px){
    .footer{
        width: 90px;
        margin-bottom: 100px;
    }

	.menuLogout{
		width: 90px;
		transition: .3s;
	}

	#menuVertical ul li a{
		width: 90px;
		transition: .3s;
	}

	.footer ul li a{
		width: 90px;
		transition: .3s;
	}

	#menuVertical ul li{
		width: 90px;
	}

	.footer ul li{
		width: 90px;
	}

	#menuVertical ul li ul li a{
		left: -141px;
	}

	.footer ul li ul li a{
		left: -141px;
	}

	.img_n img{
		height: 70px;
		margin-left: -7px;
		margin-top: 9px;
	}

	.head{
        width: 100%;
    }

    .infoTable {
        margin-left: 120px;
    }
}

@media screen and (min-width: 1152px){
	.img_n img{
		display: none;
	}
}
