
    .TestMe {
    color: #00f;
}

.GameSelection {
    position: relative;
    margin: 0;
}

.GameSelection .row ul:first-of-type.EndFade:After {
    content: '';
    position: absolute;
    z-index: 2;
    right: 15px;
    width: 5px;
    height: 30px;
    background: linear-gradient(to left, #fcfcfc 0%, rgba(252, 252, 252, 0) 100%);
}

.GameSelection .blockDisplay {
    display: block;
    height: 52px;
    margin: 8px 0 0 0;
}

.GameSelection .viewerHeader {
    position: relative;
    width: 50px;
    cursor: pointer;
}

.GameSelection .viewerHeader:before {
    content: 'videocam';
    font-size: 2.35em !important;
    color: #fb827f;
}

.GameSelection .viewerHeader.closed:before {
    content: 'videocam_off';
}

.GameSelection .blockDisplay>ul.tabs {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    overflow-x: scroll;
    white-space: nowrap;
    max-width: 82%;
    padding-bottom: 5px;
}

.GameSelection .tabs li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}

.GameSelection .tabs li svg {
    width: 50px;
    height: 30px;
    margin: 0 2px;
    vertical-align: middle;
}

.GameSelection .tabs li svg circle,
.GameSelection .tabs li svg path,
.GameSelection .tabs li svg polygon,
.GameSelection .tabs li svg rect {
    fill: #727272;
}

.GameSelection .tabs li h2 {
    display: inline;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}

.GameSelection .tabs li a {
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
}

.GameSelection .tabs li:hover {
    cursor: pointer;
}

.GameSelection li:hover,
.GameSelection li.active,
.GameSelection li.current {
    cursor: pointer;
}

.GameSelection li:hover svg path,
.GameSelection li:hover svg circle,
.GameSelection li:hover svg polygon,
.GameSelection li:hover svg rect,
.GameSelection li.active svg path,
.GameSelection li.active svg circle,
.GameSelection li.active svg polygon,
.GameSelection li.active svg rect,
.GameSelection li.current svg path,
.GameSelection li.current svg circle,
.GameSelection li.current svg polygon,
.GameSelection li.current svg rect {
    fill: #37b34a;
}

.GameSelection .GridIcon i {
    font-size: 2.35em;
    color: #727272;
}

.GameSelection .GridIcon i:hover {
    cursor: pointer;
    color: #37b34a;
}

.GameSelection .GridIcon.current i {
    color: #37b34a;
}

.GameSelection .GridIcon.active {
    background-color: #37b34a;
    color: #fcfcfc;
}

.GameSelection .HelpIcon i {
    font-size: 2.35em;
    color: #727272;
}

.GameSelection .HelpIcon i:hover {
    cursor: pointer;
    color: #37b34a;
}

.GameSelection .HelpIcon.current i {
    color: #37b34a;
}

.GameSelection .HelpIcon svg {
    height: 25px;
    width: 35px;
}

.GameSelection .HelpIcon svg path,
.GameSelection .HelpIcon svg circle,
.GameSelection .HelpIcon svg polygon {
    fill: #37b34a;
}

.GameSelection .HelpIcon a:hover {
    cursor: pointer;
}

.GameSelection .HelpIcon a.active {
    cursor: pointer;
}

.GameSelection li.PlatinumHoundsIcon svg {
    width: 55px;
}

.GameSelection li.RaceClubIcon svg {
    width: 45px;
}

.GameSelection li.FootballGroupIcon svg {
    width: 40px;
}

.GameSelection li.MotorRacingIcon svg {
    width: 55px;
}

.GameSelection li.TableTennisIcon svg {
    width: 30px;
}

.GameSelection li.BoxingIcon svg {
    width: 40px;
}

.GameSelection li.BadmintonIcon svg {
    width: 37.5px;
}

.GameSelection li.ArcheryIcon svg {
    width: 37.5px;
}

.GameSelection li.RacingRouletteIcon svg {
    width: 49px;
}

.GameSelection .GameSelectionSub {
    background-color: #efefef;
}

.GameSelection .GameSelectionSub li {
    margin: 5px;
}

.GameSelection .GameSelectionSub li svg {
    width: 50px !important;
    height: 29px !important;
    margin: 0;
    border: 1px solid transparent !important;
}

.GameSelection .GameSelectionSub li:hover,
.GameSelection .GameSelectionSub li.active,
.GameSelection .GameSelectionSub li.current {
    cursor: pointer;
    box-shadow: 0 0 14px #37b34a;
}

.GameSelection .GameSelectionSub li:hover svg,
.GameSelection .GameSelectionSub li.active svg,
.GameSelection .GameSelectionSub li.current svg {
    border: 1px solid #37b34a !important;
}

.GameSelection .MarketGroupSelection {
    border-top: 1px solid rgba(55, 179, 74, .1);
    border-bottom: 1px solid rgba(55, 179, 74, .1);
}

.GameSelection .viewerPanel {
    margin: 15px 0 15px 0;
    display: inherit;
    text-align: center;
}

.GameSelection .ViewerEmbed {
    display: block;
}

.GameSelection .ViewerEmbed div {
    display: inline-block;
    margin: 0 auto;
    box-shadow: 0 5px 15px #e2e2e2;
}

@media screen and (max-width:1024px) {
    .blockDisplay {
        max-width: 80%;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

.btn-betman {
    border: 1px solid #4c4c4c;
    color: #4c4c4c;
    background-color: #fcfcfc;
}

.HomeButton {
    color: #37b34a;
    font-size: 1.6em;
    font-weight: 400;
    padding: 5px;
}

.ConfirmButton {
    margin: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
    letter-spacing: .05em;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #09b517;
    padding: 8px 10px;
    border: 1px solid #fcfcfc;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    border-radius: 3px;
}

.ConfirmButton:hover {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5), 0 0 0 black;
}

.ConfirmButton:focus {
    box-shadow: inset 0 0 12px black, 0 0 0 black;
}

.BetButton {
    white-space: nowrap;
    margin: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
    letter-spacing: .05em;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #09b517;
    padding: 8px 8px;
    border: 1px solid #fcfcfc;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    border-radius: 3px;
}

.BetButton:hover {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5), 0 0 0 black;
}

.BetButton:focus {
    box-shadow: inset 0 0 12px black, 0 0 0 black;
}

.ClearButton {
    color: #fff;
    background-color: #fb827f;
    border: none;
    font-size: .8em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 8px;
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
}

.ClearButton:hover {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5), 0 0 0 black;
    color: #fff;
}

.ClearButton:focus {
    box-shadow: inset 0 0 12px black, 0 0 0 black;
}

.PlayIcon {
    display: inline-block;
    float: right;
    position: relative;
    top: -30px;
    border-radius: 5px;
    vertical-align: middle;
    white-space: nowrap;
    height: 36px;
    background-color: #fb827f;
}

.PlayIcon div {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    padding: 0;
    margin: 8px 3px 0 10px;
}

.PlayIcon img {
    height: 36px;
}

.DefaultButton {
    color: #37b34a;
    background-color: #fcfcfc;
    border: 1px solid #37b34a;
    font-size: .8em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    padding: 1px 10px;
    border-radius: 10px;
}

.DefaultButton:hover {
    color: #fcfcfc;
    background-color: #37b34a;
}

.Toggle {
    vertical-align: middle;
    margin: 5px 0;
}

.Toggle ul {
    list-style-type: none;
    text-align: center;
    padding: 5px 0 10px;
    margin: 0;
}

.Toggle ul.tabs li {
    display: inline-block;
    margin: 0;
    border-radius: 3px;
    border: 2px solid #37b34a;
    text-decoration: none;
    cursor: pointer;
    padding: 0 8px;
    vertical-align: baseline;
    white-space: nowrap;
    font-size: .85em;
}

.Toggle ul.tabs li:first-child {
    padding-right: 10px;
    margin-right: -6px;
}

.Toggle ul.tabs li:last-child {
    padding-left: 10px;
    margin-left: -6px;
}

.Toggle ul.tabs li h2 {
    color: #8c8c8c;
    display: inline;
    margin: 0;
    padding: 0 !important;
    font-size: 1em !important;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}

.Toggle ul.tabs li svg {
    fill: #37b34a;
    display: inline;
    width: 23px !important;
    height: 15px !important;
    padding: 0 0 2px 0;
    text-align: center;
}

.Toggle ul.tabs li a {
    margin: -10px;
    padding: 0 20px;
    text-decoration: none;
    cursor: pointer;
    margin: -10px;
    padding: 0 20px;
}

.Toggle ul.tabs li a:hover {
    cursor: pointer;
}

.Toggle ul.tabs li.current {
    background-color: #37b34a;
}

.Toggle ul.tabs li.current svg,
.Toggle ul.tabs li.current h2 {
    color: #fcfcfc;
    fill: #fcfcfc;
    background-color: #37b34a;
}

.Toggle ul.tabs li.current svg circle,
.Toggle ul.tabs li.current svg path,
.Toggle ul.tabs li.current svg polygon,
.Toggle ul.tabs li.current svg rect,
.Toggle ul.tabs li.current h2 circle,
.Toggle ul.tabs li.current h2 path,
.Toggle ul.tabs li.current h2 polygon,
.Toggle ul.tabs li.current h2 rect {
    fill: #fcfcfc;
}

.Toggle ul.tabs li a.active {
    background-color: #37b34a;
}

.Toggle ul.tabs li a.active svg,
.Toggle ul.tabs li a.active h2 {
    color: #fcfcfc;
    fill: #fcfcfc;
    background-color: #37b34a;
}

.Toggle .SubToggle li {
    margin-right: 0;
}

.Toggle .SubToggle li:first-child {
    margin-right: 0;
}

.ThinToggle {
    vertical-align: middle;
    margin: 3px 10px !important;
}

.ThinToggle ul {
    text-align: right !important;
    margin: 0;
    padding: 0;
}

.ThinToggle ul.tabs {
    padding: 2px 10px 2px 0 !important;
}

.MainToggle {
    text-align: left;
    margin-left: 10px;
    display: inline-block;
}

.ThemeSelector {
    display: inline-block !important;
}

.ThemeSelector li {
    margin: 0 5px;
    border: none !important;
}

.ThemeSelector li a {
    padding: 0 0 !important;
    border-radius: 5px;
}

.ThemeSelector li a h2 {
    padding: 0 5px !important;
    color: #727272;
    font-weight: bold;
    font-size: 16px;
}

.ThemeSelector li a:hover h2 {
    background-color: #37b34a;
    border-radius: 3px;
    color: #fcfcfc;
}

.ThemeSelector li a.active {
    fill: #fcfcfc;
    background-color: none;
}

.ThemeSelector li a.active h2 {
    background-color: #fcfcfc;
    border-bottom: 2px solid #37b34a;
    color: #37b34a;
}

.ThemeSelector li.active a {
    position: relative;
    z-index: 5;
}

.ThemeSelector li.inactive a {
    position: relative;
    z-index: 4;
    background-color: #fcfcfc;
}

.SubToggle {
    display: block !important;
    margin: 10px 5px 15px 5px;
}

.SubToggle li {
    padding: 0;
    margin: 0;
}

.SubToggle li a {
    border: none;
    padding: 0 10px;
}

.SubToggle li a h2 {
    font-size: .95em;
}

.SubToggle li:not(.current) h2 {
    color: #727272;
}

.SubToggle ul {
    text-align: left;
}

.FootballLeague .tabs h2 {
    background-color: initial !important;
    font-size: 1.1em !important;
}

.FootballLeague .Toggle.SubToggle li {
    border: 1px solid rgba(55, 179, 74, .2);
    background-color: rgba(55, 179, 74, .1);
    padding: 0 6px 0 6px;
    margin: 0 0 !important;
    white-space: nowrap;
}

.FootballLeague .Toggle.SubToggle li.current {
    border: 1px solid rgba(55, 179, 74, .2);
    background-color: #37b34a;
}

.ViewNav {
    height: 24px;
    margin: 15px 5px 0 5px;
}

.ViewNav .BackToggle {
    float: left;
}

.ViewNav .ViewToggle {
    float: right;
}

.ViewToggle,
.BackToggle {
    display: inline-block;
    margin: 0;
    padding: 2px 6px;
    color: #8d8d8d;
    background-color: #727272;
    border-radius: 3px;
    font-size: .8em;
}

.ViewToggle label,
.BackToggle label {
    cursor: pointer;
    padding: 0 5px;
}

.BackToggle {
    font-size: 1em;
}

.MarketGroupButton {
    color: #37b34a;
    background-color: #fcfcfc;
    border: 1px solid #37b34a;
    font-size: .8em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    padding: 1px 10px;
    border-radius: 10px;
}

.MarketGroupButton:hover {
    color: #fcfcfc;
    background-color: #37b34a;
}

.MarketGroupButtons .active {
    color: #fcfcfc;
    background-color: #37b34a;
}

.Bet {
    color: #111;
    font-size: 1em;
    font-weight: 700;
    padding: 2px 7px;
    border: 1px solid #37b34a;
    border-radius: 3px;
    background-color: #ffff80;
    box-shadow: none;
    text-align: center;
    margin-left: 5px;
    transition: all .25s ease;
}

.Bet.nohover {
    cursor: not-allowed;
    opacity: .5;
    box-shadow: none;
}

.Bet:not(.nohover):visited {
    color: #fff;
    background-color: #37b34a;
    cursor: pointer;
    text-align: center;
}

.Bet:not(.nohover):hover {
    color: #000;
    background-color: #37b34a;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, .1);
}

.Bet:not(.nohover):Active {
    color: #fff;
    cursor: pointer;
    text-align: center;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5), 0 0 0 black;
}

.Bet .Split {
    font-size: .65em;
    position: relative;
    top: -2px;
    font-weight: normal;
}

.mobi .Bet {
    font-size: .6em;
}

.mobi .Bet:not(.nohover):hover {
    color: #fff;
}

.mobi .Bet:not(.nohover):hover h3 {
    color: #fff;
}

span.Split {
    font-size: .65em;
    padding-top: 9px;
}

.BetID {
    font-size: .6em;
    font-weight: 400;
    padding: 3px 0 0 0;
    opacity: .7;
    border-radius: 5px 0 5px 0;
}

.AsianBet span {
    color: #8c8c8c;
    font-weight: bold;
    border-radius: 3px;
    padding: 0 4px;
}

.AsianBet span:hover {
    background-color: #000;
}

.AsianBet.SelectedBet:not(.noHighlight) {
    background-color: transparent !important;
    color: #8c8c8c;
}

.AsianBet.SelectedBet:not(.noHighlight) span {
    color: #8c8c8c;
    background-color: #000;
}

.BetDetails {
    padding: 0 0 0 30px;
    position: relative;
    margin-bottom: 0;
}

.BetDetails svg {
    position: absolute;
    top: 5px;
    left: 2px;
    height: 18px;
    width: 25px;
    margin: 0;
    fill: #fff;
}

.BetDetails h2,
.BetDetails h3,
.BetDetails h4 {
    background: none;
    position: relative;
    margin: -1px 0 -1px 0;
    padding: 0 20px 0 0;
    font-size: .67em;
    vertical-align: top;
    font-weight: 400;
}

.BetDetails sup {
    margin-top: -5px;
    font-size: .9em;
    padding-left: 3px;
}

.BetDetails hr {
    margin: 2px 2px;
    opacity: .5;
}

.BetDetails p {
    margin: 3px 0 0 -27px;
    font-size: .75em;
    line-height: 1.9em;
    position: relative;
    white-space: normal;
}

.BetDetails p img {
    margin: 0 3px -2px 0;
}

.BetDetails p span {
    display: inline;
}

.BetDetails .Bet {
    white-space: nowrap;
    background-color: #257832;
    color: #fff;
    padding: 0 .5em;
    font-size: .9em;
    box-shadow: none;
}

.MultiBet {
    padding: 0 0 0 0;
    margin: 0;
}

.MultiBet h3 {
    display: table-cell;
    padding: 2px 4px 0 0;
}

.MultiBet h3:first-child {
    margin: 0 30px 0 0;
}

.MultiBet h3:last-child {
    font-weight: 400;
}

.MultiBet p {
    margin: 0;
}

.MultiBet svg {
    position: relative;
}

.FavouriteBet {
    background-color: #0be61d;
    color: #000;
}

.GameIconRow svg {
    position: relative;
}

.StakeAmount {
    color: #fff;
}

.Stake {
    font-size: .9em;
    font-weight: 700;
    display: block;
    height: 18px;
    padding-left: 27px;
    margin-bottom: 1px;
}

.Stake .DecreaseAmount,
.Stake .IncreaseAmount {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #bcbcbc;
    background-color: #bcbcbc;
    float: left;
    transition: all .3s ease;
    border-radius: 5px 0 0 5px;
    margin-right: -1px;
}

.Stake .DecreaseAmount:hover,
.Stake .IncreaseAmount:hover {
    background-color: #d5d5d5;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .2), 0 0 0 rgba(0, 0, 0, .9);
}

.Stake .DecreaseAmount {
    border-radius: 3px 0 0 3px;
}

.Stake .IncreaseAmount {
    border-radius: 0 3px 3px 0;
}

.Stake svg {
    fill: #fff;
    width: 13px;
    height: 13px;
    cursor: pointer;
    position: relative;
    top: auto;
    bottom: auto;
    left: 3px;
}

.Stake svg:hover {
    fill: #e6e6e6;
}

.Stake svg:Active {
    fill: gray;
}

.Stake img {
    padding: 4px 4px;
    position: relative;
}

.Stake img:nth-last-child(1) {
    margin-left: -2px;
}

.Stake input {
    border: 1px solid #bcbcbc;
    font-size: .9em !important;
    border-radius: 0;
    background: #fff;
    padding: 0 8px;
    color: #000;
    text-shadow: none;
    float: left;
    width: 60%;
    height: 18px;
    text-align: right;
    font: 300 100% "Roboto", sans-serif;
    font-size: 1em;
}

.Stake .StakeInput {
    border: 1px solid #bcbcbc;
    height: 22px;
    display: inline-block;
    float: left;
    font-size: .9em;
    background: #fff;
    color: #000;
    text-shadow: none;
    text-align: right;
    padding: 0 3px 0 3px;
    min-width: 40px;
    max-width: 40px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
}

.Stake .StakeInput:focus {
    min-width: 40px;
    max-width: 150px;
    overflow: visible;
}

.GlobalStake {
    position: relative;
    margin: 10px 0 30px 3px;
}

.GlobalStake h2 {
    font-size: 1em;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
    left: 20px;
    opacity: .8;
}

.GlobalStake .Stake input {
    font-size: 1em;
}

.PendingBet {
    background-color: rgba(150, 150, 150, .4);
    color: rgba(255, 255, 255, .5);
}

.PendingBet .StakeAmount {
    color: rgba(255, 255, 255, .5);
}

.PendingBet svg {
    fill: rgba(255, 255, 255, .5);
}

.PendingBet:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 5px;
    position: absolute;
    top: 9px;
    animation: fadeInOut .5s ease-in-out 0s infinite;
    right: 10px;
    background-color: #37b34a;
}

.PendingBet:after {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 5px;
    position: absolute;
    top: 9px;
    animation: fadeInOut .5s ease-in-out .25s infinite;
    right: 20px;
    background-color: #37b34a;
}

.FailedBet {
    background-color: rgba(198, 40, 40, .35);
    border-color: rgba(198, 40, 40, .35);
    color: rgba(255, 255, 255, .9);
}

.FailedBet .StakeAmount {
    color: rgba(255, 255, 255, .9);
}

.FailedBet svg {
    fill: rgba(255, 255, 255, .9);
}

.FailedBet .error p {
    font-size: .9em;
    white-space: normal !important;
}

.WinningBet,
.SmartPlayKenoBtn.WinningBet span {
    background-color: #cdb461 !important;
    border-color: #cdb461;
    color: #fff !important;
}

.WinningBet.noHighlight,
.SmartPlayKenoBtn.WinningBet span.noHighlight {
    background-color: initial !important;
}

.WinningBet.noHighlight>span,
.SmartPlayKenoBtn.WinningBet span.noHighlight>span {
    background-color: #cdb461;
    color: #fff;
}

.WinningBet:not(.noHighlight),
.SmartPlayKenoBtn.WinningBet span:not(.noHighlight) {
    background-color: #cdb461 !important;
}

.LostBet,
.SmartPlayKenoBtn.LostBet span {
    background-color: #000 !important;
    border-color: #000;
    color: #fff !important;
}

.LostBet:not(.noHighlight),
.SmartPlayKenoBtn.LostBet span:not(.noHighlight) {
    background-color: #000 !important;
}

.LostBet.noHighlight,
.SmartPlayKenoBtn.LostBet span.noHighlight {
    background-color: initial !important;
}

.LostBet.noHighlight>span,
.SmartPlayKenoBtn.LostBet span.noHighlight>span {
    background-color: #000;
    color: #fff;
}

.CancelledBet {
    background-color: rgba(198, 40, 40, .35);
    border-color: rgba(198, 40, 40, .35);
    color: rgba(255, 255, 255, .9);
}

.ActualResult,
.SmartPlayKenoBtn.ActualResult span {
    background-color: #727272 !important;
    border-color: #727272;
    color: #fcfcfc !important;
}

.ActualResult.noHighlight,
.SmartPlayKenoBtn.ActualResult span.noHighlight {
    background-color: initial !important;
}

.ActualResult:not(.noHighlight),
.SmartPlayKenoBtn.ActualResult span:not(.noHighlight) {
    background-color: #727272 !important;
}

.ActualResult.noHighlight>span,
.SmartPlayKenoBtn.ActualResult span.noHighlight>span {
    background-color: #727272;
    color: #fcfcfc;
}

.PlacedBet {
    padding: 0 3px 0 3px;
    margin: 3px 0 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    border-radius: 3px;
    color: #fff;
    background-color: #969696;
    font-size: 1.1em;
    position: relative;
}

.PlacedBet .error {
    z-index: 1;
    position: relative;
}

.PlacedBet .MultiBet h3 .error {
    padding: 0 3px;
    font-size: 1em;
}

.PlacedBet h3 {
    color: #fff;
}

.PlacedBet .ToWinAmount {
    text-align: right;
    padding-right: 50px;
    padding-top: 2px;
    font-size: .7em !important;
}

.PlacedBet .ToWinAmount span {
    font-weight: 700;
}

.PlacedBet>.ComboDemoBet {
    padding-bottom: 0;
}

