/*!
 * menu.css  v1.1.3 (https://cas-m.de/)
 * Copyright 2022-2023 zvonko@gmail.com
 */

  body {
		background-image: url("../img/image.png"); 
		/*background-repeat: repeat;*/
		background-size: cover;
	}
	
	.login {
		max-width: 50%;
		min-width: 40em;
		background-color: silver;
		opacity: 0.8;
		padding: 2em;
		border-radius: 3px;
		border: 1px solid #ccc;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
		margin-left: auto;
		margin-right: auto;
	}
	
	.sumtab, .tourtab {
		background-color: #DDDDDD80;
	}
	@font-face {
		font-family: 'Fjalla One';
		src: url('../fonts/FjallaOne-Regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
	}
	.castitel {
		font-weight: normal;
		font-style: normal;
		color: #fff;
		font-family: "Fjalla One",sans-serif ;
		font-size: 36px;
		text-align: center;
	}
	
	.bdr {
		border-radius: 0.3em;
	}
	
	.tid {
		display: none;
	}

	.opac {
		background: rgba(240, 248, 255, 0.85);
	}
	
	button {
		margin-left: 0.5em;
		margin-right: 0.5em;
	}
	
	.title {
		height: 4em;
		background-color: silver;
		text-align: center;
		padding-top: 1.2em;
		border-radius: 0.5em;
	}
	
	.corpse {
		color: white !important;
		background-color: grey;
	}
	
	.msgarea {
		padding-left: 3em;
		padding-top: 3em;
		padding-bottom: 3em;
	}
		
	#msg {
		color: brown;
		font: 1.2em "Fira Sans", sans-serif;
		padding-left: 0.4em;
		padding-right: 1.2em;
		padding-top: 0.4em;
		padding-bottom: 0.4em;
	}
	
	.infoarea {
		color: brown;
		font: 1.2em "Fira Sans", sans-serif;
		padding-left: 1.4em;
		padding-right: 2em;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	
	#multiinfo {
		margin: 0.4em;
		padding: 1.4em;
	}
	
	.modal-xl {
		width: 100%;
		max-width: 100% !important;
	}
	
	
	.header {
		color: white;
		font-weight: bold;
	}
	
	.bold {
		font-weight: bold;
	}
	.big {
		width: 2em; 
		height: 2em;
	}
	
	.excel {
		margin-top: 4em;
		height: 4em;		
	}
	
	.warn {
		background-color: #FF8C00;
	}
	
	.double {
		background-color: #8B008B;
	}
	
		.chartMenu {
        width: 100vw;
        height: 40px;
        background: #1A1A1A;
        color: rgba(54, 162, 235, 1);
      }
      .chartMenu p {
        padding: 10px;
        font-size: 20px;
      }
      .chartCard {
        background: rgba(54, 162, 235, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .chartBox {
        height: 40em;
        width: 100%;
        padding: 20px;
        border-radius: 20px;
        border: solid 3px rgba(54, 162, 235, 1);
        background: white;
      }      
	  
	  .chartTab {
        height: 60em;
        width: 100%;
        padding: 20px;
        border-radius: 20px;
        border: solid 3px rgba(54, 162, 235, 1);
        background: white;
      }
	  
	  #rankstable {
		  display: none;
	  }
	  
	  .trednup {
		  color: darkblue;
	  }
	  
	  .trenddown {
		  color: brown;
	  }
	  
	  
	  #getcharts {
		  display: none;
	  }
	  
	  #roots {
		  display: none;
	  }
	  
	  #tools {
		  display: none;
	  }
	  
	  #users {
		  display: none;
	  }
	  
	#stageinfo {
		color: brown;
		font-size: larger;
		font-weight: bold;
		position: relative;
		top: 2em;
	}
	
.btn-close {
	position: absolute;
	top: 4.2em;
	right: 4em;
}
.chattab2 {
	background-image: url("res/img/raster.png"); 
	background-repeat: repeat;
	opacity: 0.6;
		
}

#chatlist2 {
	background-color: rgba(90,90,90,.9) !important;	
	font-size: larger;
	line-height: 0.4em;
    border-collapse: separate;
	border-spacing: 1em;
}

tr {
    border: 0;
}

.chatlabel {
	background: rgba(111, 179, 206, 0.9);
	border-radius: .375rem;
	border: inset #6FB3CE;
	padding: .375rem .75rem;
}



