/*
@font-face { 
	font-family: "Roboto"; 
	font-style: normal; 
	font-weight: 400; 
	src: local("Roboto"), local("Roboto-Regular"), url("https://fonts.gstatic.com/s/roboto/v18/CWB0XYA8bzo0kSThX0UTuA.woff2") format("woff2"); 
	unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; 
}
*/

html {
	box-sizing: border-box;
	overflow-x: hidden;
	overflow: unset !important;
}

body {
	background-color: #f1f1f1;
	height:100%;
	overflow-y: scroll;
	/*line-height: 1.15;*/
}

.modal-open .modal{
	overflow-y: scroll;
}

a {
	text-decoration: none !important;
}

.container, .container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}

#content{
	padding-top: 65px;
	min-height: calc(100vh - 125px);
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	/* min-width: 425px; */
}

.navbar-fixed-top{
	padding-right: inherit;
}

.navbar-default {
	background-color: #ffffff;
}

.navbar-brand{
	font-size: 2em;
	font-weight: bold;
}

.navbar-nav li:hover{
	cursor:pointer;
	background-color: #dadada;
	border-color: #C48214;
	transition: 0.2s ease-out;
}

li a{
	cursor:pointer;
}
.multiselect-container > li.active i.fa {
	color:white !important;
}

.multiselect-filter{
	padding-right: 5px;
}

.navbar-default .navbar-nav > li.dropdown > a.dropdown-toggle{
	min-width: 160px;
	text-align: center;
}

.topbar-user {
	min-height: 50px;
}

.topbar-user img{
	height: 35px;
	width: 35px;
	display: inline-block;
}

.topbar-user .dropdown-toggle {
	padding: 7px;
}

.topbar-user .dropdown-menu {
	width: 100%;
}

.team_img{
	border-radius: .5em;
	margin-bottom: .5em;
	min-height: 121px;
}

.title_top {
	font-size: 2.3em;
	height: 100%;
	background-color: #000;
	color: #FFF;
	padding: 0px 50px;
}


.hide{
	display: none;
}

select[type="multiselect"]{
	height: 32px;
	opacity: 0;
}

textarea.form-control {
	max-width: 100%;
	min-width: 100%;
}

kbd.success{
	background-color: #3c763d;
}

.block-box {
	background-color: #FFF;
	border-bottom: 0px;
	-webkit-box-shadow: 0 0 5px 0 #e2e3e4;
	-moz-box-shadow: 0 0 5px 0 #e2e3e4;
	box-shadow: 0 0 5px 0 #e2e3e4;
	position: relative;
	padding: 10px 25px 15px 25px;
	margin-bottom: 10px;
	border-radius: 8px;
}