.PlacedBet .Remove {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.PlacedBet .Remove svg {
    width: 16px;
    height: 16px;
    fill: #bfbfbf;
    transition: all .3s ease;
    fill: #636363;
}

.PlacedBet .Remove svg:hover {
    fill: #a6a6a6;
    transform: rotate(90deg);
    fill: #494949;
}

.ConfirmedBet {
    padding: 3px 3px;
    margin: 3px 0 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    position: relative;
    font-size: 1.1em;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    color: #fff;
    background-color: #969696;
    position: relative;
}

.ConfirmedBet .error {
    z-index: 1;
    position: relative;
}

.ConfirmedBet .ToWinAmount {
    text-align: right;
    padding-right: 5px;
    padding-top: 2px;
    font-size: .75em !important;
    text-align: left;
    display: inline-block;
}

.ConfirmedBet .ClickToView {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background-color: #7c7c7c;
    border-radius: 0 0 0 10px;
    padding: 2px 5px;
}

.ConfirmedBet .ClickToView sup {
    text-transform: capitalize;
    font-size: 10px;
    top: -4px;
}

.ConfirmedBet .ClickToView i {
    font-size: 14px;
}

.ConfirmedBet:hover .ClickToView {
    display: block;
}

.ExpiredBet {
    padding: 3px 3px;
    margin: 3px 0 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    position: relative;
    background-color: #e5f8ff;
    font-size: 1.1em;
    border-radius: 3px;
    color: #fff;
    background-color: #c62828;
}

.ExpiredBet h3 {
    color: #fff;
}

.ExpiredBet .ToWinAmount {
    text-align: right;
    padding-right: 5px;
    padding-top: 2px;
    font-size: .75em !important;
}

.ExpiredBet .BetDetails svg {
    fill: #fff;
}

.ExpiredBet .BetDetails .error {
    font-size: 1em;
}

.ExpiredBet .BetDetails img {
    opacity: .9;
}

.ActiveBet .ActivateIcon {
    position: absolute;
    top: 5px;
    right: 2px;
    z-index: 1;
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: translate(-6px, 0);
    background-color: #37b34a;
    border: 2px solid #37b34a;
}

.ActiveBet .ActivateIcon:before {
    content: "";
    transition: all .3s ease-in-out;
    position: absolute;
    left: 4px;
    background-color: #fff;
    transform: translate(5px, 0) rotate(45deg);
    width: 2px;
    height: 13px;
}

.ActiveBet .ActivateIcon:after {
    content: "";
    transition: all .3s ease-in-out;
    position: absolute;
    left: 4px;
    background-color: #fff;
    transform: translate(-1px, 6px) rotate(-45deg);
    width: 2px;
    height: 5px;
}

.ActiveBet .ActivateIconnot(.nohover):hover {
    background-color: #FFFFFF;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: translate(-6px, 0);
    background-color: #fcfcfc;
    border: 2px solid #727272;
}

.ActiveBet .ActivateIconnot(.nohover):hover:before {
    opacity: 0;
    content: "";
    transition: all .3s ease-in-out;
    position: absolute;
    left: 2px;
    transform: translate(5px, 0)rotate(45deg);
    width: 2px;
    height: 15px;
    background-color: #727272;
}

.ActiveBet .ActivateIconnot(.nohover):hover:after {
    opacity: 0;
}

.ActivateIcon:hover+.DeActivatedBet {
    opacity: 0;
}

.DeActivateBet {
    opacity: .5 !important;
}

.DeActivatedBet {
    background-color: #bcbcbc !important;
}

.DeActivatedBet .ActivateIcon {
    position: absolute;
    top: 5px;
    right: 2px;
    z-index: 1;
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: translate(-6px, 0);
    background-color: #fcfcfc;
    border: 2px solid #37b34a;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

.DeActivatedBet .ActivateIcon:before {
    opacity: 0;
    content: "";
    transition: all .3s ease-in-out;
    position: absolute;
    left: 2px;
    transform: translate(5px, 0) rotate(45deg);
    width: 2px;
    height: 15px;
    background-color: #727272;
}

.DeActivatedBet .ActivateIcon:not(.nohover):hover {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: translate(-6px, 0);
    background-color: #7ad688;
    border: 2px solid #7ad688;
}

.DeActivatedBet .ActivateIcon:not(.nohover):hover:before {
    content: "";
    opacity: 1;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 4px;
    background-color: #fff;
    transform: translate(5px, 0) rotate(45deg);
    width: 2px;
    height: 13px;
}

.DeActivatedBet .ActivateIcon:not(.nohover):hover:after {
    content: "";
    transition: all .3s ease-in-out;
    position: absolute;
    left: 4px;
    background-color: #fff;
    transform: translate(-1px, 6px) rotate(-45deg);
    width: 2px;
    height: 5px;
}

.DeActivatedBet .BetDetails {
    opacity: .5;
}

.DeActivatedBet .Stake {
    opacity: .5;
}

.DeActivatedBet .ToWin {
    opacity: .5;
}

.DeActivatedBet svg {
    opacity: .5;
}

.Selected,
.Selected:hover {
    background-color: #257832 !important;
    border-color: #257832;
    color: #fff !important;
}

.Selected h3,
.Selected:hover h3 {
    color: #fff !important;
}

.Selected span,
.Selected:hover span {
    color: #fff;
}

.Selected .Remove svg,
.Selected:hover .Remove svg {
    fill: #7c7c7c;
}

.Selected .Remove:hover svg,
.Selected:hover .Remove:hover svg {
    fill: #fff;
}

.Selected .BetDetails svg,
.Selected:hover .BetDetails svg {
    fill: #fff;
}

.Selected .Bet,
.Selected:hover .Bet {
    background-color: #257832 !important;
    border-color: #257832;
    color: #fff !important;
}

.SelectedBet:not(.noHighlight) {
    background-color: #257832 !important;
    color: #fff !important;
}

.SelectedBet:not(.noHighlight) h3 {
    color: #fff !important;
}

.SelectedBet.noHighlight {
    background-color: initial !important;
}

.SelectedBet.noHighlight>span {
    background-color: #257832 !important;
    color: #fff !important;
}

#Past-Bet-ModalBody .InProgressBet:not(.noHighlight) {
    background-color: #257832 !important;
    color: #fff !important;
}

#Past-Bet-ModalBody .InProgressBet:not(.noHighlight) h3 {
    color: #fff !important;
}

#Past-Bet-ModalBody .InProgressBet.noHighlight {
    background-color: initial !important;
}

#Past-Bet-ModalBody .InProgressBet.noHighlight>span {
    background-color: #257832 !important;
    color: #fff !important;
}

.KenoHeaderPanel {
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
    flex-flow: row nowrap;
}

.KenoHeaderPanel .Quick {
    background-color: #008000;
    color: #fff;
    align-self: center;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.KenoHeaderPanel .Quick select {
    margin: 3px 0 2px 5px;
    border: none;
    border-radius: 2px;
}

.KenoHeaderPanel .KenoBets {
    flex: 0 50%;
}

.KenoHeaderPanel .ClearButton {
    align-self: center;
}

.KenoPanelWrapper {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.KenoPanel {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.Evens {
    background-color: #fb827f !important;
    color: #fff !important;
}

.Heads {
    background-color: #bc4307 !important;
    color: #fff !important;
}

.Tails {
    background-color: #d75d1a !important;
    color: #fff !important;
}

.DividerBar {
    height: 1px;
    margin: 5px 20px;
    display: block;
    flex: 1 100%;
    background: linear-gradient(270deg, rgba(251, 130, 127, 0), #fb827f, rgba(251, 130, 127, 0));
}

.SmartPlayKenoBtn {
    flex: 1 10%;
    padding: 2px 0;
    text-align: center;
}

.SmartPlayKenoBtn span {
    width: 40px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    border-radius: 50%;
}

.SmartPlayKenoBtn:not(.nohover):hover span {
    background-color: rgba(55, 179, 74, .4) !important;
    transform: scale(1.1, 1.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.SmartPlayKenoBtn.SelectedBet {
    background-color: #fcfcfc !important;
}

.SmartPlayKenoBtn.SelectedBet span {
    background-color: #37b34a !important;
    transform: scale(1, 1);
}

.SmartPlayKenoBtn.ActualResult,
.SmartPlayKenoBtn.ActualResult span.SmartPlayKenoBtn {
    background-color: #fcfcfc !important;
}

.SmartPlayKenoBtn.WinningBet,
.SmartPlayKenoBtn.WinningBet span.SmartPlayKenoBtn {
    background-color: #fcfcfc !important;
}

.SmartPlayKenoBtn.LostBet,
.SmartPlayKenoBtn.LostBet span.SmartPlayKenoBtn {
    background-color: #fcfcfc !important;
}

.KenoAside {
    width: 18%;
    display: inline-block;
}

.KenoAside .TutorialPanel {
    background-color: #727272;
    color: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 3px;
    position: relative;
}

.KenoAside .TutorialPanel:before {
    content: '';
    background-color: #727272;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 45%;
    transform: rotate(45deg);
}

.KenoAside .CtaRow {
    display: flex;
    margin: 0 5px 0 5px;
    align-items: center;
}

.KenoAside .CtaRow>div {
    flex-grow: 1;
}

.KenoAside .CtaRow h2 {
    padding: 0 !important;
}

.KenoAside .CtaRow .Stake {
    padding-left: 0;
}

.KenoAside .CtaRow .Stake input {
    width: 35%;
}

.KenoAside .CTAcell {
    text-align: center;
    margin: 10px 0;
}

.KenoAside .PayTable .accordionPanel {
    padding-left: 10px;
}

.KenoAside .PayTable table {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}

.KenoAside .PayTable th {
    color: #727272;
    font-weight: normal;
    text-align: center !important;
}

.KenoAside .PayTable td {
    background-color: rgba(55, 179, 74, .6);
    color: #8c8c8c;
    border-bottom: 1px solid rgba(140, 140, 140, .2);
    border-top: none;
    text-align: center;
    padding: 5px 0;
}

.KenoAside .PayTable tr:nth-last-child(2) td:first-child {
    border-radius: 0 0 0 3px;
    border-bottom: none;
}

.KenoAside .PayTable tr:nth-last-child(2) td:last-child {
    border-radius: 0 0 3px 0;
    border-bottom: none;
}

.mobi .KenoHeaderPanel {
    flex-flow: wrap;
    margin: 10px 10px 5px 10px;
}

.mobi .KenoHeaderPanel .Quick {
    order: 1;
}

.mobi .KenoHeaderPanel .KenoBets {
    margin: 10px auto;
    flex: 100%;
    order: 3;
    display: flex;
    justify-content: space-between;
}

.mobi .KenoHeaderPanel .ClearButton {
    order: 2;
}

.mobi .KenoPanel,
.mobi .KenoAside {
    width: 100%;
    margin: 5px 0;
}

.mobi .KenoPanel {
    justify-content: space-between;
}

.mobi .TutorialPanel {
    padding: 10px;
}

.mobi .TutorialPanel p {
    white-space: normal;
    margin-bottom: 5px;
    font-size: .9em;
}

.mobi .TutorialPanel:before {
    content: '';
    background-color: #727272;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 45%;
    bottom: -10px;
    top: inherit;
    transform: rotate(45deg);
}

.mobi .CtaRow {
    margin: 0 10px 5px 10px;
}

.mobi .CtaRow .CTAcell {
    flex-grow: 2;
    text-align: right;
}

.mobi .SmartPlayKenoBtn:not(.SelectedBet):hover .Heads {
    background-color: #bc4307 !important;
    color: #fff !important;
}

.RouletteTable {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.RouletteTable .SelectedBet {
    opacity: 1 !important;
    position: relative;
}

.RouletteTable .SelectedBet h3 {
    position: relative;
}

.RouletteTable .SelectedBet h3:after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 16px;
    position: absolute;
    z-index: 3;
    top: 22.5px;
    bottom: 22.5px;
    left: 30%;
    right: initial;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    cursor: pointer;
    opacity: 1 !important;
    background-color: #257832;
    border: 2px dashed #fff !important;
    box-shadow: 3px 3px 8px black !important;
}

.RouletteTable>div:first-child,
.RouletteTable>div:last-child {
    display: inline-block;
    vertical-align: top;
}

.RouletteTable>div:first-child {
    width: 45px;
}

.RouletteTable>div:first-child .SW-0 {
    height: 139px;
    display: table;
    width: 45px;
    right: -2px;
}

.RouletteTable>div:first-child .SW-0 h3 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0;
}

.RouletteTable>div:first-child .SW-0 .SW-TR,
.RouletteTable>div:first-child .SW-0 .SW-R,
.RouletteTable>div:first-child .SW-0 .SW-BR,
.RouletteTable>div:first-child .SW-0 .SW-B {
    position: absolute;
    z-index: 2;
    opacity: 0;
    top: 69.5px;
    bottom: 69.5px;
    left: 22.5px;
    right: 22.5px;
}

.RouletteTable>div:first-child .SW-0:hover:not(.nohover) .SW-TR,
.RouletteTable>div:first-child .SW-0:hover:not(.nohover) .SW-R,
.RouletteTable>div:first-child .SW-0:hover:not(.nohover) .SW-BR,
.RouletteTable>div:first-child .SW-0:hover:not(.nohover) .SW-B {
    opacity: 1;
    transition-timing-function: ease-in-out;
}

.RouletteTable>div:first-child .SW-0:hover:not(.nohover) .SW-TR:hover,
.RouletteTable>div:first-child .SW-0:hover:not(.nohover) .SW-R:hover,
.RouletteTable>div:first-child .SW-0:hover:not(.nohover) .SW-BR:hover,
.RouletteTable>div:first-child .SW-0:hover:not(.nohover) .SW-B:hover {
    background-color: #37b34a;
}

.RouletteTable>div:first-child .SW-0:hover:not(.nohover) .SW-TR {
    top: 11.5px;
    bottom: auto;
    left: auto;
    right: -9.33333px;
}

.RouletteTable>div:first-child .SW-0:hover:not(.nohover) .SW-R {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
    left: auto;
    right: -11px;
}

.RouletteTable>div:first-child .SW-0:hover:not(.nohover) .SW-BR {
    top: auto;
    bottom: 11.5px;
    left: auto;
    right: -11px;
}

.RouletteTable>div:first-child .SW-0:hover:not(.nohover) .SW-B {
    top: auto;
    bottom: -11px;
    left: auto;
    right: -19px;
}

.RouletteTable>div:first-child .SW-0 .SelectedBet {
    transition: none;
}

.RouletteTable>div:first-child .SW-0 .SelectedBet.SW-TR {
    top: 11.5px !important;
    bottom: auto;
    left: auto;
    right: -10.33333px !important;
}

.RouletteTable>div:first-child .SW-0 .SelectedBet.SW-R {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
    left: auto;
    right: -11px;
}

.RouletteTable>div:first-child .SW-0 .SelectedBet.SW-BR {
    top: auto;
    bottom: 11.5px;
    left: auto;
    right: -11px;
}

.RouletteTable>div:first-child .SW-0 .SelectedBet.SW-B {
    top: auto;
    bottom: -11px;
    left: auto;
    right: -19px;
}

.RouletteTable>div:last-child {
    width: 8%;
}

.RouletteTable>div:nth-child(2) {
    display: inline-block;
    width: 80%;
}

.RouletteTable>div:nth-child(2)>div:last-child .SW-Btn {
    flex: 1 16.66%;
}

.RouletteNeighbors {
    max-width: 800px;
}

.RouletteNeighbors .SelectedBet {
    opacity: 1 !important;
    position: relative;
}

.RouletteNeighbors .SelectedBet h3 {
    position: relative;
}

.RouletteNeighbors .SelectedBet h3:after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 16px;
    position: absolute;
    z-index: 3;
    top: 22.5px;
    bottom: 22.5px;
    left: 30%;
    right: initial;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    cursor: pointer;
    opacity: 1 !important;
    background-color: #257832;
    border: 2px dashed #fff !important;
    box-shadow: 3px 3px 8px black !important;
}

.RouletteColumn {
    display: flex;
    width: 100%;
}

.SW-Btn {
    border: 1px solid #727272;
    color: #727272;
    text-align: center;
    height: 45px;
    flex-grow: 1;
    cursor: pointer;
}

.SW-Btn h3 {
    text-align: center;
    padding: 11.25px 0 0 0;
}

.SW-Btn:hover {
    background-color: #37b34a;
}

.Green-Btn,
#SW-0,
.SW-0 {
    background-color: #008000;
    color: #fff;
}

.Red-Btn,
#SW-1,
#SW-3,
#SW-5,
#SW-7,
#SW-9,
#SW-12,
#SW-14,
#SW-16,
#SW-18,
#SW-19,
#SW-21,
#SW-23,
#SW-25,
#SW-27,
#SW-30,
#SW-32,
#SW-34,
#SW-36,
.SW-1,
.SW-3,
.SW-5,
.SW-7,
.SW-9,
.SW-12,
.SW-14,
.SW-16,
.SW-18,
.SW-19,
.SW-21,
.SW-23,
.SW-25,
.SW-27,
.SW-30,
.SW-32,
.SW-34,
.SW-36 {
    background-color: #f00;
    color: #fff;
}

.Black-Btn,
#SW-2,
#SW-4,
#SW-6,
#SW-8,
#SW-10,
#SW-11,
#SW-13,
#SW-15,
#SW-17,
#SW-20,
#SW-22,
#SW-24,
#SW-26,
#SW-28,
#SW-29,
#SW-31,
#SW-33,
#SW-35,
.SW-2,
.SW-4,
.SW-6,
.SW-8,
.SW-10,
.SW-11,
.SW-13,
.SW-15,
.SW-17,
.SW-20,
.SW-22,
.SW-24,
.SW-26,
.SW-28,
.SW-29,
.SW-31,
.SW-33,
.SW-35 {
    background-color: #000;
    color: #fff;
}

.HighlightedSelection {
    position: relative;
}

.HighlightedSelection:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(55, 179, 74, .8);
}

.coin,
.SW-Number .SW-TL,
.SW-Number .SW-T,
.SW-Number .SW-TR,
.SW-Number .SW-R,
.SW-Number .SW-BR,
.SW-Number .SW-B,
.SW-Number .SW-BL,
.SW-Number .SW-L {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    position: absolute;
    z-index: 2;
    top: 22.5px;
    bottom: 22.5px;
    left: 22.5px;
    right: 22.5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.SW-Number {
    position: relative;
    flex: 1 8.3%;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    height: 45px;
}

.SW-Number h3 {
    padding: 11.25px 0 0 0;
}

.SW-Number .SW-TL,
.SW-Number .SW-T,
.SW-Number .SW-TR,
.SW-Number .SW-R,
.SW-Number .SW-BR,
.SW-Number .SW-B,
.SW-Number .SW-BL,
.SW-Number .SW-L {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    opacity: 0;
    transition: opacity .2s, top .2s, right .2s, bottom .2s, left .2s;
}

.SW-Number:hover {
    z-index: 1;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .8);
    border: 1px solid #fff;
}

.SW-Number:hover h3 {
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .8);
}

.SW-Number:hover:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(55, 179, 74, .5);
}

.SW-Number:hover .SW-TL,
.SW-Number:hover .SW-T,
.SW-Number:hover .SW-TR,
.SW-Number:hover .SW-R,
.SW-Number:hover .SW-BR,
.SW-Number:hover .SW-B,
.SW-Number:hover .SW-BL,
.SW-Number:hover .SW-L {
    opacity: 1;
    transition-timing-function: ease-in-out;
}

.SW-Number:hover .SW-TL:hover,
.SW-Number:hover .SW-T:hover,
.SW-Number:hover .SW-TR:hover,
.SW-Number:hover .SW-R:hover,
.SW-Number:hover .SW-BR:hover,
.SW-Number:hover .SW-B:hover,
.SW-Number:hover .SW-BL:hover,
.SW-Number:hover .SW-L:hover {
    background-color: #37b34a;
}

.SW-Number:hover .SW-TL {
    top: -9px;
    bottom: initial;
    left: -9px;
    right: initial;
}

.SW-Number:hover .SW-T {
    top: -9px;
    bottom: initial;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: initial;
}

.SW-Number:hover .SW-TR {
    top: -9px;
    bottom: auto;
    left: auto;
    right: -9px;
}

.SW-Number:hover .SW-R {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
    left: auto;
    right: -9px;
}

.SW-Number:hover .SW-BR {
    top: auto;
    bottom: -9px;
    left: auto;
    right: -9px;
}

.SW-Number:hover .SW-B {
    top: auto;
    bottom: -9px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: initial;
}

.SW-Number:hover .SW-BL {
    top: auto;
    bottom: -9px;
    left: -9px;
    right: auto;
}

.SW-Number:hover .SW-L {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
    left: -9px;
    right: auto;
}

.SW-Number .SelectedBet {
    transition: none;
    opacity: 1 !important;
    border: 2px dashed #fff !important;
    box-shadow: 3px 3px 8px black !important;
}

.SW-Number .SelectedBet.SW-TL {
    top: -11px;
    bottom: initial;
    left: -11px;
    right: initial;
}

.SW-Number .SelectedBet.SW-T {
    top: -11px;
    bottom: initial;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: initial;
}

.SW-Number .SelectedBet.SW-TR {
    top: -11px;
    bottom: auto;
    left: auto;
    right: -11px;
}

.SW-Number .SelectedBet.SW-R {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
    left: auto;
    right: -11px;
}

.SW-Number .SelectedBet.SW-BR {
    top: auto;
    bottom: -11px;
    left: auto;
    right: -11px;
}

.SW-Number .SelectedBet.SW-B {
    top: auto;
    bottom: -11px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: initial;
}

.SW-Number .SelectedBet.SW-BL {
    top: auto;
    bottom: -11px;
    left: -11px;
    right: auto;
}

.SW-Number .SelectedBet.SW-L {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
    left: -11px;
    right: auto;
}

.ResultView .SW-Number .SW-TL,
.ResultView .SW-Number .SW-T,
.ResultView .SW-Number .SW-TR,
.ResultView .SW-Number .SW-R,
.ResultView .SW-Number .SW-BR,
.ResultView .SW-Number .SW-B,
.ResultView .SW-Number .SW-BL,
.ResultView .SW-Number .SW-L {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    width: 16px;
    height: 16px;
    border-radius: 16px;
    opacity: 1;
    cursor: default;
    transition: opacity .2s, top .2s, right .2s, bottom .2s, left .2s;
}

.ResultView .SW-Number .SW-TL {
    top: -9px;
    bottom: initial;
    left: -9px;
    right: initial;
}

.ResultView .SW-Number .SW-T {
    top: -9px;
    bottom: initial;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: initial;
}

.ResultView .SW-Number .SW-TR {
    top: -9px;
    bottom: auto;
    left: auto;
    right: -9px;
}

.ResultView .SW-Number .SW-R {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
    left: auto;
    right: -9px;
}

.ResultView .SW-Number .SW-BR {
    top: auto;
    bottom: -9px;
    left: auto;
    right: -9px;
}

.ResultView .SW-Number .SW-B {
    top: auto;
    bottom: -9px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: initial;
}

.ResultView .SW-Number .SW-BL {
    top: auto;
    bottom: -9px;
    left: -9px;
    right: auto;
}

.ResultView .SW-Number .SW-L {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
    left: -9px;
    right: auto;
}

.ResultView>div:first-child .SW-0:not(.nohover) {
    z-index: 0;
}

.ResultView>div:first-child .SW-0:not(.nohover) .SW-TR,
.ResultView>div:first-child .SW-0:not(.nohover) .SW-R,
.ResultView>div:first-child .SW-0:not(.nohover) .SW-BR,
.ResultView>div:first-child .SW-0:not(.nohover) .SW-B {
    position: absolute;
    z-index: 2;
}

.ResultView>div:first-child .SW-0:not(.nohover) .SW-TR {
    top: 14.5px;
    bottom: auto;
    left: auto;
    right: -8px;
}

.ResultView>div:first-child .SW-0:not(.nohover) .SW-R {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
    left: auto;
    right: -8px;
}

.ResultView>div:first-child .SW-0:not(.nohover) .SW-BR {
    top: auto;
    bottom: 14.5px;
    left: auto;
    right: -8px;
}

.ResultView>div:first-child .SW-0:not(.nohover) .SW-B {
    top: auto;
    bottom: -8px;
    left: auto;
    right: -16px;
}

.ResultView .nohover:not(.Result):not(.SW-Number):not(.SW-Btn) {
    opacity: 0;
    box-shadow: none;
}

.ResultView .nohover:not(.Result):not(.SW-Number):not(.SW-Btn) .SW-TR,
.ResultView .nohover:not(.Result):not(.SW-Number):not(.SW-Btn) .SW-R,
.ResultView .nohover:not(.Result):not(.SW-Number):not(.SW-Btn) .SW-BR,
.ResultView .nohover:not(.Result):not(.SW-Number):not(.SW-Btn) .SW-B {
    opacity: 0;
}

.ScrollSelection {
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

.ScrollSelection .SW-Number {
    width: 45px;
    margin: 0 -2px;
    display: table-cell;
}

.mobi .SW-Number {
    position: relative;
    flex: 1 8.3%;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    border: 1px solid #fff;
    display: inline-block;
    height: 45px;
}

.mobi .SW-Number h3 {
    padding: 11.25px 0 0 0;
}

.mobi .SW-Number .SW-TL,
.mobi .SW-Number .SW-T,
.mobi .SW-Number .SW-TR,
.mobi .SW-Number .SW-R,
.mobi .SW-Number .SW-BR,
.mobi .SW-Number .SW-B,
.mobi .SW-Number .SW-BL,
.mobi .SW-Number .SW-L {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    width: 16px;
    height: 16px;
    border-radius: 16px;
    opacity: 0;
    cursor: pointer;
}

.mobi .SW-Number h3 {
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .8);
}

.mobi .SW-Number .SW-TL {
    top: -11px;
    bottom: initial;
    left: -11px;
    right: initial;
}

.mobi .SW-Number .SW-T {
    top: -11px;
    bottom: initial;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: initial;
}

.mobi .SW-Number .SW-TR {
    top: -11px;
    bottom: auto;
    left: auto;
    right: -11px;
}

.mobi .SW-Number .SW-R {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
    left: auto;
    right: -11px;
}

.mobi .SW-Number .SW-BR {
    top: auto;
    bottom: -11px;
    left: auto;
    right: -11px;
}

.mobi .SW-Number .SW-B {
    top: auto;
    bottom: -11px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: initial;
}

.mobi .SW-Number .SW-BL {
    top: auto;
    bottom: -11px;
    left: -11px;
    right: auto;
}

.mobi .SW-Number .SW-L {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
    left: -11px;
    right: auto;
}

.mobi .RouletteTable>div:first-child {
    width: 45px;
}

.mobi .RouletteTable>div:first-child .SW-0:hover .SW-TR,
.mobi .RouletteTable>div:first-child .SW-0:hover .SW-R,
.mobi .RouletteTable>div:first-child .SW-0:hover .SW-BR,
.mobi .RouletteTable>div:first-child .SW-0:hover .SW-B {
    opacity: 0;
}

.mobi .RouletteTable>div:first-child .SW-0:hover .SW-TR {
    top: 11.5px;
    bottom: auto;
    left: auto;
    right: -9.33333px;
}

.mobi .RouletteTable>div:first-child .SW-0:hover .SW-R {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
    left: auto;
    right: -11px;
}

.mobi .RouletteTable>div:first-child .SW-0:hover .SW-BR {
    top: auto;
    bottom: 11.5px;
    left: auto;
    right: -11px;
}

.mobi .RouletteTable>div:first-child .SW-0:hover .SW-B {
    top: auto;
    bottom: -11px;
    left: auto;
    right: -19px;
}

.HomePanel {
    height: 100vh;
}

.HomePanel li {
    width: 200px;
    height: 200px;
    margin: 10px;
    border-radius: 100px;
    box-shadow: none;
    transition: box-shadow .5s;
    border: 2px solid #fcfcfc;
}

.HomePanel li a {
    padding: 10px 99px 175px 99px;
    border-radius: 100px;
    bottom: 0;
}

.HomePanel li svg {
    opacity: .85;
    width: 50% !important;
    height: 50%;
    margin: 0 auto;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    background-color: #fcfcfc;
    border-radius: 200px;
    padding: 5px;
}

.HomePanel li svg path,
.HomePanel li svg circle,
.HomePanel li svg polygon {
    fill: #37b34a;
    transition: fill .5s;
}

.HomePanel li:hover {
    box-shadow: 0 0 20px #37b34a;
}

.HomePanel li:hover svg {
    opacity: 1;
    width: 51% !important;
    height: 51%;
}

.HomePanel li.DashingDerbyIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL0hvcnNlcy1FdmVudC5qcGc8L3ByZT4KPC9ib2R5Pgo8L2h0bWw+Cg==");
}

