html {
    margin: 0;
    padding: 0;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #fff !important;
    color: #333;
    font-size: 0.9em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
    margin: 0;
    padding: 0;
}

/* reset everything to the default box model */

*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.col,
.col-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#page-wrapper {
    padding: 10px;
}

#page-wrapper hr {
    border-top-color: #e3e3e3;
}

.button-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.button-bar-small {
    padding-top: 5px;
    padding-bottom: 5px;
}

.popup {
    background-color: #efeeef !important;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: rgba(0, 0, 0, .7);
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 1.4em !important;
}

h2 {
    font-size: 1.3em !important;
}

h3 {
    font-size: 1.2em !important;
    color: #8e8e8e !important;
    font-weight: normal !important;
}

h4 {
    font-size: 1.1em !important;
}

h5, h6 {
    font-size: 1em !important;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}


.page-purpose {
    font-size: 1.2em !important;
    font-weight: normal !important;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

.logo {
    width: 150px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    padding-top: 20px;
}

header .content-wrapper {
    padding-top: 20px;
}

.centerBlock {
    display: table;
    margin: 0 auto;
}

footer {
    clear: both;
    /*height: 50px;*/
    font-size: 12px;
    background-color: #fff;
}

#currency .dashboardRates {
    padding-bottom: 0;
    padding-top: 0;
    border-top: none;
}

#currency .dashboardRates #accordion {
    margin-bottom: 8px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    padding: 0;
    margin: 0;
    position: relative;
    bottom: 3px;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: Calibri, Consolas, "Courier New", Courier, monospace;
    font-size: 3.5em;
}


/* page elements
----------------------------------------------------------*/
/* page titles */

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

aside ul {
    list-style: none;
    padding: 0;
}

aside ul li {
    padding: 2px 0 2px 20px;
}

label {
    display: block !important;
    margin-top: 5px;
    font-weight: 700;
}


#notificationArea {
    display: block;
    margin-bottom: 10px;
}

#notificationAreaPartial {
    display: inline-block;
    margin-bottom: 10px;
}

/* forms */

.grid-form {
    width: 100% !important;
    border-right: none !important;
}

.detail-form {
    width: 100% !important;
    border-right: none !important;
    background-color: white;
}


.content-form .validation-error {
    display: block;
    margin-left: 15px;
}

.content-form .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

.content-form .validation-summary-errors li {
    display: inline-block;
    list-style: none;
    margin: 5px;
}

.content-form input[type="text"],
.content-form input[type="password"],
.content-form input[type="number"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    background: #fff;
    padding: 6px;
}

.content-form input[type="checkbox"],
.content-form input[type="submit"],
.content-form input[type="button"],
.content-form input[type="radio"],
.content-form button {
    width: auto;
}

.content-form select {
    margin: 5px 0 6px 0;
    padding: 4px 1px;
    width: 262px;
    border: 1px solid #e2e2e2;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend {
    display: none;
}

fieldset ol {
    padding: 0;
    list-style: none;
}

fieldset ol li {
    padding-bottom: 5px;
}


.small-label {
    font-size: 1em;
    font-weight: 400;
    display: inline-block;
}

.gridTemplateDetail {
    word-wrap: break-word;
    max-width: 800px;
    font-size: 12px;
}

.grid-error-text {
    color: #D01215;
}

.grid-wrap-column {
    display: block;
    width: 500px;
    word-wrap: break-word;
}

label.checkbox {
    display: inline;
}


textarea {
    font-family: inherit;
    width: 100%;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    height: 150px;
}

