/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { */
.search-title  {
/* .suggest-container > h1, h2, h3, h4, h5, h6 { */
    font-size: 100%;
    vertical-align: baseline;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: 0px;
    background: transparent;
}

/* html, body { */
.suggest-container {
    /*background-color: #fff;*/
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
}

.typeahead {
  padding-right: 0 !important;
}

.typeahead__list {
  /* min-width: 355px; */
  margin: 7px 0 0 -25px;
  width: 69vw;
}

@media screen and (min-width: 1000px) {
  .typeahead__list {
    margin: 7px 0 0 -10px;
    max-width: 500px;
  }
}

/*
***********************************************************************************************************************************
    To change the formatting for the suggestion box, change span.twitter-typeahead .tt-suggestion in the typeageadjs.css file 
***********************************************************************************************************************************
*/

/*Search combo styling*/
.league-name {
  font-weight: 800;
}
input:focus {
    outline-width: 0;
}


/*original mysafa public combon*/
.typeahead:focus {
  border: 2px solid #0097cf;
  padding-right: 30px;

}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

/* .tt-menu {
  width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background-color: rgb(255, 255, 255);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
} */

span.twitter-typeahead .tt-menu {
  margin: 12px -60px;
  padding-top: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  width: auto;
  /* background-color: pink; */
}


/* .tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
} */

span.twitter-typeahead .tt-suggestion {
  padding: 3px 10px;
  font-size: 0.9em;
  line-height: 10px;
}

span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus  {
  cursor: pointer;
  color: #fff;
  /* background-color: #0097cf; */
  background-color: white;
}

span.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #fff;
  /* background-color: #0097cf; */
}

.tt-suggestion p {
  margin: 0;
}

.typeahead__hint {
border-color: transparent;
    position: absolute;
    top: 0px;
    display: inline;
    z-index: -1;
    float: none;
    color: silver;
    box-shadow: none;
    cursor: default;
    user-select: none;
    
}

.typeahead__container button, .typeahead__container input, .typeahead__container optgroup, .typeahead__container select, .typeahead__container textarea {
  font-size: 12px; 
  font-family: "Open Sans";
}

.typeahead__container {
  position: relative;
    font: 0.75rem Lato,"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.js-typeahead-hockey_v1, .typeahead__container input{
  width: 90%;  
  height: 30px; 
  padding: 1px 0 0 13px; 
  border: none;  
  font-size: 12px; 
  font-family: "Open Sans";
}
.js-typeahead-hockey_v1, .typeahead__container input:focus {
  border: none;
}




.project-jquerytypeahead.page-demo .typeahead__result .name {
  margin: 0 10px;
}

.project-jquerytypeahead.page-demo .typeahead__result .division {
  font-size: 12px;
  color: #777;
  font-variant: small-caps;
}

.project-jquerytypeahead.page-demo .typeahead__result .team-logo {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 2px 4px 0 10px;
}

.project-jquerytypeahead.page-demo .typeahead__result .team-logo img {
  height: 26px;
}