.HomePanel li.RaceClubsIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL0hvcnNlcy1FdmVudC5qcGc8L3ByZT4KPC9ib2R5Pgo8L2h0bWw+Cg==");
}

.HomePanel li.HorseRacingRouletteIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL0hvcnNlcy1FdmVudC5qcGc8L3ByZT4KPC9ib2R5Pgo8L2h0bWw+Cg==");
}

.HomePanel li.PlatinumHoundsIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL0RvZ3MtRXZlbnQuanBnPC9wcmU+CjwvYm9keT4KPC9odG1sPgo=");
}

.HomePanel li.FootballIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL0Zvb3RiYWxsLU1hdGNoLmpwZzwvcHJlPgo8L2JvZHk+CjwvaHRtbD4K");
}

.HomePanel li.MotorRacingIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL01vdG9yLUV2ZW50LmpwZzwvcHJlPgo8L2JvZHk+CjwvaHRtbD4K");
}

.HomePanel li.CyclingIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL0N5Y2xpbmctRXZlbnQuanBnPC9wcmU+CjwvYm9keT4KPC9odG1sPgo=");
}

.HomePanel li.TableTennisIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL1RhYmxlLVRlbm5pcy1FdmVudC5qcGc8L3ByZT4KPC9ib2R5Pgo8L2h0bWw+Cg==");
}

.HomePanel li.BoxingIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL0JveGluZy1FdmVudC5qcGc8L3ByZT4KPC9ib2R5Pgo8L2h0bWw+Cg==");
}

.HomePanel li.FootballLeagueWeekIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL0Zvb3RiYWxsLU1hdGNoLmpwZzwvcHJlPgo8L2JvZHk+CjwvaHRtbD4K");
}

.HomePanel li.HarnessRacingIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL0hhcm5lc3MtRXZlbnQuanBnPC9wcmU+CjwvYm9keT4KPC9odG1sPgo=");
}

.HomePanel li.ArcheryIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL0FyY2hlcnktRXZlbnQuanBnPC9wcmU+CjwvYm9keT4KPC9odG1sPgo=");
}

.HomePanel li.BadmintonIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL0JhZG1pbnRvbi1FdmVudC5qcGc8L3ByZT4KPC9ib2R5Pgo8L2h0bWw+Cg==");
}

.HomePanel li.PreRecordedSlotCarRacingIcon {
    background-image: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ltYWdlcy9HYW1lSW1hZ2VzL1Nsb3RDYXJzLUV2ZW50LmpwZzwvcHJlPgo8L2JvZHk+CjwvaHRtbD4K");
}

.DemoPanel .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.DemoPanel .DemoCard-container {
    display: inline-block;
    position: relative;
    width: 350px;
    height: 193px;
    margin: 1px;
}

.DemoPanel .DemoCard {
    width: 350px;
    height: 197px;
    position: absolute;
    top: 0;
    left: 0;
}

.DemoPanel .DemoCard div {
    box-shadow: 0 -5px 25px 0 rgba(0, 0, 0, .3);
}

.DemoPanel .DemoCard .Name {
    display: none;
    background: rgba(33, 33, 33, .9);
    position: absolute;
    height: 20%;
    bottom: 0;
    left: 0;
}

.DemoPanel .DemoCard .Name h2 {
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 5px 10px;
}

.DemoPanel .DemoCard .Icon {
    display: none;
    background: rgba(33, 33, 33, .9);
    position: absolute;
    height: 20%;
    margin: 5px 10px;
    padding: 0;
    transform: skewX(20deg);
    z-index: 5;
    bottom: -5px;
    width: 15%;
    background-color: #228b22;
}

.DemoPanel .DemoCard .Icon svg {
    transform: skewX(-20deg);
    width: 70%;
    margin: 2px 0 0 7px;
}

.DemoPanel .DemoCard .Icon svg path,
.DemoPanel .DemoCard .Icon svg rect,
.DemoPanel .DemoCard .Icon svg circle,
.DemoPanel .DemoCard .Icon svg polygon {
    fill: White;
}

.DemoPanel .DemoCard .Icon svg.SpeedSkating {
    height: 30px;
}

.DemoPanel .DemoCard .Icon svg.Archery {
    height: 30px;
}

.DemoPanel .DemoCard .Icon svg.TableTennis {
    height: 35px;
}

.DemoPanel .DemoCard .Icon svg.Badminton {
    height: 30px;
    margin-top: 5px;
}

.DemoPanel .DemoCard .Icon svg.SingleSeater {
    margin-top: 15px;
}

.DemoPanel .DemoCard .Icon svg.Motor {
    margin-top: 15px;
}

.DemoPanel .DemoCard .Icon svg.SlotCars {
    margin-top: 7px;
}

.DemoPanel .DemoCard .CTA {
    display: none;
    background: linear-gradient(222deg, #f56262, #701313);
    position: absolute;
    height: 20%;
    bottom: 0;
    width: 30%;
}

.DemoPanel .DemoCard .CTA h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 5px 10px;
    padding: 0;
    margin: 5px 0 5px 30px;
}

.DemoPanel .DemoCard:hover {
    animation-name: DemoCardAnimation;
    animation-timing-function: ease;
    animation-duration: .2s;
    transform: scale(1.5, 1.5);
    z-index: 5;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .4);
}

@keyframes DemoCardAnimation {
    from {
        transform: scale(1, 1);
        z-index: 1;
    }
    to {
        transform: scale(1.5, 1.5);
        z-index: 5;
    }
}

@keyframes NameAnimation {
    from {
        width: 30%;
        opacity: 0;
    }
    to {
        width: 60%;
        opacity: 1;
    }
}

.DemoPanel .DemoCard:hover .Name {
    display: inline-block;
    animation-name: NameAnimation;
    animation-timing-function: ease;
    animation-duration: .4s;
    width: 60%;
}

@keyframes IconAnimation {
    from {
        left: 0%;
        opacity: .5;
    }
    to {
        left: 55%;
        opacity: 1;
    }
}

.DemoPanel .DemoCard:hover .Icon {
    display: inline-block;
    animation-name: IconAnimation;
    animation-timing-function: ease;
    animation-duration: .4s;
    left: 55%;
}

@keyframes CTAAnimation {
    from {
        left: 0%;
        opacity: .5;
        width: 0%;
    }
    to {
        left: 70%;
        opacity: 1;
        width: 30%;
    }
}

@keyframes CTAColor {
    0% {
        background-position: 93% 0%;
    }
    50% {
        background-position: 0% 100%;
    }
    100% {
        background-position: 93% 0%;
    }
}

.DemoPanel .DemoCard:hover .CTA {
    display: inline-block;
    animation: CTAColor 2s ease infinite, CTAAnimation .3s ease;
    left: 70%;
    background: linear-gradient(222deg, #f56262, #701313);
    background-size: 400% 400%;
}

.DemoPanel .DemoCard:hover .CTA:hover {
    cursor: pointer;
}

.DemoPanel .flipper {
    transition: .8s;
    transform-style: preserve-3d;
    position: relative;
}

.DemoPanel .SpashImage {
    width: 350px;
    height: 197px;
}

.DemoPanel .Mobi .DemoCard {
    width: 350px;
    height: 197px;
    position: absolute;
    top: 0;
    left: 0;
}

.DemoPanel .Mobi .DemoCard .Name {
    display: inline-block;
    width: 60%;
}

.DemoPanel .Mobi .DemoCard .Icon {
    display: inline-block;
    left: 55%;
}

.DemoPanel .Mobi .DemoCard .CTA {
    display: inline-block;
    left: 70%;
}

.DemoPanel .Mobi .DemoCard:hover {
    animation-name: DemoCardMobile;
    animation-timing-function: ease;
    animation-duration: 0s;
    transform: scale(1, 1);
}

.DemoPanel .Mobi .DemoCard:hover img.SpashImage {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

@keyframes DemoCardMobile {
    from {
        transform: scale(1, 1);
        z-index: 1;
    }
    to {
        transform: scale(1, 1);
        z-index: 5;
    }
}

@keyframes NameAnimation {
    from {
        width: 60%;
        opacity: 1;
    }
    to {
        width: 60%;
        opacity: 1;
    }
}

@keyframes IconAnimation {
    from {
        left: 55%;
        opacity: 1;
    }
    to {
        left: 55%;
        opacity: 1;
    }
}

@keyframes CTAAnimation {
    from {
        left: 70%;
        opacity: 1;
        width: 30%;
    }
    to {
        left: 70%;
        opacity: 1;
        width: 30%;
    }
}

@keyframes CTAColor {
    0% {
        background-position: 93% 0%;
    }
    100% {
        background-position: 93% 0%;
    }
}

.mobi .GameSelection .viewerHeader {
    height: 34px;
}

.mobi .NavSelection .viewerHeader {
    position: relative;
    width: 50px;
    cursor: pointer;
}

.mobi .NavSelection .viewerHeader:before {
    content: 'videocam';
    font-size: 2.35em !important;
    color: #fb827f;
}

.mobi .NavSelection .viewerHeader.closed:before {
    content: 'videocam_off';
}

.mobi .NavSelection .TopNavTab {
    font-size: 67% !important;
}

.mobi .my-bets .k-grid-content {
    max-height: 90vh;
    overflow-y: scroll;
}

.mobi .BetVariantCirc:hover {
    background-color: #fcfcfc;
}

.mobi .BetVariant1:not(.nohover):hover {
    background-color: #fcfcfc;
}

.mobi .BetVariant2:not(.nohover):hover {
    background-color: #fcfcfc;
}

.mobi .BetVariant3:not(.nohover):hover {
    background-color: #fcfcfc;
}

.mobi .BetVariant4:not(.nohover):hover {
    background-color: #fcfcfc;
}

.mobi .BetVariant5:not(.nohover):hover {
    background-color: #fcfcfc;
}

.mobi .BetVariant3_5:not(.nohover):hover {
    background-color: #fcfcfc;
}

.mobi .BetVariant4_5:not(.nohover):hover {
    background-color: #fcfcfc;
}

.mobi .ConfirmedBet h1 {
    color: #fff;
}

.mobi .Stake .DecreaseAmount:hover,
.mobi .Stake .IncreaseAmount:hover {
    background-color: inherit;
    box-shadow: none;
}

.mobi .Stake .DecreaseAmount:hover:before,
.mobi .Stake .IncreaseAmount:hover:before {
    background-color: #fff;
    background-color: transparent;
}

.mobi .Stake .DecreaseAmount:hover:after,
.mobi .Stake .IncreaseAmount:hover:after {
    background-color: #fff;
}

.mobi .GlobalStake {
    font-size: 1.1em;
}

.mobi .GlobalStake h2 {
    left: 10px;
    font-size: .9em;
}

.mobi .GlobalStake input {
    font-size: .9em;
}

.mobi .RacerProfilePanel {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
}

.mobi .RacerProfilePanel .RacerProfile {
    position: relative;
    display: inline-block;
    width: 90px;
    margin: 2px 0;
    background-color: #fcfcfc;
    color: #8c8c8c;
    border: none;
}

.mobi .RacerProfilePanel .RacerProfile .Number {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #09b517;
    padding: 0 0 0 3px;
    font-size: .8em;
    height: 23px;
    width: 18px;
    border-radius: 0 0 20px 0;
}

.mobi .RacerProfilePanel .RacerProfile .Silk {
    position: relative;
    z-index: 4;
    margin: 3px auto;
    display: block;
}

.mobi .RacerProfilePanel .RacerProfile .Silk img {
    float: none;
}

.mobi .RacerProfilePanel .RacerProfile .FavoriteBadge {
    float: right;
    position: absolute;
    top: 0;
    z-index: 100;
    right: 30%;
    width: 10px;
    height: 10px;
    font-size: .6em;
}

.mobi .RacerProfilePanel .RacerProfile .Jacket {
    position: relative;
    z-index: 4;
    margin: 3px auto;
    display: block;
}

.mobi .RacerProfilePanel .RacerProfile .Jacket img {
    float: none;
}

.mobi .RacerProfilePanel .RacerProfile .Name {
    font-size: .7em;
    text-align: center;
}

.mobi .RacerProfilePanel .RacerProfile .Name h3 {
    font-weight: 400;
    color: #8c8c8c;
}

.mobi .RacerProfilePanel .RacerProfile .DetailsList {
    text-align: center;
    margin: 0 5px;
}

.mobi .RacerProfilePanel .RacerProfile .BetVariant1 {
    display: block;
    float: right;
    box-shadow: -3px 1px 8px transparent;
    font-size: .9em;
    margin: 2px 0;
    background-color: #fcfcfc;
    box-shadow: -3px 1px 8px none;
}

.mobi .RacerProfilePanel .RacerProfile .BetVariant1 h3 {
    margin: 0;
    position: relative;
    color: #8c8c8c;
    top: 3px;
    left: 4px;
}

.mobi .RacerProfilePanel .RacerProfile .BetVariant1 .Bet {
    padding: 4px 0;
}

.mobi .RacerProfilePanel .RacerProfile .Rating {
    float: right;
    width: 80%;
    margin: 3px 8px 3px 0;
    padding: 0;
    position: relative;
    height: 14px;
}

.mobi .RacerProfilePanel .RacerProfile .Rating .StarValue {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 3;
    background-color: #fcfcfc;
}

.mobi .RacerProfilePanel .RacerProfile .Rating svg {
    vertical-align: top;
}

.mobi .RacerProfilePanel .RacerProfile .Rating svg polygon {
    fill: #37b34a;
}

.mobi .RacerProfilePanel .RacerProfile .Form {
    float: right;
    width: 100%;
    margin: -7px auto 0 auto;
    text-align: center;
    padding: 0;
}

.mobi .RacerProfilePanel .RacerProfile .Form ul {
    margin-top: -20px;
    padding: 0;
    text-align: center;
}

.mobi .RacerProfileList {
    position: relative;
    white-space: normal;
}

.mobi .RacerProfileList .Selected {
    box-shadow: inset 0 0 20px #37b34a, 0 0 0 #37b34a;
}

.mobi .RacerProfileList .Selected .Number {
    background-color: #8c8c8c;
}

.mobi .RacerProfileList .RacerProfile {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0;
    background-color: #fcfcfc;
    color: #8c8c8c;
}

.mobi .RacerProfileList .RacerProfile .Number {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: #fff;
    padding: 0 0 0 3px;
    font-size: .8em;
    height: 23px;
    width: 18px;
    border-radius: 0 0 20px 0;
    background-color: #09b517;
}

.mobi .RacerProfileList .RacerProfile .Silk {
    position: relative;
    z-index: 4;
    margin-left: 5px;
    float: left;
}

.mobi .RacerProfileList .RacerProfile .Silk img {
    float: none;
}

.mobi .RacerProfileList .RacerProfile .Silk img.Trigger {
    width: 30px;
    margin-top: 5px;
}

.mobi .RacerProfileList .RacerProfile .FavoriteBadge {
    float: right;
    position: absolute;
    z-index: 100;
    width: 10px;
    height: 10px;
    font-size: .6em;
}

.mobi .RacerProfileList .RacerProfile .Flag {
    position: relative;
    margin-left: 5px;
    float: left;
}

.mobi .RacerProfileList .RacerProfile .Flag img {
    float: none;
}

.mobi .RacerProfileList .RacerProfile .Jacket {
    position: relative;
    z-index: 4;
    margin-left: 5px;
    margin-right: 3px;
    float: left;
}

.mobi .RacerProfileList .RacerProfile .Jacket img {
    float: none;
    width: 31px;
}

.mobi .RacerProfileList .RacerProfile .Name {
    float: left;
    width: 31%;
    font-size: .7em;
    text-align: left;
}

.mobi .RacerProfileList .RacerProfile .Name h3 {
    font-weight: 400;
    color: #8c8c8c;
}

.mobi .RacerProfileList .RacerProfile .DetailsList {
    text-align: right;
    margin: 5px 0 0 0;
    width: 53%;
    float: right;
}

.mobi .RacerProfileList .RacerProfile .DetailsList div:last-child {
    margin-right: 5px;
}

.mobi .RacerProfileList .RacerProfile .BetVariant1 {
    background-color: #fcfcfc;
    box-shadow: -3px 1px 8px none;
    width: 45%;
    display: inline-block;
    font-size: .9em;
    margin: 2px 0 2px 0;
}

.mobi .RacerProfileList .RacerProfile .BetVariant1 h3 {
    margin: 0;
    position: relative;
    top: 3px;
    left: 4px;
}

.mobi .RacerProfileList .RacerProfile .BetVariant1 .Bet {
    padding: 4px 4px;
}

.mobi .RacerProfileList .RacerProfile .Rating {
    float: left;
    margin: 3px 0 3px 7px;
    padding: 0;
    position: relative;
    height: 14px;
}

.mobi .RacerProfileList .RacerProfile .Rating .StarValue {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: 3;
    background-color: #fcfcfc;
}

.mobi .RacerProfileList .RacerProfile .Rating svg {
    vertical-align: top;
    fill: #37b34a;
}

.mobi .RacerProfileList .RacerProfile .Form {
    float: left;
    width: 47px !important;
    white-space: nowrap;
    margin: 0 0 0 3px;
    text-align: left;
    padding: 0;
}

.mobi .RacerProfileList .RacerProfile .Form ul {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.mobi #SpeedSkating-detail .RacerProfileList .RacerProfile .Silk,
.mobi #SpeedSkating-detail .RacerProfilePanel .RacerProfile .Silk {
    z-index: 0;
    margin-right: 3px;
}

.mobi #SpeedSkating-detail .RacerProfileList .RacerProfile .Silk img,
.mobi #SpeedSkating-detail .RacerProfilePanel .RacerProfile .Silk img {
    height: 25px;
}

.mobi #SpeedSkating-detail .RacerProfilePanel .RacerProfile .Silk {
    width: 40px;
    margin: 3px auto;
}

.mobi #SpeedSkating-detail .RacerProfilePanel .RacerProfile .Silk img {
    height: 25px;
}

.mobi .EventAccordion li.PreviousRace:hover {
    opacity: .7;
    border: 1px solid #fff;
    color: #fff;
}

.mobi .EventAccordion li.CurrentRace:hover {
    background-color: #fff;
    border: 1px solid #e5f8ff;
}

.mobi .EventAccordion li.FutureRace:hover {
    background-color: #fff;
    border: 1px solid #e5f8ff;
}

.mobi .EventAccordion li:hover {
    box-shadow: none;
}

.mobi .BetDisplayPanel button.accordion {
    padding: 5px 0 5px 25px;
}

.mobi .BetDisplayPanel button.accordion p {
    margin-left: 2px;
    margin-right: 2px;
    font-size: .8em;
    vertical-align: middle;
}

.mobi .BetDisplayPanel button.accordion .BetSetType {
    min-width: 45px;
}

.mobi .BetDisplayPanel button.accordion .BetCount {
    width: 100px;
    margin: 0;
}

.mobi .BetDisplayPanel button.accordion .ToWinAmount {
    min-width: 100px;
    text-align: left;
    margin-top: -4px;
}

.mobi .BetDisplayPanel button.accordion div {
    font-size: .8em;
}

.mobi .BetDisplayPanel button.accordion svg {
    width: .95em;
    height: .95em;
    opacity: .8;
}

.mobi .ComboEllipsis {
    width: 234px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobi .CleanList .Badge {
    left: 0;
}

.mobi .RR-SectionPanel {
    padding: 0;
}

.mobi .RR-SectionPanel .ClearButton {
    float: right;
    margin-right: 5px;
}

.mobi .Bet:not(.nohover):hover {
    color: #000;
}

.mobi .NumberedPanels {
    white-space: nowrap;
}

.mobi .PositionAllocator {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    padding-left: 3px;
}

.mobi .NumberCollection {
    display: inline-block;
    white-space: normal;
    width: 90%;
}

.mobi .Flag img {
    height: 20px;
}

@font-face {
    font-family: "Roboto";
    src: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9Db250ZW50L0ZvbnRzL1JvYm90by1SZWd1bGFyLnR0ZjwvcHJlPgo8L2JvZHk+CjwvaHRtbD4K");
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9mb250cy9nbHlwaGljb25zLWhhbGZsaW5ncy1yZWd1bGFyLmVvdDwvcHJlPgo8L2JvZHk+CjwvaHRtbD4K");
    src: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9mb250cy9nbHlwaGljb25zLWhhbGZsaW5ncy1yZWd1bGFyLmVvdDwvcHJlPgo8L2JvZHk+CjwvaHRtbD4K") format("embedded-opentype"), url("data:font/woff;base64,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") format("woff"), url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9mb250cy9nbHlwaGljb25zLWhhbGZsaW5ncy1yZWd1bGFyLnR0ZjwvcHJlPgo8L2JvZHk+CjwvaHRtbD4K") format("truetype"), url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9mb250cy9nbHlwaGljb25zLWhhbGZsaW5ncy1yZWd1bGFyLnN2ZzwvcHJlPgo8L2JvZHk+CjwvaHRtbD4K") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-euro:before {
    content: "€";
}