.block-box-head{
	color: #FFF;
	text-align: center;
	font-size: 32px;
	padding: 15px 0px;
	font-weight: 700;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	
	background-position: center center;
	background-size: cover;
	width: 100%;
	box-shadow: 0 0 0 1000px rgba(0,0,0,.5) inset;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.block-box-head + .block-box {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.mb-0{margin-bottom: 0 !important;}
.mb-5{margin-bottom: 5px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-15{margin-bottom: 15px !important;}
.mt-0{margin-top: 0 !important;}
.mt-5{margin-top: 5px !important;}
.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}

.m-0{margin: 0 !important;}
.m-5{margin: 5px !important;}
.m-10{margin: 10px !important;}
.m-15{margin: 15px !important;}

.mr-0{margin-right: 0 !important;}
.mr-5{margin-right: 5px !important;}
.mr-10{margin-right: 10px !important;}
.mr-15{margin-right: 15px !important;}
.ml-0{margin-left: 0 !important;}
.ml-5{margin-left: 5px !important;}
.ml-10{margin-left: 10px !important;}
.ml-15{margin-left: 15px !important;}

.pd-0{padding: 0 !important;}
.pd-5{padding: 5px !important;}
.pd-10{padding: 10px !important;}
.pd-15{padding: 15px !important;}
.pd-20{padding: 20px !important;}

.pdl-0{padding-left: 0 !important;}
.pdl-5{padding-left: 5px !important;}
.pdl-10{padding-left: 10px !important;}
.pdl-15{padding-left: 15px !important;}
.pdl-20{padding-left: 20px !important;}

.pdr-0{padding-right: 0 !important;}
.pdr-5{padding-right: 5px !important;}
.pdr-10{padding-right: 10px !important;}
.pdr-15{padding-right: 15px !important;}
.pdr-20{padding-right: 20px !important;}

.pdb-0{padding-bottom: 0 !important;}
.pdb-5{padding-bottom: 5px !important;}
.pdb-10{padding-bottom: 10px !important;}
.pdb-15{padding-bottom: 15px !important;}
.pdb-20{padding-bottom: 20px !important;}

.pdt-0{padding-top: 0 !important;}
.pdt-5{padding-top: 5px !important;}
.pdt-10{padding-top: 10px !important;}
.pdt-15{padding-top: 15px !important;}
.pdt-20{padding-top: 20px !important;}

.w-100{width:100%;}
.w-75{width:75%;}
.w-50{width:50%;}
.w-25{width:25%;}

.padding-5{padding: 5px !important;}
.padding-10{padding: 10px !important;}

.padding_side-5{padding-left: 5px !important; padding-right: 5px !important;}
.padding_side-10{padding-left: 10px !important; padding-right: 10px !important;}

.border-0{
	border: 0px !important;
}

.border{
	border: 1px solid #ccc;
	border-radius: 4px;
}

.alert-panel{
	border: 0;
	border-radius: 0;
	margin: -10px 0px 10px 0px;
}

.project-name {
	font-size: 1.6em;
	/* font-weight: bold; */
	color: #C48214;
}

.project-name:hover{
	color: #925F0B;
	transition: 0.2s ease-out;
}

.project-img{
	padding-right: 0px;
}

.top-position{
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	color: #b7b7b7;
}

.project-rating {
	text-align: center;
	color: #C48214;
	display: inline-block;
	padding: 5px 5px 5px 20px;
	/* vertical-align: top; */
}

.project-rating_word{
	font-size: 1.1em;
	font-weight: normal;
}

.project-rating_num{
	font-size: 1.3em;
	font-weight: bold;
}


.project-info{
	font-size: 0.9em;
	display: inline-block;
}

.project-vote_btn {
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
	float: right;
}

.project-bg{
	height: 200px;
	box-shadow: 0 0 0 1000px rgba(0,0,0,.5) inset;
	background-position: center center;
	background-size: cover;
	
	margin: 0px 30px 5px 30px;
}

.project-bgName{
	color: white;
	font-size: 2.3em;
	position: absolute;
	top: 160px;
	left: 40px;
}

.project-bgName a {
	color: white;
}

.project-bg .bonus{
	margin-top: -35px;
}

.project-editbg i{
	display: none;
}

.project-editbg:hover i{
	display: block;
}

.bonus{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	color: #FFF;
	font-size: 1.7em;
	line-height: 0px;
	
	border: 25px solid transparent;
	border-top: 25px solid #5cb85c;
	border-right: 25px solid #5cb85c;
}

.bonus i{
	position: absolute;
	bottom: -2px;
	left: 2px;
}

.btn-vote {
	color: #fff;
	background-color: #1C1716;
	border-color: #1C1716;
	border-radius: 0;
	transition: 0.2s ease-out;
}

.btn-vote:hover {
	color: #fff;
	background-color: #C48214;
	border-color: #C48214;
	transition: 0.2s ease-out;
}

.btn-vote:focus, .btn-bgVote:focus{
	color: #fff;
}

.btn-bgVote {
	color: #fff;
	background-color: #C48214;
	border-color: #C48214;
	border-radius: 0;
	transition: 0.1s ease-out;
}

.btn-bgVote:hover {
	color: #fff;
	background-color: #AD6F13;
	border-color: #AD6F13;
	transition: 0.1s ease-out;
}

.btn-dark, .btn-gold:focus {
	color: #fff !important;
	background-color: #2c3e50;
	border-color: #2c3e50;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
	color: #fff !important;
	background-color: #1e2b37;
	border-color: #1a252f;
}

.btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active{
	background-color: #1e2b37 !important;
}

.btn-dark:active:hover, .btn-dark:active:focus {
	background-color: #465b6e; !important;
}

.btn-darkblue{
	color: #fff !important;
	background-color: #34495E !important;
	border-color: #34495E !important;
}

.btn-darkblue:hover, .btn-darkblue:active, .btn-darkblue:focus {
	color: #fff !important;
	background-color: #1e2b37 !important;
	border-color: #1a252f !important;
}

.nav-tabs > li.active > a.btn-darkblue{
	background-color: #757e86 !important;
	border-color: #757e86 !important;
}


.btn-100{
	width: 100%;
}

.btn-group.btn-100 {
	display: flex;
}

.btn-group.btn-100 > .btn.btn-100 {
	flex-grow: 1;
}

.btn.btn-round {
	border-radius: 6px;
}

.btn-authVK{
	font-size:1.8em;
}

.btn-reason{
	height: 4em;
	text-overflow: unset;
	overflow: unset;
	word-break: normal;
	white-space: normal;
}

footer.footer {
	background-color: #1C1716;
	padding: 50px;
}

.modal-dialog{
	margin: 7% auto;
	margin-bottom: 0px;
}
.modal-footer {
	border-top: 0px;
}

.modal-xs{
	width: 400px;
}

.panel-noBorder{
	border: 0px solid transparent;
}

.panel_head{
	height:80px;
	box-shadow: 0 0 0 1000px rgba(0,0,0,.5) inset;
	border-bottom: 0px solid transparent;
	border-radius: 0;
	background-position: center center;
	background-size: cover;
	
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	padding: 10px 5px;
}

.panel_head .panel-title{
	font-size: 2em;
	padding: 15px 10px 0px 10px;
	color: #fff;
}

.panel_server{
	background-color: #F1F1F1;
	word-break: break-all;
}
.panel_corner {
	position: absolute;
	top: 0;
	right: 0px;
	width: 70px;
	height: 70px;
	border: 35px solid transparent;
	border-top: 35px solid;
	border-right: 35px solid;
}

.panel_corner i {
	position: absolute;
	bottom: 12px;
	left: 2px;
	color: #FFF;
	font-size: 2em;
	line-height: 0px;
}

.panel-heading .label {
    margin-left: 2px;
}

.label {
	display: inline-block;
}

.panel-body{
	padding-left: 10px;
	padding-right: 10px;
}


#players .panel{
	border-radius: 4px;
}

#players .panel-default > .panel-heading{
	border-radius: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

[data-type="player"]{
	cursor: pointer;
}

/* Перевёртывание панели */
.flip_panel_from_lr {
	animation: flip_panel_from_lr 0.3s ease;
	animation-fill-mode: forwards;
}

.flip_panel_to_lr {
	animation: flip_panel_to_lr 0.5s ease;
}

@keyframes flip_panel_from_lr {
	from {transform: perspective(700px);}
	30% {transform: perspective(700px) rotate3d(0, 1, 0, 15deg);}
	to {transform: perspective(700px) rotate3d(0, 1, 0, -90deg);}
}

@keyframes flip_panel_to_lr{
	from{transform: perspective(700px) rotateY(90deg);}
	to{transform: perspective(700px) rotate3d(0, 1, 0, 0deg);}
}

.flip_panel_from_rl {
	animation: flip_panel_from_rl 0.3s ease;
	animation-fill-mode: forwards;
}

.flip_panel_to_rl {
	animation: flip_panel_to_rl 0.5s ease;
}

@keyframes flip_panel_from_rl {
	from {transform: perspective(700px);}
	30% {transform: perspective(700px) rotate3d(0, 1, 0, -15deg);}
	to {transform: perspective(700px) rotate3d(0, 1, 0, 90deg);}
}

@keyframes flip_panel_to_rl{
	from{transform: perspective(700px) rotateY(-90deg);}
	to{transform: perspective(700px) rotate3d(0, 1, 0, 0deg);}
}


.flip_panel_full {
	animation: flip_panel_full 0.9s ease-out;
}

@keyframes flip_panel_full{
	from{transform: perspective(700px);}
	30% {transform: perspective(700px) rotate3d(0, 1, 0, -15deg);}
	to{transform: perspective(700px) rotate3d(0, 1, 0, 720deg);}
}

.adminMan_animation {
	animation: adminMan_animation 1s ease-out;
	animation-fill-mode: forwards;
}

@keyframes adminMan_animation{
	from{left: 1900px;opacity:0.2}
	80%{opacity:0.5}
	to{left: 0;opacity:1}
}

.rs-control .rs-range-color  {
	background-color: #98D361;
}
.rs-control .rs-path-color  {
	background-color: #dedede;
}
.rs-control .rs-handle  {
	background-color: #1C1716;
}
.rs-control .rs-border  {
	border-color: transparent;
}
.rs-control .rs-tooltip-text {
	font-size: 34px;
}

.fileUpload input.upload {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 26px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 60px;
	margin-top: 10px;
}

h1,h2,h3,h4 {
	margin-top: 10px;
}

.server{
	height:80px;
	box-shadow: 0 0 0 1000px rgba(0,0,0,.5) inset;
	border-bottom: 0px solid transparent;
	border-radius: 0;
	background-position: center center;
	background-size: cover;
	
	color: #FFF;
	font-size: 24px;
	margin-bottom: 10px;
	padding: 20px 10px;
	cursor: pointer;
	
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.2s ease-out;
}

.server:hover{
	box-shadow: 0 0 0 1000px rgba(0,0,0,0) inset;
	transition: 0.2s ease-out;
}

.server-screenshot{
	margin-bottom:5px;
	padding-right: 5px;
	padding-left: 5px;
}
.server-screenshot:hover > .server-screenshot_delete{
	display: block;
}
.server-screenshot_delete{
	display: none;
	position: absolute;
	color: white;
	background-color: black;
	cursor: pointer;
	opacity: 0.7;
	padding: inherit;
}

.server-screenshot_list{
	cursor: pointer;
	padding-right: 2px;
	padding-left: 2px;
	transition: 0.2s ease-out;
	margin-top: 3px;
}

.server-screenshot_list:hover{
	opacity: 0.6;
}

.screenshot-open img{
	display:block;
	margin:auto;
}

.screenshot-open i{
	display:none;
	font-size: 20em;
	color: #dadada;
}

.screenshot-open_hide img{
	display:none;
}

.screenshot-open_hide i{
	display:block;
}

.vk_owner{
	cursor: pointer;
	color: #000;
}

.vk_owner:hover{
	background-color: #f3f3f3;
	transition: 0.2s ease-out;
}

thead.table-dark th{
	color: #fff;
	background-color: #212529;
	border-bottom: 1px solid #32383e !important;
}

thead.table-dark th:not(.hide):first-of-type{
	border-top-left-radius: 8px;
}

thead.table-dark th{
	border-right: 2px solid #32383e !important;
}

thead.table-dark th:not(.hide):last-of-type{
	border-top-right-radius: 8px;
	border-right: 0px solid #32383e !important;
}

.table > tbody > tr > td {
	vertical-align: middle;
	/* word-break: break-all; */
}

td[data-contact="msg"]{
	word-break: break-all;
}

.table-responsive{
	border: 0;
}


tr[onclick]{
	cursor: pointer;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-bottom-color: #ddd;
}

.nav-tabs > li > a {
	border-radius: 4px;
}
.nav-tabs a{
	font-size: 1.2em;
	text-align: center;
	color: #000;
}

.nav-tabs a i{
	font-size: 16px;
}

.nav.nav-list > li {
	margin-bottom: .25em;
}

.nav.nav-list > li > a {
	font-size: 1.2em;
	color: inherit;
	border-radius: 8px;
	padding: .75em;
	user-select: none;
}

.nav.nav-list > li.active > a {
	background-color: #007bff;
	color: #fff;
}

.nav.nav-list > li.disabled{
	cursor: not-allowed;
}

.nav.nav-list > li.disabled > a {
	pointer-events: none;
	color: #777;
	opacity: 0.65;
}

.footer-content{
	color: #fff;
}

.hover_light:hover, .selected_server{
	box-shadow: 0 0 0 1000px rgba(0,0,0,0) inset;
	transition: 0.2s ease-out;
}

.modal-lg{
	width: 1000px;
}

.modal-xl{
	width: 1400px;
}

h2{
	font-size: 2.1em;
}

.navbar-brand {
	padding: 5px 5px;
}

.navbar-brand>img {
  display: inline-block;
  height: 100%;
  width: auto;
}

.navbar-toggle{
	margin-right: 45px;
}

.mobile-left{
	float:right;
}

#servers > ul > li > a{
	background: #ececec;
	padding: 10px 5px;
}