input[type="text"],
input[type="password"],
input[type="number"] {
    color: #333 !important;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #ab2025;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
    text-align: center;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.small-number {
    width: 100px !important;
}

.form-group {
    border: solid 1px #c8c8c8;
    padding: 10px 0 0 27px;
    width: 470px;
}

/* padding */
.pad-left-15p {
    padding-left: 15%;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-top-18 {
    padding-top: 18px;
}

.pad-top-21 {
    padding-top: 21px;
}

.pad-top-25 {
    padding-top: 25px;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.1em;
    text-align: left;
    border: none 0;
    padding-left: 0;
}

th a {
    display: block;
    position: relative;
}

th a:link, th a:visited, th a:active, th a:hover {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
}

th a:hover {
    color: #000;
}

th.asc a, th.desc a {
    margin-right: .75em;
}

th.asc a:after, th.desc a:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.75em;
}

th.asc a:after {
    content: '▲';
}

th.desc a:after {
    content: '▼';
}

td {
    padding: 0.25em 2em 0.25em 0;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.matrixTable {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 0;
    empty-cells: show;
    margin: 0;
    max-width: none;
    outline: 0 none;
    width: 100%;
    border-color: #c5c5c5;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    outline: 0 none;
}

.matrixTable th {
    border-color: #c5c5c5;
    background-color: #e3e3e3;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0) 100%);
    background-position: 50% 50%;
    border-style: solid;
    border-width: 0 0 1px 1px;
    font-weight: normal;
    overflow: hidden;
    padding: 0.5em 0.6em 0.4em;
    text-align: left;
}

.matrixTable tr:nth-child(even) {
    background-color: #f5f5f5;
}

.matrixTable td {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #c5c5c5;
    line-height: 1.6em;
    overflow: hidden;
    padding: 0.4em 0.6em;
    vertical-align: middle;
}

.narrow td {
    padding: 0.2em 0.6em !important;
}

.narrow input[type="checkbox"] {
    margin-top: 7px !important;
}

.matrixTable label {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.matrixTable td:first-child, .matrixTable th:first-child {
    border-left-width: 0;
}

.tdInput {
    width: 98% !important;
    font-size: 0.8em !important;
    display: block !important;
    margin: auto !important;
    padding: 5px 0 5px 3px !important;
}

.thCenter {
    text-align: center !important;
}

.tableWrapper {
    position: relative;
    overflow: auto;
}

.blFixedCol {
    width: 33px;
}

.blFixedColHighlight {
    background-color: #2ea328 !important;
    color: white !important;
}

.blFixedColHead {
    border: 1px solid #c5c5c5 !important;
    margin-top: -1px !important;
    height: 46px;
}

.blCellWithValue {
    background: #a6dbed !important;
}

.blSmallFont {
    font-size: 12px !important;
}

.blFixedColCell {
    border-width: 0 1px 0 1px !important;
    padding: 9px !important;
    width: 34.5px !important;
    background-color: #fff;
}

.blColHead {
    min-width: 53px;
}

.blFixedColCellFirst {
    border-width: 1px 1px 0 1px !important;
}

.blFixedColCellLast {
    border-width: 0 1px 1px 1px !important;
}

.blFixedColCellEven {
    background-color: #f5f5f5 !important;
}


/* Dashboard Styles */

#dashboard .header {
    background-color: #2ea328;
    vertical-align: middle;
    padding: 5px;
    margin-bottom: 5px;
}

#dashboard .header h1 {
    display: inline-block;
    color: white;
    text-transform: capitalize;
}

#dashboard section h1 {
    font-weight: normal;
    text-transform: uppercase;
    margin: 9px;
}

.dashboard_item {
    display: block;
}

.segment h2 {
    display: inline-block;
    font-weight: normal;
    color: #666666;
    font-size: 17px;
}

.segment span {
    font-weight: 600;
    color: #666666;
    font-size: 19px;
}

.betslipprocessing.segment {
    width: 100%;
}

.k-chart.narrow-chart {
    height: 200px;
}

.k-chart.revenue-chart {
    height: 450px;
}

.k-chart.small-line-chart {
    height: 132px;
}

.chart-tooltip-header {
    font-size: 1.3em;
    font-weight: bold;
}

.chart-tooltip-line {
    position: relative;
    display: block;
}

.chart-tooltip-label {
    display: inline-block;
    width: 120px;
    text-align: left;
    float: left;
}