.glyphicon-minus:before {
    content: "−";
}

.glyphicon-cloud:before {
    content: "☁";
}

.glyphicon-envelope:before {
    content: "✉";
}

.glyphicon-pencil:before {
    content: "✏";
}

.glyphicon-glass:before {
    content: "";
}

.glyphicon-music:before {
    content: "";
}

.glyphicon-search:before {
    content: "";
}

.glyphicon-heart:before {
    content: "";
}

.glyphicon-star:before {
    content: "";
}

.glyphicon-star-empty:before {
    content: "";
}

.glyphicon-user:before {
    content: "";
}

.glyphicon-film:before {
    content: "";
}

.glyphicon-th-large:before {
    content: "";
}

.glyphicon-th:before {
    content: "";
}

.glyphicon-th-list:before {
    content: "";
}

.glyphicon-ok:before {
    content: "";
}

.glyphicon-remove:before {
    content: "";
}

.glyphicon-zoom-in:before {
    content: "";
}

.glyphicon-zoom-out:before {
    content: "";
}

.glyphicon-off:before {
    content: "";
}

.glyphicon-signal:before {
    content: "";
}

.glyphicon-cog:before {
    content: "";
}

.glyphicon-trash:before {
    content: "";
}

.glyphicon-home:before {
    content: "";
}

.glyphicon-file:before {
    content: "";
}

.glyphicon-time:before {
    content: "";
}

.glyphicon-road:before {
    content: "";
}

.glyphicon-download-alt:before {
    content: "";
}

.glyphicon-download:before {
    content: "";
}

.glyphicon-upload:before {
    content: "";
}

.glyphicon-inbox:before {
    content: "";
}

.glyphicon-play-circle:before {
    content: "";
}

.glyphicon-repeat:before {
    content: "";
}

.glyphicon-refresh:before {
    content: "";
}

.glyphicon-list-alt:before {
    content: "";
}

.glyphicon-flag:before {
    content: "";
}

.glyphicon-headphones:before {
    content: "";
}

.glyphicon-volume-off:before {
    content: "";
}

.glyphicon-volume-down:before {
    content: "";
}

.glyphicon-volume-up:before {
    content: "";
}

.glyphicon-qrcode:before {
    content: "";
}

.glyphicon-barcode:before {
    content: "";
}

.glyphicon-tag:before {
    content: "";
}

.glyphicon-tags:before {
    content: "";
}

.glyphicon-book:before {
    content: "";
}

.glyphicon-print:before {
    content: "";
}

.glyphicon-font:before {
    content: "";
}

.glyphicon-bold:before {
    content: "";
}

.glyphicon-italic:before {
    content: "";
}

.glyphicon-text-height:before {
    content: "";
}

.glyphicon-text-width:before {
    content: "";
}

.glyphicon-align-left:before {
    content: "";
}

.glyphicon-align-center:before {
    content: "";
}

.glyphicon-align-right:before {
    content: "";
}

.glyphicon-align-justify:before {
    content: "";
}

.glyphicon-list:before {
    content: "";
}

.glyphicon-indent-left:before {
    content: "";
}

.glyphicon-indent-right:before {
    content: "";
}

.glyphicon-facetime-video:before {
    content: "";
}

.glyphicon-picture:before {
    content: "";
}

.glyphicon-map-marker:before {
    content: "";
}

.glyphicon-adjust:before {
    content: "";
}

.glyphicon-tint:before {
    content: "";
}

.glyphicon-edit:before {
    content: "";
}

.glyphicon-share:before {
    content: "";
}

.glyphicon-check:before {
    content: "";
}

.glyphicon-move:before {
    content: "";
}

.glyphicon-step-backward:before {
    content: "";
}

.glyphicon-fast-backward:before {
    content: "";
}

.glyphicon-backward:before {
    content: "";
}

.glyphicon-play:before {
    content: "";
}

.glyphicon-pause:before {
    content: "";
}

.glyphicon-stop:before {
    content: "";
}

.glyphicon-forward:before {
    content: "";
}

.glyphicon-fast-forward:before {
    content: "";
}

.glyphicon-step-forward:before {
    content: "";
}

.glyphicon-eject:before {
    content: "";
}

.glyphicon-chevron-left:before {
    content: "";
}

.glyphicon-chevron-right:before {
    content: "";
}

.glyphicon-plus-sign:before {
    content: "";
}

.glyphicon-minus-sign:before {
    content: "";
}

.glyphicon-remove-sign:before {
    content: "";
}

.glyphicon-ok-sign:before {
    content: "";
}

.glyphicon-question-sign:before {
    content: "";
}

.glyphicon-info-sign:before {
    content: "";
}

.glyphicon-screenshot:before {
    content: "";
}

.glyphicon-remove-circle:before {
    content: "";
}

.glyphicon-ok-circle:before {
    content: "";
}

.glyphicon-ban-circle:before {
    content: "";
}

.glyphicon-arrow-left:before {
    content: "";
}

.glyphicon-arrow-right:before {
    content: "";
}

.glyphicon-arrow-up:before {
    content: "";
}

.glyphicon-arrow-down:before {
    content: "";
}

.glyphicon-share-alt:before {
    content: "";
}

.glyphicon-resize-full:before {
    content: "";
}

.glyphicon-resize-small:before {
    content: "";
}

.glyphicon-exclamation-sign:before {
    content: "";
}

.glyphicon-gift:before {
    content: "";
}

.glyphicon-leaf:before {
    content: "";
}

.glyphicon-eye-open:before {
    content: "";
}

.glyphicon-eye-close:before {
    content: "";
}

.glyphicon-warning-sign:before {
    content: "";
}

.glyphicon-plane:before {
    content: "";
}

.glyphicon-random:before {
    content: "";
}

.glyphicon-comment:before {
    content: "";
}

.glyphicon-magnet:before {
    content: "";
}

.glyphicon-chevron-up:before {
    content: "";
}

.glyphicon-chevron-down:before {
    content: "";
}

.glyphicon-retweet:before {
    content: "";
}

.glyphicon-shopping-cart:before {
    content: "";
}

.glyphicon-folder-close:before {
    content: "";
}

.glyphicon-folder-open:before {
    content: "";
}

.glyphicon-resize-vertical:before {
    content: "";
}

.glyphicon-resize-horizontal:before {
    content: "";
}

.glyphicon-hdd:before {
    content: "";
}

.glyphicon-bullhorn:before {
    content: "";
}

.glyphicon-certificate:before {
    content: "";
}

.glyphicon-thumbs-up:before {
    content: "";
}

.glyphicon-thumbs-down:before {
    content: "";
}

.glyphicon-hand-right:before {
    content: "";
}

.glyphicon-hand-left:before {
    content: "";
}

.glyphicon-hand-up:before {
    content: "";
}

.glyphicon-hand-down:before {
    content: "";
}

.glyphicon-circle-arrow-right:before {
    content: "";
}

.glyphicon-circle-arrow-left:before {
    content: "";
}

.glyphicon-circle-arrow-up:before {
    content: "";
}

.glyphicon-circle-arrow-down:before {
    content: "";
}

.glyphicon-globe:before {
    content: "";
}

.glyphicon-tasks:before {
    content: "";
}

.glyphicon-filter:before {
    content: "";
}

.glyphicon-fullscreen:before {
    content: "";
}

.glyphicon-dashboard:before {
    content: "";
}

.glyphicon-heart-empty:before {
    content: "";
}

.glyphicon-link:before {
    content: "";
}

.glyphicon-phone:before {
    content: "";
}

.glyphicon-usd:before {
    content: "";
}

.glyphicon-gbp:before {
    content: "";
}

.glyphicon-sort:before {
    content: "";
}

.glyphicon-sort-by-alphabet:before {
    content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "";
}

.glyphicon-sort-by-order:before {
    content: "";
}

.glyphicon-sort-by-order-alt:before {
    content: "";
}

.glyphicon-sort-by-attributes:before {
    content: "";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "";
}

.glyphicon-unchecked:before {
    content: "";
}

.glyphicon-expand:before {
    content: "";
}

.glyphicon-collapse-down:before {
    content: "";
}

.glyphicon-collapse-up:before {
    content: "";
}

.glyphicon-log-in:before {
    content: "";
}

.glyphicon-flash:before {
    content: "";
}

.glyphicon-log-out:before {
    content: "";
}

.glyphicon-new-window:before {
    content: "";
}

.glyphicon-record:before {
    content: "";
}

.glyphicon-save:before {
    content: "";
}

.glyphicon-open:before {
    content: "";
}

.glyphicon-saved:before {
    content: "";
}

.glyphicon-import:before {
    content: "";
}

.glyphicon-export:before {
    content: "";
}

.glyphicon-send:before {
    content: "";
}

.glyphicon-floppy-disk:before {
    content: "";
}

.glyphicon-floppy-saved:before {
    content: "";
}

.glyphicon-floppy-remove:before {
    content: "";
}

.glyphicon-floppy-save:before {
    content: "";
}

.glyphicon-floppy-open:before {
    content: "";
}

.glyphicon-credit-card:before {
    content: "";
}

.glyphicon-transfer:before {
    content: "";
}

.glyphicon-cutlery:before {
    content: "";
}

.glyphicon-header:before {
    content: "";
}

.glyphicon-compressed:before {
    content: "";
}

.glyphicon-earphone:before {
    content: "";
}

.glyphicon-phone-alt:before {
    content: "";
}

.glyphicon-tower:before {
    content: "";
}

.glyphicon-stats:before {
    content: "";
}

.glyphicon-sd-video:before {
    content: "";
}

.glyphicon-hd-video:before {
    content: "";
}

.glyphicon-subtitles:before {
    content: "";
}

.glyphicon-sound-stereo:before {
    content: "";
}

.glyphicon-sound-dolby:before {
    content: "";
}

.glyphicon-sound-5-1:before {
    content: "";
}

.glyphicon-sound-6-1:before {
    content: "";
}

.glyphicon-sound-7-1:before {
    content: "";
}

.glyphicon-copyright-mark:before {
    content: "";
}

.glyphicon-registration-mark:before {
    content: "";
}

.glyphicon-cloud-download:before {
    content: "";
}

.glyphicon-cloud-upload:before {
    content: "";
}

.glyphicon-tree-conifer:before {
    content: "";
}

.glyphicon-tree-deciduous:before {
    content: "";
}

.glyphicon-briefcase:before {
    content: "💼";
}

.glyphicon-calendar:before {
    content: "📅";
}

.glyphicon-pushpin:before {
    content: "📌";
}

.glyphicon-paperclip:before {
    content: "📎";
}

.glyphicon-camera:before {
    content: "📷";
}

.glyphicon-lock:before {
    content: "🔒";
}

.glyphicon-bell:before {
    content: "🔔";
}

.glyphicon-bookmark:before {
    content: "🔖";
}

.glyphicon-fire:before {
    content: "🔥";
}

.glyphicon-wrench:before {
    content: "🔧";
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
}

.material-icons,
.GameSelection .viewerHeader:before,
.GameSelection .viewerHeader.closed:before,
.mobi .NavSelection .viewerHeader:before,
.mobi .NavSelection .viewerHeader.closed:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.iframe-container {
    position: relative;
    overflow: hidden;
    min-height: 85vh;
    height: 100vh;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: 0;
    width: 100vw;
}

.iframe-container:not(.mobi) iframe {
    width: 100%;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font: 300 100% "Roboto", sans-serif;
    font-size: 1em;
    -webkit-text-size-adjust: 100%;
    background: #fcfcfc;
    color: #8c8c8c;
    margin: 0 0 75px 0;
    text-rendering: optimizeLegibility;
}

* {
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 1.17em;
}

.desktop>main.left {
    Margin: 0 0 0 270px !important;
}

.desktop>main.right {
    Margin: 0 270px 0 0 !important;
}

section.content.inactive {
    display: none;
}

.ViewedRace div.VS::after {
    content: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9jb250ZW50L0ltYWdlcy9MYXlvdXQvUGxheUljb24uc3ZnPC9wcmU+CjwvYm9keT4KPC9odG1sPgo=");
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: .7em;
    padding: 2px 0 2px 0;
    width: 12px;
    height: 7px;
    border-radius: 2px;
    position: absolute;
    top: 0;
}

.BettingPanel {
    position: relative;
    margin: 0;
    padding: 10px 0;
    white-space: normal;
}

.BettingPanel hr {
    margin: 5px 0;
    opacity: .3;
}

.BettingPanel li {
    display: inline-block !important;
    *display: inline !important;
}

aside {
    padding: 0 10px;
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
}

.desktop>aside.left {
    left: 0 !important;
}

.desktop>aside.right {
    right: 0 !important;
}

footer,
header {
    color: #727272;
    width: 100%;
    padding: 0;
    box-shadow: inset 0 -5px 10px rgba(130, 130, 130, .1);
    margin: 0 auto;
    display: inline-block;
}

footer .Toggle,
header .Toggle {
    margin: 5px 0 0 10px;
    float: left;
    min-width: 30px;
    border-radius: 10px;
    box-shadow: inset 0 0 0;
}

footer .Toggle li,
header .Toggle li {
    display: inline-block;
}

footer .Toggle li a,
header .Toggle li a {
    padding: 0 10px;
    text-decoration: none;
    cursor: pointer;
}

footer select,
header select {
    border: 1px solid #37b34a;
    color: #37b34a;
    margin: 0 0 0 10px;
    float: left;
    border-radius: 10px;
    font-weight: normal;
    font-size: .8em;
}

footer .logo,
header .logo {
    float: left;
    margin: 5px 0 0 5px;
    font-weight: normal;
    font-style: italic;
    font-variant: small-caps;
    letter-spacing: .09em;
    font-size: 1em;
}

footer .logo svg,
header .logo svg {
    width: 80px;
    height: 20px;
}

footer .logo svg path,
footer .logo svg polygon,
header .logo svg path,
header .logo svg polygon {
    fill: #37b34a;
}

.MainNav {
    width: 100%;
    text-align: center;
    margin: 5px auto;
}

.FixedNav {
    background-color: #fcfcfc;
}

.transition {
    transition: all .25s ease-in-out;
}

h1 {
    padding: 10px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

button {
    font: 300 100% "Roboto", sans-serif;
    outline: none;
}

.favourite {
    color: #09b517 !important;
}

.loading-image {
    text-align: center;
}

.loading-image img {
    margin-top: 50px;
    width: 63px;
    height: 63px;
}

.loading-image svg {
    width: 63px;
    height: 63px;
}

.loading-image svg path {
    fill: #37b34a !important;
}

sup {
    vertical-align: middle;
    font-size: smaller;
    text-transform: lowercase;
    margin-top: -3px;
    top: auto !important;
}

.ExpiredSessionPanel .RefreshLink {
    background-color: #fcfcfc;
    color: #8c8c8c;
    border: 2px solid #37b34a;
    box-shadow: rgba(55, 179, 74, .8) 0 0 40px 3px;
}

.HighlightThis {
    background-color: #fff67b;
}

.BlockOutPanel {
    position: absolute;
    z-index: 900;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fcfcfc;
}

.BlockOutPanel div {
    display: inline-block;
    position: relative;
    top: 75px;
    padding: 10px 15px;
    border-radius: 10px;
    z-index: 1001;
    background-color: #fcfcfc;
    color: #8c8c8c;
    border: 2px solid #37b34a;
    box-shadow: rgba(55, 179, 74, .8) 0 0 40px 3px;
}

.BlockOutPanel div p {
    display: block;
    top: -4px;
    position: relative;
}

.BlockOutPanel div .glyphicon-phone {
    animation: rotateIcon 2s ease-in-out infinite;
    font-size: 10em;
    margin: 30px;
}

@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.nohover {
    cursor: default;
}

svg.MenuButton path {
    fill: currentColor;
}

.MenuButton {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.MenuButton svg {
    fill: #37b34a;
}

.MobileMenu {
    background-color: #fcfcfc !important;
    box-shadow: 0 0 10px #37b34a;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 150px;
    z-index: 999;
    background-color: #fff !important;
}

.MobileMenu .CollapseButton {
    background-color: #fcfcfc;
    box-shadow: 6px 2px 8px #37b34a;
    position: absolute;
    right: -35px;
    top: 0;
    z-index: 998;
    width: 25px;
    height: 22px;
    padding: 10px 10px;
}

.MobileMenu .CollapseButton svg {
    fill: #37b34a;
}

.MobileMenu li {
    margin: 0;
    padding: 1px 0 1px 10px;
}

.MobileMenu li:hover {
    background-color: #37b34a;
}

.MobileMenu li:hover a {
    color: #fcfcfc !important;
}

.MobileMenu li:active {
    background-color: #37b34a;
}

.MobileMenu li:active a {
    color: #fcfcfc !important;
}

.MobileMenu a {
    color: #727272 !important;
    text-decoration: none;
}

.MobileMenu h1 {
    font-weight: normal;
    font-size: 1.5em;
    padding: 5px 10px;
    border: none !important;
}

.MobileMenu .k-state-focused {
    box-shadow: none !important;
}

.UserProfile {
    margin-right: 5px;
    margin-top: 5px;
    text-align: right;
}

.UserProfile p {
    color: #727272;
    display: inline;
    margin: 0 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.UserProfile a {
    text-decoration: none;
}

.UserProfile img {
    width: 23px;
}

.UserProfile svg {
    fill: #37b34a;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    position: relative;
    top: 4px;
    opacity: .8;
    cursor: pointer;
    transition-property: opacity;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0;
}

.UserProfile svg:hover {
    cursor: pointer;
    opacity: 1;
}

.UserProfile .CreditDisplay {
    background: #fff;
    color: #111;
    box-shadow: 0 0 5px #37b34a;
    display: inline;
    margin: 0 20px 0 10px;
    padding: 1px 15px 1px 10px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
}

.UserProfile .CreditDisplay svg {
    position: absolute;
    right: -14px;
    top: 0;
    opacity: 1;
    height: 23px;
    width: 23px;
}

.UserProfile .RefreshButton {
    position: relative;
    display: inline;
    width: 20px;
    margin: 0 10px 0 10px;
}

.NotificationPanel {
    position: sticky;
    bottom: -38px;
    z-index: 1000;
    width: 100%;
    height: 62px;
    background-color: #f7f5b6;
    text-align: center;
    padding: 3px 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.NotificationPanel p {
    font-size: 12px;
}

.NotificationPanel button {
    padding: 4px 12px;
    margin: 3px 0;
}

.NotificationPanel:after {
    position: absolute;
    z-index: -1;
    left: 40%;
    bottom: -7px;
    background-color: #f7f5b6;
    content: "";
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}

.NavSelection {
    width: 100%;
}

.NavSelection .notification {
    background: #37b34a;
    position: absolute;
    right: 3px;
    top: -0;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 10px;
    padding: 0 4px 0 6px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .7);
}

.NavSelection .notification h4 {
    color: #fff !important;
    font-size: .7em !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: 400 !important;
}

.NavSelection .TabNav {
    text-align: left;
    max-width: 100%;
}

.NavSelection .TabNav h1 {
    color: #727272;
    border: none;
    padding: 5px;
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

.NavSelection .TabNav h1 svg {
    fill: #727272;
    width: 25px;
    height: 17px;
}

.NavSelection .TabNav a {
    text-decoration: none;
}

.NavSelection .TabNav li {
    text-align: center;
    margin-left: -4px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-bottom: 2px solid transparent;
    background-color: transparent;
    position: relative;
    padding: 2px 0;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.NavSelection .TabNav li a h1 {
    border-bottom: 2px solid transparent;
    color: #37b34a;
}

.NavSelection .TabNav li a h1 :hover {
    border-bottom: 2px solid #37b34a;
}

.NavSelection .TabNav li.Header {
    padding: 0 15px;
}

.NavSelection .TabNav li a h1 a.active h1 {
    color: #37b34a;
    border-bottom: 2px solid #37b34a;
}

.NavSelection .TabNav li a h1 a.active h1 svg {
    fill: #37b34a;
}

.NavSelection .TabNav li.GridTab a h1 {
    border: 2px solid #fff;
    border-right: none;
    border-left: none;
    padding: 0;
}

.NavSelection .TabNav li.GridTab a h1:hover {
    border-right: none;
    border-left: none;
}

.NavSelection .TabNav li.GridTab a.active h1 {
    color: #fff;
    border-right: none;
    border-left: none;
}

.NavSelection .TabNav li.viewerHeader:not(.viewerPadding) {
    padding: 0;
}

.NavSelection>div>ul.tabs>li.tab {
    border: none;
    background-color: #fcfcfc;
}

.NavSelection>div>ul.tabs>li.tab.current h1 {
    color: #37b34a;
    background-color: #fcfcfc;
    border-bottom: 2px solid #37b34a;
}

.NavSelection li.GridTab {
    width: 100%;
    margin-left: -4px;
    padding: 0;
    border: .1em solid #53ca65;
    border-right: none;
    border-bottom: none;
}

.NavSelection li.Half {
    width: 50%;
    font-size: .8em;
    font-weight: 400;
}

.NavSelection li.SmallThird {
    width: 31%;
    font-size: .8em !important;
    letter-spacing: .8em;
    font-weight: 400;
}

.NavSelection li.Third {
    width: 33%;
    font-size: .8em !important;
    letter-spacing: .8em;
    font-weight: 400;
}

.NavSelection li.Forth {
    width: 25%;
    font-size: .8em;
    font-weight: 400;
}

.NavSelection li.Tenth {
    width: 15%;
    font-size: .8em;
    font-weight: 400;
}

.CollapsePanel {
    animation: Collapse 2s ease-out;
}

@keyframes Collapse {
    0% {
        transform: scale(1, 1);
        opacity: .5;
        position: absolute;
        z-index: 200;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    50% {
        transform: scale(.01, .01);
        opacity: 0;
        position: absolute;
        z-index: 200;
        top: -200px;
        bottom: 800px;
        left: 0;
        right: 80%;
    }
    100% {
        transform: scale(.2, .2);
        opacity: 0;
        position: absolute;
        z-index: 200;
        top: -200px;
        bottom: 800px;
        right: 80%;
    }
}

.NavSelection .TabNav li.GridTab a h1 {
    border: 2px solid #fcfcfc;
    border-right: none;
    border-left: none;
    padding: 0;
}

.NavSelection .TabNav li.GridTab a h1:hover {
    border: 2px solid #37b34a;
}

.NavSelection .TabNav li.GridTab a.active h1 {
    color: #fcfcfc;
    background-color: #37b34a;
    border: 2px solid #37b34a;
}

.HeaderRow h3 {
    color: #37b34a;
    font-weight: normal;
}

.inline {
    display: inline-block;
}

.LayoutCompensate {
    margin-top: -80px;
}

.InfoMessage {
    font-size: .9em;
    opacity: .7;
    text-align: center;
    padding: 5px 0;
}

.SuccessMessage {
    font-size: .9em;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    padding: 5px 5px;
    margin: 0 0 5px 15px;
    position: relative;
    background: linear-gradient(-45deg, #8bc34a, #7cb342, #689f38, #558b2f);
    background-size: 400% 400%;
    animation: Gradient 1.5s ease infinite, nudge .3s linear 1 alternate;
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@keyframes nudge {
    0%,
    100% {
        transform: scale(.5, .5);
        border-radius: 100px;
    }
    100% {
        transform: scale(1, 1);
        border-radius: 3px;
    }
}

.SectionPanel {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    padding: 12px;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    padding: 12px;
}

.SectionPanel3 {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    padding: 12px;
    width: 29.5%;
}

.BetReceipt h1 {
    color: #37b34a;
    font-weight: 300;
    font-size: 1.3em;
    text-align: center;
    text-transform: uppercase;
}

.BetPayout {
    margin: 10px 0;
}

.BetPayout h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    text-align: right;
    opacity: .8;
    color: #727272;
}

.BetPayout h3 {
    font-weight: normal;
    text-align: right;
    opacity: .8;
    margin-right: 10px;
    font-weight: 700;
}

.EuroMatchInfo {
    position: relative;
    border: 1px solid transparent;
    top: 0;
    margin: 0;
    min-width: 128px;
    text-align: center;
}

.EuroMatchInfo .MatchNum {
    position: absolute;
    left: -8px;
    top: -5px;
    font-size: 12px;
    z-index: 2;
    width: 17px;
    border-radius: 50%;
    color: #37b34a;
    box-shadow: 0 0 5px 1px rgba(55, 179, 74, .3);
    background-color: #fcfcfc;
}

.EuroMatchInfo .teamBadge1,
.EuroMatchInfo .teamBadge2 {
    position: absolute;
    top: 0;
    border-radius: 50%;
    box-shadow: 0 0 5px 1px rgba(55, 179, 74, .3);
}

.EuroMatchInfo .teamBadge1 img,
.EuroMatchInfo .teamBadge2 img {
    height: 25px;
}

.EuroMatchInfo .teamBadge1 {
    left: 0;
}

.EuroMatchInfo .teamBadge2 {
    right: 0;
}

.EuroMatchInfo .teamName1,
.EuroMatchInfo .teamName2 {
    position: absolute;
    top: 5px;
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase;
}

.EuroMatchInfo .teamName1 {
    left: 30px;
}

.EuroMatchInfo .teamName2 {
    right: 30px;
}

.EuroMatchInfo .VS {
    font-size: .5em;
    font-weight: 700;
    margin: 8px 0 0 0;
}

.mobi .EuroMatchInfo .MatchNum {
    left: -10px;
    top: -5px;
}

.mobi .EuroMatchInfo .teamBadge1,
.mobi .EuroMatchInfo .teamBadge2 {
    display: none;
}

.mobi .EuroMatchInfo .teamName1 {
    left: 0;
}

.mobi .EuroMatchInfo .teamName2 {
    right: 0;
}

.Team1vsTeam2 {
    position: relative;
    border: 1px solid transparent;
    text-align: center;
    min-width: 135px;
}

.Team1vsTeam2 .teamName1,
.Team1vsTeam2 .teamName2 {
    position: absolute;
    top: 5px;
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase;
}

.Team1vsTeam2 .teamName1 {
    left: 0;
}

.Team1vsTeam2 .teamName2 {
    right: 0;
}

.Team1vsTeam2 .MatchNum {
    font-size: .6em;
}

.Team1vsTeam2 .VS {
    font-size: .6em;
    font-weight: 700;
}

.dropdown .dropdown-menu li {
    padding: .25rem .5rem;
}

.dropdown .dropdown-menu li a {
    color: #727272;
    text-decoration: none;
}

.dropdown .dropdown-menu li:hover {
    background-color: #37b34a;
}

.dropdown .dropdown-menu li:hover a {
    color: #fcfcfc;
}

.EventDetail {
    Margin: 0 0 0 0 !important;
}

.MarketGroup {
    border-right: 1px solid rgba(55, 179, 74, .1);
    padding-right: 25px;
}

.MarketGroup h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8em;
    color: #4c4c4c;
}

.MarketGroup h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: .75em;
    color: #4c4c4c;
}

.MarketGroup .Asian {
    font-size: .75em;
}

.MarketGroup .Split {
    float: left;
    position: absolute;
}

.EventAccordion div.MarketGroup:last-child {
    border-right: 1px solid transparent;
}

.EventAccordion .PreviousRace {
    background-color: #fcfcfc !important;
    border: 1px solid rgba(55, 179, 74, .1) !important;
    color: #727272 !important;
}

.EventAccordion .CurrentRace {
    background-color: #fcfcfc !important;
    border: 1px solid rgba(55, 179, 74, .1);
    color: #727272 !important;
}

.EventAccordion .FutureRace {
    background-color: #fcfcfc !important;
    border: 1px solid rgba(55, 179, 74, .1) !important;
    color: #727272 !important;
}

.EventAccordion .CurrentRace h4,
.EventAccordion .FutureRace h4 {
    text-align: center !important;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 2;
    font-size: .6em;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .1em;
    padding: 0;
    margin: 0 10%;
    width: 80%;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    color: #fff;
    background-color: #cdb461;
    color: #000;
}

.EventAccordion .CurrentRace h4 .timer-hightlight,
.EventAccordion .FutureRace h4 .timer-hightlight {
    background-color: #e4595b;
}

.EventAccordion .SelectedRace {
    background-color: #37b34a !important;
    border: 1px solid #37b34a !important;
    color: #fff !important;
}

.EventAccordion .SelectedRace .favourite {
    color: #fff !important;
    text-shadow: 0 1px 13px #000;
}

.EventAccordionItem {
    position: relative;
}

.EventAccordionItem sup.IDNumber {
    text-transform: uppercase;
    font-size: .6em;
    position: absolute;
    top: 5px !important;
    z-index: 2;
    opacity: .8;
}

.EventAccordionItem .AccTitle {
    position: relative;
    z-index: 1;
    top: 3px;
}

.EventAccordionItem .EventTypeImage {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-10px, -10px);
}

.mobi .EventAccordionItem .AccTitle {
    font-size: smaller;
}

.DetailsTable {
    display: inline-table;
    vertical-align: top;
    width: 100%;
    text-align: left;
}

.DetailsTable h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    color: #727272;
}

.DetailsTable h3 {
    font-weight: 300;
    font-size: 1.17em;
    color: #727272;
}

.DetailsTable .Centered {
    text-align: center;
}

.DetailsTable .MatchIDCell {
    width: 10%;
}

.DetailsTable .TeamsCell {
    width: 20%;
}

.DetailsTable tr {
    width: 100%;
    margin: 0;
}

.DetailsTable td {
    margin: 0 0 0 0 !important;
    padding: 0 5px 0 5px !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    height: 36px !important;
}

.DetailsTable th {
    margin: 0 0 0 0;
    padding: 0 5px 0 5px;
    vertical-align: middle !important;
    text-align: center;
    white-space: nowrap;
    height: 40px;
}

.DetailsTable .BorderRight {
    border-right: none;
    padding-right: 13px;
}

.DetailsTable .Bet {
    display: block;
}

.DetailsTable .RR-CheckBoxStyle label {
    top: -15px;
}

.Position {
    width: 15px;
    font-weight: 400;
}

.Number {
    width: 15px;
    color: #37b34a;
}

.Name {
    width: 100%;
}

.WinBet {
    width: 40px;
}

.PlaceBet {
    width: 40px;
}

.ExactaBet {
    width: 50%;
    position: relative;
}

.ExactaBet input {
    margin: 0 3px;
}

.TrifectaBet {
    width: 50%;
    position: relative;
}

.TrifectaBet input {
    margin: 0 3px;
}

.DetailsList h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    color: #727272;
}

.DetailsList h2 sup {
    font-size: .8em;
    float: right;
    margin: 0 10px 0 5px;
    vertical-align: bottom;
    text-transform: uppercase;
    font-weight: 300;
}

.DetailsList h3 {
    font-weight: 300;
    font-size: 1.17em;
}

.DetailsList ul {
    width: 100%;
    margin: 0;
}

.DetailsList li {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1;
    margin: 0;
    padding: 0 5px 0 5px;
    vertical-align: middle;
    white-space: nowrap;
}

.CombinationTable {
    display: inline-table;
    vertical-align: top;
}

.CombinationTable td {
    text-align: center !important;
}

.CombinationTable table {
    width: 100%;
}

.BG1 {
    background-color: rgba(0, 0, 0, .03);
}

.BG2 {
    background-color: rgba(0, 0, 0, .08);
}

.CombinationResult {
    display: inline-table;
    font-weight: 300;
    width: 29%;
}

.CombinationResult h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    color: #727272;
}

.CombinationResult h3 {
    font-weight: 300;
    font-size: 1.17em;
}

.CombinationResult table {
    width: 80%;
    margin: 5px auto;
}

.CombinationResult th {
    font-weight: normal;
    text-align: left;
    padding: 5px;
}

.CombinationResult th h2 {
    display: inline;
    font-weight: 400;
    padding: 0 !important;
}

.CombinationResult td {
    padding: 5px 5px;
    font-size: .9em;
}

.ResultInfo {
    margin: 15px 0 15px 0;
    position: relative;
}

.ResultInfo h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: inline;
    color: #727272;
}

