table.table.table-no-more th[class="blank-row"] {
     display:none;
}

.dash-container {
    position: relative;
}

.dash {
    position: absolute;
    top: 0px;
    right: 0px;
    height:12px;
}
@import url("freq/TheSansB-W3Light.otf");
body {
    font-family: TheSans, "Merriweather Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
    src: url("freq/TheSansB-W3Light.otf");
    font-weight: 300;
    color: #232020;
}

@media only screen and (max-width: 767px) {
    
   table.table.table-no-more {
        width: 100%;
    }

    /* Force table to not be like tables anymore */
    table.table.table-no-more,
    table.table.table-no-more thead,
    table.table.table-no-more tbody,
    table.table.table-no-more th,
    table.table.table-no-more td,
    table.table.table-no-more tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
/*    table.table.table-no-more thead tr {
 *     *            position: absolute;
 *      *                    top: -9999px;
 *       *                            left: -9999px;
 *        *                                }*/

    table.table.table-no-more tr {
        border: $base-border-style;
    }

    table.table.table-no-more td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: $base-border-style;
        position: relative;
        padding: 0 0 0 50% !important;
        white-space: normal !important;
        text-align:left;
    }

table.table.table-no-more td:last-child {
    padding: 3% 0 5% 0 !important;
}

    table.table.table-no-more td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 3px;
        left: 3px;
        width: 25%;
        padding-right: 20px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    table.table.table-no-more th[class="blank-row"] {
        /*display=block;    */
        hidden: "false";
        border: none;
    }
    /*
 *  *  *     Label the data
 *   *   *         */
    table.table.table-no-more td:before { content: attr(data-title); }

    table.table.table-no-more th[scope="row"] {
        text-align: center;
        font-weight: bold;
    }

    table.table.table-no-more th[class="blank-row"] {
        /*display=block;    */
        display: block;
        font-weight:600;
    }
    table.table.table-no-more th[class="lg-row"] {
        display:none;
    }
}

:root { --warning: $ce1126; }
.bg-warning { background-color: #ce1126!important; }
table.table.table-striped tr.found td{
   background-color:#ffc107;
  //  background-color: #d9392a;
}

.avs-button {
    background-color: #c8c1b8;
    background-color: #ffffff;
    color: #000000;
    //background-color: #d9392a;
    //border-color: #edb00f; 

}
.avs-button:hover {
    color: #ce1126;
}

.avs-submit {
    background-color: #e9e2dc; 
    border: 1px solid black;
    color: #000000;    
}
table.table.table-no-more th[scope="row"] {
    font-weight: 400;
}


nav {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ffffff;
}

//.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
 //  background-color: #e9e2dc;
//}
//.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
// {#   background-color: #c8c1b8;#}
//}

.avs-table-head {
   background-color: #ce1126 !important;
    //background-color: #d9392a;
   //font-size: 115%;
   //text-align: left !important;
// background-color: #a09489;
}

.avs-table-entry {
   background-color: #ce1126 !important;
    //background-color: #d9392a;
   font-size: 115%;
   text-align: left !important;
// background-color: #a09489;
}

.white-body {
    background-color: white !important;
}

.light-bold {
     font-weight: 600;
}

.avs-home-button {
    background-color: #ce1126; 
    color: white;    
}

.avs-home-button:hover {
    color: #e1e1e1;
}

.navbar-nav > li {
    margin-left: 25px;
}

.nav-pills > li > a.active {
    background-color: #ce1126!important;
    color: #ffffff!important;
}

b,strong {
    font-weight: bold!important;
}