.chart-tooltip-info {
    display: inline-block;
}

.DashboardRefreshButton:hover {
    background: none;
}

.DashboardRefreshButton {
    position: relative;
    display: inline;
    width: 20px;
    padding: 0 10px;
}

.DashboardRefreshButton img {
    cursor: pointer;
    opacity: 0.6;
    width: 18px;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0;
}

.DashboardRefreshButton img:hover {
    opacity: 1.0;
}

.filter-menu {
    display: inline-block;
    list-style: none;
    -webkit-padding-start: 0;
}

.filter-menu li {
    float: left;
    color: white;
    background-color: rgba(255, 255, 255, .2);
    padding: 4px 3px;
}

.filter-menu li.active-filter {
    background-color: #237b1e;
}

#filters {
    width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
}

.active-legend {
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #4CAF50;
    border: 2px solid white;
    margin: 0 5px;
    cursor: pointer;
}

.inactive-legend {
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #D01215;
    border: 2px solid white;
    margin: 0 5px;
    cursor: pointer;
}

.pending-legend {
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: gray;
    border: 2px solid white;
    margin: 0 5px;
    cursor: pointer;
}

#legend span {
    vertical-align: middle;
    text-transform: uppercase;
    margin-right: 5px;
}

#dashboard .filter-menu li a {
    text-decoration: none;
    cursor: default;
    margin: 5px;
    color: white;
    text-transform: uppercase;
}

#dashboard li a:hover {
    background-color: #3F51B5;
}

#dashboard .material-icons {
    color: #666666;
}

#currencyRates span {
    border-left: 1px solid #666666;
    padding-left: 5px;
    font-weight: normal !important;
}

#currencyRates span:first-child {
    border-left: none;
}

#currency span {
    font-weight: 600;
}

#currencyRates {
    border: none;
    color: inherit;
    display: inline-block;
}

.list-default {
    width: 95%;
    margin: 10px auto;
    font-size: 1em !important;
    border: none !important;
}

#highestList td {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid white;
}

.highest-list-rank {
    width: 8%;
    font-size: 0.8em;
}

.highest-list-name {
    width: 12%;
    font-size: 0.5em;
}

td img {
    height: 30px;
    width: 30px;
}

.highest-list-player {
    width: 20%;
    font-size: 0.8em;
}

.highest-list-date {
    width: 20%;
    font-size: 0.8em;
}

.highest-list-amount {
    width: 30%;
    font-weight: 600;
    font-size: 0.9em;
}

.highest-list-view {
    width: 10%;
}

#noPayouts {
    font-size: 0.7em;
    font-weight: normal;
    color: #666666;
}

.list-name {
    text-align: left;
    color: #666666;
    margin-left: 0;
    padding-left: 3px !important;
}

.service-check td {
    padding: 0;
}

.alert-container {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    padding-bottom: 3px;
    margin-bottom: 3px;
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
}

.alert-container h2 {
    color: white;
    background-color: #D01215;
    width: 100%;
    margin: 0;
}

.alert-count {
    color: white !important;
    text-align: center;
    padding-bottom: 7px;
}

#alertList .inactive-legend {
    width: auto !important;
    min-width: 20px !important;
    padding: 0 3px;
}

.red-inactive-background {
    background-color: #D01215;
    color: white;
    margin-right: 3px;
    border: 2px solid white;
}

.original-currency {
    font-size: 0.8em !important;
    /*color: #2196F3 !important;*/
}

#alertList a {
    float: right;
}

.nowrapfix {
    /*this is user to fix a wrapping issue on the dashboard segment sections*/
    white-space: nowrap;
}

.k-tooltip-content {
    height: auto;
    border-radius: 5px;
}

.k-tooltip-content h1 {
    text-align: center;
    margin: 2px 2px;
    font-weight: bold;
}

.k-tooltip-content li {
    padding: 2px;
    width: auto;
    text-align: left;
    margin: 2px;
}