.ResultInfo h1 span {
    bottom: -11px;
    font-size: .7em;
    left: 0;
    position: absolute;
}

.ResultInfo h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: inline;
    float: right;
    color: #727272;
}

.KeyPanelHolder {
    height: 23px;
    padding: 10px 0 10px 20px;
    width: 50%;
    margin: -48px auto 0 auto;
}

.KeyPanel {
    border-radius: 30px;
    background-color: #fff;
    padding: 10px 0 10px 20px;
    width: 50%;
    margin: -40px auto 20px auto;
    text-align: center;
}

.KeyPanel .KeyCircle {
    border-radius: 10px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.KeyPanel h3 {
    color: #8c8c8c;
    font-weight: 300;
    display: inline;
    font-size: .9em;
    margin: 0 20px 0 5px;
    vertical-align: middle;
}

.KeyPanel .SwitchInfo {
    display: block;
    margin: 5px 0 5px 0;
}

.mobi .KeyPanel {
    margin: 15px auto 5px auto;
}

.mobi .KeyPanelHolder {
    display: none;
}

.BadgeContainer {
    position: absolute;
    width: 20px;
    top: 0;
    left: 0;
    right: 0;
}

.Badge {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}

.Badge p,
.Badge span {
    font-size: 10px !important;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    display: inline-block;
    padding: 0 3px 1px 3px !important;
    margin: 0 !important;
    border-radius: 10px;
    box-shadow: 2px 0 3px rgba(0, 0, 0, .31);
    background-color: #37b34a;
    color: #fff;
    border: 2px solid #fff;
}

.Badge.onToggle {
    bottom: -3px;
    left: initial;
    right: -10px;
}

.winColour p {
    background-color: #cdb461;
}

.loseColour p {
    background-color: #000;
}

.HelpPanel {
    position: relative;
    margin-top: 20px;
    padding-bottom: 100px;
}

.HelpPanel h2 {
    color: #727272;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 25px 10px 5px 10px;
}

.BetPanelToggle .nav-tabs {
    border-bottom: 1px solid transparent;
}

.BetPanelToggle .nav-tabs a.nav-link {
    color: #8c8c8c;
}

.BetPanelToggle .nav-tabs .nav-item.show .nav-link,
.BetPanelToggle .nav-tabs .nav-link.active {
    color: #37b34a;
    background-color: #fcfcfc;
    border-color: transparent transparent #fcfcfc;
    box-shadow: 0 -2px 10px #e2e2e2;
}

.BetPanelToggle .MainContent {
    box-shadow: 0 5px 15px #e2e2e2;
    border-radius: 0 0 5px 5px;
}

.BetPanelToggle .MainContent .BetSlip {
    padding: 0 0;
    position: relative;
    margin: 0;
    height: 85vh;
}

.BetPanelToggle .MainContent .BetSlip h1 {
    color: #37b34a;
    font-weight: 300;
    font-size: 1.3em;
    text-align: center;
    text-transform: uppercase;
}

.BetPanelToggle .MainContent .BetSlip h2 {
    display: inline;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 20px 5px 20px 0;
}

.BetPanelToggle .MainContent .BetSlip h2 .notification {
    border: 2px solid #fff;
    background: #f00;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .7);
}

.BetPanelToggle .MainContent .BetSlip h2 .notification h4 {
    color: #fff;
}

.BetPanelToggle .MainContent .BetSlip #tab-single-bets {
    max-height: 55vh;
    overflow-y: scroll;
}

.BetPanelToggle .MainContent .BetSlip #tab-multiple-bets .MulitBetList {
    max-height: 45vh;
    overflow-y: scroll;
}

.BetPanelToggle .MainContent .BetSlip .MultiBetStakeGridContainer {
    max-height: 25vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.BetPanelToggle .MainContent .BetSlip .globalStakePanel {
    width: 100%;
    position: absolute;
    bottom: 50px;
}

.BetPanelToggle .MainContent .BetSlip .ButtonPanel {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.BetPanelToggle .MainContent .my-bets .k-grid-content {
    max-height: 85vh;
}

.MultiBetStakeGrid.table th,
.MultiBetStakeGrid.table td {
    padding: 3px;
    font-size: .7em;
}

.MultiBetStakeGrid.table td {
    font-size: .8em;
}

.MultiBetStakeGrid.table .error {
    font-size: .9em;
    padding: 1px 2px;
    border-radius: 3px;
}

.AlertPanel {
    border-radius: 3px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    padding: 5px 5px 5px 30px;
    margin: 3px 0 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    border-radius: 5px;
    position: relative;
}

.AlertPanel h2 {
    font-weight: 400;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .31);
}

.AlertPanel svg {
    fill: #8a6d3b;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 4px;
}

.mobiHelpBadge .CleanList {
    padding: 5px !important;
}

.CleanList {
    list-style: none !important;
    padding: 5px 28px !important;
}

.CleanList li {
    display: list-item;
    text-align: left;
}

.CleanList .Badge {
    left: -20px;
}

.CleanList .Badge p {
    margin: 0;
}

#NotificationBlock .k-notification-wrap {
    width: auto;
    white-space: normal;
    padding: .6em .5em .6em 15px;
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
}

#NotificationBlock .k-notification-wrap .k-icon {
    background-image: none;
    background-color: #f2e187;
    width: 12px;
    height: 18px;
    background-size: initial;
    -webkit-background-size: initial;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f2e187;
    border-radius: 0 0 5px 0;
}

#NotificationBlock .k-notification-wrap .k-icon:before {
    content: "!";
    color: #8a6d3b;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    top: 8px;
    left: -2px;
    width: 15px;
    height: 15px;
}

#NotificationBlock .k-notification-wrap .k-i-note {
    background-position: 0 0;
}

.k-widget.k-notification.k-notification-warning {
    border: 1px solid #f7ecb5;
}

.k-notification-success {
    background-color: #37b34a;
    color: #fff;
    border-color: #37b34a;
}

.DemoBar {
    padding: 2px 15px;
    font-size: .9em;
    text-align: center;
    margin-bottom: 5px;
    display: block;
    width: 200px;
    border-radius: 20px;
    margin: 0 auto;
    background-color: #37b34a;
    color: #fcfcfc;
    border: 1px solid #37b34a;
}

.DemoBet {
    z-index: 0;
    left: 0;
    bottom: 0;
    border-radius: 3px;
    padding: 0 15px 0 5px;
    margin: 3px 0;
    font-size: .8em;
    background-color: #37b34a;
    color: #fff;
}

.ConfirmedBet .DemoBet {
    right: 0;
    border-radius: 0 0 3px 3px;
}

.ComboDemoBet {
    position: relative;
    left: -3px;
    bottom: -4px;
    bottom: 0;
    width: 30%;
}

.BetHeader h1 {
    font-weight: 400;
    margin: -10px auto 0 -5px;
    text-transform: uppercase;
    font-size: 20px;
}

.BetHeader h2 {
    font-weight: 400;
    margin: 10px 0 5px 5px;
    text-transform: uppercase;
    font-size: 16px;
}

.BetNumber h3 {
    position: absolute;
    top: 10;
    left: 10;
    font-size: 1.5em;
    font-weight: 400;
}

.errorInput input {
    background-color: #c62828 !important;
    color: #fff !important;
}

.error {
    background-color: #c62828 !important;
    color: #fff !important;
}

.info {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.info .infoPanel {
    display: none;
    position: absolute;
    top: 25px;
    right: -2px;
    width: 220px;
    z-index: 100;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #ff0;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .7);
    background-color: #fcfcfc;
    border-radius: 3px;
}

.info .infoPanel .innerpanel {
    Max-height: 300px;
    overflow-y: scroll;
}

.info .infoPanel .innerpanel p {
    width: 78%;
    display: inline-block;
}

.info .infoPanel .innerpanel span {
    width: 10%;
    padding: 0 5px;
    margin: 3px 0;
    font-size: .75em;
    vertical-align: top;
}

.info .infoPanel .innerpanel span.Multi {
    vertical-align: top;
    box-shadow: -3px 0 5px #fcfcfc;
}

.info .infoPanel .innerpanel h2 {
    width: 70%;
    display: inline-block;
    opacity: .8;
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.info .infoPanel .innerpanel h3 {
    opacity: .7;
    font-weight: 400;
    font-size: .8em;
    margin: 0;
    padding: 0;
}

.info .infoPanel .CornerPointer {
    background-color: #fcfcfc;
    border: 2px solid #ff0;
    border-width: 2px 0 0 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -7px;
    right: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: -3px -3px 3px rgba(0, 0, 0, .4);
}

.info:hover {
    opacity: 1;
}

.info:hover .infoPanel {
    display: inline-block;
}

.BetPayout h3 {
    color: #727272;
}

.BetResult {
    display: inline-block;
    border-radius: 10px;
    padding: 0 8px;
    font-size: .8em;
}

.Tooltip {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.Tooltip:hover {
    opacity: 1;
}

.Tooltip:hover .infoPanel {
    display: inline-block;
}

.TooltipPanel .CornerPointer {
    background-color: #fcfcfc;
}

.TooltipPanel {
    display: none;
    position: absolute;
    top: -40px;
    right: -2px;
    width: 100px;
    z-index: 100;
    background-color: #fcfcfc;
    border-radius: 3px;
    text-align: center;
    padding: 5px;
    border: 2px solid #ff0;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .7);
}

.TooltipPanel .CornerPointer {
    border: 2px solid #ff0;
    border-width: 0 2px 2px 0;
    background-color: #fcfcfc;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -7px;
    right: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .4);
}

.Disabled {
    cursor: not-allowed !important;
    opacity: .3;
    box-shadow: none;
}

.Disabled:hover {
    cursor: default;
    opacity: .3;
    box-shadow: none;
}

.GridPanel.show {
    display: block !important;
}

.GridPanel {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 40px;
    padding: 0;
    z-index: 80;
    white-space: normal;
    overflow: visible;
    background-color: #fcfcfc;
    box-shadow: 0 0 8px #37b34a;
    -webkit-animation-name: ExpandPanel;
    -webkit-animation-duration: .3s;
    animation-name: ExpandPanel;
    animation-duration: .3s;
}

.GridPanel .Badge {
    top: 30px;
}

.GridPanel ul {
    text-align: left;
    background-color: #fcfcfc;
}

.GridPanel li {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 8px 0;
    margin: 0 -4px 0 0;
    background-color: #fcfcfc;
    border-left: 0;
    border-top: 0;
    position: relative;
}

.GridPanel li h2 {
    display: inline-block;
}

.GridPanel li svg {
    height: 50px;
    width: 50px;
}

.GridPanel li svg circle,
.GridPanel li svg path,
.GridPanel li svg polygon {
    fill: #727272;
}

.GridPanel li.current {
    background-color: #37b34a;
}

.GridPanel li.current svg circle,
.GridPanel li.current svg path,
.GridPanel li.current svg polygon {
    fill: #fcfcfc;
}

.GridPanel li.PlatinumHoundsIcon svg {
    width: 60px;
}

.GridPanel li.FootballIcon svg {
    width: 35px;
}

.GridPanel li.MotorRacingIcon svg {
    width: 60px;
}

.GridPanel li.TableTennisIcon svg {
    width: 30px;
}

.GridPanel li.BoxingIcon svg {
    width: 40px;
}

.GridPanel li.FootballLeagueWeekIcon svg {
    width: 40px;
}

.GridPanel li.ArcheryIcon svg {
    width: 40px;
}

.GridPanel li.SteepleChaseIcon svg {
    width: 40px;
}

.GridPanel li.SpeedSkatingIcon svg {
    width: 40px;
}

.GridPanel li.SingleSeaterMotorRacingIcon svg {
    width: 40px;
}

.GridPanel li.KenoIcon svg {
    width: 40px;
}

.GridPanel li.SoccerBetFootballLeagueIcon svg {
    width: 40px;
}

.GridPanel li.LuckyBallsIcon svg {
    width: 40px;
}

@keyframes ExpandPanel {
    0% {
        transform: scale(.5);
        transform-origin: -40px -40px;
        opacity: .2;
    }
    100% {
        transform: scale(1);
        transform-origin: 0 0;
        opacity: 1;
    }
}

.ExpandIcon {
    position: absolute;
    top: 33px;
    right: 5px;
    cursor: pointer;
    display: inline-block;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform ease-in;
    vertical-align: top;
}

.ExpandIcon img {
    height: 14px;
    width: 14px;
}

.ExpandPanel .Bet {
    float: right;
}

.PositionAllocator {
    color: #727272;
}

.ResultInfo h1 span {
    color: #727272 !important;
}

.ResultInfo span {
    color: #cdb461;
}

.SwitchInfo {
    display: inline-block;
}

.SwitchInfo h1 {
    color: #727272;
    display: inline;
    margin: 0 8px 0 0 !important;
    position: relative;
    top: -2px;
    padding: 0;
    vertical-align: top;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2em;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    display: none;
}

.switch input:checked+.slider {
    background-color: #37b34a;
}

.switch input:checked+.slider:before {
    border: 2px solid #37b34a;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #37b34a;
}

.switch .slider {
    background-color: #727272;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 17px;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    border: 2px solid #727272;
    background-color: #fcfcfc;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -2px;
    bottom: -2px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.CombPanel {
    color: #727272;
    text-align: center;
    margin: 0 auto 10px auto;
    font-size: .9em;
}

.NavPanel,
.NavPanelHide {
    margin: 0;
}

.NavPanel nav,
.NavPanelHide nav {
    background: #727272;
    position: relative;
    z-index: 9000;
    width: 80%;
    height: 100%;
    text-align: left;
    color: #fff;
    padding: 0 0;
    margin: -20px 0 0 0;
    -moz-box-shadow: inset 0 20px 100px rgba(0, 0, 0, .9), 0 0 0 rgba(0, 0, 0, .9);
    box-shadow: inset 0 20px 100px rgba(0, 0, 0, .9), 0 0 0 rgba(0, 0, 0, .9);
}

.NavPanel nav .MenuButton,
.NavPanelHide nav .MenuButton {
    position: absolute;
    right: -40px;
    left: auto;
    top: 0;
    margin: 0;
    padding: 5px;
    width: 30px;
    height: 30px;
    -moz-box-shadow: 5px 3px 7px rgba(0, 0, 0, .8);
    box-shadow: 5px 3px 7px rgba(0, 0, 0, .8);
    background: #727272;
}

.NavPanel nav .MenuButton svg,
.NavPanelHide nav .MenuButton svg {
    color: #fff;
    fill: currentColor;
}

.NavPanel nav a,
.NavPanelHide nav a {
    color: #fff;
}

svg.MenuButton path {
    fill: currentColor;
}

.NavList {
    margin: 20px 0;
}

.NavList .NavSelection {
    white-space: normal;
}

.NavList a {
    text-decoration: none;
}

.NavList li {
    margin: 0;
    padding: 10px 0;
    position: relative;
}

.NavList li:hover {
    background-color: #37b34a;
    cursor: pointer;
}

.NavList li img {
    margin: 0 5px 0 10px;
    position: absolute;
    top: 5px;
}

.NavList li h4 {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 0 5px 0;
    margin-left: 60px;
}

.NavList li.active {
    cursor: pointer;
    background-color: #37b34a;
}

.Arrow svg polygon {
    fill: #727272;
}

.Arrow {
    z-index: 2;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fcfcfc;
}

.Arrow svg {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 10px;
    height: 15px;
    margin: 0;
}

.Arrow svg polygon {
    fill: #727272;
}

.Arrow:hover svg polygon {
    fill: #37b34a;
}

.RightArrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.LeftArrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.CollapseExpand {
    position: absolute;
    top: 10px;
    right: 5px;
}

.CollapseExpand img {
    width: 20px;
    opacity: .4;
    cursor: pointer;
}

.CollapseExpand img:hover {
    width: 20px;
    opacity: .8;
}

.RaceInfoPanel {
    background-color: #fcfcfc;
    border-top: 2px solid #37b34a;
    margin: 0;
    padding: 0 0;
}

.RaceInfoPanel h1 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #37b34a;
}

.ScrollPanel {
    width: 100vw;
    overflow-x: scroll;
    margin: 5px 0;
    padding: 10px 0;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
}

.ScrollPanel tr:first-child h2 {
    text-align: left;
}

.ScrollPanel .DetailsTable .Bet {
    margin-bottom: 15px;
}

.CondensedTable td {
    padding: 0 2px 0 2px;
}

.SubHeaderRHS {
    float: right;
    font-size: 70%;
    padding-top: 6px;
}

.PlayerDetails {
    float: none !important;
    font-size: 70%;
}

#MatchBets .DetailsTable th {
    height: auto;
}

#MatchBets .DetailsTable th h2 {
    font-size: .8em;
}

