/* fixes */

.article-page-container .entry-content .nrwgt-rd p {
    line-height: 14px;
    font-size: 11px;
}
/**/

.nrwgt-rd {
    line-height: 1em;
}

.nrwgt-rd .currentRaceDetails {
    color: #000;
    background: #fff;
    font-family: 'Stainless-Regular', sans-serif;
    font-size: 11px;
    padding: 15px 10px 20px;
    overflow: hidden;
}
.nrwgt-rd .currentRaceDetails h2 {
    font-family: 'Stainless-Bold', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px 0 0 0;
    text-transform: uppercase;
}
.nrwgt-rd .currentRaceDetails .race-details {
    width: 300px;
    text-transform: uppercase;
    float: left;
    margin-left: 10px;
}
.nrwgt-rd .currentRaceDetails.live .race-details {
    width: 300px;
}

.nrwgt-rd .currentRaceDetails p {
    margin: 0;
    padding: 5px 0 0;
}
.nrwgt-rd .currentRaceDetails p.race-date {
    padding-bottom: 5px;
    text-transform: capitalize;
    font-feature-settings: 'tnum';
}
.nrwgt-rd .currentRaceDetails p.race-details-url {
    font-family: 'Stainless-Bold', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.nrwgt-rd .currentRaceDetails p.race-details-url a {
    color: #0063a7;
    text-decoration: none;
}
.nrwgt-rd .currentRaceDetails p.race-details-url + p {
    padding-top: 3px;
}
.nrwgt-rd .tv-listings {
    margin: 18px 5px 0 5px;
    width: 550px;
}
.nrwgt-rd .currentRaceDetails.live .tv-listings {
    width: 220px;
}
.nrwgt-rd .tv-listings .tv-logo-container {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    height: 47px;
}
.nrwgt-rd .tv-listings .tv-logo-container img {
    display: inline;
    padding: 0 5px;
    width: auto;
    height: auto;
    max-width: 60px;
    max-height: 60px;
}

.nrwgt-rd .race-details-dropdown {
    display: block;
    margin-top: 25px;
}

.nrwgt-rd .event-dropdown {
    width: 195px;
}

.nrwgt-rd .radio-dropdown {
    width: 175px;
    margin-right: 8px;
    display: none;
}
.nrwgt-rd .currentRaceDetails.live .radio-dropdown {
    display: block;
    visibility: hidden;
}
.nrwgt-rd .race-details-dropdown h3 a {
    background-color: #434343;
    cursor: pointer;
    display: block;
    font-size: 12px;
    color: white;
    margin-bottom: 0;
    padding: 9px 2px;
    text-align: center;
    font-family: Stainless-Bold;
}

.race-details-dropdown.event-dropdown.col h3{
    margin: 0px 0px;
}

.nrwgt-rd .race-details-dropdown ul li a:focus {
  outline: 1px dotted #ffffff;
}
.nrwgt-rd .race-details-dropdown h3 .toggle {
    float: right;
    position: relative;
    top: -6px;
}
.nrwgt-rd .race-details-dropdown h3 .toggle i {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    top: 0;
}
.nrwgt-rd .race-details-dropdown h3 .toggle i.down {
    -moz-transition: all 2ms linear;
    -webkit-transition: all 2ms linear;
    transition: all 2ms linear;
}
.nrwgt-rd .race-details-dropdown h3 .toggle i.rotate {
    position: relative;
    top: 8px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nrwgt-rd .dropdown-menu {
    background-color: #434343;
    display: none;
    position: absolute;
    z-index: 4;
}
.nrwgt-rd .radio-dropdown .dropdown-menu {
    width: 175px;
}
.nrwgt-rd .event-dropdown .dropdown-menu {
    width: auto;
}


.nrwgt-rd .dropdown-menu ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
}

.nrwgt-rd .dropdown-menu ul li {
    list-style-type: none;
}

.nrwgt-rd .dropdown-menu ul li a {
    color: #818181;
    display: block;
    outline: none;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Stainless-Bold;
    font-feature-settings: 'tnum';
}
.nrwgt-rd .event-dropdown .dropdown-menu ul li a,
.nrwgt-rd .dropdown-menu ul.log-ent li a,
.nrwgt-rd .dropdown-menu ul li.enabled a {
    color: #ffffff;
}

.nrwgt-rd .dropdown-menu ul li a.selected,
.nrwgt-rd .dropdown-menu ul li a.active {
    color: #ffffff;
    background-color: #696969;
}

.nrwgt-rd .dropdown-menu ul li a:hover {
    color: #ffffff;
    background-color: #696969;
}
.nrwgt-rd .dropdown-menu ul li a span.raceDate {
    text-transform: none;
}
.nrwgt-rd .col {
    float: right;
}

.nrwgt-rd .scanner {
    width: 147px;
    margin-top: 25px;
    margin-right: 2px;
    display: none;
}

.nrwgt-rd .currentRaceDetails.live .scanner {
    display: block;
}

.nrwgt-rd .scanner .sc-pp-control {
    display: none;
    float: left;
    height: 32px;
    width: 19px;
    margin-right: 2px;
    background-image: url("../img/sc_play.png");
    cursor: pointer;
}

.nrwgt-rd .scanner.enabled .sc-pp-control {
    display: block;
}
.nrwgt-rd .scanner .sc-pp-control.pause {
    background-image: url("../img/sc_pause.png");
}

.nrwgt-rd .scanner .sc {
    display: none;
    float: left;
    height: 32px;
    width: 126px;
    background-image: url("../img/sc.png");
}

.nrwgt-rd .scanner.enabled .sc {
    display: block;
}

/*mobile*/

.mobile .nrwgt-rd .col {
    float: none;
}

.mobile .panel-grid .has_sidebar .panel-grid-cell:first-child > div {
    padding-top: 0 !important;
}

.mobile .nrwgt-rd .currentRaceDetails {
    background-color: #ffffff;
    padding: 15px 10px 20px;
}
.mobile .nrwgt-rd .currentRaceDetails .race-details-container {
    margin: 0 auto;
    width: 315px;
}
.mobile .nrwgt-rd .currentRaceDetails .race-details-container .col {
    margin: 0 auto;
    text-align: center; /* test fix mjm-02/05 */
}

.mobile .nrwgt-rd .tv-listings.col {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    clear: both;
    width: 220px;
    padding-top: 10px;
}
.mobile .nrwgt-rd .tv-listings .tv-logo-container {
  display: block; /* test fix mjm-02/05 */
}

.mobile .nrwgt-rd .tv-listings.col.empty {
    display: none;
}

.mobile .nrwgt-rd .currentRaceDetails .race-details-container .tv-listings.col .tv-logo-container {
    margin: 15px auto 0 auto;
    width: 100%;
}
.mobile .nrwgt-rd .tv-listings .tv-logo-container img {
    padding: 0 5px;
}

.mobile .nrwgt-rd .scanner {
    margin: 0 auto;
}
.mobile .nrwgt-rd .currentRaceDetails .race-details-container .event-dropdown {
    width: 315px;
    margin: 0 auto;
}
.mobile .nrwgt-rd .currentRaceDetails .race-details-container .race-details-dropdown {
    width: 295px;
    margin: 0 auto 10px;
    display: none;
}
.mobile .nrwgt-rd .currentRaceDetails .race-details-container .race-details-dropdown .dropdown-menu {
    font-size: 10px;
    width: 295px;
    margin-left: 0;
}
.mobile .nrwgt-rd .currentRaceDetails .race-details-container .race-details-dropdown h3 {
    center-align: left;
    margin: 10px auto 0;
}
.mobile .nrwgt-rd .currentRaceDetails .race-details-container .tv-listings.col p {
    margin: 0;
    text-align: center;
}

.mobile .nrwgt-rd .currentRaceDetails .race-details {
    width: auto;
}

.mobile .nrwgt-rd .currentRaceDetails .race-details.col p {
    width: 100%;
    text-align: center;
}
.mobile .nrwgt-rd .currentRaceDetails .race-details.col p.race-details-url {
    margin-top: 20px;
    display: none;
}
.mobile .nrwgt-rd .currentRaceDetails .race-details.col p.race-details-url + p {
    margin-top: 10px;
}
.mobile .nrwgt-rd .currentRaceDetails .race-name,
.mobile .nrwgt-rd .currentRaceDetails .race-date {
    display: none;
}



/*portrait*/

.tablet.portrait .currentRaceDetails .col {
        float: none;
        margin: 5px auto;
}
.tablet.portrait .nrwgt-rd .tv-listings.col {
    clear: both;
    padding-top: 10px;
}
.tablet.portrait .panel-grid .has_sidebar .panel-grid-cell:first-child > div {
    padding-top: 0 !important;
}

.tablet.portrait .nrwgt-rd .tv-listings.col {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.tablet.portrait .nrwgt-rd .currentRaceDetails .race-details-container .race-details.col {
    margin: 0 auto;
    width: 100%;
}

.tablet.portrait .nrwgt-rd .currentRaceDetails .race-details-container .tv-listings.col {
    margin: 0 auto;
    width: 100%;
}

.tablet.portrait .nrwgt-rd .currentRaceDetails .race-details-container .tv-listings.col .tv-logo-container {
    text-align: center;
    display: block;
}
.tablet.portrait .nrwgt-rd .currentRaceDetails .race-details-container .tv-listings.col p {
    margin: 0;
    text-align: center;
}
.tablet.portrait .nrwgt-rd .currentRaceDetails .race-details.col p {
    width: 100%;
    text-align: center;
}

.tablet.portrait .nrwgt-rd .currentRaceDetails .race-name,
.tablet.portrait .nrwgt-rd .currentRaceDetails .race-date {
    text-align: center;
}

/* fixes */

.race-center-page .panel-row-style {
    max-width: 1000px;
}
.race-center-page .panel-grid-cell {
    max-width: 1000px;
}

.tablet.portrait .panel-grid .has_sidebar .panel-grid-cell:first-child {
    margin-right: 0;
}

.tablet.portrait .panel-grid .has_sidebar .panel-grid-cell:last-child {
    display: none;
}





.scanner-modal-dialog:before{
    content: "";
    background: rgba(255,255,255,0);
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 9010;
}

.scanner-modal-dialog{
    color: #ffffff;
    font-family: Stainless-Bold;
    display: none;
    background: rgba(41,41,41,0.9);
    border: none;
    margin-left: -390px;
    margin-top: -208px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9011;
    width: 780px;
    height: 416px;
.translate(0, -500%);
.transition-transform(~"0.3s ease-out");
}

.scanner-modal-dialog .title{
    background-position: center;
    background-image: url("../img/sc_modal_header.png");
    height: 52px;
    background-repeat: no-repeat;
    width: 280px;
    margin: auto;
    opacity: 1;
}

.scanner-modal-dialog .content .left {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 18px;
    padding-bottom: 100px;
    background: url("../img/delim.png") no-repeat right top;
}
.scanner-modal-dialog .content ul  {
    margin: 50px 0 30px 68px;
    width: 265px;
}
.scanner-modal-dialog .content ul li {
    list-style-position: inside;
    text-align: left;
}
.scanner-modal-dialog .content .right {
    display: inline-block;
    width: 46%;
    text-align: center;
    font-size: 22px;
    vertical-align: top;
    padding-top: 100px;
}

.scanner-modal-dialog .content .right .content {
    margin-bottom: 30px;
    display: block;
}

.scanner-modal-dialog .button{
    width: 120px;
    height: 30px;
    background-color: #67bf4f;
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    z-index: 9012;
    margin: 0 5px;
    position: relative;
}

.scanner-modal-dialog .button.login{
    font-family: Stainless-Bold;
}

.scanner-modal-dialog .button.login.logged{
    background-color: #5c5c5e;
    cursor: default;
}

.scanner-modal-dialog .btn-close {
    opacity: 1;
    width: 27px;
    height: 27px;
    display: block;
    background: url(../img/btn_close.png) no-repeat;
    background-position: left top;
    position: absolute;
    top: 9px;
    right: 18px;
    z-index: 9012;
}