#servers > ul > li.active > a{
	background: #fff;
}



blockquote.danger{
	border-left: 5px solid #D9534F;
}

blockquote.success{
	border-left: 5px solid #5cb85c;
}

/* Drag&Drop */
.drop_file_zone {
	background-color: #EEE;
	border: #222222 5px dashed;
	width: 100%;
	
	padding: 25px 8px;
	font-size: 18px;
	transition: 0.2s ease-out;
}

.drop_file_zone:hover, .drop_file_zone-hover {
	cursor: pointer;
	border: #0080FF 5px dashed;
}

.drop_file_zone input{
	display: none;
}

.main_category{
	overflow:hidden;
	min-height: 350px;
	cursor: pointer;
	box-shadow: 0 0 0 1000px rgba(0,0,0,.5) inset;
	background-position: center center;
	background-size: cover;
	transition: all 0.2s ease;
}

.main_category:hover{
	transform: scale(1.04);
}

.main_category h1{
	color:white;
	font-family: Impact;
	font-size: 48px;
	margin-top: 140px;
}

.single-service{
	padding: 80px 15px;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: default;
}

.service-icon {
	float: left;
	margin-right: 20px;
	margin-top: 40px;
}

.single-service h2 {
	font-size: 24px;
	padding-top: 15px;
}
.single-service:hover {
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
	-webkit-transition: .3s;
	transition: .3s;
}
.service-content {
	display: block;
	overflow: hidden;
}