#MatchBets .DetailsTable tr:first-child h2 {
    font-weight: 700;
}

#MatchBets .DetailsTable tr:hover {
    background-color: #efefef;
}

#MatchBets .DetailsTable td {
    padding: 0;
}

#MatchBets .DetailsTable .SubHeaderRHS {
    float: none;
    margin-left: 10px;
}

#MatchBets .DetailsTable .BorderRight {
    border-right: none;
    padding-right: 11px;
}

#MatchBets table {
    width: initial;
}

#MatchBets .MatchIDCell {
    width: 70px;
    padding: 0;
}

#MatchBets th:first-child {
    width: 70px;
    padding: 0;
}

#MatchBets td:first-child {
    width: 70px;
    padding: 0;
}

#FootballLeagueWeek_CorrectScore .Bet,
#EnglishPreRecFootballLeagueRound_CorrectScore .Bet,
#FootballLeagueWeek_FirstScore .Bet {
    font-size: .9em;
    margin: 7px 2px;
    padding: 6px 4px;
}

#FootballLeagueWeek_CorrectScore .MatchIDCell,
#EnglishPreRecFootballLeagueRound_CorrectScore .MatchIDCell,
#FootballLeagueWeek_FirstScore .MatchIDCell {
    position: absolute;
    width: 70px;
    padding: 0;
    background-color: #fcfcfc;
}

#FootballLeagueWeek_CorrectScore .BorderRight,
#EnglishPreRecFootballLeagueRound_CorrectScore .BorderRight,
#FootballLeagueWeek_FirstScore .BorderRight {
    padding-right: 0 !important;
}

#FootballLeagueWeek_CorrectScore th:first-child,
#EnglishPreRecFootballLeagueRound_CorrectScore th:first-child,
#FootballLeagueWeek_FirstScore th:first-child {
    position: absolute;
    width: 72px;
    padding: 0;
    background-color: #fcfcfc;
}

#FootballLeagueWeek_CorrectScore th:nth-child(2),
#EnglishPreRecFootballLeagueRound_CorrectScore th:nth-child(2),
#FootballLeagueWeek_FirstScore th:nth-child(2) {
    padding-left: 72px;
}

#FootballLeagueWeek_CorrectScore td:first-child,
#EnglishPreRecFootballLeagueRound_CorrectScore td:first-child,
#FootballLeagueWeek_FirstScore td:first-child {
    position: absolute;
    width: 70px;
    padding: 0;
    background-color: #fcfcfc;
}

#FootballLeagueWeek_CorrectScore td:nth-child(2),
#EnglishPreRecFootballLeagueRound_CorrectScore td:nth-child(2),
#FootballLeagueWeek_FirstScore td:nth-child(2) {
    padding-left: 72px;
}

#FootballLeagueWeek_CorrectScore .DoubleCorrectScore,
#EnglishPreRecFootballLeagueRound_CorrectScore .DoubleCorrectScore,
#FootballLeagueWeek_FirstScore .DoubleCorrectScore {
    width: 100%;
}

#FootballLeagueWeek_CorrectScore .DoubleCorrectScore .EuroMatchInfo,
#EnglishPreRecFootballLeagueRound_CorrectScore .DoubleCorrectScore .EuroMatchInfo,
#FootballLeagueWeek_FirstScore .DoubleCorrectScore .EuroMatchInfo {
    top: 186%;
}

#FootballLeagueWeek_CorrectScore .DoubleCorrectScore .CorrectScoreTable,
#EnglishPreRecFootballLeagueRound_CorrectScore .DoubleCorrectScore .CorrectScoreTable,
#FootballLeagueWeek_FirstScore .DoubleCorrectScore .CorrectScoreTable {
    width: 100%;
    border-bottom: 1px solid rgba(55, 179, 74, .8);
    padding-bottom: 5px;
}

#FootballLeagueWeek_CorrectScore .DoubleCorrectScore .CorrectScoreTable th,
#EnglishPreRecFootballLeagueRound_CorrectScore .DoubleCorrectScore .CorrectScoreTable th,
#FootballLeagueWeek_FirstScore .DoubleCorrectScore .CorrectScoreTable th {
    width: 7.14%;
}

#FootballLeagueWeek_CorrectScore .DoubleCorrectScore .CorrectScoreTable th:first-child,
#EnglishPreRecFootballLeagueRound_CorrectScore .DoubleCorrectScore .CorrectScoreTable th:first-child,
#FootballLeagueWeek_FirstScore .DoubleCorrectScore .CorrectScoreTable th:first-child {
    position: relative;
    width: 7.14%;
    padding: initial;
}

#FootballLeagueWeek_CorrectScore .DoubleCorrectScore .CorrectScoreTable th:nth-child(2),
#EnglishPreRecFootballLeagueRound_CorrectScore .DoubleCorrectScore .CorrectScoreTable th:nth-child(2),
#FootballLeagueWeek_FirstScore .DoubleCorrectScore .CorrectScoreTable th:nth-child(2) {
    padding-left: 4px;
}

#FootballLeagueWeek_CorrectScore .DoubleCorrectScore .CorrectScoreTable td,
#EnglishPreRecFootballLeagueRound_CorrectScore .DoubleCorrectScore .CorrectScoreTable td,
#FootballLeagueWeek_FirstScore .DoubleCorrectScore .CorrectScoreTable td {
    width: 7.14%;
}

#FootballLeagueWeek_CorrectScore .DoubleCorrectScore .CorrectScoreTable td:first-child,
#EnglishPreRecFootballLeagueRound_CorrectScore .DoubleCorrectScore .CorrectScoreTable td:first-child,
#FootballLeagueWeek_FirstScore .DoubleCorrectScore .CorrectScoreTable td:first-child {
    position: relative;
    width: 7.14%;
    padding: initial;
}

#FootballLeagueWeek_CorrectScore .DoubleCorrectScore .CorrectScoreTable td:nth-child(2),
#EnglishPreRecFootballLeagueRound_CorrectScore .DoubleCorrectScore .CorrectScoreTable td:nth-child(2),
#FootballLeagueWeek_FirstScore .DoubleCorrectScore .CorrectScoreTable td:nth-child(2) {
    padding-left: 4px;
}

.mobi .DoubleCorrectScore {
    width: 100%;
}

.mobi .DoubleCorrectScore .EuroMatchInfo {
    top: 10px;
    z-index: 4;
    background-color: #fcfcfc;
    height: 150px;
}

.mobi .DoubleCorrectScore th:first-child {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.mobi .DoubleCorrectScore th:nth-child(2) {
    position: relative;
    z-index: 0;
    background-color: transparent;
}

.mobi .DoubleCorrectScore td:first-child {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.mobi .DoubleCorrectScore td:nth-child(2) {
    position: relative;
    z-index: 0;
    background-color: transparent;
}

.mobi .ScrollPanel .CorrectScoreTable {
    width: 100%;
    border-bottom: 1px solid rgba(55, 179, 74, .8);
    padding-bottom: 5px;
}

.mobi .ScrollPanel .CorrectScoreTable th,
.mobi .ScrollPanel .CorrectScoreTable td {
    width: 7.14% !important;
    background-color: transparent !important;
}

.mobi .ScrollPanel .CorrectScoreTable th:first-child,
.mobi .ScrollPanel .CorrectScoreTable td:first-child {
    position: relative !important;
    width: 7.14% !important;
    padding: initial;
    z-index: 0;
}

.mobi .ScrollPanel .CorrectScoreTable th:nth-child(2),
.mobi .ScrollPanel .CorrectScoreTable td:nth-child(2) {
    padding-left: 4px !important;
}

button.accordion {
    background-color: #fcfcfc;
    color: #37b34a;
    border: none;
    border-bottom: 1px solid #37b34a;
    border-top: 1px solid #37b34a;
    cursor: pointer;
    padding: 5px 0 5px 0;
    width: 100%;
    margin-bottom: -1px;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: .4s;
    position: relative;
}

button.accordion i {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(-5px, -5px);
}

button.accordion i:before {
    content: "";
    transition: all .3s ease-in-out;
    position: absolute;
    width: 3px;
    height: 9px;
    transform: translate(2px, 0) rotate(45deg);
    background-color: #37b34a;
}

button.accordion i:after {
    content: "";
    transition: all .3s ease-in-out;
    position: absolute;
    width: 3px;
    height: 9px;
    transform: translate(-2px, 0) rotate(-45deg);
    background-color: #37b34a;
}

button.accordion svg {
    width: 30px;
    height: 15px;
    fill: #727272;
}

button.accordion.TopLevelAccordian {
    border: 1px solid transparent !important;
    position: relative;
}

button.accordion.TopLevelAccordian.active {
    background-color: #fcfcfc !important;
    color: #37b34a !important;
    border: 1px solid transparent !important;
}

button.accordion.TopLevelAccordian.active i:before {
    background-color: #37b34a !important;
}

button.accordion.TopLevelAccordian.active i:after {
    background-color: #37b34a !important;
}

button.accordion.TopLevelAccordian i {
    position: absolute;
    top: 50%;
    left: 85px;
}

button.accordion.TopLevelAccordian .EventAccordionItem:Before {
    content: '';
    background: linear-gradient(to right, #37b34a 0%, rgba(55, 179, 74, 0) 100%);
    height: 1px;
    width: 60%;
    position: absolute;
    top: 10px;
    left: 15%;
}

.mobi button.accordion.TopLevelAccordian .EventAccordionItem:Before {
    left: 30%;
}

button.accordion.active i:before {
    content: "";
    transition: all .3s ease-in-out;
    transform: translate(-2px, 0) rotate(45deg);
}

button.accordion.active i:after {
    content: "";
    transition: all .3s ease-in-out;
    transform: translate(2px, 0) rotate(-45deg);
}

button.accordion.active svg {
    opacity: .8;
}

.BetDisplayPanel {
    position: relative;
    margin: 0 0 5px 0;
}

.BetDisplayPanel .accordionPanel {
    padding: 5px 0 10px 0;
}

.BetDisplayPanel button.accordion {
    padding: 3px 0 3px 0;
    width: 100%;
    border: none;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: capitalize;
    transition: .4s;
    background-color: #fcfcfc;
    color: #727272 !important;
    border-top: 1px solid #bfbfbf;
}

.BetDisplayPanel button.accordion i:before,
.BetDisplayPanel button.accordion i:after {
    background-color: #37b34a;
}

.BetDisplayPanel button.accordion .BetSetType b,
.BetDisplayPanel button.accordion .BetCount b,
.BetDisplayPanel button.accordion .BetGames b,
.BetDisplayPanel button.accordion .StakeAmount b,
.BetDisplayPanel button.accordion .ToWinAmount b {
    color: #cdb461;
}

.BetDisplayPanel button.accordion .BetSetType {
    margin: 0 25px;
    display: inline-block;
    text-transform: uppercase;
}

.BetDisplayPanel button.accordion .BetCount {
    color: #8c8c8c;
    margin: 0 10px -6px 10px;
    display: inline-block;
    width: 100px;
}

.BetDisplayPanel button.accordion .BetGames {
    margin: 0 10px;
    display: inline-block;
}

.BetDisplayPanel button.accordion .StakeAmount {
    color: #8c8c8c;
    margin: 0 10px;
    display: inline-block;
}

.BetDisplayPanel button.accordion .ToWinAmount {
    margin: 0 10px;
    display: inline-block;
    width: 120px;
}

.BetDisplayPanel button.accordion div {
    font-size: .8em;
    float: right;
    position: relative;
    top: 3px;
}

.BetDisplayPanel button.accordion svg {
    fill: #727272;
}

.BetDisplayPanel button.accordion.active .BetSetType,
.BetDisplayPanel button.accordion.active .StakeAmount,
.BetDisplayPanel button.accordion.active .BetCount,
.BetDisplayPanel button.accordion.active .ToWinAmount,
.BetDisplayPanel button.accordion.active .ToWinAmount b {
    color: #fcfcfc;
}

.BetDisplayPanel button.accordion.pulse {
    animation-name: pulse;
    animation-duration: .8s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: initial;
}

@keyframes pulse {
    0% {
        background-color: #fcfcfc;
    }
    50% {
        background-color: #969696;
        color: #6a6a6a;
        transform: scale(1.02, 1.02);
        position: relative;
        z-index: 200;
    }
    100% {
        background-color: #fcfcfc;
    }
}

button.accordion.active {
    background-color: #37b34a;
    color: #fcfcfc;
}

button.accordion.active i:before,
button.accordion.active i:after {
    background-color: #fcfcfc;
}

button.accordion.active svg {
    fill: #fcfcfc;
}

button.accordion.active svg path {
    fill: #fcfcfc;
}

button.accordion.active svg circle {
    fill: #fcfcfc;
}

div.accordionPanel.show {
    display: block !important;
}

div.accordionPanel {
    background-color: #fcfcfc;
    position: relative;
    display: none;
    -webkit-animation-name: ExpandAccordion;
    -webkit-animation-duration: .3s;
    animation-name: ExpandAccordion;
    animation-duration: .3s;
    background-color: #fcfcfc;
}

div.accordionPanel p {
    margin: 10px;
}

div.accordionPanel ol {
    margin: 5px 5px 5px 20px;
    list-style: decimal;
}

div.accordionPanel ol li {
    display: list-item;
    text-align: left;
    white-space: normal;
}

div.accordionPanel ul {
    margin: 5px 5px 5px 20px;
    list-style: disc;
}

div.accordionPanel ul li {
    display: list-item;
    text-align: left;
    white-space: normal;
}

div.accordionPanel .ScrollPanel {
    margin: 0;
    padding: 0;
    box-shadow: inset -5px 0 10px rgba(0, 0, 0, .1);
}

div.accordionPanel .ScrollPanel tr:first-child h2 {
    text-align: center;
}

div.accordionPanel .ScrollPanel .MatchIDCell {
    position: absolute;
    width: 70px;
    padding: 0;
    background-color: #fcfcfc;
    z-index: 1;
}

div.accordionPanel .ScrollPanel th:first-child {
    position: absolute;
    width: 70px;
    padding: 0;
    background-color: #fcfcfc;
    z-index: 1;
}

div.accordionPanel .ScrollPanel th:nth-child(2) {
    padding-left: 78px !important;
}

div.accordionPanel .ScrollPanel td:first-child {
    position: absolute;
    width: 70px;
    padding: 0;
    background-color: #fcfcfc;
    z-index: 1;
}

div.accordionPanel .ScrollPanel td:nth-child(2) {
    padding-left: 78px !important;
}

@keyframes ExpandAccordion {
    0% {
        transform: scaleY(.3);
        transform-origin: 0;
        opacity: 1;
        box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    }
    100% {
        transform: scaleY(1);
        transform-origin: 0;
        opacity: 1;
        box-shadow: 0 0 5px transparent;
    }
}

.HeaderVariant1 {
    width: 100%;
}

.HeaderVariant2 {
    width: 48%;
}

.HeaderVariant3 {
    width: 31%;
}

.HeaderVariant4 {
    width: 23%;
}

.HeaderVariant5 {
    width: 18%;
}

.HeaderVariant1,
.HeaderVariant2,
.HeaderVariant3,
.HeaderVariant4,
.HeaderVariant5 {
    text-align: center;
    display: inline-block;
    font-size: .9em;
    padding: 0;
    margin: 2px 0;
}

.BetVariant1 {
    width: 98%;
}

.BetVariant2 {
    width: 48%;
}

.BetVariant3 {
    width: 31%;
}

.BetVariant4 {
    width: 23%;
}

.BetVariant5 {
    width: 18%;
}

.BetVariant3_5 {
    width: 30%;
}

.BetVariant4_5 {
    width: 22.2%;
}

.mobi .BetVariantCirc span,
.mobi .BetVariant1 span,
.mobi .BetVariant2 span,
.mobi .BetVariant3 span,
.mobi .BetVariant4 span,
.mobi .BetVariant5 span,
.mobi .BetVariant3_5 span,
.mobi .BetVariant4_5 span {
    float: right;
    margin: 0;
    width: 44px;
}

.BetVariant,
.BetVariantCirc,
.BetVariant1,
.BetVariant2,
.BetVariant3,
.BetVariant4,
.BetVariant5,
.BetVariant3_5,
.BetVariant4_5 {
    color: #8c8c8c;
    background-color: #fcfcfc;
    border: 1px solid #37b34a;
    border-radius: 3px;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    margin: 2px 0;
}

.BetVariant h3,
.BetVariantCirc h3,
.BetVariant1 h3,
.BetVariant2 h3,
.BetVariant3 h3,
.BetVariant4 h3,
.BetVariant5 h3,
.BetVariant3_5 h3,
.BetVariant4_5 h3 {
    display: inline-block;
    position: relative;
    top: 2px !important;
    left: 5px;
}

.BetVariant h3 sup,
.BetVariantCirc h3 sup,
.BetVariant1 h3 sup,
.BetVariant2 h3 sup,
.BetVariant3 h3 sup,
.BetVariant4 h3 sup,
.BetVariant5 h3 sup,
.BetVariant3_5 h3 sup,
.BetVariant4_5 h3 sup {
    color: #727272;
    float: none;
    font-size: .8em;
    margin: 0 0 0 5px;
    vertical-align: bottom;
    text-transform: uppercase;
}

.BetVariant span,
.BetVariantCirc span,
.BetVariant1 span,
.BetVariant2 span,
.BetVariant3 span,
.BetVariant4 span,
.BetVariant5 span,
.BetVariant3_5 span,
.BetVariant4_5 span {
    float: right;
    margin: 0;
    width: 30%;
}

.BetVariant:not(.nohover):hover,
.BetVariantCirc:not(.nohover):hover,
.BetVariant1:not(.nohover):hover,
.BetVariant2:not(.nohover):hover,
.BetVariant3:not(.nohover):hover,
.BetVariant4:not(.nohover):hover,
.BetVariant5:not(.nohover):hover,
.BetVariant3_5:not(.nohover):hover,
.BetVariant4_5:not(.nohover):hover {
    background-color: #37b34a;
}

.BetVariant:not(.nohover):hover .Bet,
.BetVariantCirc:not(.nohover):hover .Bet,
.BetVariant1:not(.nohover):hover .Bet,
.BetVariant2:not(.nohover):hover .Bet,
.BetVariant3:not(.nohover):hover .Bet,
.BetVariant4:not(.nohover):hover .Bet,
.BetVariant5:not(.nohover):hover .Bet,
.BetVariant3_5:not(.nohover):hover .Bet,
.BetVariant4_5:not(.nohover):hover .Bet {
    background-color: #257832;
    border-color: #257832;
    color: #000;
}

.BetVariant {
    width: 100%;
}

.BetVariant h3 {
    padding-right: 10px !important;
}

.BetVariantCirc {
    border-radius: 6px !important;
    padding: 3px 5px;
    min-width: 28px;
    text-align: center;
    margin: 0 3px 8px 0;
}

.BetVariantCirc h3 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    top: 0;
    left: 0;
}

.BetVariant2-nude {
    width: 48%;
    display: inline-block;
}

.BetVariant2-nude-fix {
    border: 1px solid #fcfcfc;
}

.BetVariant3-nude {
    width: 31%;
    display: inline-block;
    vertical-align: top;
}

.BetVariant-center {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

button.BetVariant1 {
    padding: 3px 0 0 5px;
}

button.BetVariant1 span {
    margin: -3px 0 0 0;
}

.SelectionPanel {
    margin: 10px 0;
}

.Double h3 {
    display: block;
    padding-bottom: 6px;
}

.Double span {
    display: block;
}

.DoubleOver {
    text-align: center;
}

.DoubleOver h3 {
    display: block;
    text-align: center;
    margin: 0 auto 2px auto;
    top: auto;
    left: auto !important;
}

.DoubleOver .Bet {
    float: none !important;
    margin: 0;
    display: block !important;
    text-align: center;
    width: auto !important;
}

.DoubleOver .Bet:not(.nohover):visited {
    text-align: center;
}

.DoubleOver .Bet:not(.nohover):hover {
    text-align: center;
}

.DoubleOver .Bet:not(.nohover):Active {
    text-align: center;
}

.mobi .EventAccordion li.PreviousRace:hover {
    background-color: #727272;
    border: 1px solid #fcfcfc;
    color: #fcfcfc;
}

.mobi .EventAccordion li.CurrentRace:hover {
    background-color: #fcfcfc;
    border: 1px solid rgba(55, 179, 74, .1);
    color: #727272;
}

.mobi .EventAccordion li.FutureRace:hover {
    background-color: #fcfcfc;
    border: 1px solid rgba(55, 179, 74, .1);
    color: #727272;
}

.mobi .EventAccordion li.SelectedRace:hover {
    background-color: #37b34a;
    border: 3px solid #37b34a;
    color: #fff;
}

.mobi .BetVariantCirc:not(.nohover):hover h3,
.mobi .BetVariant1:not(.nohover):hover h3,
.mobi .BetVariant2:not(.nohover):hover h3,
.mobi .BetVariant3:not(.nohover):hover h3,
.mobi .BetVariant4:not(.nohover):hover h3,
.mobi .BetVariant5:not(.nohover):hover h3,
.mobi .BetVariant3_5:not(.nohover):hover h3,
.mobi .BetVariant4_5:not(.nohover):hover h3 {
    color: initial;
}

.mobi .BetVariantCirc:not(.nohover):hover .Bet,
.mobi .BetVariant1:not(.nohover):hover .Bet,
.mobi .BetVariant2:not(.nohover):hover .Bet,
.mobi .BetVariant3:not(.nohover):hover .Bet,
.mobi .BetVariant4:not(.nohover):hover .Bet,
.mobi .BetVariant5:not(.nohover):hover .Bet,
.mobi .BetVariant3_5:not(.nohover):hover .Bet,
.mobi .BetVariant4_5:not(.nohover):hover .Bet {
    background-color: #ffff80;
    border-color: #ffff80;
    color: #111;
}

.mobi .BetVariant1:not(.SelectedBet):hover,
.mobi .BetVariant2:not(.SelectedBet):hover,
.mobi .BetVariant3:not(.SelectedBet):hover,
.mobi .BetVariant4:not(.SelectedBet):hover,
.mobi .BetVariant5:not(.SelectedBet):hover,
.mobi .BetVariant3_5:not(.SelectedBet):hover,
.mobi .BetVariant4_5:not(.SelectedBet):hover {
    background-color: #fcfcfc;
}

.mobi .BetVariant1:not(.SelectedBet):hover h3,
.mobi .BetVariant2:not(.SelectedBet):hover h3,
.mobi .BetVariant3:not(.SelectedBet):hover h3,
.mobi .BetVariant4:not(.SelectedBet):hover h3,
.mobi .BetVariant5:not(.SelectedBet):hover h3,
.mobi .BetVariant3_5:not(.SelectedBet):hover h3,
.mobi .BetVariant4_5:not(.SelectedBet):hover h3 {
    color: #8c8c8c;
}

.mobi .BetVariant1:not(.SelectedBet) .Bet:hover,
.mobi .BetVariant1 .Bet:hover {
    background-color: #ffff80;
    color: #111;
}

.RR-Red {
    background-color: #f00;
    color: #fff;
}

.RR-Black {
    background-color: #404040;
    color: #fff;
}

.RR-Green {
    background-color: #008000;
    color: #fff;
}

.RR-Red-S {
    fill: red !important;
}

.RR-Black-S {
    fill: #404040 !important;
}

.RR-Green-S {
    fill: Green !important;
}

.RR-SVG {
    padding-left: 3px;
}

.RR-SVG svg {
    width: 20px;
    height: 20px;
    padding: 4px 0;
}

.RR-SVG svg circle {
    cx: 10px;
    cy: 10px;
    r: 10px;
}

.BetDetails .RR-SVG .Bet {
    font-size: .65em !important;
}

.BetDetails .RR-SVG svg {
    width: 13.33333px;
    height: 13.33333px;
    position: relative;
    top: 2px;
    margin: 0 -1px;
}

.BetDetails .RR-SVG svg circle {
    cx: 6.66667px;
    cy: 6.66667px;
    r: 6.66667px;
}

.RR-CheckBoxStyle {
    display: inline-block;
    position: relative;
    margin: 15px;
}

.RR-CheckBoxStyle label {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    background: #f00;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}

.RR-CheckBoxStyle label:before {
    color: #fff;
    position: absolute;
    left: 9px;
    top: 2px;
    font-size: 19px;
}

.RR-CheckBoxStyle label:after {
    content: '';
    width: 18px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 3px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    opacity: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    box-shadow: -4px 4px 6px rgba(0, 0, 0, .6);
}

.RR-CheckBoxStyle label:hover::after {
    opacity: .3;
}

.RR-CheckBoxStyle input[type=checkbox] {
    visibility: hidden;
}

.RR-CheckBoxStyle input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.RR-CheckBoxStyle label.RR-0 {
    background: #008000;
}

.RR-CheckBoxStyle label.RR-0:before {
    content: '0';
}

.RR-CheckBoxStyle label.RR-1 {
    background: #f00;
}

.RR-CheckBoxStyle label.RR-1:before {
    content: '1';
}

.RR-CheckBoxStyle label.RR-2 {
    background: #404040;
}

.RR-CheckBoxStyle label.RR-2:before {
    content: '2';
}

.RR-CheckBoxStyle label.RR-3 {
    background: #f00;
}

.RR-CheckBoxStyle label.RR-3:before {
    content: '3';
}

.RR-CheckBoxStyle label.RR-4 {
    background: #f00;
}

.RR-CheckBoxStyle label.RR-4:before {
    content: '4';
}

.RR-CheckBoxStyle label.RR-5 {
    background: #404040;
}

.RR-CheckBoxStyle label.RR-5:before {
    content: '5';
}

.RR-CheckBoxStyle label.RR-6 {
    background: #404040;
}

.RR-CheckBoxStyle label.RR-6:before {
    content: '6';
}

.RR-CheckBoxStyle label.RR-7 {
    background: #404040;
}

.RR-CheckBoxStyle label.RR-7:before {
    content: '7';
}

.RR-CheckBoxStyle label.RR-8 {
    background: #f00;
}

.RR-CheckBoxStyle label.RR-8:before {
    content: '8';
}

.RR-CheckBoxStyle label.RR-9 {
    background: #f00;
}

.RR-CheckBoxStyle label.RR-9:before {
    content: '9';
}

.RR-CheckBoxStyle label.RR-10 {
    background: #404040;
}

.RR-CheckBoxStyle label.RR-10:before {
    content: '10';
    left: 3px;
}

.RR-CheckBoxStyle label.RR-11 {
    background: #404040;
}

.RR-CheckBoxStyle label.RR-11:before {
    content: '11';
    left: 3px;
}

.RR-CheckBoxStyle label.RR-12 {
    background: #f00;
}

.RR-CheckBoxStyle label.RR-12:before {
    content: '12';
    left: 3px;
}

.BetClosedMessage {
    color: #8c8c8c;
}

.CancelledBetPanel {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.CancelledBetPanel .rubber_stamp {
    color: #ff6100;
    border: 7px solid #ff6100;
    font-size: 39px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    padding: 10px 7px;
    border-radius: 10px;
    z-index: 1001;
    opacity: .8;
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    position: absolute;
    top: 20%;
    margin: 20px 20%;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .7);
}

.CancelledBetPanel .OpaqueBG {
    z-index: 1000;
    opacity: .7;
    background-color: #fcfcfc;
    position: absolute;
    width: 100%;
    height: 100%;
}

.BettingResults .BetVariantCirc.nohover:not(.Result) {
    border: 1px solid #727272;
}

.BettingResults .nohover:not(.Result) {
    opacity: .5;
    box-shadow: none;
}

.BettingResults div.Result span {
    opacity: 1 !important;
}

.Silk img {
    height: 32px;
    vertical-align: middle;
    margin: 2px 0 5px 5px;
    float: left;
}

.Flag img {
    height: 32px;
    vertical-align: middle;
    margin: 2px 0;
    float: left;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
}

.Rating {
    margin: 0 auto 0 auto;
    cursor: pointer;
    vertical-align: middle;
    padding: 0;
    position: relative;
    height: 14px;
    width: 60px;
}

.Rating h2 {
    text-align: left;
}

.Rating .StarValue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 4;
    background-color: #fcfcfc;
}

.Rating svg {
    vertical-align: top;
}

.Rating svg polygon {
    fill: #37b34a;
}

.Rating .ProfilePanel {
    display: none;
    width: 150px;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 800;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .7);
}

.Rating .ProfilePanel .CornerPointer {
    border-width: 0 2px 2px 0;
    background-color: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -7px;
    left: 20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Rating .ProfilePanel .Number {
    display: inline-block;
    vertical-align: top;
}

.Rating .ProfilePanel .Silk {
    display: inline-block;
    vertical-align: top;
}

.Rating .ProfilePanel .Name {
    display: inline-block;
}

.Rating .ProfilePanel .Name h3 {
    padding-bottom: 10px;
}

.Rating .ProfilePanel .Rating {
    display: block;
    margin: 0;
}

.Rating .ProfilePanel .Rating .RatingInfo {
    display: inline-block;
    width: 100px;
}

.Rating .ProfilePanel .Rating .RatingInfo h4 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    opacity: .8;
    font-size: .6em;
    white-space: normal;
    line-height: 1em;
}

.Rating .ProfilePanel .FormHist {
    position: relative;
    width: 100%;
}

.Rating .ProfilePanel .FormHist .Track {
    width: 85%;
    display: inline-block;
}

.Rating .ProfilePanel .FormHist .Track .Runner {
    display: inline-block;
}

.Rating .ProfilePanel .FormHist .Track .Runner img {
    margin: -2px -3px;
    height: 18px;
    max-width: 25px;
    opacity: .9;
    margin: 0;
}

.Rating .ProfilePanel .FormHist .Track .Trackline {
    margin-top: -40px;
}

.Rating .ProfilePanel .FormHist .Track .RunnerInfo h4 {
    display: inline-block;
    font-size: .7em;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    padding: 0 6px 0 3px;
    color: #fff;
}

.Rating .ProfilePanel .FormHist .Track .RunnerInfo p {
    display: inline-block;
    font-size: .7em;
    font-style: italic;
    margin: 3px;
    padding: 0;
}

.Rating .ProfilePanel .FormHist .LBW {
    width: 15%;
    display: inline-block;
    position: relative;
}

.Rating .ProfilePanel .FormHist .LBW h4 {
    font-size: .8em;
    margin: 0 0 0 0;
    padding-top: 7px;
    display: inline-block;
}

.Rating .ProfilePanel .FormHist .LBW p {
    font-size: .8em;
    font-weight: 400;
    padding: 0;
    position: absolute;
    top: 80px;
    right: -60px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    vertical-align: top;
    line-height: 1.2em;
}

.Rating:hover .ProfilePanel {
    display: block;
}

.k-tooltip-content {
    background-color: #fff;
}

.ProfilePanel {
    background-color: #fff;
}

.ProfilePanel .CornerPointer {
    border: 2px solid #fff;
    background-color: #fff;
}

.ProfilePanel .Name h3 {
    color: #8c8c8c;
}

.ProfilePanel .StarValue,
.ProfilePanel .popup {
    background-color: #fff !important;
}

.ProfilePanel .FormHist .Track .Trackline {
    border-bottom: 3px solid #37b34a;
}

.ProfilePanel .FormHist .Track .RunnerInfo h4 {
    background-color: #727272;
    color: #fcfcfc;
}

.ProfilePanel .FormHist .LBW h4 {
    color: #727272;
}

.ProfilePanel .FormHist .LBW p {
    color: #727272;
}

.SubHeader {
    width: 100%;
    text-align: center;
}

.SubHeader h4 {
    color: #727272;
    background: #fcfcfc;
    display: inline-block;
    font-weight: 400;
    font-size: .7em;
    width: 20px;
}

.Expired {
    opacity: 1;
}

.ExpiredHeader {
    background-color: #e4595b;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    padding: 3px 0 10px 0;
    margin: 5px 0 -10px 0;
    border-radius: 3px 3px 0 0;
    position: relative;
}

.ExpiredHeader h2 {
    font-weight: 300;
    font-size: 1.2em;
    color: #fff;
}

.ExpiredHeader .Archive {
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
}

.ExpiredHeader .Archive img {
    width: 30px;
    opacity: .6;
}

.ExpiredHeader .Archive img:hover {
    opacity: 1;
}

.error {
    background-color: #c62828 !important;
    color: #fff !important;
}

.errorHeader {
    background-color: #1c0606;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    margin: 3px 0 -10px 0;
    z-index: -1;
    padding: 3px 5px 10px 5px;
    position: relative;
}

.errorHeader h2 {
    font-weight: 300;
    font-size: 1.2em;
    color: #fff;
}

.field-validation-error {
    background-color: #c62828;
    border-radius: 3px;
    border-bottom: 2px solid #1c0606;
    color: #fff;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    margin: 3px 0;
    padding: 5px 5px;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.3em;
    text-align: center;
}

.field-validation-error p {
    white-space: normal;
    display: compact;
    font: 400 100% "Roboto", sans-serif !important;
}

.field-validation-error a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, .8);
}

