﻿
/*@font-face {
    font-family: 'ubuntu';
    src: url('font/ubuntu/ubuntu-regular-webfont.eot');
    src: url('font/ubuntu/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ubuntu/ubuntu-regular-webfont.woff2') format('woff2'),
         url('font/ubuntu/ubuntu-regular-webfont.woff') format('woff'),
         url('font/ubuntu/ubuntu-regular-webfont.ttf') format('truetype'),
         url('font/ubuntu/ubuntu-regular-webfont.svg#ubuntu') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'open_sansregular';
    src: url('font/OpenSans/opensans-regular-webfont.eot');
    src: url('font/OpenSans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans/opensans-regular-webfont.woff2') format('woff2'),
         url('font/OpenSans/opensans-regular-webfont.woff') format('woff'),
         url('font/OpenSans/opensans-regular-webfont.ttf') format('truetype'),
         url('font/OpenSans/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: open_sansregular;
}

h2 {
    font-family: open_sansregular;
    font-weight:bold;
    color:#8D0A0D;
}

h3 {
    font-family: open_sansregular;
    font-weight:bold;
    color:#8D0A0D;
}

.bkgroundImgMasterHeader {
background-image:url('../Images/Banner/Dix Performance Header Gradient Only REVISED.png');
background-repeat:no-repeat;
background-size:cover;
background-position:center;
height: auto;
/*background-attachment: fixed;*/
}


.bkgroundImgLogin {
background-image:url('../Images/Banner/Dix Login watermark.png');
background-repeat:no-repeat;
background-size:cover;
background-position:center;
background-attachment: fixed;
}

.bkgroundImgAccount {
background-image:url('../Images/Banner/Dix-Account page watermark.png');
background-repeat:no-repeat;
background-size:cover;
background-position:center;
background-attachment: fixed;
}

.bkgroundImgRedeem {
background-image:url('../Images/Banner/Dix-Redeem page watermark.png');
background-repeat:no-repeat;
background-size:cover;
background-position:top;
background-attachment: fixed;
}

.topHeader {
    background-color:white; 
    height:30px;
}

.button {
    background-color:#8D0A0D;
    color:white;
    text-decoration:none;
    font-size:0.9rem;
}

.button:visited{
    background-color:#8D0A0D;
}

.button:hover{
    background-color:#DCDCDC;
    color:black;
}

.button2 {
    background-color:#5B5B5B;
    color:white;
    text-decoration:none;
    font-size:0.9rem;
}

.button2:visited{
    background-color:#5B5B5B;
}

.button2:hover{
    background-color:#DCDCDC;
    color: black;
}

.button3 {
    background-color:#D9D9D9;
    color:black;
    text-decoration:none;
    font-size:0.9rem;
}

.button3:hover{
    background-color:#000;
    color: white;
    box-shadow: 0 1px 9px 0 white inset;
}

.redeemItemsInHouseTop {
    text-align: center;
    margin: 5px;
    padding: 15px;
    border-width: 1px;
    border-style: solid solid none solid;
    border-color: silver;
}

.redeemItemsInHouseBottom {
    text-align: center;
    border-width: 1px;
    border-top: 0px;
    border-style: solid solid none solid;
    border-color: silver;
    margin: 5px;
    margin-top: -6px;
    border-bottom: 1px solid silver;
    min-height:80px;
}

.topMenuLinks {
    font-family: open_sansregular;
    color:white;
    margin-left:0.6rem;
    text-decoration:none;
}

    .topMenuLinks:visited{
        color:white;
    }

    .topMenuLinks:hover {
        color:#8D0A0D ;
    }

.mainMenuLinks {
    color:white;
    font-weight:bold;
    text-decoration:none;
}

    .mainMenuLinks:visited{
            color:white;
    }

    .mainMenuLinks:hover {
        color:#8D0A0D;
    }

.mainMenuLinksText, .mainMenuLinksText:visited, .mainMenuLinksText:hover  {
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
}