p {
	/* color: #999999; */
	font-weight: 400;
	/* line-height: 25px; */
	margin: 0 0 0px;
}

.move_block_to_left {
	animation: move_block_to_left 0.3s ease-in;
	animation-fill-mode: forwards;
}

@keyframes move_block_to_left{
	from {left: 0%;opacity:1;}
	to {left: -100%;opacity:0.1;}
}

.move_block_to_right{
	animation: move_block_to_right 0.3s ease-in;
	animation-fill-mode: forwards;
}

@keyframes move_block_to_right {
	from {right: 0%;opacity:1;}
	to {right: -100%;opacity:0.1;}
}

.ahide{
	animation: ahide 0.1s ease-in;
	animation-fill-mode: forwards;
}

@keyframes ahide {
	from {opacity:1;}
	30% {opacity:0.3;}
	50% {opacity:0;}
	to {opacity:0;}
}

hashtag {
	padding: 2px 4px;
	font-size: 0.9em;
	color: #68baef;
	background-color: #f2f3f9;
	border-radius: 4px;
}

.multiselect-container input[type="radio"]{
	display: none;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    cursor: pointer;
	border-radius: 6px;
}

.pagination a.active {
    background-color: #333333;
    color: white;
}
.pagination a.active:hover {
	background-color: #333333;
}

.pagination a:hover {
	background-color: #e8e8e8;
}

.badge{
	/* padding: .35em .65em; */
}

.badge.bg-success {
    background: #a9d86e;
}
.badge.bg-important {
    background: #ff6c60;
}

code.dark{
	background-color: #e8e8e8;
	color: unset;
}

/* Лупа-загрузка */
@keyframes lds-magnify {
  0% {-webkit-transform: translate(2px, 2px);transform: translate(2px, 2px);}
  33.33% {-webkit-transform: translate(102px, 2px);transform: translate(102px, 2px);}
  66.66% {-webkit-transform: translate(42px, 102px);transform: translate(42px, 102px);}
  100% {-webkit-transform: translate(2px, 2px);transform: translate(2px, 2px);}
}
@-webkit-keyframes lds-magnify {
  0% {-webkit-transform: translate(2px, 2px);transform: translate(2px, 2px);}
  33.33% {-webkit-transform: translate(102px, 2px);transform: translate(102px, 2px);}
  66.66% {-webkit-transform: translate(42px, 102px);transform: translate(42px, 102px);}
  100% {-webkit-transform: translate(2px, 2px);transform: translate(2px, 2px);}
}
.lds-magnify {
  position: relative;
}
.lds-magnify > div {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 100px 100px;
  transform-origin: 100px 100px;
}
.lds-magnify > div > div {
  -webkit-animation: lds-magnify 1.5s linear infinite;
  animation: lds-magnify 1.5s linear infinite;
  position: absolute;
}
.lds-magnify > div > div div:nth-child(1) {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 12px solid #222222;
  background: #9edbf2;
}
.lds-magnify > div > div div:nth-child(2) {
  width: 17px;
  height: 71px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #222222;
  border-radius: 0 0 8px 8px;
  position: absolute;
  top: 70px;
  left: 94px;
}
.lds-magnify {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  left: calc(50% - 140px);
}

.grub {
  position: relative;
  margin-top: 120px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 200px;
}

.grub-box {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  border-radius: 0%;
  -webkit-transform: translateY(0) rotate(0deg);
		  transform: translateY(0) rotate(0deg);
  -webkit-animation: change 1s infinite alternate;
		  animation: change 1s infinite alternate;
}

.grub-box:nth-child(1) {
  background-color: #222222;
  -webkit-animation-delay: 0.1s;
		  animation-delay: 0.1s;
}

.grub-box:nth-child(2) {
  background-color: #47A447;
  -webkit-animation-delay: 0.2s;
		  animation-delay: 0.2s;
}

.grub-box:nth-child(3) {
  background-color: #222222;
  -webkit-animation-delay: 0.3s;
		  animation-delay: 0.3s;
}

.grub-box:nth-child(4) {
  background-color: #47A447;
  -webkit-animation-delay: 0.4s;
		  animation-delay: 0.4s;
}

.grub-box:nth-child(5) {
  background-color: #222222;
  -webkit-animation-delay: 0.5s;
		  animation-delay: 0.5s;
}

.grub-box:nth-child(6) {
  background-color: #47A447;
  -webkit-animation-delay: 0.6s;
		  animation-delay: 0.6s;
}

.grub-box:nth-child(7) {
  background-color: #222222;
  -webkit-animation-delay: 0.7s;
		  animation-delay: 0.7s;
}

.grub-box:nth-child(8) {
  background-color: #47A447;
  -webkit-animation-delay: 0.8s;
		  animation-delay: 0.8s;
}

.grub-box:nth-child(9) {
  background-color: #222222;
  -webkit-animation-delay: 0.9s;
		  animation-delay: 0.9s;
}

.grub-box:nth-child(10) {
  background-color: #47A447;
  -webkit-animation-delay: 1s;
		  animation-delay: 1s;
}

@-webkit-keyframes change {
  0% {-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg);border-radius: 0%;}
  50% {-webkit-transform: translateY(150px) rotate(180deg);transform: translateY(150px) rotate(180deg);border-radius: 50%;}
  100% {-webkit-transform: translateY(0px) rotate(360deg);transform: translateY(0px) rotate(360deg);border-radius: 0%;}
}

@keyframes change {
  0% {-webkit-transform: translateY(0px) rotate(0deg);transform: translateY(0px) rotate(0deg);border-radius: 0%;}
  50% {-webkit-transform: translateY(150px) rotate(180deg);transform: translateY(150px) rotate(180deg);border-radius: 50%;}
  100% {-webkit-transform: translateY(0px) rotate(360deg);transform: translateY(0px) rotate(360deg);border-radius: 0%;}
}

