body {
	font-family: Trebuchet MS;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
	
background: -moz-linear-gradient(top,  rgba(51,78,155,0.65) 0%, rgba(51,78,155,0.64) 2%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(51,78,155,0.65) 0%,rgba(51,78,155,0.64) 2%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(51,78,155,0.65) 0%,rgba(51,78,155,0.64) 2%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6334e9b', endColorstr='#00000000',GradientType=0 );

}

#load_hider {
	z-index: 9;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #FFFFFF;
}

#content {
	z-index: 1;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100vw;
}

#particles {
	z-index: 0;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100vw;
}

.tool_header {
	margin: 0;
	padding: 1;
	background-color: #334e9b;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	height: 37px;
	align-items: center;
}

.header {
	margin: 0;
	padding: 0;
	color: #334e9b;
  max-height: 5vh;
	font-size: 16px;
}

.digi_select {
	margin-top: 1px;
	width: 190px;
  max-width: 43vw;
}

.control_block {	
	background-color: #F1F1F1;
	color: #444444;
	padding: 1px;
	display: inline-block;
	margin: 1px;
	border-radius: 4px;
	position: relative;
	height: 60px;
	width: 200px;
	max-width: 45vw;
}

.control_block .db_link {
	display: none;
}

.control_block .digi_select {
	position: absolute;
	bottom: 4px;		
	left: 4px;
}

.controls_arrow {
	display: inline-block;
	color: #334e9b;
	position: relative;
	width: 20px;
}

.controls_arrow i {
	position: absolute;
	top: 0px;
}

#controls {

    position: relative;
    width: 100%;
    max-height: 40vh; 
    background-color: white;
    overflow-y: auto; 
}

.flex-container {
    display: flex;
    max-height: 10vh; 
    overflow-y: auto; 

}

.path_digi_node {
  border-radius: 4px;
  padding: 5px;
  margin: 10px auto;
  display: block;

    width: 100% auto;
  max-width: min(500px, 90vw);

  position: relative;
  justify-content: flex-start;
  background-color: #FFFFFF;
  color: #444444;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
}

.path_digi_node_regular {
	color: #3b5ac3;
	/*border: 2px solid #8c98d2;*/
}

.path_digi_node_move {
	color: #3bc384;
	/*border: 2px solid #8cd29a;*/
}

#path_container{
	max-height: 70%;
	overflow-y: auto;
	position: relative;
  padding-bottom: 2vh;
}

.path_arrow {
	width: 1px;
  height: 1px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.set_start_button{
	position: absolute;
	top: 0px;
	right: 25px;
	color: #444444;
	cursor: pointer;	
	top: 6px;
}

.set_start_button:hover{
	color: #1e53d7;
}

.set_banned_button{
	position: absolute;
	top: 0px;
	right: 5px;
	color: #444444;
	cursor: pointer;	
	top: 6px;
}

.set_banned_button:hover{
	color: #FF0000;
}

#no_path_warning {
	color: #c62e2e;
	width: 100%;
	text-align: center;
	font-size: 30px;
}

.ban_entry {
	margin: 2px;
	display: inline-block;
	padding: 2px;
	background-color: #c33b3b;
	color: white;
	position: relative;
	border-radius: 4px;
}

.skill_entry {
	margin: 2px;
	display: inline-block;
	padding: 2px;
	background-color: #3bc384;
	color: white;
	position: relative;
	border-radius: 4px;
}

.remove_ban_button{
	position: absolute;
	top: 0px;
	right: 3px;
	color: #FFFFFF;
	cursor: pointer;	
	top: 1px;
	font-size: 20px;
}

.remove_ban_button:hover{
	color: #FF0000;
}

.remove_skill_button{
	position: absolute;
	top: 0px;
	right: 3px;
	color: #FFFFFF;
	cursor: pointer;	
	top: 1px;
	font-size: 20px;
}

.remove_skill_button:hover{
	color: #FF0000;
}



.ban_controls {
	border-bottom: 2px solid #fbcd05;
}

