body{font-weight: 300;}
.login {
    padding-top: 50px;
}
.shop .input-field label {
    top: 1.5rem;
}
.shop td, .shop th {
    padding: 25px 5px;
}
.shop .input-field input {
    height: 1rem;
    margin: 0;
}
.shop .fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.shop tr.total {
    font-weight: bold;
    font-style: italic;
}
#page-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
.inputModal.row {
    margin-bottom: 0;
}
.prices tr td span {
    font-size: 0.8em;
}
.events .collapsible-header {
    border-bottom: 0;
}
.events ul li:nth-child(odd) .collapsible-header{
    background-color: #9acdac!important;
}
.events ul li table tr td, .events ul li table tr th {
    border-radius: 0;
}
.events ul li table tr th {
    font-weight: bold;
}

.morris-hover-row-label{display: none}
/*.morris-hover-point {*/
    /*width: 15%;*/
    /*margin-left: auto;*/
    /*left: auto;*/
    /*right: auto;*/
    /*float: left;*/
    /*box-sizing: border-box;*/
    /*padding: 0 0.75rem;*/
    /*min-height: 1px;*/
/*}*/
.chart {padding:10px 10px 10px;}
/*.chart svg {height: 200px;}*/

div.ST0{}
div.ST1{background-color: #dce775}
div.ST2{background-color: #aed581}
div.ST3{background-color: #ef5350}

#build-fixtures .input-field label {font-size: 0.8rem;}
#build-fixtures .input-field.col label {left: 0rem;}

ul.side-nav.fixed{width:200px}

.nav-wrapper{background-color: #1c65b4;}
a.button-collapse {
    display: inline !important;
}

#header, #main, #footer {
    padding-left: 0px;
}
@media only screen and (max-width: 992px) {
    #header, #main, #footer {
        padding-left: 0;
    }
}
.side-nav .collapsible-header i {height:5px;color: #0f5da6;margin-top: 7px;}
.side-nav .collapsible-body i {height:5px;}
.side-nav .collapsible-body li a, .side-nav.fixed .collapsible-body li a {
    padding: 0 5px 0 25px!important;
}
.side-nav .collapsible-body li a i {
    color: #53a951;
}
.side-nav .pagination {
    background: darkseagreen;
    min-height: 3rem;
}
.side-nav .pagination li {
    padding: 0.5rem;
    min-height: 3rem;
}
.side-nav .pagination li.active {
    background-color: #53a951;
}
.side-nav a.home, .side-nav a.bottomnav  {
    color: rgba(0,0,0,0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
}
.side-nav a.home i {
    color: #124444 !important;
}
.side-nav a.bottomnav i {
    color: #41a686 !important;
}

.pointer{cursor: pointer}
.chip i.material-icons{
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    padding: 4px;
}

.fullheight{height:100%}

#stakes-filter [type="checkbox"]+label , #stakes-filter [type="radio"]+label  {
    padding-left: 24px;
    height: 20px;
    line-height: 20px;
    font-size: 0.7rem;
}
#stakes-filter [type="checkbox"]+label:before , #stakes-filter [type="radio"]+label:before {
    width: 15px;
    height: 15px;
    margin-top: 2px;
}
#stakes-filter [type="checkbox"]:checked+label:before{
    top: -4px;
    left: -2px;
    width: 10px;
    height: 17px;
}
#stakes-filter [type="radio"]:checked+label:after {
    margin-top: 0.4px;
    margin-left:0;
}
#stakes-filter [type="radio"]+label:before {
    margin-left:0;
}

#stakes-filter .section h5 {
    font-size: 1rem;
    line-height: 100%;
    margin: 0 0 0.656rem 0;
    color:#fff;
}


.nomargin{margin-bottom:0;}
.nopadding {padding:0 !important;}


.btn-file {
            position: relative;
            overflow: hidden;
        }
        .btn-file input[type=file] {
            position: absolute;
            top: 0;
            right: 0;
            min-width: 100%;
            min-height: 100%;
            font-size: 100px;
            text-align: right;
            filter: alpha(opacity=0);
            opacity: 0;
            outline: none;
            background: white;
            cursor: inherit;
            display: block;
        }


.loader-wrapper{min-height: 2px}
.loader {
    height: 2px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: rgba(43, 52, 64, 0);
}
.loader:before{
    display: block;
    position: absolute;
    content: "";
    left: -100px;
    width: 200px;
    height: 4px;
    background-color: #3d6fbf;
    animation: loading 2s linear infinite;
}
@keyframes loading {
    from {left: -100px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}


#calculation-filter .btn {
    height: 24px;
    line-height: 24px;
    padding: 0 2.7rem;
}
#stakes-details-info .collapsible {margin:4px 0 4px 0;}
#stakes-details-info .collapsible-header {font-size:12px;line-height:1rem;padding:6px;min-height:0;}
#stakes-details-info .collapsible-header strong {font-weight: 600;}