.k-tooltip-content p {
    padding: 2px;
    width: auto;
    text-align: left;
    margin: 2px;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

    #login ul {
        margin: 5px 0;
        padding: 0;
    }

    #login li {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #login a {
        background: none;
        color: #999;
        font-weight: 600;
        margin: 2px;
        padding: 0;
    }

    #login a:hover {
        color: #333;
    }

    .content-form {
        width: 100%;
        margin: 10px 0 0 0;
        border-right: none;
    }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    nav.topMenu {
        width: 100%;
        float: left;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    ul#menu li {
        margin: 0;
        padding: 0;
    }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

    ol.round li {
        padding-left: 10px;
        margin: 25px 0;
    }

    ol.round li.zero,
    ol.round li.one,
    ol.round li.two,
    ol.round li.three,
    ol.round li.four,
    ol.round li.five,
    ol.round li.six,
    ol.round li.seven,
    ol.round li.eight,
    ol.round li.nine {
        background: none;
    }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

    section.feature img {
        color: #999;
        content: attr(alt);
        font-size: 1.5em;
        font-weight: 600;
    }
}

#buttonPanel {
    visibility: hidden;
}

/* Custom
    ----------------------------------------------------------*/
.PageSplit {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#grid .k-grid-toolbar {
    padding: .6em 1.3em;
}

.toolbar .label {
    vertical-align: middle;
    padding-right: .5em;
}

.toolbar {
    width: 100%;
}

#supportGrid .k-grid-toolbar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.parameter-container {
    padding-left: 15px;
    padding-right: 15px;
}

.align-right {
    text-align: right !important;
}

.border-left-none {
    border-left-style: none !important;
}

.textarea-large {
    width: 100%;
    height: 150px;
}

.textarea-fixed {
    width: 500px;
}

.detail-view {
    padding: 10px !important;
}

.detail-view td {
    padding: 5px;
}

.pageCenter {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    float: none;
    overflow: auto;
    padding: 10px;
}


.field-list div {
    display: inline-block;
}

.field-list div label {
    display: block;
}

.field-list .k-widget.k-multiselect {
    width: 300px !important;
    vertical-align: middle !important;
    display: inline-block !important;
}

.field-list .k-multiselect-wrap {
    width: 300px !important;
}

.no-wrap-grid .k-grid td {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.no-wrap-grid .k-grid table {
    table-layout: fixed;
}


.navbar-brand > img {
    width: 100px;
}

.navbar-brand {
    padding-top: 0;
}

.navbar-right {
    margin-left: auto;
}

.btn-default {
    overflow: visible;
    color: #fff !important;
    background-color: #706f6f !important;
}

.btn-default:hover {
    background-color: #333 !important;
}

.btn-primary {
    background-color: #2ea328 !important;
    border-color: #4dd246 !important;
    color: #fff !important;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #237b1e !important;
    border-color: #2ea328 !important;
    color: #fff !important;
}


.nav-welcome {
    background-color: #2ea328 !important;
    color: #fff !important;
    padding: 10px !important;
    border-radius: 5px;
}

.login-background {
    background-color: #a3a3a3 !important;
}

.login-form {
    max-width: 300px;
    padding: 20px;
    margin: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: none !important;
    border-radius: 2%;
}

.login-form input[type="checkbox"] {
    vertical-align: middle;
    margin: 0;
}

.normal {
    font-weight: normal;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.dropdown-submenu > .dropdown-menu {
    /*top: 0;
    left: 0;*/
    max-width: 180px;
    margin-top: -6px;
    margin-right: -1px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-right {
    float: none;
}

.dropdown-submenu.pull-right > .dropdown-menu {
    right: -100%;
    margin-right: 10px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}


.required-field:after {
    content: "*";
    font-weight: bold;
    color: #ab2025;
    padding-left: 5px;
    padding-right: 5px;
}

.required-field-legend {
    font-style: italic;
    color: #333;
    padding-left: 5px;
}

.required-field-legend:before {
    content: "*";
    font-weight: bold;
    color: #ab2025;
    padding-right: 5px;
}

.templateCell {
    overflow: visible !important;
    text-align: center;
}

.padding-left-right-10 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.templateCell .k-animation-container {
    width: 80px !important;
}

.templateCell .k-menu .k-item > .k-link {
    padding: 5px 10px;
}

.tab-content {
    width: 95%;
}

.checkboxes ul, .checkboxes li {
    margin: 0;
    padding-left: 0 !important;
    list-style: none;
}

.dashboard-panel {
    display: inline-block;
    padding-right: 5px;
}

.dashboard-panel label {
    margin-top: 0;
}

.panel {
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin-bottom: 15px;
}

#highestListGrid {
    font-size: 0.8em !important;
}

#highestListGrid .k-icon {
    font-size: 0 !important;
}

#highestListGrid .k-link {
    font-size: 1em !important;
}

