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;
}

.players-find-grid .k-grid-content {
    min-height: 100px;
}

.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;
}

/*Animations*/

@keyframes blink {
    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}

.center-header {
    text-align: center !important;
}

/*New keno does not add k-link on unsorted columns */
th.k-header {
    font-weight: 600!important;
}

.k-grid-norecords {
    width: 20em ;
    height: 4em ;
    line-height: 4em;
    vertical-align: middle;
    margin: 0 auto ;
        background-color: #fff;
    border: 1px solid #d5d5d5;
}
.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;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }


/* CUSTOM */
.select2-container--focus {
    box-shadow: 0 0 3px 0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2ea328 !important;
    color: white !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #2ea328 !important;
    color: white !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #2ea328 !important;
    color: white !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5;
    border-radius: 3px;
    color: #333;
    padding: 2px 8px;
    margin: 0;
    border-radius: 4px;
    border-color: #bbb !important;
    color: #2e2e2e;
    background-color: #e9e9e9 !important;
    background-position: 50% 50%;
    background-image: url(../Content/textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 100%);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 4px;
    position: relative;
    padding: 0 6px 0 0;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333;
    }

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

.select2-container--default .select2-results__option {
    color: #333;
}

    .select2-container--default .select2-results__option:hover {
        background-color: #2ea328 !important;
        color: white !important;
    }

/* Match Kendo dropdown arrow */
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

    .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

/* Ensure consistent font and sizing with Kendo */
.select2-container {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.42857143;
}

/* Loading state */
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option--loading-more {
    color: #999;
    text-align: center;
}
