body {
  font-family: 'Exo', sans-serif;
  color: #D7D7D7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #454545;
  padding-top: 65px;
  padding-bottom: 65px;
  unicode-bidi: embed;
  overflow-y: scroll;
}
footer {
  background-color: rgb(69, 69, 69);
}
.container-footer {
  max-width: 750px;
  margin: auto;
}
.loginfooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  left: 0;
  background: #454545;
  border-top: solid 0px #eee;
}
.jumbotron {
  height: 100%;
}
.container {
  width: auto;
}
.register {
  width: 400px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.contact {
  width: 400px;
  background-color: #494949;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  height: 450px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.nav-pills .nav-link.active {
    background-color: #333333 !important;
}
.nav-pills > li > a:hover {
  color: #D7D7D7 !important;
  background-color: #999999 !important;
}
.nav-link-color {
  color: #D7D7D7;
}
.navbar {
overflow:visible;
padding-top: 5px;
-webkit-box-shadow: 0 8px 6px -6px #202020;
-moz-box-shadow: 0 8px 6px -6px #202020;
box-shadow: 0 8px 6px -6px #202020;
}
.navbar-custom {
    background-color: #454545;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(215,215,215, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
  border-color: rgb(215,215,215);
}
@media (min-width: 768px) {
.navbar-brand.abs
    {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}
h1 {
  display: inline-block;
}
td {

  vertical-align: middle;
}
th {
  text-align: center;
  vertical-align: middle;
}
input {
text-align: center;
}
input[type="text"]:read-only {
  background-color:transparent;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  color: #D7D7D7 !important;
}
.disabledInput {
    color: black;
}
form .form-control:focus{
  border-color: #ffffff;
  box-shadow: none;
}
.btn-paypal, .btn-paypal:hover, .btn-paypal:active, .btn-paypal:visited {
    background-color: #454545 !important;
}
.links {
  color: #D7D7D7 !important;
  text-decoration: none
}
.links:hover, .links:active {
  color: #D9D9D9 !important;
  text-decoration: underline !important;
}
.linksred {
  color: red !important;
  text-decoration: none
}
.linksred:hover, .links:active {
  color: rgb(228, 3, 3) !important;
  text-decoration: underline !important;
}

/*GK VIDEOS*/
#my_video_list {
  max-width: 100%;
  margin: auto;
}
 @media screen and (orientation: landscape) and (min-width: 801px) {
#my_video_list {
  max-width: 100%;
}
}
#my_video_list a {
  margin: 5px;
  width: 24%;
  height: 155px;
  line-height: 15px; /* match height */
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  display: inline-table;
  background-size: 100% 100% !important;
}
/* media list title overlay */
#my_video_list a DIV {
  opacity: 0;
  background: rgba(0, 0, 0, .5);
  transition:.2s;
  height: 100%;
  padding-top:10px;
}
#my_video_list a:hover DIV {  opacity: 1; transition:.2s; }
#my_video_list a:hover { border: 1px solid #F00; }
#my_player {
  display: none;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  left: 0;
  top: 0;
}
#my_player DIV {
  position: fixed;
  background: #000;
  width: 560px; /* width of YouTube Player */
  height: 315px; /* height of YouTube Player */
  left: calc(50vw - 280px); /* 280 is .5(560), centers x axis*/
  top: calc(50vh - 157px); /* 157 is .5(315), centers y axis*/
}
@media (max-width: 1000px) {
	#my_video_list a {
	  width: 48%;
	}
}
@media (max-width: 500px) {
	#my_video_list a {
	  width: 100%;
	}
}
.modal {
  overflow-y: scroll;
}
.modal-header {
  border-color: #454545;
  color: #D7D7D7;
  background-color: #454545;
}
.modal-body {
  color: #D7D7D7;
  border-color: #454545;
  background-color: #454545;
}
.modal-footer {
  color: #D7D7D7;
  border-color: #454545;
  background-color: #454545;
}
.modal-content {
  border-color: #454545;
  background-color: #454545;
  input[type=checkbox]:checked {
     background-color: green;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0px;
}
.table-bordered {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.special {
    min-width: 0;
    width: auto;
    display: inline;
}
.statsicon i {
  font-size: 2.25rem;
}
.statsicon-shape {
  display: inline-flex;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.statsicon-shape i {
  font-size: 1.25rem;
}
.dropdown-menu{
    width: 100%;
    text-align: center;
}
.generalbgcolor{
  background-color: #2c3034 !important;
  color: white;
}
.accordion-button:focus {
    z-index: 3;
    border-color: rgb(78, 80, 79);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(78, 80, 79 / 25%);
}
.accordion-button {
    background-image: url('https://liena.be/img/ranged.png') !important;
    background-size: cover; //or cover
}
.accordion-button:not(.collapsed), .accordion-button:not(.collapsed):focus  {
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px;
}