#chatmsg {
	position: fixed;
	bottom: 1em;
	height: 8em;
	width: 90%;
	resize:vertical;
	border: inset #fff;
	border-radius: .375rem;
	opacity: 0.6;	
	background-color: rgba(220,220,220,.5) !important;	
	font-size: 1.8em;
	color: #00008B;
}

.sendbtn {
	position:fixed;
	bottom: 1em;
	right: 2em;
	color: white;
	font-size: 1.4em;
}

.searchheader {
	position:fixed;
	top: 1em;
	left: 2em;
	width: 90%;	
	background-color: rgba(220,220,220,.5) !important;	
	border: inset #fff;
	border-radius: .375rem;
}

.searchheader .form-control {
    padding-left: 2.375rem;
}

.searchheader .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


nav {
  height: 60px;
}

#hamburger {
  position: absolute;
  top: 20px;
  right: 30px;
  margin: 0 16px;
  height: 40px;
  background: cornflowerblue;
  width: 44px;
  display: inline-block;
  border-radius: .375rem;
}


#menu {
  position: absolute;
  top: 78px;
  right: 60px;
  width: 200px;
  opacity: 0;
  transform: translate(16px, -10px) scale(0.7);
  background: rgba(59, 96, 140, 0.9);
  border-radius: .375rem;
  cursor: pointer;
  padding-left: 20px;
  box-shadow: 1px 2px 1px cornflowerblue;
  visibility: none;
  display: inline-block;
}

.menu-bars {
  height: 4px;
  width: 30px;
  list-style: none;
  background: #ECEFF1;
  cursor: pointer;
  margin: 0 7px;
  position: relative;
  top: 18px;
  transition: 0.4s all ease-in;
}

.menu-item {
  position: absolute;
  background: transparent;
  width: 100%;
}

div.sub-link {
  padding: 5px 20px;
  height: 2.4em;
  cursor: pointer;
  color: #ECEFF1;
  width: 100%;
  border-radius: .375rem;
}

div.sub-link:nth-of-type(1) { 
	margin-top: 12px; 
}

hr { border: 1px solid cornflowerblue; }

.crossed { background: cornflowerblue; }

.dropped {
  opacity: 1 !important;
  transform: translate(16px, -10px) !important;
  visibility: visible !important;
  display: inline-block;
}

.hidden {
  opacity: 0 !important;
  transform: translate(16px, -10px) !important;
  visibility: hidden !important;
  display: none;
}

.menu-bars::before, .menu-bars::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 30px;
  list-style: none;
  background: #ECEFF1;
}

.menu-bars::before { transform: translateY(-10px); }

.menu-bars::after { transform: translateY(10px); }

.crossed::before { animation: rotate-top-bar 0.4s forwards; }

.crossed::after { animation: rotate-bottom-bar 0.4s forwards; }

.hamburger::before { animation: rotate-top-bar-2 0.4s reverse; }

.hamburger::after { animation: rotate-bottom-bar-2 0.4s reverse; }

/* EVENT HANDLERS */

.menu-item:hover { color: cornflowerblue; }

div.sub-link:hover {
  background: #E3F2FD;
  box-shadow: -19px 0 0 cornflowerblue;
  color: rgba(59, 96, 140, 0.9);
}

/* ANIMATION KEYFRAMES */
@keyframes 
rotate-top-bar {  40% {
 transform: translateY(0);
}
 100% {
 transform: translateY(0) rotate(45deg);
}
}
@keyframes 
rotate-bottom-bar {  40% {
 transform: translateY(0);
}
 100% {
 transform: translateY(0) rotate(-45deg);
}
}
@keyframes 
rotate-top-bar-2 {  40% {
 transform: translateY(0);
}
 100% {
 transform: translateY(0) rotate(45deg);
}
}
@keyframes 
rotate-bottom-bar-2 {  40% {
 transform: translateY(0);
}
 100% {
 transform: translateY(0) rotate(-45deg);
}
}

.colorpicker.colorpicker-2x {
    width: 272px;
  }

  .colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
  }

  .colorpicker-2x .colorpicker-hue,
  .colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
  }

  .colorpicker-2x .colorpicker-alpha,
  .colorpicker-2x .colorpicker-preview {
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
  }

  .colorpicker-2x .colorpicker-preview,
  .colorpicker-2x .colorpicker-preview div {
    height: 30px;
    font-size: 16px;
    line-height: 160%;
  }

  .colorpicker-saturation .colorpicker-guide {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    margin: -5px 0 0 -5px;
  }