
/*** TABLE ***/

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 1rem;
    color: #a6acb7;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "\e90a") */;
    font-size: 14px;
    margin-top:-2px;
}

a.breadcrumb{
    display: inline-block;
}

.badge-breadcrumb-custom{
    color: #006699 !important;
    background: var(--bs-gray-200);
    border: 1px solid var(--bs-gray-400);
}


.not-premium{

  -webkit-user-select: text /*none*/; /* Safari */
  -ms-user-select: text /*none*/; /* IE 10 and IE 11 */
  user-select: text /*none*/; /* Standard syntax */  
}

.overflow-x-auto{
        overscroll-behavior: none;
    overflow-y: scroll !important;
}

table.table {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  
  font-size: 13px;
    
  margin-bottom: 0px;
}
table.premium {
  -webkit-user-select: text ; /* Safari */
  -ms-user-select: text; /* IE 10 and IE 11 */
  user-select: text ; /* Standard syntax */
  
}
table.premium img {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  
}


.btn-group.contract-toggle .btn-info {background:#F0F5FA !important;color:#cc3333 !important;border-color:#e3e9ef;border-bottom:0px;padding:10px;}
.btn-group.contract-toggle .btn-secondary {background:rgba(233,239,249, .25) !important;text-decoration: underline;}
.btn-group.contract-toggle .btn-secondary span {text-decoration: underline;}
.table-header {
    position: relative;
}

.table-header h2 {
    margin-left: 5px;
    margin-bottom: 7px;
    font-family: Roboto Condensed !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    color: #222222;
    letter-spacing: -.5px;
    text-transform: none !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}    

.table-header span.borderline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #222;
}

.table-header p {
    font: 100 13px/140% 'Helvetica', sans-serif;
    padding: 0px 5px;
    border: 0px;
    float: left;
    width: 100%;
    clear: both;
    color: #888888;
    margin-bottom: 10px;
}

.table-header p:last-child {
    margin-bottom: 0px !important;
}


.table > :not(caption) > * > * {
  line-height: 100%;
  vertical-align: middle; 
  padding: 0.75rem 0.75rem;
}

table.table.table-white tbody td{
    background: white !important;
}

table.table thead tr th {
    background:#f6f9fc; /*rgba(0,0,0,0) none repeat scroll 0 0;*/
    text-transform: uppercase;
    line-height:1rem;
    text-decoration: none !important; 
    vertical-align: middle !important;
}
table.table thead tr th span.info2 {
    text-decoration:inherit !important;
    display:block;
    font-size:8px; 
    line-height:100%; 
    margin:0; 
    padding:0;
}

table.table.contract-breakdown thead tr th {
    background:#F0F5FA !important;
}

.text-center-important {
    text-align: center !important;
}

.text-right-important {
    text-align: right !important;
}

table th.contract.text-center-important, table td.contract.text-center-important{
    text-align: center !important;
}

table.table tbody tr:nth-of-type(odd) td, table.table tfoot tr:nth-of-type(odd) td {
    background: white; /*rgba(0,0,0,0) none repeat scroll 0 0;*/
}
table.table tbody tr:nth-of-type(even) td, table.table tfoot tr:nth-of-type(even) td {
    background: #f6f9fc; /*rgba(153, 204, 255, 0.15) none repeat scroll 0 0;*/
}

table.table thead tr th.highlight {
    background:rgba(228,234,244,1.00) !important;
    font-weight: bold;
}

table.table tbody tr:nth-of-type(odd) td.highlight {
   background:rgba(233,239,249,1.00) !important;
   border-bottom: 1px solid #C8D2DE !important;
   color:#373f50 !important;
}

table.table tbody  tr:nth-of-type(even) td.highlight {
    background:rgba(228,234,244,1.00) !important;
    border-bottom: 1px solid #C8D2DE !important;
    color:#373f50 !important;
}

table.table tbody tr:nth-of-type(odd) td.highlight.text-void {
   color:#FF8000 !important;
}

table.table tbody  tr:nth-of-type(even) td.highlight.text-void {
    color:#FF8000 !important;
}

table.table tfoot tr:nth-of-type(odd) td.highlight {
   background:rgba(233,239,249,1.00) !important;
   border-bottom: 1px solid #C8D2DE !important;
}

table.table tfoot  tr:nth-of-type(even) td.highlight {
   background:rgba(228,234,244,1.00) !important;
   border-bottom: 1px solid #C8D2DE !important;

}

table thead.totals th, table tr.totals td{
    background: white !important; /*rgba(214,223,238,1.00) !important;*/
    font-weight: bold;
}

table thead.totals th, table tr.totals.highlight td{
    background: rgba(214,223,238,1.00) !important;
    font-weight: bold;
}

table thead.totals th, table tr.totals.highlight2 td{
    background: rgba(214,223,238,0.5) !important;
    font-weight: bold;
}

table thead.totals th, table tr.totals.fw-normal td{
    background: white !important; /*rgba(214,223,238,1.00) !important;*/
    font-weight: normal !important;
}

table thead.totals th{
    background: rgba(214,223,238,.55) !important;
    font-weight: bold !important;
    border-top: 0px !important;
}


table.table tbody tr.totals:nth-of-type(even) td.highlight, table.table tbody tr.totals:nth-of-type(odd) td.highlight{
    background:rgba(196,209,230,1.00) !important;
    font-weight: bold;
}