#fountainG{
	position:relative;
	width:234px;
	height:28px;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:28px;
	height:28px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
	0%{transform:scale(1);background-color:rgb(0,0,0);}
	100%{transform:scale(.3);background-color:rgb(255,255,255);}
}

@-o-keyframes bounce_fountainG{
	0%{-o-transform:scale(1);background-color:rgb(0,0,0);}
	100%{-o-transform:scale(.3);background-color:rgb(255,255,255);}
}

@-ms-keyframes bounce_fountainG{
	0%{-ms-transform:scale(1);background-color:rgb(0,0,0);}
	100%{-ms-transform:scale(.3);background-color:rgb(255,255,255);}
}

@-webkit-keyframes bounce_fountainG{
	0%{-webkit-transform:scale(1);background-color:rgb(0,0,0);}
	100%{-webkit-transform:scale(.3);background-color:rgb(255,255,255);}
}

@-moz-keyframes bounce_fountainG{
	0%{-moz-transform:scale(1);background-color:rgb(0,0,0);}
	100%{-moz-transform:scale(.3);background-color:rgb(255,255,255);}
}

.book-load {
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
  position: relative;
  margin: 100px auto 0 auto;
  border: 5px solid #222222;
  width: 200px;
  height: 120px;
  background: #FFF;
}

.book__page {
  position: absolute;
  left: 50%;
  top: -5px;
  margin: 0 auto;
  border-top: 5px solid #222222;
  border-bottom: 5px solid #222222;
  border-right: 5px solid #222222;
  background: #FFF;
  width: 100px;
  height: 120px;
  -webkit-transform-origin: 0% 50%;
		  transform-origin: 0% 50%;
  -webkit-animation: book-flip 1.2s infinite linear;
		  animation: book-flip 1.2s infinite linear;
  -webkit-animation-fill-mode: forwards;
		  animation-fill-mode: forwards;
}
.book__page:nth-child(1) {
  z-index: -1;
  -webkit-animation-delay: 1.4s;
		  animation-delay: 1.4s;
}
.book__page:nth-child(2) {
  z-index: -2;
  -webkit-animation-delay: 2.8s;
		  animation-delay: 2.8s;
}
.book__page:nth-child(3) {
  z-index: -3;
  -webkit-animation-delay: 4.2s;
		  animation-delay: 4.2s;
}