tbody tr.totals td {background-color: #a9c1a0
}

div.stakes-filter p {
    padding: 0 10px 0 0;
}
div.stakes-filter input {
    height: 1.4rem !important;
    border-radius: 5px !important;
    border: solid black !important;
    border-width: 1px !important;
    border-color: #4f5d65 !important;
    padding: 0.3rem !important;
    margin: 0 0 5px 0 !important;
}
div.stakes-filter .select-wrapper span.caret {
    display: none;
}
div.stakes-filter .select-wrapper input.select-dropdown {
    height: 1.6rem;
    margin-bottom:0;
    text-align:left;
}

div.stakes-filter .col {padding: 0 0.25rem;}
div.stakes-filter .section {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}
div.stakes-filter .divider {
    height: 1px;
    overflow: hidden;
    background-color: #4f5d65;
}

#calculation-wrapper{padding:0;}
#calculation-wrapper .row .col {padding:0;}

#calculation-list input {
    width: 27px;
    height: 1.4rem;
    text-align: center;
    font-size: 1rem;
    margin: 0 0 0;
    border: 1px solid #9e9e9e;
}
#calculation-list input.minutes {
    width: 80px;
    height: 1.4rem;
    text-align: center;
    font-size: 1rem;
    margin: 0 0 0;
    border: 1px solid #9e9e9e;
}
#calculation-list th,#calculation-list td {
    padding: 5px 5px 0;
    font-size: 0.8rem;
}
#calculation-list tr.calculated td {
    background-color:#80cbc4;
}
#calculation-list tr td .btn{
    height: 20px;
    line-height: 20px;
}
#calculation-list .row .col {
    /* padding: 0 0.2rem; */
}

#calculation-list .handle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#calculation-list .br {
    border-right: 1px solid #ddd;
}
#calculation-list .center {
    text-align: center;
}
#calculation-list .strong {
    font-weight: bold;
}
#calculation-list .calculated3 .collapsible-header {
    background-color: #70cb6e;
}
#calculation-list .calculated2 .collapsible-header {
    background-color: #f48a9c;
}
#calculation-list .calculated1 .collapsible-header {
    background-color: #fff176;
}
#calculation-list .collapsible-header {
    margin:0;
    min-height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
}
#calculation-list .collapsible-header.active {
    background-color: #e0e0e0;
}
#calculation-list .collapsible-header i {
    line-height: 1.3rem;
    font-size: 1rem;
    margin: 0 2px;
    padding: 0;
}
#calculation-list .collapsible-header .btn {
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
}