#highestListGrid a {
    min-width: unset !important;
}

.highestListGridLastTwentyFourHours {
    background-color: #6cbe68 !important;
}


#highestFooter {
    font-size: 1em !important;
}

.k-filter-menu .k-animation-container .k-popup {
    width: 300px !important;
}

.noNavFiller {
    margin-bottom: 20px;
    margin-top: 20px;
}

.box {
    width: 15px;
    height: 15px;
    text-align: center;
    display: inline-block;
}

.box:hover {
    cursor: pointer;
}


.widget-title {
    font-size: 1.2em !important;
    color: #8e8e8e !important;
    font-weight: normal !important;
}

.widget-container {
    background-color: white;
    padding: 10px;
}

.legend-right {
    float: right;
    list-style: none;
}

#serviceMonitoringGrid {
    font-size: 0.8em !important;
    width: 100%;
}

#serviceMonitoringGrid th {
    font-weight: bold;
    white-space: normal !important;
    text-align: center;
}

.editLabelTexbox {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.detailTable {
    font-size: .9em;
}

.detailTable td {
    width: 180px;
}

.detailTable span {
    word-wrap: break-word;
    word-break: break-all;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 13px !important;
    }
}

.widget-container {
    overflow: auto !important;
}


.loading-mask {
    z-index: 999;
    text-align: center;
}

.loading-mask, .loading-image, .loading-text {
    position: absolute;
}

.loading-text {
    text-indent: -4000px;
    text-align: center;
}

.loading-image svg {
    position: relative;
    top: 30%;
}

.loading-image {
    top: 0;
    left: 0;
    z-index: 2;
}

.loading-image, .loading-color {
    width: 100%;
    height: 100%;
}

.loading-image {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-color {
    filter: alpha(opacity=10);
    opacity: .1;
    background-color: unset !important;
}

.placeholder {
    width: 298px;
    border: 1px solid #2db245;
}

.gridFooterInfo {
    font-size: 0.75em;
    font-style: italic;
    color: orange;
    text-align: right;
}

.hint {
    border-radius: 5px;
    padding: 5px;
    color: #2e2e2e;
    background: #bdb4af;
}

.k-window .row {
    box-sizing: border-box;
}

.k-window-title {
    line-height: 1.5 !important;
}

.lblInfo {
    font-style: italic;
    color: orange;
    font-weight: normal;
}

input[type="text"]:disabled {
    color: #404040 !important;
    background: #ececec !important;
}

input[type="number"]:disabled {
    color: #404040 !important;
    background: #ececec !important;
}


@font-face {
    font-family: barcode;
    /*IDAutomation.com Free Code 39 Font*/
    src: url(../fonts/BetManBarcode.ttf);
}

.barcode {
    font-family: barcode;
    font-size: 20px;
}

.k-window {
    width: auto !important;
}

span.k-link {
    font-weight: 600;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.tab-button-bar {
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    margin-top: 10px;
    text-align: right;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

select {
    color: #2e2e2e !important;
}

.iframe-container {
    position: relative;
    height: 0;
    overflow: hidden;
    min-height: 250px;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: 0;
    width: 100%;
}

.bet-grid {
    margin: 20px;
    font-size: 12px;
    overflow: hidden;
}

.bet-grid .Won {
    color: white;
    background-color: #008000;
}

.bet-grid .Lost {
    color: white;
    background-color: #D01215;
}

.bet-grid .Other {
    color: white;
    background-color: #ff8c00;
}


.button-bar a {
    text-decoration: none;
}

.nav-link {
    padding: .2rem 1rem;
    white-space: nowrap;
}

/*MaterialIcons*/
.mdi::before {
    font-size: 24px;
    line-height: 14px;
}

.btn .mdi::before {
    position: relative;
    top: 4px;
}

.btn-xs .mdi::before {
    font-size: 18px;
    top: 3px;
}

.btn-sm .mdi::before {
    font-size: 18px;
    top: 3px;
}

.dropdown-menu .mdi {
    width: 18px;
}

.dropdown-menu .mdi::before {
    position: relative;
    top: 4px;
    left: -8px;
}

.nav .mdi::before {
    position: relative;
    top: 4px;
}

.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #FFF;
}

.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb a:hover span {
    text-decoration: underline;
}

.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}

.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}