@-webkit-keyframes book-flip {
  0% {-webkit-transform: perspective(600px) rotateY(0deg);transform: perspective(600px) rotateY(0deg);}
  20% {background: #D3D3D3;}
  29.9% {background: #D3D3D3;}
  30% {-webkit-transform: perspective(200px) rotateY(-90deg);transform: perspective(200px) rotateY(-90deg);background: #FFF;}
  54.999% {opacity: 1;}
  55% {opacity: 0;}
  60% {-webkit-transform: perspective(200px) rotateY(-180deg);transform: perspective(200px) rotateY(-180deg);background: #FFF;}
  100% {-webkit-transform: perspective(200px) rotateY(-180deg);transform: perspective(200px) rotateY(-180deg);background: #FFF;}
}

@keyframes book-flip {
  0% {-webkit-transform: perspective(600px) rotateY(0deg);transform: perspective(600px) rotateY(0deg);}
  20% {background: #D3D3D3;}
  29.9% {background: #D3D3D3;}
  30% {-webkit-transform: perspective(200px) rotateY(-90deg);transform: perspective(200px) rotateY(-90deg);background: #FFF;}
  54.999% {opacity: 1;}
  55% {opacity: 0;}
  60% {-webkit-transform: perspective(200px) rotateY(-180deg);transform: perspective(200px) rotateY(-180deg);background: #FFF;}
  100% {-webkit-transform: perspective(200px) rotateY(-180deg);transform: perspective(200px) rotateY(-180deg);background: #FFF;}
}

/* Timeline */
.timeline {
  border-left: 4px solid #98d361;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  list-style: none;
  text-align: left;
  font-weight: 100;
  padding-left: 15px;
  margin-left: 10px;
}
.timeline .event {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding: 5px;
  position: relative;
  cursor: pointer;
}

/*
.timeline .event:hover {
	background-color: #eee;
}
*/

.timeline .event:first-of-type:after {
	border-radius: 0;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #98d361;
	box-shadow: unset;
	top: 30px;
	left: -15px;
	background: transparent;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event p {
  color: #aaa;
  text-align: right;
  font-weight: 100;
  font-size: 0.8em;
  min-width: 120px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #98d361;
  left: -22.5px;
  background: #FFF;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 35px;
}

.call_status {
	width: 100%;
	text-align: center;
}

.call_status input[type="radio"] {
	display: none;
}

.call_status input[type="radio"]:checked + .box p {
	color: white;
	transform: translateY(110px);
}

.call_status input[type="radio"]:checked + .box i {
	transform: translateY(23px);
	opacity: 1;
	z-index: 2;
}

.call_status .box {
	width: 125px;
	height: 125px;
	transition: all 250ms ease;
	will-change: transition;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-weight: 600;
	border-radius: 10px;
}
.call_status label {
	margin-bottom: 0px;
	margin-top: 10px;
}

.call_status .box:active {
	transform: translateY(10px);
}

.call_status input[type="radio"]:not(:checked) + .box{
	background-color: #efefef !important;
}

.call_status input[type="radio"]:disabled + .box{
	opacity: 0.6;
	cursor: not-allowed;
}

.call_status .box p {
	position: absolute;
	transform: translate(0, 90px);
	left: 0;
	right: 0;
	transition: all 300ms ease;
	color: #007e90;
	top: -40px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.call_status .box i {
	font-size: 1.2em;
	transform: translateY(-80px);
	opacity: 0;
	transition: all 300ms ease-in-out;
	color: white;
	font-size: 40px;
	z-index: -1;
	position:absolute;
	left: 35%;
}

.load > .load_block{
	display: block;
}

.load_block{
	display: none;
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,.7);
	border-radius: 4px;
	text-align: center;
	margin-left: -5px;
}

.load_block > i{
	position:relative;
	font-size: 6.5em;
	top: 30%;
}

.hover_rotate:hover{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

.text-default{
	color: #737373;
}

#map-list .thumbnail h5{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}


.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentColor;
	opacity: .2;
	border-radius: 4px;
}

.input-group.placeholder > *{
	background-color: #999 !important;
	color: #999;
	user-select: none;
	pointer-events: none;
}

.input-group.placeholder > .input-group-addon,
.control-label.placeholder span{
	display:none;
}


.placeholder.glow{
	-webkit-animation: placeholder-glow 2s ease-in-out infinite;
	animation: placeholder-glow 2s ease-in-out infinite;
}

.placeholder.wave {
	-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.4) 75%, #000 95%);
	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.4) 75%, #000 95%);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	-webkit-animation: placeholder-wave 2s linear infinite;
	animation: placeholder-wave 2s linear infinite;
}

.btn.disabled.placeholder{
	opacity: .2;
}

@-webkit-keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0%;
		mask-position: -200% 0%;
	}
}

@keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0%;
		mask-position: -200% 0%;
	}
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.4;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.4;
  }
}

#navbar.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.input-group{
	width: 100%;
}

.input-group-addon{
	background: transparent;
	position:absolute;
	z-index: 10;
	border:0;
	line-height: 1.5;
}

.input-group > .form-control{
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	border-radius: 4px !important;
	padding-left: 2.5em;

}

.input-group > .form-control + .input-group-addon{
	right: 0.5em;
}

.nav-tabs li.success > a,
.nav-tabs li.success > a:hover,
.nav-tabs li.success > a:focus{
	background-color: #1a260e;
	color: #fff;
}

.nav-tabs li.current > a:before{
	font-family: 'FontAwesome';
	content: "\f078";
	position: absolute;
	top: -20px;
	left: calc(50% - 10px);
	color: #DC143C;
}

.mapblock{
	position: relative;
}

#server_map_name,
#server_map_playtime{
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,.7);
	color: white;
	padding: 4px;
	text-align: center;
	font-size: 15px;
}

#server_map_name{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#server_map_playtime{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


tr.player_mark{
	box-shadow: inset 0px 0px 10px rgba(255, 80, 80, 0.3);
}

.squad_name{
	max-width: 50%;
	display: inline-block;
	word-wrap: ;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: bottom;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
	white-space: nowrap;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: -1px;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 0px;
	font-size: 13px;
	color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
    
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
 
.checkbox.checkbox-circle label::before {
    border-radius: 50%; 
}

.checkbox.checkbox-inline {
    margin-top: 0; 
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px;
}
  
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out;
}

.radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
      opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; 
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

.list-group-item{
	background-color: transparent;
}

.nav-tabs{
	border-bottom: 0px !important;
}

.themes{
	display: inline-block;
	float: right;
	padding: 0.95em 0.25em 0 0.25em;
}

.themes > div{
	width: 22px;
	height: 22px;
	border-radius: 6px;
	border: 1px solid #b8b9b49e;
	outline: 0;
	cursor: pointer;
	display: inline-block;
}

.player_comments{
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0px;
	height: 100%;
	transition: 0.3s;
	height: 650px;
}

.player_comments_button {
	font-size: 24px;
	color:  white;
	padding: 8px;
	position: absolute;
	cursor: pointer;
	z-index: -1;
	text-align: center;
	background-color: #424b5f;
	top:37px;
	left: 100%;
}

.player_comments.open{
	right: -325px;
}

.player_comments.open .player_comments_body{
	opacity: 1;
}

.player_comments_body{
	height: 100%;
	background-color: #fff;
	width: 325px;
	box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: 0.3s;
	position: relative;
}

.player_comments_form input[type="text"]{
	box-shadow: unset;
	padding: 12px 36px 12px 6px;
}

.player_comments_form{
	padding-top: 7px;
	background-color: #f6f7f7;
	box-shadow: 5px 2px 12px 0px rgba(0, 0, 0, 0.1);
	padding-bottom: 7px;
}

.player_comments_messages{
	height: calc(100% - 100px);
	overflow-y: scroll;
	scrollbar-width: thin;
}

.player_comments_messages .ps__thumb-y{
	display: block;
}

.player_comments_message{
	background: #f0f2f5;
	border-radius: 6px;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.player_comments_message_user{
	font-weight: bold;
	margin: 0 0 5px;
	color: #2a5885;
	color: #79bdff;
}

.player_comments_message_text{
	word-wrap: break-word;
	line-height: 18px;
}

.player_comments_message_date{
	color: #b0b0b0;
	font-weight: normal;
	font-size: 0.9em;
}

.player_comments_nomessage, .player_comments_load{
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
	font-size: 1.6em;
	color: #b0b0b0;
}
.player_comments_sumbit{
	position: absolute;
	top: 6px;
	right: 16px;
	background:transparent;
	border: 0;
	font-size: 24px;
	color:#e2e2e2;
}


td[data-info="name"]:hover > .player_playtime{
	display: block;
}


.player_playtime{
	display: none;
	position: absolute;
	right: 5px;
	bottom: -1px;
	font-size: 10px;
}

.table > thead > tr > th{
	border-bottom: 0px;
}

.panel-group .panel-heading + .panel-collapse > .list-group{
	border-top: 0px;
}

.panel-default > .panel-heading,
.panel-group .panel,
.panel{
	border-radius: 8px;
}

#questionDA,
#questionNET{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

#questionDA{
	border-bottom-right-radius: 0px;
}

#questionNET{
	border-bottom-left-radius: 0px;
}

.custom-table{
	border-spacing: 0 5px;
	border-collapse: unset;
}

.custom-table thead tr, .custom-table thead th {
	border-top: none;
	border-bottom: none !important;
}
.custom-table tbody th, 
.custom-table tbody td,
.custom-table thead th{
	padding-bottom: 15px !important;
	padding-top: 15px !important;
}

.custom-table tbody tr,
.custom-table thead tr{
	border-radius: 7px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.3);
}

.custom-table tbody tr th, 
.custom-table tbody tr td {
	border: none;
}

