.highlighted {
    color: #0585ce;
    font-weight: bold;
    text-shadow: 1px 1px 4px #0585ce;
}

.sterge_button-default {
    background-color: #e0e0e0 !important;
    color: #1d2124 !important;
    text-transform: none !important;
}

.sterge_button-primary {
    text-transform: none !important;
}

.sterge-btn-help {
    background-image: url("https://s3.amazonaws.com/sterge-content/images/icons/help.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    width: 32px;
}

.sterge-btn-help-clicked {
    background-image: url("https://s3.amazonaws.com/sterge-content/images/icons/help-clicked.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    width: 32px;
}

.sterge-btn-refresh {
    background-image: url("https://s3.amazonaws.com/sterge-content/images/icons/refresh.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    width: 32px;
}

.sterge-btn-refresh-clicked {
    background-image: url("https://s3.amazonaws.com/sterge-content/images/icons/refresh-clicked.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    width: 32px;
}

.sterge-btn-summary {
    background-image: url("https://s3.amazonaws.com/sterge-content/images/icons/summary.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    width: 32px;
}

.sterge-btn-summary-clicked {
    background-image: url("https://s3.amazonaws.com/sterge-content/images/icons/summary-clicked.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    width: 32px;
}

.sterge-btn-toggle-off {
    background-image: url("https://sterge-content.s3.amazonaws.com/images/icons/toggle_off.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    width: 75px;
}

.sterge-btn-toggle-on {
    background-image: url("https://sterge-content.s3.amazonaws.com/images/icons/toggle_on.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    width: 75px;
}

.sterge-btn-clear {
    background-image: url("https://s3.amazonaws.com/sterge-content/images/icons/clear.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    width: 32px;
}

.sterge-btn-clear-clicked {
    background-image: url("https://s3.amazonaws.com/sterge-content/images/icons/clear-clicked.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 32px;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    width: 32px;
}

.sterge-div-help {
    float: right;
    min-width: 64px;
}

.sterge-div-options {
    float: left;
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

.pick_game_button {
    margin: 0px;
    max-width: 75px;
    padding: 8px;
}

.pick_game_button-default {
    background-color: #e0e0e0 !important;
    margin: 0px;
    max-width: 75px;
    padding: 8px;
}

.pick_game_button-default:not([disabled]):not(.disabled).active, .pick_game_button-default:not([disabled]):not(.disabled):active, .show > t.dropdown-toggle {
    background-color: #e0e0e0 !important
}

.pick_game_button-default:focus {
    background-color: #e0e0e0 !important
}

.pick_game_button-default:hover {
    background-color: #e0e0e0 !important;
}

.pick_game_button-primary {
    background-color: #428bca !important;
    margin: 0px;
    max-width: 75px;
    padding: 8px;
}

/*
    TODO: GDJ - Revisit removing this completely
 */
.sterge-input_width {
    /* width: 100px; */
}

.sterge-input_width_new {
    width: 100px;
}

/*
    TODO: GDJ - Revisit removing this completely
 */
@media (min-width: 500px) {
    .sterge-input_width {
        /* width: 200px; */
    }
}

@media (min-width: 500px) {
    .sterge-input_width_new {
        width: 200px;
    }
}

/*
    TODO: GDJ - Revisit removing this completely
 */
@media (min-width: 1000px) {
    .sterge-input_width {
        /* width: 250px; */
    }
}

@media (min-width: 1000px) {
    .sterge-input_width_new {
        width: 250px;
    }
}

@media only screen and (min-width: 1025px) {
    .sterge-desktop_only {
        display: block;
    }

    .sterge-mobile_only {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .sterge-desktop_only {
        display: none;
    }

    .sterge-mobile_only {
        display: block;
    }
}

@media only screen and (max-width: 649px) {
    .sterge-mobile_portrait_only {
        display: block;
    }
}

@media (min-width: 650px) {
    .sterge-mobile_portrait_only {
        display: none;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a:after {
    content: "\f0da";
    float: right;
    border: none;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    margin-top: 0px;
    margin-left: 0px;
}

.modal {
    overflow-y: auto;
}

#gdj-processing-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: gray;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    display: none;
}

#gdj-processing-overlay h2 {
    position: fixed;
    margin-left: 40%;
    top: 40%;
}