.field-validation-error svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 4px;
}

.checkbox label {
    background-color: #444;
}

.Wrap {
    white-space: normal !important;
}

.CheckBoxStyle {
    display: inline-block;
    position: relative;
    margin: 0p;
}

.CheckBoxStyle label {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    background: #fcfcfc;
    border: 2px solid #37b34a;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
}

.CheckBoxStyle label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 2px;
    left: 2px;
    border: solid;
    border-top: none !important;
    border-right: none !important;
    opacity: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-color: #37b34a;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, .2);
}

.CheckBoxStyle label:hover::after {
    opacity: .3;
}

.CheckBoxStyle input[type=checkbox] {
    visibility: hidden;
}

.CheckBoxStyle input[type=checkbox]:checked+label:after {
    opacity: 1;
}

#PlayerListGrid {
    border-color: #fcfcfc;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    margin: 10px auto;
}

#PlayerListGrid table {
    border-color: #fcfcfc;
}

#PlayerListGrid th {
    background-color: #37b34a;
    border-color: #fcfcfc;
}

#PlayerListGrid th a {
    color: #fcfcfc !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
    text-transform: uppercase;
    font-weight: 400;
}

#PlayerListGrid td {
    border-color: #fcfcfc;
}

#PlayerListGrid div {
    background-color: #37b34a;
}

#PlayerListGrid li span {
    background-color: #fcfcfc;
    border-color: #fcfcfc;
    color: #727272;
}

.Maintance {
    color: rgba(55, 179, 74, .8);
    display: block;
    position: relative;
    width: 75vw;
    height: 75vw;
    padding: 17% 8% 0 8%;
    margin: 10vh auto 0 auto;
    vertical-align: middle;
    text-align: center;
}

.Maintance h1 {
    font-weight: normal;
}

.Maintance .loader {
    border-top: 1.1em solid rgba(55, 179, 74, .2);
    border-right: 1.1em solid rgba(55, 179, 74, .2);
    border-bottom: 1.1em solid rgba(55, 179, 74, .2);
    border-left: 1.1em solid rgba(55, 179, 74, .5);
    animation: load8 4.1s infinite linear;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 10px;
    position: absolute;
    left: -10px;
    top: 0;
}

.Maintance .loader:after {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

::-webkit-scrollbar-thumb {
    background: #37b34a;
}

::-webkit-scrollbar {
    width: 12px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(55, 179, 74, .5);
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    body {
        font: 300 100% "Roboto", sans-serif;
    }
    footer,
    header {
        background: #727272;
    }
}

.NavSelection .k-menu>.k-state-highlight>.k-link>h1 {
    color: #37b34a;
    border-bottom: 2px solid #37b34a;
}

.NavSelection .k-menu>.k-state-hover>.k-link>h1 {
    border-bottom: 2px solid #37b34a;
}

.Form {
    width: 60px;
}

.Form ul {
    border: none;
    display: inline;
}

.Form ul:hover {
    box-shadow: none;
}

.Form li {
    display: inline !important;
    padding: 0;
    margin-left: -1px;
    border: none;
    font-size: .8em;
}

.Form a {
    text-decoration: none;
    color: #8c8c8c;
}

.Form5 {
    opacity: 1;
}

.Form4 {
    opacity: .75;
}

.Form3 {
    opacity: .65;
}

.Form2 {
    opacity: .55;
}

.Form1 {
    opacity: .45;
}

@keyframes RotateIcon {
    0% {
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

.ExpandAnimation {
    -webkit-animation-name: Expand;
    -webkit-animation-duration: .8s;
    animation-name: Expand;
    animation-duration: .3s;
}

@keyframes Expand {
    0% {
        transform: scale(.3);
        transform-origin: -300px 50px;
        opacity: .2;
        box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    }
    100% {
        transform: scale(1);
        transform-origin: 0 0;
        opacity: 1;
        box-shadow: 0 0 5px transparent;
    }
}

@media screen and (min-width:600px) {
    .Maintance {
        max-width: 400px;
        max-height: 400px;
        padding: 60px 30px 0 30px;
        font-size: 20px;
        padding: 60px 30px 0 30px;
        font-size: 20px;
        border-radius: 60vw;
    }
    .Maintance h1 {
        margin-top: 60px;
        margin-top: 60px;
    }
}

@media screen and (max-width:1024px) {
    .KeyPanel {
        margin: -40px auto 0 auto;
    }
    .DetailsTable td {
        height: 30px;
    }
    .DetailsTable .Silk img {
        height: 25px;
        margin: 2px 0;
    }
    .ButtonPanel {
        font-size: .8em;
    }
    .SubToggle {
        display: inline-block !important;
        margin: 10px 0 10px 0;
    }
    .SubToggle li {
        padding: 0;
        margin: 0;
    }
    .SubToggle li a {
        padding: 0 8px;
        margin: 0 0;
    }
    #FootballLeagueWeek_MatchResult,
    #FootballLeagueWeek_CorrectScore,
    #EnglishPreRecFootballLeagueRound_CorrectScore,
    #FootballLeagueWeek_FirstScore {
        overflow-x: scroll;
    }
    #FootballLeagueWeek_MatchResult h2,
    #FootballLeagueWeek_CorrectScore h2,
    #EnglishPreRecFootballLeagueRound_CorrectScore h2,
    #FootballLeagueWeek_FirstScore h2 {
        font-size: .9em;
    }
    #FootballLeagueWeek_MatchResult .Bet,
    #FootballLeagueWeek_CorrectScore .Bet,
    #EnglishPreRecFootballLeagueRound_CorrectScore .Bet,
    #FootballLeagueWeek_FirstScore .Bet {
        font-size: .8em;
        margin: 0 2px;
    }
    #FootballLeagueWeek_MatchResult {
        overflow-x: initial;
    }
    #FootballLeagueWeek_MatchResult .Bet {
        font-size: .9em;
        margin: 0 2px;
    }
    #TotalTime h2 {
        font-size: .9em;
    }
    #TotalTime .Bet {
        font-size: .9em;
        margin: 0 2px;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    body {
        font: 300 100% "Roboto Condensed", sans-serif;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #page-wrap {
        max-width: 100%;
        min-width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
    }
    Aside {
        position: relative;
        padding: 0;
        width: 100%;
        right: 0;
        top: 0;
    }
    footer {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        padding: 10px 0;
        margin: 0;
        color: #fff;
    }
    footer h1 {
        display: inline;
        font-weight: normal;
        color: #fff;
        font-style: italic;
        font-variant: small-caps;
        letter-spacing: .09em;
        font-size: 1em;
    }
    header {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        padding: 10px 0;
        margin: 0;
        color: #fff;
    }
    header h1 {
        display: inline;
        font-weight: normal;
        color: #fff;
        font-style: italic;
        font-variant: small-caps;
        letter-spacing: .09em;
        font-size: 1em;
    }
    .MainNav {
        max-width: 100%;
        min-width: 1024px;
        margin: 5px 0;
    }
    main {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
    }
    .BettingPanel {
        position: relative;
        vertical-align: top;
    }
    .BetSlip {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        margin: 0 auto 20px auto;
    }
    .BetReceipt {
        width: 100%;
        vertical-align: top;
        display: inline-block;
        margin: 0 auto 20px auto;
    }
}

@media(min-width:992px) {
    main>.container {
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.GameSelection {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.GameSelection ul {
    overflow-x: hidden;
}

.FavoriteBadge {
    color: #fff;
    border-color: #fff;
    background-color: #ff6100;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 4px;
    font-size: .8em;
    display: inline-block;
    text-align: center;
}

.MarketSelection h3 {
    display: inline-block;
}

.MarketSelection select {
    display: inline-block;
}

.modal-content {
    background: #fcfcfc;
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 1024px !important;
    }
}

.EventContainer svg {
    width: 30px;
    height: 30px;
    fill: #727272;
}

.AsianMatchInfo {
    font-size: .75em;
    text-align: left;
}

.eventNumber {
    font-size: .5em;
    margin: -1px 0 0 0;
    padding: 0;
    opacity: .9;
    text-align: center;
}

#Past-Bet-ModalBody .Bet.nohover {
    opacity: 1 !important;
}

.Denominations {
    display: block;
    padding: 0 0;
    border-radius: 50px;
    margin-bottom: 10px;
    text-align: center;
}

.Denominations button {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: 2px;
    font-weight: 700;
    border: none;
    color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}

.Denominations button:hover {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .5), 0 0 0 black;
}

.Denominations button:focus {
    box-shadow: inset 0 0 12px black, 0 0 0 black;
}

.Denominations button:nth-child(1) {
    background: #e65100;
    margin-left: 0;
}

.Denominations button:nth-child(2) {
    background: #e91e63;
}

.Denominations button:nth-child(3) {
    background: #9c27b0;
}

.Denominations button:nth-child(4) {
    background: #2196f3;
}

.Denominations button:nth-child(5) {
    background: #558b2f;
    margin-right: 0;
}

.Help_Accord ul {
    list-style: disc;
}

.Help_Accord ul li {
    display: list-item;
}

.Help_Accord .Badge {
    position: relative !important;
    display: inline-block !important;
}

.dropdownbtn {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fcfcfc;
    width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1000;
    text-decoration: none;
}

.dropdown-content a {
    color: #727272;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #37b34a;
    text-decoration: none;
    color: #fcfcfc;
}

.show-dropdown-menu {
    display: block;
}

.search-wrapper {
    display: flex;
    border: 1px solid #37b34a;
    border-radius: 20px;
    overflow: hidden;
    margin: 15px;
}

.search-wrapper input[type="text"] {
    border: none;
    padding: 10px;
    flex-grow: 1;
    border-radius: 20px 0 0 20px;
    outline: none;
}

.search-wrapper button {
    background-color: #37b34a;
    border: none;
    color: #fcfcfc;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
    outline: none;
}

.search-wrapper button:hover {
    background-color: #37b34a;
}

.green {
    color: #37b34a !important;
}

.shadow {
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2);
}

.selected {
    background-color: #009b69;
    color: #fff !important;
}

.bold {
    font-weight: bold;
}

.box-shadow {
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
}

.red {
    color: #f00 !important;
}

#PendingBetsGrid .k-header {
    background-color: unset !important;
    border: none;
}

#PendingBetsGrid.k-grid-header th.k-header {
    border-width: 0 0 0 0;
}

#PendingBetsGrid .k-grid-header {
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2);
    background-color: unset !important;
}

#PendingBetsGrid .k-alt {
    background-color: unset;
}

#PendingBetsGrid td {
    border-width: 0 0 1px 0 !important;
}

#PendingBetsGrid {
    border-style: solid !important;
    border-width: 0 !important;
}

#PendingBetsGrid .k-grid-header th.k-header {
    font-family: "Roboto";
    font-size: 1em;
    font-weight: bold;
}

#pending-bet-font {
    font-family: "Roboto";
    font-size: 1em;
    font-weight: bold;
}

#pending-bet-icon-font {
    font-size: 1em;
    font-weight: bold;
}

#PendingBetsGrid .k-grid-header th.k-header {
    text-align: right;
}

#PendingBetsGrid td {
    text-align: right;
}

#PendingBetsGrid .action-button {
    border: none;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: .8em;
    margin: 2px;
    cursor: pointer;
    outline: none;
    color: #37b34a;
    border-radius: 4px;
    transition: background-color .2s;
    width: 80px;
    font-weight: bold;
}

#PendingBetsGrid .k-grid .select-button {
    background-color: #37b34a;
}

#PendingBetsGrid .k-grid .action-button:hover {
    opacity: .85;
}

#PendingBetsGrid .k-grid .k-button .k-icon {
    margin-right: 5px;
}

#PendingBetsGrid .btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: unset;
}

.pending-bets-delete-wrapper {
    background-color: rgba(0, 0, 0, .5);
}

.pending-bets-delete-wrapper .k-window .k-window-titlebar {
    background-color: #37b34a;
    color: #fcfcfc;
}

.pending-bets-delete-wrapper .k-window-content {
    border-radius: 4px;
}

.pending-bets-delete-titlebar {
    color: #fff;
}

.pending-bets-delete-content {
    padding: 20px;
    font-size: 1em;
}

.pending-bets-delete-buttongroup .k-button {
    width: 50%;
    border: none;
    border-radius: 0;
    background-color: #a19f9f;
    color: #fff;
    padding: 10px 20px;
}

.pending-bets-delete-buttongroup .k-button.k-primary {
    background-color: #37b34a;
}

.pending-bets-delete-buttongroup .k-button:hover {
    opacity: .8;
}

.pending-bets-delete-window-titlebar {
    background-color: #37b34a !important;
    text-align: center;
}

.RetailVersion {
    padding: 0;
}

.RetailVersion .BetSlip h1 {
    display: none;
}

.RetailVersion #panelView-viewer-button {
    display: none;
}

.RetailVersion .GameSelection {
    position: relative;
    margin: 0;
}

.RetailVersion .GameSelection .blockDisplay {
    margin: 8px 0 0;
}

.RetailVersion .GameSelection li svg {
    width: 50px;
    margin: 0 2px;
}

.RetailVersion .EuroMatchInfo .eventNumber,
.RetailVersion .AsianMatchInfo .eventNumber {
    font-size: 12px !important;
}

.RetailVersion .ConfirmButton {
    padding: 8px 10px;
}

.RetailVersion .Bet {
    display: initial;
}