.custom-table tbody tr th:first-child, 
.custom-table tbody tr td:first-child,
.custom-table thead tr th:first-child,
.custom-table thead tr td:first-child{
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.custom-table tbody tr th:last-child, 
.custom-table tbody tr td:last-child,
.custom-table thead tr th:last-child,
.custom-table thead tr td:last-child{
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.modal-dialog.ui-draggable {
	margin: 0;
}

.mobile_show{
	display:none;
}

.desktop_index{
	position: absolute;
	font-size: .5em;
	left: 7px;
	top: 1px;
}


.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.CodeMirror {
	height: 800px;
}

.rounded{
	border-radius: .5em;
}

.text-yellow{
	color: #dbb002;
}

.dropdown-menu, .fc-scroller{
	scrollbar-width: thin;
}
.fc-row.fc-widget-header thead > tr:nth-child(2){
	font-size: .75em;
}

.d-inline-block{display: inline-block;}
.d-block{display: block;}
.d-flex{display: flex;}

.col {flex: 1 0 0%;}

.no-select{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.font-weight-bold{
	font-weight: bold;
}

#pwa_reload {

}

#pwa_reload .pwa_spin{
	position: absolute;
	width: 100%;
	padding: 10px;
	text-align: center;
	background: transparent;
}

#pwa_reload .pwa_emptyblock{
	display:none;
	width: 100%;
	height:80px;
}

#pwa_reload.active .pwa_emptyblock{
	display:block;
}

#pwa_reload.active .pwa_spin{
	background: unset;
}

.mobile-bar{
	display:none;
}

.mobile-bar{
	z-index:1000;
	height:70px;
	background-color:#fbfaf8;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.8);
	border-top: 1px solid #ccc;
}

.mobile-bar{
	position: fixed;
	bottom: 0;
	height:90px;
	width: 100%;
	padding-top: .5em;
}

.mobile-bar .btn{
	font-size: 32px;
	padding: .25rem .5rem;
	background: rgba(0,0,0,.05);
	border-radius: 0.5em;
}

.mobile-bar .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center !important;
}

#servers_modal.modal.in{
	display:flex !important;
	align-items: center;
	justify-content: center;
	font-size: 1.25em;
}

.modal.modal-center.in{
	display:flex !important;
	align-items: center;
	justify-content: center;
}

.form-control {
	border: 1px solid #ced4da;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

@media (max-width:768px) {
	body {
		font-size: 16px;
		background-color: #fff;
	}
	
	.mobile_hide{
		display:none;
	}
	
	.mobile_show{
		display:inline-block;
	}
	
	.block-box.project{
		padding: 5px 10px 10px 10px;
	}
	
	.project-rating{
		padding: 0px;
		float: right;
	}
	.project-rating_word, .project-rating_num, .project-info > div{
		display: inline-block;
	}
	
	.top-position{
		font-size: 2em;
	}
	
	.project-info {
		font-size: 1.3em;
	}
	
	.col-xs-*, .col-md-*, .col-lg-*{
		padding-right: 8px;
		padding-left: 8px;
	}
	
	.navbar-brand{
		margin-left: 15px;
	}
	
	.modal-dialog{
		margin-top: 0% !important;
	}
	
	.navbar-nav .open .dropdown-menu {
		background-color: white;
	}
	
	.panel-body{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.navbar-fixed-top{
		padding-top: 50px;
		top: -50px;
	}
	
	.form-control{
		height: 44px;
	}
	
	.panel{
		border-radius: 0px;
	}

	.panel_head{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		min-height: 100px;
	}
	
	h4,.h4{
		font-size: 14px;
	}
	
	h3,.h3{
		font-size: 20px;
	}
	
	.nav > li > a {
		padding: 10px 4px;
		margin: 0;
	}
	
	.btn-xs-lg{
		font-size: 1.6em;
	}
	
	.timeline .event {
		font-size: 1.2em;
	}
	
	.timeline .event p {
		font-size: 1em;
	}
	
	.navbar-fixed-top .navbar-collapse {
		min-height: 100vh;
	}
	
	#player_info-mark{
		left: unset;
		right: 0;
	}
}

@media (max-width:992px) {
	body {
		/* font-size: 13px; */
	}
	
	#server_tamplate > div{
		padding-right: 5px;
		padding-left: 5px;
	}
	
	b,
	.nav-tabs a,
	.btn-sm,
	.btn-xs
	{
		font-size: 1.1em;
	}
	
	#content{
		padding-right: 0px;
		padding-left: 0px;
	}
	
	#servers > ul > li{
		width: 100% !important;
	}
	
	.panel-heading {
		padding: 15px 15px;
	}
	
	.nav > li{
		/* width: 100%; */
	}
	
	.modal-lg, .modal-xl{
		width: 100%;
	}
	
	.panel-body > .col-xs-12,
	.panel-body .col-xs-4, 
	.col-md-12{
		padding-left: 4px;
		padding-right: 4px;
	}
	
	button.close{
		font-size: 5em;
		position: fixed;
		color:#fff;
		opacity: 1;
		top: 10px;
		z-index: 1;
		right: 10px;
		padding: 5px;
		background:#686868;
		border-radius: 6px;
	}
	
	.mobile-left{
		float:none;
	}
	
	.mobile-left > div{
		position:unset !important;
	}
	
	.navbar-toggle {
		display: block;
	}
	
	.navbar-nav li{
		padding: 0px 20px;
		float: unset;
	}
	.navbar-default .navbar-nav > li.dropdown > a.dropdown-toggle {
		text-align: unset;
	}
	
	.navbar-nav,
	.navbar-right{
		float: unset !important;
	}
	
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.navbar-nav li > a{
		font-size: 26px;
		padding: 20px 20px !important;
		border-radius: 10px;
	}
	
	.navbar-default .navbar-collapse{
		border:0;
	}
	
	body.dark .navbar-default .navbar-nav > .open > a{
		background-color: transparent;
	}
	
	body.dark .navbar-nav li:hover {
		background-color: #2f3136;
	}
	
	.navbar-toggle {
	  margin-right: 25px;
	}
	
	.mobile-bar{
		display:block;
	}
	
	#servers{
		display:none;
	}
}

