/* --------------------------------
Custom drop in css
-------------------------------- */

.text-white {
  color: #ffffff !important;
}

.text-red-light {
  color: #ff1c00 !important;
}

/***** Youtube Responsive Code *****/ .embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* highlight input fields */
.ui-select-bootstrap .ui-select-toggle, .form-control, .highlight {
background: #FFF000;
color: #000000;
}

.row-no-padding {
  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.col-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* //TODO time for less, pending bootstrap 4*/
/* Time line light */
.timeline > li > .timeline-item-light {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item-light > .time {
  color: #FFFFFF;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item-light > .timeline-header {
  color: #FFFFFF;
  margin: 0;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item-light > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item-light > .timeline-header > small {
  color: #CCCCCC;
}
.timeline > li > .timeline-item-light > .timeline-body,
.timeline > li > .timeline-item-light > .timeline-footer {
  padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}



/*//TODO New smaller info box...*/
.info-box-small{
    display: block;
    min-height: 67px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box-icon-small{
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 67px;
    width: 54px;
    text-align: center;
    font-size: 30px;
    line-height: 70px;
    background: rgba(0,0,0,0.2);
}

.info-box-content-small{
    padding: 5px 10px;
    margin-left: 51px;
}

@media screen
{
    .no-screen{display:none;}
}









/* - - - - - -- - -- - - -- - - -- - - -- - - - -- - */
/* user->player() stats table */

/* latin */
/* //TODO replace url with PressStart2P-Regular.woff2 when live */
/*https://fonts.google.com/specimen/Press+Start+2P?selection.family=Press+Start+2P*/
@font-face {
  font-family: 'Press Start 2P';
  font-style: normal;
  font-weight: 400;
  src: local('Press Start 2P Regular'), local('PressStart2P-Regular'), url(https://fonts.gstatic.com/s/pressstart2p/v6/8Lg6LX8-ntOHUQnvQ0E7o08SWvhA5BcWCS8xVZDIH7E.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}


#player-card{
  width: 280px;
  /*height: 300px;*/
  background: #00a4d0;
  border-style: outset;
  border-collapse: unset;
  border-spacing: 5px;
  border-width: thick;
  border-color: #15c7ef;
  font-family: 'Press Start 2P', cursive;
  margin-bottom: 10px;
}

#player-card > tbody > tr.head > th {
  border-style: inset;
  border-width: thick;
}

#player-card > tbody > tr.head > th > .player-image{
  /*background: url(http://ballislife.com/wp-content/uploads/2013/09/nba-jam-te0011.png);*/
  height: 250px;
  width: 250px;
  background-size: 250px 250px;
  /*background-repeat: no-repeat;
  background-position: center; */
}

#player-card > tbody > tr.stats > td {
  border-style: inset;
  border-width: thick;
  background: #222222;
  color: yellow;
  padding: 3px;
  font-size: 14px;
  text-align: right;
}

#player-card > tbody > tr.stats > td > table > tbody > tr > td:nth-child(4){
  padding-right: 9px;
}

#player-card .player-title {
  color: white;
  font-size: 20px;
  text-align: center;
  word-wrap: break-word;
  width: 245px;
  min-height: 60px;
}

#player-card .player-sub-title {
  color: white;
  font-size: 14px;
  text-align: center;
  /*padding-bottom: 25px;  */
}

/*#player-jersey{
  width: 100%;
  height: 100%;
  background: url(/org/basketball613/jersey-base-black.png);
  background-repeat: no-repeat;
  margin-left: 50px;
  margin-top: 60px;
}*/



/* -----  CUSTOM RADIO ------- */

/* The radio-container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}


/*
  Override adminlte to fix fontawesome5
  https://github.com/ColorlibHQ/AdminLTE/issues/1983
*/

.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  /* font-family: fontAwesome; */
  font-family: "Font Awesome\ 5 Free"; /* cjr */
}
.main-header .sidebar-toggle:before {
  content: "\f0c9";
  font-weight: 900; /* cjr */
}



/* For the bank details */
.dropdown-menu-footer {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 20rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1.5rem;
  color: white;
  text-align: left;
  list-style: none;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  padding:10px;
}

.blinking{
  animation:blinkingText 1.2s infinite;
}

@keyframes blinkingText{
  5%{     color: lightgrey;    }
  49%{    color: lightgrey; }
  60%{    color: transparent; }
  60%{    color: transparent; }
  99%{    color:transparent;  }
  99%{    color:transparent;  }
  100%{   color: lightgrey;    }
  100%{   color: lightgrey;    }
}