html {
  scroll-behavior: smooth;
  height: 100%;
}

.tableFixHead          { overflow-y: auto; max-height: 400px; }
.tableFixHead thead th { position: sticky; top: 0; }

body {
    background: url('../img/Race5.jpg') no-repeat center center fixed;;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5px 0.5% 0px 0.5%;
    font-size: 12px;   
    overflow-x: hidden;
    height: 90%;
    }

  #root{
      height: 110%;
  }

@media only screen and (min-width: 600px) {

  .scrollTable .table tbody tr td:first-child{
    width: 4%
  }
}
    .navbar {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 10000;
    }

    .navbar-brand{
      margin-left: 25px;
    }
    
    .menusWrapper{
      width: 25%;
      height: 80%;
    }

    @media (min-width: 792px){
      .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
          float: left;
      }

      .col-md-6 {
          width: 50%;
      }
    }

    @media screen and (max-height: 1100px) {
      .menuContent{
        flex: 1 1 auto;
        height: 600px;
      }

      .pickStyle {
        height: 60vh;
      }

      .popup-content{
        width: 60% !important;
      }
    }

    @media (max-width : 920px) {
      .popup-content{
        width: 97% !important;
      }

      .scrollTable .table tbody tr td:first-child{
        width: 10%
      }
    }

    @media screen and (max-height: 1000px) {
      .menuContent{
        flex: 1 1 auto;
        height: 560px;
      }
      .pickStyle {
        height: 50vh;
      }
    }

    @media screen and (max-height: 800px) {
      .menuContent{
        flex: 1 1 auto;
        height: 70vh;
      }
      .pickStyle {
        height: 54vh;
      }
    }
    
    .body{
      padding-left: 160px;
      width: 100%;
      height: 95%;
    }

    .menuOption{
      white-space: nowrap;
      font-size: 14px;
      width: 80%;
      font-weight: 550;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .loginLabel{
        /*font-size:20px;*/
        font-weight: bold;
    }

    .openbetsMenu{
        background-color:blue;
        z-index:15;
        position:relative; 
        left: -10px; top:-10px;
    }

    #login-dp{
        min-width: 250px;
        padding: 14px 14px 0;
        overflow:hidden;
        margin-right: 10%;
        background-color:rgba(255,255,255,.8);
    }
    #login-dp .help-block{
        font-size:12px    
    }
    #login-dp .bottom{
        background-color:rgba(255,255,255,.8);
        border-top:1px solid #ddd;
        clear:both;
        padding:14px;
    }
    #login-dp .social-buttons{
        margin:12px 0    
    }
    #login-dp .social-buttons a{
        width: 49%;
    }
    #login-dp .form-group {
        margin-bottom: 10px;
    }
    .btn-fb{
        color: #fff;
        background-color:#3b5998;
    }
    .btn-fb:hover{
        color: #fff;
        background-color:#496ebc 
    }
    .btn-tw{
        color: #fff;
        background-color:#55acee;
    }
    .btn-tw:hover{
        color: #fff;
        background-color:#59b5fa;
    }
    @media(max-width:768px){
        #login-dp{
            background-color: inherit;
            color: #fff;
        }
        #login-dp .bottom{
            background-color: inherit;
            border-top:0 none;
        }
    }

    #accordion .panel-heading { padding: 0;}
    #accordion .panel-title > a {
        display: block;
        padding: 0.4em 0.6em;
        outline: none;
        font-weight:bold;
        text-decoration: none;
    }
    
    #accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
        content:"\e113";
        float: left;
        font-family: 'Glyphicons Halflings';
        margin-right :1em;
    }
    #accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
        content:"\e114";
    }

    .alignleft {
        float: left;
    }
    .alignright {
        float: right;
    }

    /*
 * Scroll STYLE 8
 */

.force-overflow::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.force-overflow::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.force-overflow::-webkit-scrollbar-thumb
{

	/*border-radius: 10px;*/
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}	

.scrollbar
{
  /*height: 250px;
  height:calc(130% - 16vw);*/
	background: #F5F5F5;
  overflow-y: scroll;
}

.list-group-item {
    cursor: pointer;
}

.btn-square{
    border-radius: 0;
}

.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #ffffff;background: rgb(73,125,189); }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none;  color: rgb(73,125,189) !important; background: #fff; }
        .nav-tabs > li > a::after { content: ""; background: rgb(73,125,189); height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: rgb(73,125,189) none repeat scroll 0% 0%; color: #fff; }
/*.tab-pane { padding: 15px 0; }*/
.tab-content{padding:20px}
.nav-tabs > li  {text-align:center;}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }

@media all and (max-width:724px){
.nav-tabs > li > a > span {display:none;}	
.nav-tabs > li > a {padding: 5px 5px;}

}