.typeahead__filter .typeahead__filter-button {
  border: none;
  font-size: 12px;
  margin-top: -3px;
  padding-top: 11px;
  padding-bottom: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.typeahead__filter-button {
  border: none;
  font-size: 12px;
  margin-top: -3px;
  padding-top: 11px;
  padding-bottom: 10px;
  background-color: transparent;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.typeahead__field .typeahead__hint, .typeahead__field [contenteditable], .typeahead__field input, .typeahead__field textarea {
  min-height: 30px;
}

.typeahead__filter .typeahead__filter-button:hover {
  background-color: transparent;
}

.typeahead__filter .typeahead__filter-button:active {
  background-color: transparent;
}

.typeahead__filter .typeahead__filter-button:not(:active)  {
  background-color: transparent;
}


a:link { text-decoration: none; }
a:visited { text-decoration: none; }
/* a:hover { text-decoration: none; } */
a:active { text-decoration: none; }



 /* #et-top-navigation nav > ul > li > a{
    padding-bottom: 33px;
} */

/* a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
} */

/* a:hover {
	text-decoration: none;
} */

/* img {
  border-style: none;
  max-width: 100%;
  height:auto;
}

#et-top-navigation {
  transition: all 0.4s ease-in-out 0s;
  padding-top: 33px;
  font-weight: 600;
  float:right;
}


.et-menu-container {
  min-height: 60px;
  max-height: 90px;
} */

/* .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#top-menu a {
      color: rgba(255,255,255,0.6);
      display: block;
      position: relative;

      text-decoration: none;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
}
#top-menu li {
    display: inline-block;
    padding-right: 22px;
    font-size: 14px;
} */

/* #top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover,
.et-social-icons a:hover {
 opacity: 0.7;
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
 background-color: #000131;
} */

/* .wrapper {
float: left;
min-height: 80% !important;
/*need margins below because otherwise overlaps header div
 margin: 89px 0 20px 0;

   /*overflow: hidden;
   width: 100%;
   position: relative;
   /*margin-bottom: 20px;
 }

 .wrapper h4 {
   margin: 0px;
 }

 .clear {
     clear: both;
 }

ul {
  margin-top: 0;
}
.nav li {
    position: relative;
    line-height: 1em;
}

.full-height {
    height: 100vh;
} */

/* .flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
} */



/* #main-header {
  position: fixed;
  background-color: #000131;
  z-index: 99999;
  top: 0px;
  width: 100%;
  height:90px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px;
  line-height: 23px;
  font-weight: 500;
  /*padding-left: 30px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
} */

/* .container {
	position: relative;
	width: 100%;
	/*max-width: 1080px;
	margin: 0px;
  text-align: left;
}

#main-content .container {
	padding-top: 58px;
}

.logo_container {
  width: 100%;
  height:90px;
  margin: 0px;
  position: absolute;
  transition: all 0.4s ease-in-out 0s;

}

span.logo_helper {
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
} */

/* #logo {
    display: inline-block;
    float: none;
    max-height: 54%;
    margin-bottom: 0px;
    vertical-align: middle;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.4s ease-in-out 0s;
} */

/* .et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 33px;
} */



/*for navbar menu*/
/* .menu-btn span {
	display: block;
	width: 19px;
	height: 3px;
	margin: 4px 0;
	background: rgb(255,255,255);
} */

/* .mobile-nav {
  padding-top: 30px;
  padding-bottom:30px;
  font-weight: 600;
  margin-left: 250px;
  margin-right: 30px;
  float:right;
} */

/* .responsive-menu {
	display: none;
  background-color: #444;
  border-style: solid;
  border-color: #252525;
  border-width: 5px;
  padding: 5px;
  width: 220px;
  /*height: 165px;
  font-color: white;
  font-size: 20px;
}
.responsive-menu ul{
    margin: 0px 0px 0px -40px;

  }
.responsive-menu  li {
    background-color: #383838;
    margin: 4px;
    padding: 5px;
    color: white;
    list-style-type: none;
    display: list-item;
  }

.responsive-menu  li a {
    text-decoration: none;
    color: white;
  }

.responsive-menu  li:hover {
    background-color: pink;
  } */


/* .expand {
	display: block !important;
  margin-left: -200px;
  position:relative;
  /*z-index: -1;*/
  /*overflow: hidden;
} */

/*@media only screen and (max-width: 479px) {*/
/* @media (max-width: 479px) {
  .mobile-nav { display: block; }

  .responsive-menu {
    font-size: 40px;
  }

  .nav-horizontal { display: none; }
  #top-menu-nav {display:none;}
} */



/*end responsive navbar menu*/


/* .results-entryborder {
  border-bottom: 1px solid #DADADA;
}

.entrydiv {
  height: 45px;
  vertical-align: middle;
} */

/* table td {
  padding: 12px 5px;
} */

/* .results-matchresult {
  font-size: 22px;
  color:black;
}

.results-roundhead {
  font-family: "Open Sans";
    font-weight: 600;
  font-size: 22px;
  color: #353535;
  line-height: 33px;
} */

/* .log-entry {
  /*height: 12px;
  font-size: 14px;
  line-height: 33px;
}

.log-header {
  background-color:#D3D3D3;
  font-weight: 800;
  border: 1px solid white;
  line-height: 33px;
  font-size: 14px;
}

.log-header td {
  border: 1px solid white;
  padding: 10px;
}

.logtable td {
  /*padding-left: 5px;
  padding: 10px 8px;
  font-size: 16px;
}

.nav-tabs > li > a{
  border: none;
  /*border-bottom: solid 2px green;

} */



















/* 
.matchdetailscontent,
.fixreslogcontent {
    position: relative;
    z-index: 2;
    color: white;
    font-weight: 800;
    vertical-align: center;
    padding-bottom:20px;
    padding-top: 40px;
}​

.matchdetailscontent {
  font-size: 30px;
  height: 360px;
}

.fixreslogcontent {
  height: 250px;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-family: Arial;

}

.fixreslogcontent img {
  height: 100px;
}

.tabscontainer {
  text-align: center;
  padding: 0 100px;

}

.display {
  font-family: "Segoe UI Semilight","Segoe WP Semilight","Segoe WP","Segoe UI",Arial,Sans-Serif;
}


.matchdetailtable {
  z-index:3;
  height: 360px;
  width: 100%;
  font-size: 45px;

}

.clickable-row {
  cursor:pointer;
}

.clickable-row:hover {
  background-color: #eee;
} */


.loader{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 
              50% 50% no-repeat rgb(249,249,249); */
  background: url('/assets/spinning-loading.gif') 50% 50% no-repeat rgb(255,255,255);
  opacity: 0.85;
  display: none;
}






