/*@import url(https://fonts.googleapis.com/css?family=Cabin:400,700&subset=latin,latin-ext);*/
.yellow {
	font-family: Arial, Helvetica, sans-serif;
	color: #FC0;
	font-size: 10px;
}
.yellow1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FC0;
	font-size: small;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	font-size: 16px;
	font-weight:400;
	font-weight:bold
}
body {
	/*background-image: url('../images/layout/black_woven_seamless_tile.jpg');*/
	background-color:#000;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	 }
.Values {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-style: normal;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #F00;
}
.subscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	font-style: italic;
}
.subscriptplain {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #F00;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
}
a:link {color:#006;}      /* unvisited link */
a:visited {color:#006;}  /* visited link */
a:hover {
	color: #006;
}  /* mouse over link */
a:active {
	color: #006;
}  /* selected link */
H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align:Left;
	}
H6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:Left;
	}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:Left;
	text-align:left;
	}

table{
	font-size:16px;	
	
}
.dropbtn {
    background-color: #006;
    color: white;
    padding: 8px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
	font-size: 12px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #006;
}



/*hello */

.dropdown1 {
    position: relative;
    display: inline-block;
}
.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown1:hover .dropdown-content1 {
    display: block;
}

.desc1 {
    padding: 10px;
	font-size:9px;
    text-align: left;
}
.desc2 {
	font-size:12px;
	

}
.dropbtn1 {
    background-color: #FF;
    color: white;
    padding: 8px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}
.dropdown:hover .dropbtn1 {
    background-color: #006;
}


.event__search__floater {
  position: fixed;
  top: 50px;
/*   left:0; */
  right: 50px;
  transition: all ease-in-out 0.2s;
  transform: translate(-50%, -50%);
}

.search__anchor{
  position: relative;
  width:auto;
  height: auto;
/*   TODO: Center anchor */
}
.search__submit {
 opacity:0;
  width: 0px;
}
.search__bar {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  outline:none;
  border:none;
  background: #fff;
  width: 50px;
  height:50px;
  border-radius: 25px;
  opacity: 0;
  z-index:5;
  transition: all 0.2;
  font-size: 1em;
}
.search__bar:hover{
  cursor: pointer;
}
.search__bar:focus {
  width: 200px;
  left:auto;
  opacity: 1;
  cursor: text;
  transition: all 0.2;
  padding-left: 25px;
  padding-right: 70px;
}
.search__toggler {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #0062ff;
  opacity: 1;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  transition: all 0.2s;
}
.search__toggler:hover{
  cursor: pointer;
}
.search__toggler::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 22px;
  right:0;
  bottom:0;
  left: 22px;
  width: 12px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.search__toggler::after {
  content: "";
  position: absolute;
  margin: auto;
  top:-5px;
  right:0;
  bottom:0;
  left: -5px;
  width:25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.2s;
}
.search__bar:focus ~ .search__toggler {
  right: 400px;
  background: #151515;
  z-index: 6;
  transition: all 0.2;
}
.search__bar:focus ~ .search__toggler::before{
  top: 0;
  left: 0;
  width: 25px;
}
.search__bar:focus ~ .search__toggler::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: white;
  border-radius: 0%;
  transform: rotate(-45deg);
}


table.floatThead-table {
  border-top: none;
  border-bottom: none;
  background-color: black;
}

.thxa {
  position: sticky;
  top: 0px;
    background-color: black;

}

.tbheader {
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
  z-index: 2;
}