#calculation-list .collapsible-body {
    padding:1px 0 1rem;
}
tr.market-list.stat2 td {background-color: #cceec3
}
tr.market-list.stat3 td {background-color: #ffcdd2}
tr.market-list.stat1 td {background-color: #fff9c4}
tr.market-list.stat4 td {background-color: #cdebff}
tr.market-list.stat5 td {background-color: #ffc0ed}


tr.market-list input[type="radio"]+label{padding-left: 22px;}
#calculation-list th {font-size: 1.1rem; background-color: #e0e0e0}

tr.market-list select{height:1.6rem}

table.bordered-x th, table.bordered-x td { border-right: 1px solid #ddd; }
table.bordered-x th:first-child, table.bordered-x td:first-child {    border-left: 1px solid #ddd;  }
table.bordered-x tr:first-child {    border-top: 1px solid #ddd;  }

a.edit i{cursor:pointer;display:  inline-block;float: ri;}

@media only screen and (min-width: 601px) {
    nav.topnav, nav.topnav .nav-wrapper i, nav.topnav a.button-collapse, nav.topnav a.button-collapse i {
        height: 30px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1280px) {
    ul.side-nav.fixed{width:160px}
    #header, #main, #footer {
        padding-left: 160px;
    }
    ul.side-nav.fixed li {font-size:0.8rem}
    ul.side-nav.fixed li a {font-size:0.8rem}
    ul.side-nav.fixed li a i {width: 18px; font-size: 1.6rem; margin: 0 10px 0 0;}
    #stakes-list {font-size: 0.8em;padding:0 0.1rem}
    #stakes-details {font-size: 0.6em;padding:0 0.1rem}
}

#stakes-list {font-size: 0.9em;padding:0 0.1rem}
#stakes-details {font-size: 0.9em;padding:0 0.1rem}
#stakes-list th,#stakes-list td{padding:1px 5px;}
#stakes-list td{cursor:pointer}
#stakes-list tr.selected td{background-color: rgba(64, 147, 215, 0.66)  }
#stakes-list tr.W1.selected td{background-color: rgba(64, 147, 215, 0.66)  }
#stakes-list tr.W1 td{background-color: rgba(215, 199, 27, 0.66)  }
#stakes-list tr.W2 td{background-color: rgba(215, 0, 0, 0.66)  }
#stakes-details th,#stakes-details td{padding:3px}

#stakes-list-header-row th {
    cursor:pointer;
}
#stakes-list-header-row th i {
    vertical-align: inherit;
}
#stakes-list-table {outline: none;}
#stakes-list-table td.decimal {text-align: right}
#stakes-list-table td.decimal span:first-child {

}
#stakes-list-table td.decimal span:last-child {
    font-size: 0.5rem;
}

#stakes-list-info{padding:0}
.list-info{font-size: 12px;
    line-height: 1rem;
    padding: 6px;
    background-color: #3d6fbf;
}
.details-info{background-color: #3d6fbf;}
.details-info.W1{background-color: rgba(215, 199, 27, 0.66) !important; color:black !important; }
.details-info.W2{background-color: rgba(215, 0, 0, 0.66) !important; color:black !important; }


[animate-on-change] {
    transition: all 1s;
    -webkit-transition: all 1s;
}
[animate-on-change].changed {
    color: rgb(57, 191, 0);
    transition: none;
    -webkit-transition: none;
}

thead tr:first-child th {
    border: none;
}

a.btn.sm{
    line-height: 1rem;
    padding: 2px 5px;
    height: 1.1rem;
}
a:active{
    transform: translateY(2px);
}

.events ul li table tr td, .events ul li table tr th {
    border-radius: 0;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.events ul li table tr th {padding: 5px;}
.events ul li table tr td {padding: 2px 5px;}

.wr1 {width: 1rem;cursor:pointer;}

td.mw100{min-width: 100px;}

#answer-bet{border-top: solid 3px #F44336;}
#answer-bet .bet-body {margin-top: 30px}
#answer-bet .bet-body .cname{color: #448aff}
#answer-bet .bet-body .ename{color: #0d47a1}
#answer-bet .bet-body .mname{color: #6a1b9a}
#answer-bet .bet-body .pname{color: #c2185b}
#answer-bet .bet-body .rate{color: #f50057;font-weight: 600}
#answer-bet .amount{color: #f50057;font-weight: 600}

.cke_editor_editor1_dialog input {
    height: 2rem;
    margin: 0;
}
.pointer {cursor:pointer}

.thin-td td {padding:5px;}
.thin-td th {font-weight: 700;}


.dashboard-card .card-title {
    line-height: 24px;
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .54);
}
.dashboard-card::after {

}
.stats-counter {
    /* float: left; */
    font-size: 24px;
    font-weight: 400;
    color: rgba(0,0,0,.6);
    margin-bottom: 0!important;
    display: block;
}
.dashboard-card .card-content{
    padding:10px 0 67px 20px;
}


.dashboard-card .card-content::after{
    content:' ';
    clear:both;
    height:10px;
}
i.icon-blue {
    color: #607d8b;
}
.logs-repeat-options span{display:inline-block; }
.logs-repeat-options span label:first-letter {
    text-transform: uppercase;
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.super_hide{
    position:fixed;
    top:-1000px; /* you would need to know how height the content is or put something huge*/
}
.bold{font-weight: 500 !important;}
input.acc{
    height: 1.4rem;
    text-align: center;
    font-size: 1rem;
    margin: 0 0 0;
    border: 1px solid #9e9e9e;
    color:#75a413;
}
.manager_body{padding:20px}




.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: white;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Events Stats*/

#events_stats_all {
    margin: 25px;
}

.events_stats_row {
    margin-top: 50px;
}


.events_stats_chip {
    font-size: 15px;
    border-radius: 2px;
    font-weight: 400;
}

.events_stats_part_table {
    margin-top: 20px;
    font-size:20px;
}

.events_stats_part_table td{
    padding: 7px 0 7px 0px !important;
    white-space: normal !important;
}

.events_stats_for_padding td:nth-child(1){
    padding: 7px 0 7px 7px !important;
}

.events_stats_part_table th {
    font-size: 22px;
    padding: 7px 0 7px 0px !important;
}

.events_stats_part_table th:nth-child(1){
    padding: 7px 0 7px 7px !important;
}

.events_stats_part_table td {
    cursor: pointer
}

.events_stats_borders {
    border-bottom: 1px solid #d0d0d0;
}

.event_form {
    margin-top: 0;
}

.events_stats_tr_open td {
    padding-left: 0!important;
    font-size: 16px;
    line-height: 1.5;
}

.events_stats_tr_open td::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: black;
}

.events_stats_tr_open td:nth-child(1){
    padding-left: 17px!important;
}

.events_stats_tr_open td:nth-child(5)::after{
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background-color: black;
}

.none {
    display: none;
}