.catLink {
    color: #000000;
    text-decoration: none;
}
    .catLink:hover {
        color: #000000;
        text-decoration: underline;
    }

.noLinkUnderline {
    text-decoration:none;
}

.regLinks {
    color:#8D0A0D;
    text-decoration:none;
}

    .regLinks:visited{
        color:#8D0A0D;
    }

    .regLinks:hover {
        color:#5B5B5B;
    }

.joinPageLinks{
    color:#A90132;
    text-decoration:none;
}

.joinPageLinks:visited{
    color:#A90132;
    text-decoration:none;
}

.joinPageLinks:hover{
    color:#000000;
    text-decoration:none;
}

.regLinks2, .regLinks2:visited{
    color:lightgray;
    text-decoration:none;
}

    .regLinks2:hover {
        color:#8D0A0D;
    }


.regLinksWhite {
    color:#A90132;
    text-decoration:none;
}

    .regLinksWhite:hover {
        color:white;
    }

.itemhover {
    border: 1px solid #F1F1F1;
    display: inline-block;
}

.footerLinks {
    font-weight:bold;
    color:white;
    text-decoration:none;
    margin-right: 0.6rem;
}

    .footerLinks:visited{
        color:white;
    }

    .footerLinks:hover {
        color:#8D0A0D ;
    }

.footerText {
    text-align: center;
    margin-top:8px;
}


.abouta {
    color: #000;
    outline: none;
    text-decoration:none;
}


    .abouta:hover {
        color: #666;
    }

.a-top {
    font-weight: bold;
    color: black;
    vertical-align: top;
    vertical-align: text-top;
    text-decoration:underline;
}

    .a-top:hover {
        font-weight: bold;
        color: black;
    }

.titleBox
{
    background-color: transparent;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-bottom: 3px groove lightgray;
}

.titleBoxLight
{
    background-color: transparent;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid silver;
}

.float-left-form {
    float: left;
}

.clear-fix {
    clear:both;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    font-size: 0.8rem;
}

.tableHeaders {
    background-color:#02548e; 
    color:#FFFFFF;
    font-weight: bold;
}

.altBackground1 {
    background-color: #f4f4f4;
    color: #5B5B5B;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight:bold;
}

.altBackground2 {
    background-color: #FFFFFF;
    color: #5B5B5B;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight:bold;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1em;
}

.fontRedColor {
    color:#ee3a43;
}

.fileUpload {
    max-width: 560px;
}

.calendar {
    background-color: #FFFFFF;
}

.search {
    width: 25px;
    max-width: 25px;
    border: none;
    margin-top: 4px;
    margin-left: -15px;
}
 
.lockImg {
    margin-top: -8px;
    max-height: 16px;
}

.accountTier {
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: bold;
    border-right:solid 2px white;
}

.gvhover {
    color: white;
}
.gvhover a {
    color: white;
}
.gvhover a:hover {
    color: black;
}

cookieFooter {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  color: white;
  text-align: center;
}

.cookieFooter {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  color: white;
  text-align: center;
}

/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  text-decoration:none;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: transparent;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  float: right;
}

.dropdown-item {
  line-height: 1.2;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 380px;
  right:0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 10px;
  text-align:left;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: #8D0A0D;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

  .logoHeader {
    max-height:150px;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:15px;
}


/*th {
    background-color: #b7b7b7 !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b7b7b7),to(#b7b7b7)) !important;
    background-image: -webkit-linear-gradient(top,#b7b7b7,#b7b7b7) !important;
    background-image: -moz-linear-gradient(top,#b7b7b7,#b7b7b7) !important;
    background-image: -ms-linear-gradient(top,#b7b7b7,#b7b7b7) !important;
    background-image: -o-linear-gradient(top,#b7b7b7,#b7b7b7) !important;
    background-image: linear-gradient(to bottom,#b7b7b7,#b7b7b7) !important;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset !important;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset !important;
    border-top: 0 !important;
    
}*/