table.table tbody tr.totals.fw-normal:nth-of-type(even) td.highlight, table.table tbody tr.totals.fw-normal:nth-of-type(odd) td.highlight{
    background:rgba(228,234,244,1.00) !important;
    font-weight: normal;
}

table.table tbody tr.totals.highlight2:nth-of-type(even) td.highlight, table.table tbody tr.totals.highlight2:nth-of-type(odd) td.highlight{
    background:rgba(196,209,230,.5) !important;
    font-weight: normal;
}

table.table tbody tr.divider td{
    border-top: 2px solid currentColor;
}

table thead.totals th.title{
    padding-left: 1.2rem !important;
}

table tfoot.totals td{
    background:rgba(214,223,238,1.00) !important;
    font-weight: bold;
}

table tfoot.totals td.title{
    padding-left: 1.2rem !important;
}

table tfoot.totals td.highlight{
    background:rgba(196,209,230,1.00) !important;
    font-weight: bold;
}


th.sort > :not(span.info2) {
  cursor: pointer;
  
}

table th{
    text-wrap: nowrap !important;
    cursor: pointer !important;
}

table th.rank, table td.rank {
  width: 75px;
  vertical-align: middle;
}

table th.w-25px, table td.w-25px {
  width: 25px !important;
  vertical-align: middle;
}

table th.w-50px, table td.w-50px {
  width: 50px !important;
  vertical-align: middle;
}

table th.w-75px, table td.w-75px {
  width: 75px !important;
  vertical-align: middle;
}

table th.w-100px, table td.w-100px {
  width: 100px !important;
  vertical-align: middle;
}

table th.w-125px, table td.w-125px {
  width: 125px !important;
  vertical-align: middle;
}

table th.w-150px, table td.w-150px {
  width: 150px !important;
  vertical-align: middle;
}

table th.w-175px, table td.w-175px {
  width: 175px !important;
  vertical-align: middle;
}

table th.w-200px, table td.w-200px {
  width: 200px !important;
  vertical-align: middle;
}

table th.w-250px, table td.w-250px {
  width: 250px !important;
  vertical-align: middle;
}

table th.w-auto, table td.w-auto {
  width: auto !important;
  vertical-align: middle;
}

table th.details-sm, table td.details-sm {
  width: 50px !important;
  vertical-align: middle;
}

table th.details, table td.details {
  vertical-align: middle;
  text-align: left;
}
table th.player, table td.player {
}

table th.contract, table td.contract {
  /*width: 130px !important;*/
  text-align: center;
  vertical-align: middle;
}

table td.projected, .table:not(.table-dark) td.projected {
  color: #999 !important;
  font-style: italic;
}

table tr.vertical-align-middle td{
    vertical-align: middle !important;
}


td.vertical-align-middle{
    vertical-align: middle !important;
}

table.contract-breakdown td img{
    height: 23px !important;
    width: auto !important;
}



/*
table th.contract-contract_length, table td.contract-contract_length {
  width: 100px;
  text-align: center !important;
}
*/

table th.contract-notes, table td.contract-notes {
  width: 20% !important;
  text-align: right !important;
}


table th.stat, table td.stat {
  width: 100px;
  text-align: right !important;
}



div.relative{
  position:relative;
}

div.overflow-x-auto{
    overflow-x: auto !important;
    overflow-y: hidden !important; 
    overscroll-behavior:auto;
    /*cursor: move;*/
}

@media only screen and (max-width: 430px) 
{
    div.overflow-x-auto{
        overflow-x: auto !important;
        overflow-y: scroll !important;
        overscroll-behavior:auto;
    }
}

/*
div.overflow-x-auto{
  overflow-x: hidden !important;
  cursor: pointer;
}
*/

div.overflow-x-gradient-start{
    display: none;
    width: 20px; 
    height:100%; 
    z-index: 10; 
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(0,102,153,1) 100%); 
    opacity: .10; 
    position: absolute; 
    left: 0;
}

div.overflow-x-gradient{
    display: none;
    width: 20px; 
    height:100%; 
    z-index: 10; 
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(0,102,153,1) 100%); 
    opacity: .10; 
    position: absolute; 
    right: 0;
}


.sticky{
  position:-webkit-sticky; 
  position:sticky;
}

.wr-5{
    width: 5rem;
}

.wr-8{
    width: 8rem;
}

.wr-10{
    width: 10rem;
}

.wr-13{
    width: 13rem;
}

.wr-20{
    width: 20rem;
}

.wp-20{
    width: 20%;
}

.left-0{
  left: 0;
}
.left-1{
  left: 3.55rem;
  
}
.left-0px{
  left: 0px;
}
.left-45px{
  left: 45px;
  
}
.left-50px{
  left: 50px;  
}
.left-75px{
  left: 75px;
}
.left-94px{
  left: 94px;
  
}
.left-2{
  left: 0;
}

/*** Filtering Table ***/

.filtering-overlay{
    position: absolute;
    width: 100%;
	height: 100%;
    /*background: rgba(0,0,0,0.7);*/
    z-index: 1;
    color:black !important;
    top: 7rem;

}

.blur{
    filter: blur(.3rem) !important;
}


/*** Bubblies ***/

.bubbles h5{
    border-radius: 0.4375rem 0.4375rem 0 0; 
    padding-right:2rem !important; 
    padding-left:2rem !important;
}


@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .overflow-x-auto{
    /*overscroll-behavior: none;*/
    overflow-y: scroll !important;
    overflow-x: auto;
}
  