@media(max-width:1365px) {
	.player_comments.open {
		right: 0px ;
		z-index: 2;
	}
	.player_comments_body {
		box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.1);
	}
	
	.modal-xl{
		width: 95vw;
	}
}

@media (max-width:1499px) {
	.container {
		width:100%
	}
}


@media (min-width:1500px) {
	.container {
		width:1400px
	}
}


body.dark{
	color: #DCDDDE;
	background-color: #36393F;
	scrollbar-color: #7B7C80 #27282E;
}

body.dark .navbar-default,
body.dark .panel{
	background-color: #2F3136;
	color: #DCDDDE;
	border-color: #2F3136;
}

body.dark .panel-default{
	border-color: #36393f;
}

body.dark .panel-default > .panel-heading{
	background-color: #36393f !important;
	color: #DCDDDE;
	border-bottom: 1px solid #36393f;
}

body.dark .block-box{
	background-color: #2F3136;
	box-shadow: 0 0 5px 0 #2F3136;
}



body.dark .nav-tabs > li > a{
	color: #DCDDDE;
	border: 1px solid #2F3136 !important;
}

body.dark .nav-tabs > li > a:hover,
body.dark .nav-tabs > li > a:focus,
body.dark .dropdown-menu > li > a:focus,
body.dark .navbar-nav li:hover,
body.dark .nav-tabs > li.active > a,
body.dark .table-hover > tbody > tr:hover,
body.dark .modal-content,
body.dark .dropdown-menu,
body.dark .navbar-default .navbar-nav > li > a:focus, 
body.dark .navbar-default .navbar-nav > li > a:hover,
body.dark .navbar-default .navbar-nav > .open > a:hover,
body.dark .navbar-default .navbar-nav > .open > a:focus,
body.dark .navbar-default .navbar-nav > .open > a:active,
body.dark .navbar-default .navbar-nav > .open > a,
body.dark .pagination a.active,
body.dark .pagination a:hover,
body.dark .rs-control .rs-path-color{
	background-color: #42464D;
	color: #DCDDDE;
}

body.dark .dropdown-menu > li > a:hover,
body.dark .player_comments_body,
body.dark .player_comments_form,
body.dark .timeline .event::after,
body.dark .multiselect-container > li.multiselect-group label{
	background-color: #36393f;
	color: #DCDDDE;
}

body.dark .navbar-default .navbar-nav > li > a,
body.dark h5,
body.dark .dropdown-menu > li > a,
body.dark .pagination a,
body.dark .checkbox label::after,
body.dark ul.nav li a,
body.dark .input-group-addon {
	color: #DCDDDE;
}

body.dark code,
body.dark .btn-default,
body.dark input,
body.dark .thumbnail{
	background-color: #42464D !important;
	color: #DCDDDE;
	border: 1px solid #2F3136 !important;
}

body.dark hashtag{
	background-color: #36393f;
}

body.dark .table > tbody > tr > td{
	border-top: 1px solid #36393f;
}

body.dark .rs-control .rs-border{
	background-color: #2F3136;
}

body.dark #team_1{
	border-right: 1px solid #36393f !important;
}

body.dark textarea{
	background-color: #36393f;
	border: 1px solid #2F3136 !important;
}

body.dark hr,
body.dark .list-group-item{
	border: 1px solid #36393f !important;
	color: #DCDDDE;
}

body.dark .list-group-item:hover,
body.dark .list-group-item:focus {
	background-color: #36393f;
}

body.dark #server_action .panel-default{
	border-color: #2F3136;
}

body.dark .panel-default > .panel-heading + .panel-collapse > .panel-body,
body.dark .multiselect-container > li > a > label.radio{
	border-top-color: #2F3136;
	border-bottom-color: #2F3136;
}

body.dark .fc-unthemed .fc-content, 
body.dark .fc-unthemed .fc-divider, 
body.dark .fc-unthemed .fc-list-heading td, 
body.dark .fc-unthemed .fc-list-view, 
body.dark .fc-unthemed .fc-popover, 
body.dark .fc-unthemed .fc-row, 
body.dark .fc-unthemed tbody, 
body.dark .fc-unthemed td, 
body.dark .fc-unthemed th, 
body.dark .fc-unthemed thead,
body.dark .navbar-default .navbar-toggle{
	border-color: #3e3e3e;
}

body.dark .fc-unthemed .fc-divider, 
body.dark .fc-unthemed .fc-list-heading td, 
body.dark .fc-unthemed .fc-popover .fc-header,
body.dark .navbar-default .navbar-toggle:focus, 
body.dark .navbar-default .navbar-toggle:hover{
	background: #3e3e3e;
}

body.dark .fc-unthemed td.fc-today{
	background: #859d88;
}

body.dark #servers > ul > li > a{
	background: unset;
}

body.dark #servers > ul > li.active > a{
	background-color: #42464D;
}

body.dark .checkbox label::before {
	border: 1px solid #36393f;
	background-color: #36393f;
}

body.dark textarea,
body.dark .open > .dropdown-toggle.btn-default{
	color: #DCDDDE;
}

body.dark .player_comments_message{
	background: #42464d;
}
body.dark .checkbox-slider--a-rounded input:not(:checked) + span::after {
	background: #919293
}

body.dark .multiselect-container > li > a > label.checkbox,
body.dark .modal-header {
	border-bottom: 1px solid #36393f;
}

body.dark .load_block {
	background-color: rgba(66, 70, 77, 0.7);
}

body.dark .form-control[disabled], 
body.dark .form-control[readonly] {
	background-color: #4d4d4d;
}

body.dark .nav > li:not(.active) > a:hover,
body.dark .nav > li:not(.active) > a:focus {
	background-color: #36393f;
}

body.dark .border{
	border: 1px solid #36393f;
}

body.dark #pwa_reload .pwa_spin{
	background: #303136;
}

body.dark .btn.focus, 
body.dark .btn:focus, 
body.dark .btn:hover {
	color: rgb(220, 221, 222);
}

body.dark .mobile-bar{
	background-color: #35373c;
	border-top: 1px solid #3e3e3e;
}