.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.list-group-item .mdi::before {
    position: relative;
    top: 3px;
    left: -3px
}

.material-icons {
    vertical-align: bottom;
}

hgroup, .k-tabstrip-wrapper, .grid-wrapper, .dropdown, input.k-textbox {
    width: 100% !important;
}

.k-menu .k-item, .k-widget.k-menu-horizontal > .k-item {
    width: 100%;
}

.dropdown-menu {
    font-size: .9em;
}

.cursor-pointer {
    cursor: pointer;
}

.error {
    background-color: #db4240;
    color: #fff;
    border-color: #db4240;
    border-radius: 3px;
    background-image: linear-gradient(rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, 0) 100%);
}

.field-validation-error {
    background-color: #db4240;
    color: #fff;
    border-color: #db4240;
    border-radius: 3px;
    background-image: linear-gradient(rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, 0) 100%);
    padding: 0 5px;
}

.importantText {
    color: red;
    font-weight: bold;
}

.invisible {
    height: 0px !important;
}

.activity {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;

}

div.online-indicator-success {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-color: #0fcc45;
    border-radius: 50%;
    position: relative;
}

span.blink-success {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #0fcc45;
    opacity: 0.7;
    border-radius: 50%;
    animation: blink 1s linear infinite;
}

div.online-indicator-warning {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-color: #ff8200;
    border-radius: 50%;
    position: relative;
}

span.blink-warning {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #ff8200;
    opacity: 0.7;
    border-radius: 50%;
    animation: blink 1s linear infinite;
}

div.online-indicator-failed {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-color: red;
    border-radius: 50%;
    position: relative;
}

span.blink-failed {
    display: block;
    width: 15px;
    height: 15px;
    background-color: red;
    opacity: 0.7;
    border-radius: 50%;
    animation: blink 1s linear infinite;
}

div.online-indicator-grey {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-color: #8e8e8e;
    border-radius: 50%;
    position: relative;
}

span.blink-grey {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #8e8e8e;
    opacity: 0.7;
    border-radius: 50%;
    animation: blink 1s linear infinite;
}

.k-checkbox-label {
    line-height: 1;
    height: 0;
}

/*Animations*/

@keyframes blink {
    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}
.k-loading-mask {
    z-index: 999;
}

.k-loading {
    border: none;
}

.k-loading-image {
    background-image: url('../Content/Images/Loader.svg');
}

ul.k-menu-horizontal li.k-last {
    border-right-style: none !important;
}

.k-notification-wrap {
    white-space: normal;
}


.ProfilePanel {
    display: none;
    width: 150px;
    /*position: absolute;*/
    bottom: 15px;
    left: 0;
    z-index: 800;
    background-color: white;
    padding: 10px 10px 15px 10px;
    border-radius: 5px;
    border: 2px solid #9f9f9f;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
    text-align: left;
}