.RetailVersion aside .Toggle .tab-content.current {
    max-height: 390px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.RetailVersion .FootballLeague .MainToggle .tabs {
    display: none;
}

.RetailVersion .FootballLeague .SubToggle .tabs {
    display: block;
    margin: 10px 0;
}

.RetailVersion .FootballLeague .SubToggle .tabs li {
    padding: 0 5px;
}

.RetailVersion .FootballLeague .SubToggle .tabs li h2 {
    font-size: 1.01em;
    font-weight: 400;
}

.RetailVersion .FootballLeague .SubToggle .tabs li:last-child {
    margin-left: initial;
}

.RetailVersion .FootballLeague .SubToggle .tabs .tab:not(.current) {
    border: 1px solid #727272;
}

.RetailInterface {
    background-color: #fcfcfc;
}

.RetailInterface main {
    margin: 50px 0 0 0;
}

.RetailInterface main>div.container-fluid {
    padding: 0 !important;
}

.RetailInterface a {
    color: #37b34a;
}

.RetailInterface h2,
.RetailInterface h3,
.RetailInterface h4 {
    color: #37b34a;
    margin-top: 10px;
    font: 400 100% "Roboto Condensed", sans-serif;
    font-size: 1.4em;
}

.RetailInterface .content-form input[type='text'],
.RetailInterface .content-form input[type='password'] {
    border: 1px solid rgba(55, 179, 74, .6);
    border-radius: 5px;
    font-size: 1em;
    padding: 0;
}

.RetailInterface .Login {
    background: radial-gradient(ellipse at center, rgba(55, 179, 74, .3) 0%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aeef', endColorstr='#00ffffff', GradientType=1);
    height: 60vh;
}

.RetailInterface .Login h2 {
    font-size: 2em;
}

.RetailInterface .Login .panel {
    top: 30%;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(55, 179, 74, .6);
    padding: 5px 10px 20px 10px;
    display: inline-block;
}

.RetailInterface .Login input[type='text'],
.RetailInterface .Login input[type='password'] {
    font-size: 1em;
    height: 32px;
    padding: 0 3%;
}

.RetailInterface .Login input[type='submit'] {
    margin-right: 15px;
}

.RetailInterface .Login label {
    font-size: 1em;
    float: right;
}

.RetailInterface .Login .validation-summary-errors {
    text-align: left;
}

.RetailInterface .navbar-retail {
    box-shadow: 0 0 20px rgba(4, 4, 4, .3);
    background-color: #fcfcfc;
    border-color: none;
}

.RetailInterface .navbar-retail .navbar-brand {
    color: #37b34a;
    padding: 0 15px;
}

.RetailInterface .navbar-retail .RetailLogo {
    max-height: 50px;
    margin-left: 15px;
}

.RetailInterface .navbar-retail .navbar-text {
    color: #727272;
}

.RetailInterface .navbar-retail .navbar-btn {
    margin-right: 5px;
}

.RetailInterface .navbar-retail .navbar-toggle .icon-bar {
    background-color: #37b34a;
}

@media(min-width:768px) {
    .RetailInterface .btn-panel {
        position: absolute;
        left: 50%;
        margin-left: -271px !important;
        display: block;
    }
}

@media(max-width:768px) {
    .RetailInterface .btn-panel {
        position: relative;
    }
    .RetailInterface .navbar-nav {
        margin: 0;
    }
    .RetailInterface .navbar-nav a {
        float: right;
    }
}

.RetailInterface button .glyphicon {
    margin: 0 5px;
}

.RetailInterface .btn {
    font-size: 1em;
}

.RetailInterface .btn-primary {
    background-color: #37b34a;
    border-color: #37b34a;
}

.RetailInterface .btn-primary:hover {
    background-color: #2b8c3a;
    border-color: #2b8c3a;
}

.RetailInterface .btn-primary:focus {
    background-color: #2b8c3a;
    border-color: #2b8c3a;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .2), 0 0 0 black;
    outline: none;
}

.RetailInterface .k-button {
    color: #1f652a;
    border-color: #37b34a;
    background-color: #fff;
}

.RetailInterface .k-button .k-icon {
    color: #53ca65 !important;
}

.RetailInterface .k-button:hover {
    border-color: #37b34a;
    background-color: #effaf1;
}

.RetailInterface .k-button:hover .k-icon {
    color: #7ad688 !important;
}

.RetailInterface .k-window {
    border: 1px solid #37b34a;
}

.RetailInterface .k-state-focused {
    border-color: #37b34a !important;
}

.RetailInterface input.k-checkbox+label {
    font-weight: normal !important;
}

.RetailInterface .k-window-titlebar {
    background-color: #37b34a;
    color: #fff;
    background-image: none;
}

.RetailInterface .k-window-titlebar .k-icon {
    color: #fff;
}

.RetailInterface #tabstrip {
    background-color: #fff;
    border: none;
}

.RetailInterface #tabstrip .k-header {
    background-color: transparent;
    border: none;
}

.RetailInterface #tabstrip .k-content {
    overflow: inherit;
}

.RetailInterface #tabstrip .EventNum input {
    width: 100%;
}

.RetailInterface #tabstrip .k-content.k-state-active {
    background: linear-gradient(to bottom, rgba(55, 179, 74, .03) 0%, rgba(55, 179, 74, .01) 30%, rgba(55, 179, 74, 0) 100%);
    border: 1px solid #37b34a;
}

.RetailInterface #tabstrip .k-icon {
    color: #37b34a;
}

.RetailInterface .k-grid-header,
.RetailInterface .k-pager-wrap {
    background-color: #fff;
}

.RetailInterface .k-tabstrip-items .k-item {
    background-color: #fff;
    border: 1px solid rgba(55, 179, 74, .3);
    border-bottom: none;
    margin-right: 5px;
}

.RetailInterface .k-tabstrip-items .k-state-active {
    background-color: #37b34a;
    border: 1px solid #37b34a;
    border-bottom-color: #37b34a !important;
}

.RetailInterface .k-tabstrip-items .k-state-active a.k-link {
    color: #fff;
}

.RetailInterface .k-state-selected {
    color: #fff;
    background-color: #37b34a;
    border-color: #37b34a;
}

.RetailInterface .k-state-selected:hover {
    color: #fff;
    background-color: #808080 !important;
    border-color: #37b34a;
}

.RetailInterface .numpad {
    margin: 5px 0 20px 15px;
}

.RetailInterface .numpad .col-xs-4 {
    padding: 0;
}

.RetailInterface .numpad button {
    width: 60%;
    margin: 8px auto;
    background-color: #37b34a;
    border: 1px solid #37b34a;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.RetailInterface .numpad button:hover {
    background-color: #fff;
    border: 1px solid #37b34a;
    color: #37b34a;
}

.RetailInterface .k-grid-header .k-header .k-link {
    white-space: normal !important;
}

.RetailInterface .k-grid {
    font-size: .85em;
}

.RetailInterface .detailsPanel {
    border-left: 1px solid rgba(55, 179, 74, .2);
}

*,
:before,
:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.form-control,
.container,
.container-fluid,
.row,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.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;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.k-datetimepicker {
    width: 13em;
}

.pad-left-15p {
    padding-left: 15%;
}

.pad-top-5 {
    padding-top: 5px;
}

.pad-top-15 {
    padding-top: 15px;
}

.pad-top-25 {
    padding-top: 25px;
}

.margin-top-5 {
    margin-top: 5px;
}

.dropdown {
    width: 100% !important;
}

.RetailLogo {
    height: 50px;
    padding-left: 5px;
}

.k-notification-wrap {
    white-space: normal !important;
}

.ticketDescription {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 10px 0 0 !important;
}

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

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

.validation-summary-errors li {
    list-style: none;
    margin: 5px;
}

.clock {
    float: right;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: .8em;
    color: #727272;
}

#UserRetailerID .k-listbox .k-item,
.k-popup .k-list .k-item {
    white-space: nowrap;
    overflow: auto !important;
}

.k-i-print {
    margin: 0 !important;
    font-size: 2em !important;
}

.k-i-eye {
    margin: 0 !important;
    font-size: 2em !important;
}

.GameIcon svg {
    width: 20px;
    margin: 0 5px;
    fill: #727272;
}

.custom-switch.k-switch {
    width: 140px
}



html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9mb250cy9nbHlwaGljb25zLWhhbGZsaW5ncy1yZWd1bGFyLmVvdDwvcHJlPgo8L2JvZHk+CjwvaHRtbD4K");
    src: url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9mb250cy9nbHlwaGljb25zLWhhbGZsaW5ncy1yZWd1bGFyLmVvdDwvcHJlPgo8L2JvZHk+CjwvaHRtbD4K") format('embedded-opentype'), url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9mb250cy9nbHlwaGljb25zLWhhbGZsaW5ncy1yZWd1bGFyLndvZmYyPC9wcmU+CjwvYm9keT4KPC9odG1sPgo=") format('woff2'), url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9mb250cy9nbHlwaGljb25zLWhhbGZsaW5ncy1yZWd1bGFyLndvZmY8L3ByZT4KPC9ib2R5Pgo8L2h0bWw+Cg==") format('woff'), url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9mb250cy9nbHlwaGljb25zLWhhbGZsaW5ncy1yZWd1bGFyLnR0ZjwvcHJlPgo8L2JvZHk+CjwvaHRtbD4K") format('truetype'), url("data:text/html; charset=utf-8;base64,PCFET0NUWVBFIGh0bWw+CjxodG1sIGxhbmc9ImVuIj4KPGhlYWQ+CjxtZXRhIGNoYXJzZXQ9InV0Zi04Ij4KPHRpdGxlPkVycm9yPC90aXRsZT4KPC9oZWFkPgo8Ym9keT4KPHByZT5DYW5ub3QgR0VUIC9sb2dpbi9mb250cy9nbHlwaGljb25zLWhhbGZsaW5ncy1yZWd1bGFyLnN2ZzwvcHJlPgo8L2JvZHk+CjwvaHRtbD4K") format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "€"
}

.glyphicon-minus:before {
    content: "−"
}

.glyphicon-cloud:before {
    content: "☁"
}

.glyphicon-envelope:before {
    content: "✉"
}

.glyphicon-pencil:before {
    content: "✏"
}

.glyphicon-glass:before {
    content: ""
}

.glyphicon-music:before {
    content: ""
}

.glyphicon-search:before {
    content: ""
}

.glyphicon-heart:before {
    content: ""
}

.glyphicon-star:before {
    content: ""
}

.glyphicon-star-empty:before {
    content: ""
}

.glyphicon-user:before {
    content: ""
}

.glyphicon-film:before {
    content: ""
}

.glyphicon-th-large:before {
    content: ""
}

.glyphicon-th:before {
    content: ""
}

.glyphicon-th-list:before {
    content: ""
}

.glyphicon-ok:before {
    content: ""
}

.glyphicon-remove:before {
    content: ""
}

.glyphicon-zoom-in:before {
    content: ""
}

.glyphicon-zoom-out:before {
    content: ""
}

.glyphicon-off:before {
    content: ""
}

.glyphicon-signal:before {
    content: ""
}

.glyphicon-cog:before {
    content: ""
}

.glyphicon-trash:before {
    content: ""
}

.glyphicon-home:before {
    content: ""
}

.glyphicon-file:before {
    content: ""
}

.glyphicon-time:before {
    content: ""
}

.glyphicon-road:before {
    content: ""
}

.glyphicon-download-alt:before {
    content: ""
}

.glyphicon-download:before {
    content: ""
}

.glyphicon-upload:before {
    content: ""
}

.glyphicon-inbox:before {
    content: ""
}

.glyphicon-play-circle:before {
    content: ""
}

.glyphicon-repeat:before {
    content: ""
}

.glyphicon-refresh:before {
    content: ""
}

.glyphicon-list-alt:before {
    content: ""
}

.glyphicon-lock:before {
    content: ""
}

.glyphicon-flag:before {
    content: ""
}

.glyphicon-headphones:before {
    content: ""
}

.glyphicon-volume-off:before {
    content: ""
}

.glyphicon-volume-down:before {
    content: ""
}

.glyphicon-volume-up:before {
    content: ""
}

.glyphicon-qrcode:before {
    content: ""
}

.glyphicon-barcode:before {
    content: ""
}

.glyphicon-tag:before {
    content: ""
}

.glyphicon-tags:before {
    content: ""
}

.glyphicon-book:before {
    content: ""
}

.glyphicon-bookmark:before {
    content: ""
}

.glyphicon-print:before {
    content: ""
}

.glyphicon-camera:before {
    content: ""
}

.glyphicon-font:before {
    content: ""
}

.glyphicon-bold:before {
    content: ""
}

.glyphicon-italic:before {
    content: ""
}

.glyphicon-text-height:before {
    content: ""
}

.glyphicon-text-width:before {
    content: ""
}

.glyphicon-align-left:before {
    content: ""
}

.glyphicon-align-center:before {
    content: ""
}

.glyphicon-align-right:before {
    content: ""
}

.glyphicon-align-justify:before {
    content: ""
}

.glyphicon-list:before {
    content: ""
}

.glyphicon-indent-left:before {
    content: ""
}

.glyphicon-indent-right:before {
    content: ""
}

.glyphicon-facetime-video:before {
    content: ""
}

.glyphicon-picture:before {
    content: ""
}

.glyphicon-map-marker:before {
    content: ""
}

.glyphicon-adjust:before {
    content: ""
}

.glyphicon-tint:before {
    content: ""
}

.glyphicon-edit:before {
    content: ""
}

.glyphicon-share:before {
    content: ""
}

.glyphicon-check:before {
    content: ""
}

.glyphicon-move:before {
    content: ""
}

.glyphicon-step-backward:before {
    content: ""
}

.glyphicon-fast-backward:before {
    content: ""
}

.glyphicon-backward:before {
    content: ""
}

.glyphicon-play:before {
    content: ""
}

.glyphicon-pause:before {
    content: ""
}

.glyphicon-stop:before {
    content: ""
}

.glyphicon-forward:before {
    content: ""
}

.glyphicon-fast-forward:before {
    content: ""
}

.glyphicon-step-forward:before {
    content: ""
}

.glyphicon-eject:before {
    content: ""
}

.glyphicon-chevron-left:before {
    content: ""
}

.glyphicon-chevron-right:before {
    content: ""
}

.glyphicon-plus-sign:before {
    content: ""
}

.glyphicon-minus-sign:before {
    content: ""
}

.glyphicon-remove-sign:before {
    content: ""
}

.glyphicon-ok-sign:before {
    content: ""
}

.glyphicon-question-sign:before {
    content: ""
}

.glyphicon-info-sign:before {
    content: ""
}

.glyphicon-screenshot:before {
    content: ""
}

.glyphicon-remove-circle:before {
    content: ""
}

.glyphicon-ok-circle:before {
    content: ""
}

.glyphicon-ban-circle:before {
    content: ""
}

.glyphicon-arrow-left:before {
    content: ""
}

.glyphicon-arrow-right:before {
    content: ""
}

.glyphicon-arrow-up:before {
    content: ""
}

.glyphicon-arrow-down:before {
    content: ""
}

.glyphicon-share-alt:before {
    content: ""
}

.glyphicon-resize-full:before {
    content: ""
}

.glyphicon-resize-small:before {
    content: ""
}

.glyphicon-exclamation-sign:before {
    content: ""
}

.glyphicon-gift:before {
    content: ""
}

.glyphicon-leaf:before {
    content: ""
}

.glyphicon-fire:before {
    content: ""
}

.glyphicon-eye-open:before {
    content: ""
}

.glyphicon-eye-close:before {
    content: ""
}

.glyphicon-warning-sign:before {
    content: ""
}

.glyphicon-plane:before {
    content: ""
}

.glyphicon-calendar:before {
    content: ""
}

.glyphicon-random:before {
    content: ""
}

.glyphicon-comment:before {
    content: ""
}

.glyphicon-magnet:before {
    content: ""
}

.glyphicon-chevron-up:before {
    content: ""
}

.glyphicon-chevron-down:before {
    content: ""
}

.glyphicon-retweet:before {
    content: ""
}

.glyphicon-shopping-cart:before {
    content: ""
}

.glyphicon-folder-close:before {
    content: ""
}

.glyphicon-folder-open:before {
    content: ""
}

.glyphicon-resize-vertical:before {
    content: ""
}

.glyphicon-resize-horizontal:before {
    content: ""
}

.glyphicon-hdd:before {
    content: ""
}

.glyphicon-bullhorn:before {
    content: ""
}

.glyphicon-bell:before {
    content: ""
}

.glyphicon-certificate:before {
    content: ""
}

.glyphicon-thumbs-up:before {
    content: ""
}

.glyphicon-thumbs-down:before {
    content: ""
}

.glyphicon-hand-right:before {
    content: ""
}

.glyphicon-hand-left:before {
    content: ""
}

.glyphicon-hand-up:before {
    content: ""
}

.glyphicon-hand-down:before {
    content: ""
}

.glyphicon-circle-arrow-right:before {
    content: ""
}

.glyphicon-circle-arrow-left:before {
    content: ""
}

.glyphicon-circle-arrow-up:before {
    content: ""
}

.glyphicon-circle-arrow-down:before {
    content: ""
}

.glyphicon-globe:before {
    content: ""
}

.glyphicon-wrench:before {
    content: ""
}

.glyphicon-tasks:before {
    content: ""
}

.glyphicon-filter:before {
    content: ""
}

.glyphicon-briefcase:before {
    content: ""
}

.glyphicon-fullscreen:before {
    content: ""
}

.glyphicon-dashboard:before {
    content: ""
}

.glyphicon-paperclip:before {
    content: ""
}

.glyphicon-heart-empty:before {
    content: ""
}

.glyphicon-link:before {
    content: ""
}

.glyphicon-phone:before {
    content: ""
}

.glyphicon-pushpin:before {
    content: ""
}

.glyphicon-usd:before {
    content: ""
}

.glyphicon-gbp:before {
    content: ""
}

.glyphicon-sort:before {
    content: ""
}

.glyphicon-sort-by-alphabet:before {
    content: ""
}

.glyphicon-sort-by-alphabet-alt:before {
    content: ""
}

.glyphicon-sort-by-order:before {
    content: ""
}

.glyphicon-sort-by-order-alt:before {
    content: ""
}

.glyphicon-sort-by-attributes:before {
    content: ""
}

.glyphicon-sort-by-attributes-alt:before {
    content: ""
}

.glyphicon-unchecked:before {
    content: ""
}

.glyphicon-expand:before {
    content: ""
}

.glyphicon-collapse-down:before {
    content: ""
}

.glyphicon-collapse-up:before {
    content: ""
}

.glyphicon-log-in:before {
    content: ""
}

.glyphicon-flash:before {
    content: ""
}

.glyphicon-log-out:before {
    content: ""
}

.glyphicon-new-window:before {
    content: ""
}

.glyphicon-record:before {
    content: ""
}

.glyphicon-save:before {
    content: ""
}

.glyphicon-open:before {
    content: ""
}

.glyphicon-saved:before {
    content: ""
}

.glyphicon-import:before {
    content: ""
}

.glyphicon-export:before {
    content: ""
}

.glyphicon-send:before {
    content: ""
}

.glyphicon-floppy-disk:before {
    content: ""
}

.glyphicon-floppy-saved:before {
    content: ""
}

.glyphicon-floppy-remove:before {
    content: ""
}

.glyphicon-floppy-save:before {
    content: ""
}

.glyphicon-floppy-open:before {
    content: ""
}

.glyphicon-credit-card:before {
    content: ""
}

.glyphicon-transfer:before {
    content: ""
}

.glyphicon-cutlery:before {
    content: ""
}

.glyphicon-header:before {
    content: ""
}

.glyphicon-compressed:before {
    content: ""
}

.glyphicon-earphone:before {
    content: ""
}

.glyphicon-phone-alt:before {
    content: ""
}

.glyphicon-tower:before {
    content: ""
}

.glyphicon-stats:before {
    content: ""
}

.glyphicon-sd-video:before {
    content: ""
}

.glyphicon-hd-video:before {
    content: ""
}

.glyphicon-subtitles:before {
    content: ""
}

.glyphicon-sound-stereo:before {
    content: ""
}

.glyphicon-sound-dolby:before {
    content: ""
}

.glyphicon-sound-5-1:before {
    content: ""
}

.glyphicon-sound-6-1:before {
    content: ""
}

.glyphicon-sound-7-1:before {
    content: ""
}

.glyphicon-copyright-mark:before {
    content: ""
}

.glyphicon-registration-mark:before {
    content: ""
}

.glyphicon-cloud-download:before {
    content: ""
}

.glyphicon-cloud-upload:before {
    content: ""
}

.glyphicon-tree-conifer:before {
    content: ""
}

.glyphicon-tree-deciduous:before {
    content: ""
}

.glyphicon-cd:before {
    content: ""
}

.glyphicon-save-file:before {
    content: ""
}

.glyphicon-open-file:before {
    content: ""
}

.glyphicon-level-up:before {
    content: ""
}

.glyphicon-copy:before {
    content: ""
}

.glyphicon-paste:before {
    content: ""
}

.glyphicon-alert:before {
    content: ""
}

.glyphicon-equalizer:before {
    content: ""
}

.glyphicon-king:before {
    content: ""
}

.glyphicon-queen:before {
    content: ""
}

.glyphicon-pawn:before {
    content: ""
}

.glyphicon-bishop:before {
    content: ""
}

.glyphicon-knight:before {
    content: ""
}

.glyphicon-baby-formula:before {
    content: ""
}

.glyphicon-tent:before {
    content: "⛺"
}

.glyphicon-blackboard:before {
    content: ""
}

.glyphicon-bed:before {
    content: ""
}

.glyphicon-apple:before {
    content: ""
}

.glyphicon-erase:before {
    content: ""
}

.glyphicon-hourglass:before {
    content: "⌛"
}

.glyphicon-lamp:before {
    content: ""
}

.glyphicon-duplicate:before {
    content: ""
}

.glyphicon-piggy-bank:before {
    content: ""
}

.glyphicon-scissors:before {
    content: ""
}

.glyphicon-bitcoin:before {
    content: ""
}

.glyphicon-btc:before {
    content: ""
}

.glyphicon-xbt:before {
    content: ""
}

.glyphicon-yen:before {
    content: "¥"
}

.glyphicon-jpy:before {
    content: "¥"
}

.glyphicon-ruble:before {
    content: "₽"
}

.glyphicon-rub:before {
    content: "₽"
}

.glyphicon-scale:before {
    content: ""
}

.glyphicon-ice-lolly:before {
    content: ""
}

.glyphicon-ice-lolly-tasted:before {
    content: ""
}

.glyphicon-education:before {
    content: ""
}

.glyphicon-option-horizontal:before {
    content: ""
}

.glyphicon-option-vertical:before {
    content: ""
}

.glyphicon-menu-hamburger:before {
    content: ""
}

.glyphicon-modal-window:before {
    content: ""
}

.glyphicon-oil:before {
    content: ""
}

.glyphicon-grain:before {
    content: ""
}

.glyphicon-sunglasses:before {
    content: ""
}

.glyphicon-text-size:before {
    content: ""
}

.glyphicon-text-color:before {
    content: ""
}

.glyphicon-text-background:before {
    content: ""
}

.glyphicon-object-align-top:before {
    content: ""
}

.glyphicon-object-align-bottom:before {
    content: ""
}

.glyphicon-object-align-horizontal:before {
    content: ""
}

.glyphicon-object-align-left:before {
    content: ""
}

.glyphicon-object-align-vertical:before {
    content: ""
}

.glyphicon-object-align-right:before {
    content: ""
}

.glyphicon-triangle-right:before {
    content: ""
}

.glyphicon-triangle-left:before {
    content: ""
}

.glyphicon-triangle-bottom:before {
    content: ""
}

.glyphicon-triangle-top:before {
    content: ""
}

.glyphicon-console:before {
    content: ""
}

.glyphicon-superscript:before {
    content: ""
}

.glyphicon-subscript:before {
    content: ""
}

.glyphicon-menu-left:before {
    content: ""
}

.glyphicon-menu-right:before {
    content: ""
}

.glyphicon-menu-down:before {
    content: ""
}

.glyphicon-menu-up:before {
    content: ""
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '— '
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: ' —'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ "
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '‹'
}

.carousel-control .icon-next:before {
    content: '›'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}