span.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-l-md.leading-5 , a.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
    display: none;
}

p.text-sm.text-gray-700.leading-5 {
    padding-top: 2%;
}

.score {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding-top: 5px;
    position: absolute;
    right: 93px;
    text-align: center;
}

.score:before {
    content: 'Score: ';
}

/*================================================

Stage

================================================*/

.stage {
  bottom: 0;

  margin: auto;

  z-index: 2;
}

/*================================================

Tiles

================================================*/

.tile {
  background: rgba(17, 12, 12, 0.562);
  position: absolute;
  transition-property:
    background,
    box-shadow,
    opacity,
    transform
  ;
  transform: translateZ(0);
  transition-duration: 3000ms;
}

.tile:before {
  bottom: 0;
  content: '';
  height: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  transition: opacity 300ms;
}

.tile.path:before {
  opacity: 1;
}

.tile.up:before {
  border-bottom: 4px inset rgba(255, 255, 255, 0.15);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.tile.down:before {
  border-top: 4px inset rgba(255, 255, 255, 0.15);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.tile.left:before { 
  border-right: 4px inset rgba(255, 255, 255, 0.15);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.tile.right:before { 
  border-left: 4px inset rgba(255, 255, 255, 0.15);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
/* Scoring */

.scoring {
    border: 2px solid #8c2333;
    border-radius: 10px;
}
.scoring ol {
    padding: 40px 20px 20px 20px;
    margin-bottom: 0;
}
h2.scoreheading {
    border: 2px solid #8c2333;
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    max-width: 255px;
    text-transform: uppercase;
    font-size: 22px;
    position: absolute;
    width: 100%;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.scoring li {
    position: relative;
    color: #fff;
    list-style-type: none;
    font-weight: bold;
    margin-bottom: 9px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #8c2333, #bb5262);
    padding: 5px 10px;
    margin-left: 45px;
}
.scoring li:last-child {
    margin-bottom: 0 !important;    
}
.scoring li span {
    float: right;
}
.scoring li:before {
    content: "";
    background-image: url(/images/participation-medal.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    left: -45px;
    top: 2px;
}
.scoring li:nth-child(1):before {
    background-image: url(/images/first-medal.svg);
}
.scoring li:nth-child(2):before {
    background-image: url(/images/second-medal.svg);
}
.scoring li:nth-child(3):before {
    background-image: url(/images/third-medal.svg);
}

@media (max-width: 900px), (max-height: 900px) {
  .tile.up:before,
  .tile.down:before,
  .tile.left:before,
  .tile.right:before {
    border-width: 3px;
  }
}

@media (max-width: 500px), (max-height: 500px) {
  .tile.up:before,
  .tile.down:before,
  .tile.left:before,
  .tile.right:before {
    border-width: 2px;
  }
}

.tile.pressed {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
  transition-duration: 0ms;
}

.bg-red  {
	/*background-color:#8c2333!important;*/
	background-color: #119e99 !important;
}

.btn-webwizards {
	background-color: #df5d5d!important;
}
.btn-grey{
    color:#fff!important;
    background-color:#353A40!important;
}

.header .nav-item>a , .text-white , .btn-webwizards{
	color:#fff!important;
}

ul.tabs.clearfix {
    list-style-type: none;
}
.tabs li {
  float: left;
display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 20px;
  border-bottom: 2px solid #888;

}
.tabs a {
  color: #888;
}
.tabs a:hover,
.tabs a.active {
  color: #353A40!important;
}
.tabgroup div:not(.col):not(.row):not(.modal-footer):not(.modal-header):not(.form-group) {
  padding: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.navbar-brand{
    padding-bottom: 15px!important;
}

.header{
	width: 84%!important;
	margin: auto;
	display: flex;
}

footer{
	  grid-row-start: 2;
  grid-row-end: 3;

}

#Listlogs{
    position: absolute;
    background-color: #fff;
    top: 38px;
    z-index: 999999999999999; 
}

form.WidthForm #Listlogs{
    top: 150px!important;
}

#Listlogs div{
    cursor: pointer;
    padding:1px 10px;
}

/* The sidepanel menu */
.sidepanel {
  height: 100%; /* Specify a height */
  width: 650px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  display: none;
  z-index: 1; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #ececec; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding:60px 2%;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  -webkit-box-shadow: -4px 5px 15px 0px #000000;
	box-shadow: -4px 5px 15px 0px #000000;
}


/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color:#8c2333!important;
  cursor:pointer;
}


body{
   min-height: 100%;
   display: grid;
   grid-template-rows: 1fr auto;
	
}

html{
	  height: 100%;
	
}

.mt-10 {
    margin-top: 10px;
}
.mt-50 {
    margin-top: 50px;
}
.t-right {
    text-align: right;
}
.t-left {
    text-align: left;
}

.WidthForm{
    width:100%!important;
    
}

.form-group{
      width:100%!important;
}