.ProfilePanel .Number,
.ProfilePanel .Silk {
    display: inline-block;
    vertical-align: top;
}

.ProfilePanel .Name {
    display: inline-block;
    width: auto;
}

.ProfilePanel .Name h3 {
    padding-bottom: 10px;
    font-weight: 300;
}

.ProfilePanel {
    display: block;
    margin: 0;
}

.ProfilePanel Info {
    display: inline-block;
    width: 100px;
}

.ProfilePanel Info h4 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    opacity: 0.8;
    font-size: 0.6em;
    white-space: normal;
    line-height: 1.0em;
}

.ProfilePanel .FormHist {
    position: relative;
    width: 100%;
    height: 35px;
}

.ProfilePanel .FormHist .Track {
    width: 83%;
    display: inline-block;
}

.ProfilePanel .FormHist .Track .Runner {
    display: inline-block;
}

.ProfilePanel .FormHist .Track .Runner img {
    margin: -2px -3px;
    height: 18px;
    max-width: 25px;
    opacity: 0.9;
    margin: 0;
}

.ProfilePanel .FormHist .Track .Trackline {
    border-bottom: 3px solid #09b517;
    margin-top: -40px;
}

.ProfilePanel .FormHist .Track .RunnerInfo h4 {
    display: inline-block;
    font-size: 0.7em;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    padding: 0 6px 0 3px;
    background-color: #9f9f9f;
    color: #FFFFFF;
}

.ProfilePanel .FormHist .Track .RunnerInfo p {
    display: inline-block;
    font-size: 0.7em;
    font-style: italic;
    margin: 3px;
    padding: 0;
}

.ProfilePanel .FormHist .LBW {
    width: 15%;
    display: inline-block;
    position: relative;
}

.ProfilePanel .FormHist .LBW h4 {
    font-size: 0.8em;
    margin: 0 0 0 0;
    padding-top: 7px;
    display: inline-block;
    color: #9f9f9f;
    position: absolute;
    right: -118px;
    top: -37px;
}

.ProfilePanel .FormHist .LBW p {
    font-size: 0.8em;
    font-weight: 400;
    color: #9f9f9f;
    padding: 0;
    position: absolute;
    top: 43px;
    right: -214px;
    width: 167px;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    white-space: nowrap;
    vertical-align: top;
    line-height: 1.2em;
}

.k-grid-header {
    font-size: 0.9em;
}

tbody .k-grid-header {
    font-size: 0.9em;
}

.k-selectable {
    font-size: 0.9em;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-state-hover {
    background-color: #2ea328;
    border-color: #2ea328;
}

.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover {
    background-color: #2ea328;
}

.k-overflow-container .k-primary, .k-primary {
    border-color: #237b1e;
    background-color: #2ea328;
}

.k-primary:hover {
    border-color: #2ea328;
    background-color: #237b1e;
}

.k-button, .k-widget {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-progressbar {
    width: 100%;
    margin-bottom: 15px;
}

.k-grid-edit-row .text-box {
    color: #2e2e2e !important;
}

.k-primary:focus:active:not(.k-state-disabled):not([disabled]), .k-primary:focus:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: 0 0 3px 0 #2ea328 !important;
    box-shadow: 0 0 3px 0 #2ea328 !important;
}

.k-primary.k-state-focused, .k-primary:focus {
    color: #fff;
    border-color: #2ea328;
    text-decoration: none;
}

.k-button.k-state-active, .k-button:active {
    color: #fff;
    background-color: #2ea328 !important;
    border-color: #2ea328 !important;
}

.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: inset 0 0 3px 1px #2ea328;
    box-shadow: inset 0 0 3px 1px #2ea328;
}

div.k-edit-form-container {
    width: auto;
}

.k-tooltip-validation .k-callout-n {
    display: none;
}


.k-no-data {
    display: none;
}

.k-grid-content {
    height: 100% !important;
}

.k-grid .k-button {
    margin: 0;
}