input.largerCheckbox { 
    width: 20px; 
    height: 20px; 
} 

.tableBodyScroll tbody {
    display: block;
    max-height: 45vh;
    overflow-y: scroll;
  }
  
  .tableBodyScroll > thead,tbody,tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

/* Tab Navigation */
.nav-tabsCart {
margin: 0;
padding: 0;
border: 0;    
}
.nav-tabsCart > li > a {
background: #DADADA;
border-radius: 0;
box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
}
.nav-tabsCart > li.active > a,
.nav-tabsCart > li.active > a:hover {
background: #F5F5F5;
box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
}

/* Tab Content */
.tab-pane {
background: #F5F5F5;
box-shadow: 0 0 4px rgba(0,0,0,.4);
border-radius: 0;
text-align: center;
padding: 10px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,.nav-pills > li > a:hover {
text-decoration: none;
font-weight: bold;
border-radius:0px;
border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: #FF6600;
color: #000 !important;
background-color: transparent !important;
}
.nav-pills > li > a{
border-radius:0px;
}

#slide-submenu {
    background:#fff;
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 13px;
    font-weight: 100;
}

.openBetsModal {
    font-size: 12px;
    color: #000;
  }
.openBetsModal > .header {
    width: 100%;
    border-bottom: 1px solid gray;
    font-size: 18px;
    text-align: center;
    padding: 5px;
}
.openBetsModal > .content {
    width: 100%;
    padding: 10px 5px;
}
.openBetsModal > .actions {
    width: 100%;
    padding: 10px 5px;
    margin: auto;
    text-align: center;
}
.openBetsModal > .close {
    cursor: pointer;
    /*position: absolute;*/
    display: block;
    padding: 2px 5px;
    line-height: 20px;
    right: -10px;
    top: -10px;
    font-size: 24px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #cfcece;
}

/* loading dots */

.loading {
    color: black;
    font: 300 1.5em/150% Impact;
    text-align: center;}

.loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;}
  
  @keyframes dots {
    0%, 20% {
      color: rgba(0,0,0,0);
      text-shadow:
        .25em 0 0 rgba(0,0,0,0),
        .5em 0 0 rgba(0,0,0,0);}
    40% {
      color: black;
      text-shadow:
        .25em 0 0 rgba(0,0,0,0),
        .5em 0 0 rgba(0,0,0,0);}
    60% {
      text-shadow:
        .25em 0 0 black,
        .5em 0 0 rgba(0,0,0,0);}
    80%, 100% {
      text-shadow:
        .25em 0 0 black,
        .5em 0 0 black;}}

    .react-bootstrap-table-pagination ul{
        left: 0 !important;
    }

    .spanasA{
        line-height: 20px;
        position: relative;
        display: block;
        padding: 15px 15px;
        color: #9d9d9d;
        cursor: pointer;
    }


    .react-bootstrap-table{
        height: 150px;   
        overflow-y: auto;
      }

    .react-bootstrap-table thead > tr > th:first-of-type {
        padding: 0px 0px 0px 0px;
        text-align: center;
        vertical-align: middle;
        width: 30px;
    }


    /*table.resumeTable > tbody > tr,  table.resumeTable > thead > tr{
      display: table;
      width: 100%;
      table-layout: fixed;
    }*/

    .react-bootstrap-table-pagination .dropdown {display: none}

    .strikeout {
        text-decoration: line-through;
    }

    .round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #3b5998;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #7d66bb;
  border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.entriesTable {
  padding-top: 0;
  /*height: 60vh;
  /*height: calc(130% - 16vh);*/
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 750px;
}

.hiddeScroll::-webkit-scrollbar {
  display: none;
}

.hiddeScroll {
-ms-overflow-style: none;
scrollbar-width: none;
}


@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
#bg {
  background-image: url('../img/Race5.jpg');
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: blur(5px);
}

/*body {
  font-family: 'Lato', sans-serif;
  color: #4A4A4A;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}*/

form {
  width: 350px;
  position: relative;
}
form .form-field::before {
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 17px;
  color: #888888;
  content: " ";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
form .form-field:nth-child(2)::before {
  background-image: url(../img/user-icon.png);
  width: 20px;
  height: 20px;
  top: 15px;
}
form .form-field:nth-child(3)::before {
  background-image: url(../img/lock-icon.png);
  width: 16px;
  height: 16px;
}
form .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}
form input {
  font-family: inherit;
  width: 100%;
  outline: none;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  display: block;
  padding: 0.9rem 0.7rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 17px;
  color: #4A4A4A;
  text-indent: 40px;
}
form .btn {
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 0.9rem 2.5rem;
  text-align: center;
  background-color: #47AB11;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 17px;
}