.go_button{
	display: inline-block;
	border: 2px solid #fbcd05;
	border-radius: 4px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: white;
	color: black;
	cursor: pointer;
}

.go_button:hover{
	color: white;
	background-color: #fbcd05;
}

.listed_move {
	font-size: 12px;
	margin-left: 40px;
}

#copy_to_clipboard {
	position: absolute;
	right: 3px;
	top: 3px;
	font-size: 16px;
	cursor: pointer;
}

#copy_to_clipboard:hover {
	color: #334e9b;
}

#overlay {
	position: fixed;
	height: 100vh;
	width: 100vw;
	z-index: 9999;
	background-color: rgba(32, 146, 227, 0.5);
	top: 0;
	left: 0;
	display: none;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 	
}

.cssload-loader {
	width: 469px;
	height: 469px;
	line-height: 469px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	z-index: 0;
	text-transform: uppercase;
}

.cssload-loader:before,
.cssload-loader:after {
	opacity: 0;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	content: "\0020";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 313px;
	border: 16px solid rgba(251,206,5,0.98);
	box-shadow: 0 0 156px rgb(251,206,5), inset 0 0 156px rgb(251,206,5)
}

.cssload-loader:after {
	z-index: 1;
	animation: cssload-gogoloader 2.3s infinite 1.15s;
}

.cssload-loader:before {
	z-index: 2;
	animation: cssload-gogoloader 2.3s infinite;
}



@keyframes cssload-gogoloader {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@-o-keyframes cssload-gogoloader {
	0% {
		-o-transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-o-transform: scale(1);
		opacity: 0;
	}
}

@-ms-keyframes cssload-gogoloader {
	0% {
		-ms-transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-ms-transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-gogoloader {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@-moz-keyframes cssload-gogoloader {
	0% {
		-moz-transform: scale(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0;
	}
}

#worker_cancel {
	position: fixed;
	right: 10;
	bottom: 5;
	color: #444444;
	font-size: 60px;
	cursor: pointer;
	z-index: 9999;
}

#worker_cancel:hover{
	color: rgb(251,206,5);
}

@font-face{
 font-family:'digital-clock-font';
 src: url('digital-7.ttf');
}

#progress_display {	
	color: #444444;
	font-size: 100px;
	z-index: 9999;
	display: none;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	font-family:'digital-clock-font';
}


#discord_promotion {
	background-color: white;
}

.digi_header {
	align-items: center;
}

.digi_header img{
	min-height: 32px;
	min-width: 32px;
}

.digi_name {
	text-align: center;
	font-size: 16px;
	margin-left: 5px;
}

.flex-item {
	display: inline-flex;
}

.db_link {
	margin-left: 5px;
	cursor: pointer;
}

#skills_container {
	margin-left: 10px;
}

.control_section {

	padding: 1px;

	overflow: auto;
}

.controls_digi_icon {
	position: absolute;
	top: 4px;
	right: 4px;
}

.skill_controls {
	height: 24px;
}

.skill_controls #end_move {

}

#path_tools {
	max-width: 300px;
	height: 5vh;
  max-height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #476dd9;
	align-items: center;
	justify-content: center;
	color: white;
	//border-bottom-right-radius: 50px;
	border-radius: 4px;
	cursor: pointer;
	border-bottom: 2px solid #334e9b;
	border-right: 2px solid #334e9b;
	border-left: 2px solid #334e9b;
// test position
	position: absolute;
	bottom: 100%;
}

#path_tools:hover {
	background-color: #334e9b;
}

#find_move_path {
	cursor: pointer;
	height: 80%;
	align-items: center;
	border-radius: 4px;
}

#find_move_path div{
	padding: 5px;
}

#path_tools_container {
	position: relative;
}

#locale_select_container {
	margin-left: auto;
	color: white;
	font-size: 14px;
	align-items: center;
}

#locale_select {
	margin-left: 5px;
}

.banned_digi_name {
	display: inline-block;
}

