﻿body {
    BACKGROUND-COLOR: #416E85;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top: 0px;
}

div.main {
    max-width: 1028px;
    BACKGROUND-COLOR: #FFFFFF;
}

.cursorpointer {
    cursor: pointer;
}

h1.spinner {
    color:blue;
}

td.centerrightNumber-33 {
    text-align: right;
    padding-right: 2%;
}

div.loading {
    color: #FFFFFF;
    background-color: #000066 !important;
    margin: 50px auto 10px auto;
    border: 1px solid rgba(200,100,0,0.8);
    box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
    text-shadow: 0px -1px 1px rgba(0,0,0,0.3) !important;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    position: relative;
    padding: 8px 20px;
    line-height: 11pt;
    text-decoration: none;
    display: inline-block;
    outline: none;
    text-align: center;
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    background: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.15)));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#15FFFFFF, endColorstr=#15000000);
    /*-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#15FFFFFF, endColorstr=#15000000); */
}

.vfstable > thead > tr > th {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}


div.footnote {
    font-size:12px;
    line-height: 1.25;
}
.bg-gray {
    background-color: lightgrey;
}
.bg-inactive-with-score {
    background-color: paleturquoise;
}

.hoverDiv {
    background: #fff;
}

.hoverDiv:hover {
    background: #e5e5f5;
}

.scrollable {
    overflow: auto;
}

.rotated-header th {
    height: 60px;
    vertical-align: bottom;
    text-align: left;
    line-height: 1;
}

.rotated-header-container {
    width: 30px;
}

.rotated-header-content {
    width: 125px;
    transform-origin: bottom left;
    transform: translateX(30px) rotate(-60deg);
}

.rotated-header td:not(:first-child) {
    text-align: right;
}

.matchupgrid-hometeamtext {
    color:blue;
    font-weight:bold;
}

.matchupgrid-awayteamtext {
    color: mediumvioletred;
    font-weight: bold;
}

.gridcontrolWin {
 background-color: yellow;
 font-weight:  bold;
}

.gridcontrolTeamWin {
    background-color: lightgreen;
    font-weight: bold;
}
.gridcontrolTeamLoss{
    background-color: #ffcccc;
    font-weight: bold;
}

/*these are the background colors for showing virtual dan*/
.gridcontrolTeamWin1 {
    background-color: #eeffee;
}

.gridcontrolTeamLoss1 {
    background-color: #ffeeee;
}

.gridOutlierBorder {
    border: solid 2px #000066;
}

.returnBand1 {
    background-color: #ccffcc;
}

.returnBand2 {
    background-color: #aaddaa;
}
.returnBand3 {
    background-color: #77bb77;
}
.returnBand4 {
    background-color: #449944;
    color:#ddffdd;
}
.returnBand5 {
    background-color: #007700;
    color: #ddffdd;
}

.returnBand-1 {
    background-color: #ffcccc;
}

.returnBand-2 {
    background-color: #ddaaaa;
}

.returnBand-3 {
    background-color: #bb7777;
    color: #ffdddd;
}

.returnBand-4 {
    background-color: #994444;
    color: #ffdddd;
}

.returnBand-5 {
    background-color: #770000;
    color: #ffdddd;
}

.returnBand-0 {
    background-color: #ffefef;
    color: #aa0000;
}

.returnBand0 {
    background-color: #efffef;
    color: 00aa00;
}

/* ffl styles*/

.ffl-rulechange{
    color:#000088;
    text-decoration: underline dotted;
}


/* Bootstrap overrides  */
ul.nav-tabs {
    border-bottom: solid 1px #007bff;
}


.nav-link.active {
    border-color: #007bff #007bff #007bff !important;
    background-color: #007bff !important;
    color: #ffffff !important;
}

.nav-link.inactive {
    border-color: #007bff #007bff #e0fbff #007bff !important;
    color: #000088 !important;
    background-color: #e0fbff !important;
}

.nav-item.inactive {
    background-color: #e0fbff !important;
    color: #000088 !important;
    border-radius: 5px;
    padding: 0px;
    margin: 0px !important;
}

.tab-content {
    border-style:  none solid solid solid;
    border-width: 1px;
    border-color: #ffffff #007bff  #007bff #007bff;
}

.vfs-cardheader-background {
    background-color: #c2defb;
    /*#a4c7eb*/
}

.vfs-div-link {
    cursor: pointer;
    text-decoration: dotted underline;
    color: #4444dd;
    font-weight:bolder;
}

tr.vfs-highlight {
    background-color:yellow !important;
}
td.vfs-highlight {
    background-color: yellow !important;
}

.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/*  Fade in */

.fade-highlight {
    animation: fadebackground 4s;
}


@keyframes fadebackground {
    from {
        background-color: yellow;
    }

    to {
        background-color: #ffffff;
    }
}


