*{
    margin: 0;
    padding: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  /*background: #343434;
  background: #40425a;
  background: #dcdfe4;
  background: #f9f9f9;*/
  background: #f5f7f9  !important;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

p{
    margin-bottom: 0px;
}

#app {
  width: 100%;
    /*max-width: 960px;*/
  margin-right: auto;
  margin-left: auto;
}

.navbar{
    display: block;
    position: relative;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: white;
    box-shadow: 0 1px 3px gray;
    padding: 3px;
}

.navbar-brand{
    color: #63605f !important;
}

.navbar-brand-name{
    color: white!important;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 22px;
    padding: 10px 5px;
}

.brand_icon {
    width: 30px;
    height: 30px;
    margin: 4px;
}


.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

toggler:hover {
    text-decoration: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.collapse:not(.show) {
    display: none;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .9rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}



.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://ww…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}



.sidebox {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebox div {
    margin:5px;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebox a:hover {
    color: #f1f1f1;
}

.sidebox .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidebox {padding-top: 15px;}
    .sidebox a {font-size: 18px;}
}


.container {
    width: 100%;
    max-width: 800px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}


.info_header {
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 15px;
}

.info_item {
    padding: 15px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.side_border{
    border-right: 1px solid white;
    border-left: 1px solid white;
}
.info_content {
    padding: 15px;
    text-align: center;
}
.info_footer {
    padding: 15px;
    text-align: center;
    color: white;
}

.spalir{
    background: #686b8c;
    text-align: center;
    color: white;
    font-size: 17px;
    padding: 12px 5px;
}

.item_box{
    /*box-shadow: 0 0 3px #bbbbbb;*/
    border-bottom: 1px solid #d9d9d9;
    border-radius: 4px;
    margin: 5px;
    padding: 5px;
    box-sizing: border-box;
}
.item_name{
    text-align: left;
    font-weight: 400;
    color: #7d7d7d;
    text-transform: capitalize;
    font-size: 16px;
}
.item_value{
    text-align: left;
    font-weight: 400;
    color: #7d7d7d;
    font-size: 15px;
}
.match{
    /*background: transparent;*/
    /*display: block;*/
    /*padding: 15px 5px 0;*/
    /*margin-right: auto;*/
}

.nopadding {
    padding: 0 !important;
}


.maintitle{
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    margin-left: 10px;
    margin-right: 1px;
    font-size: 20px;
    float: left;
}
.maintitle_bold{
    color: white;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}

.imglogo{
    width: 40px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.season_link{
    text-align: center;
    padding: 1px 15px;
    margin-right: 8px;
    font-weight: 600;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    background: #2b3a5b;
}
.tm_header{
    padding: 10px;
}
.tm_small_date{
    padding: 4px;
    font-size: 26px;
    color: #ff4c39;
    margin: 0;
    font-weight: 500;
    text-align: center;
}
.tm_small_date.active{
    color: #33de20;
}
.tm_small_month{
    padding: 0;
    font-size: 14px;
    color: #424242;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.tm_small_year{
    padding: 0;
    font-size: 12px;
    color: #424242;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.tm_date{
    padding: 4px;
    font-size: 30px;
    color: #ff4c39;
    margin: 0;
    font-weight: 500;
    text-align: center;
}
.tm_month{
    padding: 2px;
    font-size: 15px;
    color: #424242;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.tm_name{
    padding: 10px;
    font-size: 22px;
    color: #424242;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}



.comment_box {
    margin-bottom: 20px;
    background-color: white;
    border-radius: 7px;
    padding: 0px;
    text-align: center;
}
.ok_box {
    margin: 5px 0;
    margin-top: 12px;
    background-color: white;
    border-radius: 7px;
    padding: 0px;
    text-align: center;
}

.logo_icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.ad{
    width: 100%;
    padding: 4px;
    background-color: white;
    border-top:1px solid gray ;
}

.ad .icon{
    width: 40px !important;
    height: 40px !important;
}
.ad .title{
    font-weight: bold;
    font-size: 16px;
    padding-left: 15px;
}
.ad .message{
    padding-left: 15px;
}


@media screen and (max-width: 240px) { /*580*/
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

.wrapper {
  margin: 0 auto;
  padding: 0px;
  max-width: 800px;
    min-width: 320px;
}

.tabler {
  margin: 0 0 20px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 240px) { /*580*/
  .tabler {
    display: block;
  }
}

.tabler .row {
  display: table-row;
  background: #ffffff;
}

.tabler a.row {
    color: #585858;
}
.tabler .row:nth-of-type(odd) {
  background: #f4f4f4;
}
.tabler .row.header {
  font-weight: 900;
  color: #ffffff;
  /*background: #ea6153;*/
  background: #ff4c39;
}
.tabler .row.header.normal, .normal {
  background: #2B3A5B;
    color: #ffffff !important;
}
.tabler .row.header.default, .default {
  background: #686b8c;
    color: #ffffff !important;
}
.tabler .row.header.red, .red {
  background: #ff2d17;
    color: #ffffff !important;
}
.tabler .row.header.green, .green {
  /*background: #27ae60;*/
  background: #2cd23a;
    color: #ffffff !important;
}
.tabler .row.header.blue, .blue  {
 /*background: #2980b9;*/
  background: #15a2ff;
    color: #ffffff !important;
}
.tabler .row.header.yellow, .yellow {
  background: #fffc54;
    color: #959595 !important;
}
.tabler .row.header.violet, .violet {
  background: #a179ff;
    color: #ffffff !important;
}
.tabler .row.header.skyblue, .skyblue {
  background: #48f5ff;
    color: #ffffff !important;
}
.tabler .row.header.orange, .orange {
  background: #ff7f0e;
    color: #ffffff !important;
}
.tabler .row.header.braon, .braon  {
  background: #67423d;
    color: #ffffff !important;
}
.tabler .row.header.darkblue, .darkblue  {
  background: #512ca9;
    color: #ffffff !important;
}
.tabler .row.header.lightgreen, .lightgreen  {
  background: #D9FF49;
    color: #ffffff !important;
}
.tabler .row.header.gray, .gray  {
  background: gray;
    color: #ffffff !important;
}
.tabler .row.header.bordo, .bordo  {
  background: #c61513;
    color: #ffffff !important;
}

@media screen and (max-width: 240px) { /*580*/
    .tabler .row {
    padding: 14px 0 7px;
    display: block;
  }
    .tabler .row.header {
    padding: 0;
    height: 6px;
  }
    .tabler .row.header .cell {
    display: none;
  }
    .tabler .row .cell {
    margin-bottom: 5px;
  }
    .tabler .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 70px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.tabler .cell {
  padding: 5px;
  display: table-cell;
  box-sizing: border-box;
}

@media screen and (max-width: 240px) { /*580*/
    .tabler .cell {
    padding: 2px 8px;
    display: block;
  }
}

.text_dark {
  color: #959595;
}
.text_center {
  text-align: center;
  font-weight: 600;
}
.center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}
.text_small {
  font-size: 10px;
}

.link{
    background:white;
    color: #3b3b3b;
}
#main_meni{
    display:table;
    min-width: 320px;
    margin: auto;
    padding: 0;
    clear:both;
}
.meni_item{
    background: white;
    display: block;
    padding: 7px 2px;
    margin: 0;
    color: #686b8c;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
}

.meni_item:first-child{
   /* border-bottom-left-radius: 4px;*/
}
.meni_item:last-child{
   /* border-bottom-right-radius: 4px;*/
}


.timeer{
    color: red;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 1px;
    float: right;
}

.team{
    color: #63605f;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    padding: 7px;
    margin-bottom: 5px;
     border-bottom: 1px solid #d9d9d9;
 /*   box-shadow: grey 0 0 2px;
    border-radius: 5px;*/
}
.team_num{
    text-align: right;
}

.team_name {
    font-size: 17px;
    font-weight: 400;
    padding-left: 15px;
}

.live{
    background: #fdff80 !important;
    color: red !important;
    font-weight: bold;
}

.liverank{
    color: red !important;
}

.new_team_name{
    list-style: none;
    padding: 8px 15px;
    color: #656565;
    font-size: 15px;
    text-align: left;
    margin: 3px 0;
    border-left: 4px solid red;
}






/*.match {
    display: table;
    max-width: 480px;
    box-shadow: #9f9f9f 0 0 2px;
    margin: 5px auto;
    width: 100%;
    min-width: 320px;
    background-color: white;
    border-radius: 9px;
    padding: 2px;
}*/

.header {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px;
    border-bottom: 2px solid #d6d6d6;
    box-sizing: border-box;
    color: #959595;
    /*font-size: 18px;
    font-weight: 600;*/
    margin-bottom: 5px;
}

.block{
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.left {
    float: left;
}
.right {
    float: right;
}
/*.score_edit{
    display: table;
}*/


.score_holder {
    display: table;
    width: 50%;
    color: #312c2c;
}

.button{
    padding: 10px;
     box-shadow: #bcbcbc 0 0 2px;
    text-align: center;
    font-size: 16px;
    color: gray;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
    margin: 1.98%;
    border-radius: 5px;
}

.cancel{
   /* background-color: #f70200;*/
    color: red;
}
.submit{
  /*  background-color: #1de400;*/
    color: #00db00;
}
.status{
   /* background-color: #ebebeb;*/
    color: #4b91ff;
}
.ok{
    color: red;
    font-weight: bold;
}

.delete{
    background: #ff000b;
    box-shadow: #d9d9d9 0 0 2px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    color: #ffffff;
    box-sizing: border-box;
    margin:3px ;
    max-width: 40px;
    cursor: pointer;
    text-align: center;
}
.select{
    background: white;
    box-shadow: #d9d9d9 0 0 2px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    color: #737373;
    box-sizing: border-box;
    margin:3px;
}


ul.countdown {
    list-style: none;
    margin: 0;
    padding: 10px;
    display: block;
    text-align: center;
}
ul.countdown li {
    display: inline-block;
}
ul.countdown li span {
    font-size: 50px;
    font-weight: 300;
    line-height: 40px;
    color: white;
    font-weight: 400;
}
ul.countdown.mini li span {
    font-size: 25px;
    line-height: 25px;
}
ul.countdown li.seperator {
    font-size: 50px;
    line-height: 40px;
    vertical-align: top;
    color: white;
}
ul.countdown.mini li.seperator {
    font-size: 25px;
    line-height: 20px;
}
ul.countdown li p {
    color: #f3f8ff;
    font-size: 15px;
}
ul.countdown.mini li p {
    color: #f3f8ff;
    font-size: 13px;
}

.mblock{
    min-width: 320px;
    display: none;
}

.rules{
    background-color: white;
    border-radius: 4px;
    margin:5px 0px;
    padding: 0;
    box-shadow: #9f9f9f 1px 1px 5px;
    border: 1px solid #ff0000;
}
.rules .title{
    text-align: center;
    padding: 10px 10px 0;
    font-style: italic;
    font-size: 16px;
    font-weight: 700;
}
.rules .message{
    text-align: left;
    padding: 10px;
    font-style: italic;
    font-size: 15px;
}
.imbox{
    background-color: white;
    border-radius: 4px;
    margin-top:5px;
    padding: 0;
    box-shadow: #9f9f9f 1px 1px 5px;
    border: 1px solid #2cd23a;
}
.imbox .title{
    text-align: center;
    padding: 10px 10px 0;
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
}
.imbox .message{
    text-align: center;
    padding: 10px;
    font-style: italic;
    font-size: 15px;
}

.vbox{
    position: relative;
    width: 100%;
    background-color: white;
    border-radius: 0px;
    margin:0px;
    padding: 0;
    overflow: hidden;
    box-shadow: #8e8e8e 0px 1px 3px;
    transition: height 3s;
}
.vimg{
    width: 100%;
    min-height: 240px;
    border-radius: 0px;
    padding: 0;
    margin: -10% 0;
    box-shadow: #9f9f9f 1px 1px 4px;
}
.vbox .video{
    width: 100%;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    box-shadow: #9f9f9f 1px 1px 5px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    background: black;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_title{
    padding: 9px 15px;
    font-size: 16px;
}
.video_event{
    padding: 10px 15px;
    font-size: 15px;
    text-align: right;
    color: #787878;
    font-weight: 400;
    font-style: normal;
}
.video_text{
    padding: 7px;
    font-size: 15px;
    color: #525252;
    font-weight: 300;
    font-family: sans-serif;
    text-indent: 3px;
}
.video_date{
    padding: 0px 20px;
    font-size: 13px;
    color: #525252;
    font-weight: 300;
    font-family: sans-serif;
    font-style: italic;
    text-align: right;
}

.text_color_green{
    color: #00c500 !important;
}
.text_color_blue{
    color: dodgerblue !important;
}
.text_color_red{
    color: red !important;
}
.text_color_orange{
    color: #ff8600 !important;
}

.show{
    display: block;
}
.hide{
    display: none;
}
.mbox .content{
    /*position: absolute;
    bottom: 0;*/
    margin: 0;
    padding: 0;
    width: 100%;
   /* background-color: rgba(52, 44, 70, 0.76);*/
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

}

.mbox{
    background-color: white;
    border-radius: 4px;
    margin:5px 0px;
    padding: 0;
    box-shadow: #9f9f9f 1px 1px 5px;
}

.mbox_header{
    width: 100%;
    padding: 12px;
    color: white;
    background: #ff4c39;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 16px;
    margin-bottom: 20px;
    box-shadow: #9f9f9f 1px 0px 1px;
}

.mbox_footer {
    padding: 15px;
    text-align: center;
    color: white;
}

.mbox .head{
    padding: 8px 0;
    border-bottom: 2px solid #686b8c;
}
.mbox .head.promo{
    background: red;
    text-transform: uppercase;
    color: white;
    padding: 12px;
    border-radius: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: none;
    cursor: pointer;
    font-size: 19px;
    font-weight: 500;

}
.shadoww{
    box-shadow: #9f9f9f 0 0 2px;
}
.mbox .title{
    color: #5a5a5a;
    font-weight: 400;
    font-size: 18px;
    padding: 0px 10px;
    width: 100%;
    text-align: center;
}
.mbox .info{
    color: #5a5a5a;
    font-weight: 400;
    font-size: 15px;
    padding: 0px 10px;
    width: 100%;
}
.mbox .body{

}
.mbox .item{
    padding: 8px;
}
.mbox .min{
    padding: 2px;
}
.mbox .name{
    padding: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    vertical-align: middle;
    font-weight: 400;
}
.mbox .batn{
    margin: 5px 20px;
    border-radius: 5px;
    text-align: center;
    padding: 6px 4px;
    color: #737373;
    font-weight: 400;
    font-size: 14px;
}
.mbox .inp{
    margin: 5px 20px;
    border-radius: 5px;
    text-align: center;
    padding: 8px 4px;
    color: #737373;
    background-color: white;
    font-size: 14px;
}
.mbox .batn:hover{
    font-weight: 700;
}

.mbox .border_green{
    border: 1px solid #0cd608;
}
.mbox .border_blue{
    border: 1px solid #93baff;
}
.mbox .border_red{
    border: 1px solid #ff523b;
}

.score {
    display: table;
    text-align: center;
    font-size: 40px;
    box-shadow: #bdbdbd 0 0 2px;
    min-width: 61px;
    padding: 22px 5px;
    margin: 20px auto;
    color: #7b7b7b;
    border-radius: 3px
}
.plusminus {
    display: block;
    /* vertical-align: top; */
    width: 40px;
    margin: 12px auto;
    box-shadow: #c3c3c3 0 0 5px;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    cursor: pointer;
    border-radius: 3px;
    padding: 3px 0;
}
.plus {
    color: #0cd608;
}
.minus {
    color: #f70200;
    font-size: 35px;
}

.list{
    display: block;
    margin-top: 3px;

}
.list:nth-child(even){
    background-color: #f3f3f3;
}
.list:nth-child(last){
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.list.last{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.list .min{
    display: block;
    width: 35px;
    height: 35px;
    padding: 7px 0px;
    vertical-align: middle;
    text-align: center;
    margin: 2px auto;
    border-radius: 25px;
    border: 1px solid #93baff;
}

.list .event_a{
    display: block;
    padding: 7px 0px;
    text-align: right;
    margin: 2px auto;
}
.list .event_b{
    display: block;
    padding: 7px 0px;
    text-align: left;
    margin: 2px auto;
}
.list .player_b{
    display: block;
    padding: 7px;
    text-align: right;
    margin: 2px auto;
}
.list .player_a{
    display: block;
    padding: 7px;
    text-align: left;
    margin: 2px auto;
}
.list .event_image{
    display: block;
    width: 20px;
    height: 20px;
    margin: 0px 4px;
}

.caps {
    text-transform: uppercase;
}
.bold {
    font-weight: 600;
}
.list .action{
    cursor: pointer;
}
.pointer{
    cursor: pointer;
}
.distance {
    color: rgba(255, 255, 255, 0);
    text-align: center;
}

.draw{
    margin-top: 3px;
}
.draw:nth-child(odd){
    background: #f6f6f6;
}
.draw .pos{
    display: block;
    color: white;
    font-weight: 400;
    width: 34px !important;
    padding: 4px;
    margin: 4px 0 0 8px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0 0 2px #afafaf;
}

.draw .name{
    display: block;
    padding: 5px 0;
    margin: 2px 0;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
.draw .info{
    display: block;
    padding: 6px 0;
    margin: 2px 0;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    font-style: italic;
}
.mbox .divider{
    display: block;
    padding: 3px;
    box-sizing: border-box;
}
.minlist{
    display: block;
    color: #63605f;
    padding: 3px;
}
.minhead{
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}
.minlist .tile{
    padding: 2px 5px;
}
.minlist .imp{
    font-size: 15px;
    font-weight: 500;
    padding: 2px 8px;
}
.minlist:nth-child(odd){
    background: #f6f6f6;
}

.minlist:last-child{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.mini:nth-child(odd){
    background: #f6f6f6;
}

.mini:last-child{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.wrap{
    overflow: hidden;
    white-space: nowrap;
}
.position{
    width: 20px;
    padding: 0 1px;
    text-align: right;
    margin-right: 5px;
}


.mt_time{
    font-size: 12px;
    text-align: center;
    font-style: italic;
}

.mt_teams{
    padding: 0px 10px;
}

.mt_penalty_info{
    font-size: 11px;
    padding: 9px 0;
    text-align: center;
}

.mt_penalty{
    color: #ababab;
}


.banner{
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #252A3D;
    border-radius:3px;
    overflow: hidden;
    box-shadow: 0 0 9px gray;
}
.banner img{
    display:block;
    margin:auto;
    height: 50px;
    width: auto;
}

.banner .abs{
   position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.banner .relative_title{
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    font-weight: bold;
    padding: 0px 10px;
    font-size: 13px;
}
.banner .relative_title .blue{
    color: #4e4e4e;
}
.banner .relative_action{
    position: absolute;
    right: 0px;
    margin: 13px;
    border: 1px solid #ffffff;
    padding: 2px 12px;
    border-radius: 15px;
    font-weight: 500;
}
.banner.relative_action.a{
    color: #ffffff !important;
}
.banner.relative_action.a.blue{
    color: #496fff !important;
}



.maxbanner{
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0px auto;
    border-radius:4px;
    background: white;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 1px 1px 8px gray;
}
.maxbanner img{
    display:block;
    height: 200px;
    width: auto;
    margin: 0px;
}
.maxbanner .title {
    /*text-align: center;
    margin: 5px;
    padding: 5px;
    color: #9e9e9e;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    background: white;*/
    text-align: center;
    margin: 5px;
    padding: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    /* border: 1px solid #f1f1f1; */
    border-radius: 12px;
    background: #23283b8c;
}
.maxbanner .info{
    padding: 5px;
  /*  background: rgba(255, 255, 255, 0.90);*/
    background: rgba(66, 71, 88, 0.68);
    margin: 5px auto;
    border-radius: 9px;
}
.maxbanner .holder{
    text-align: center;
    margin: 8px 10px 5px;
}

.maxbanner .message{
    /*text-align: center;
    margin: 7px;
    padding: 4px 8px;
    color: #808080;
    font-size: 14px;
    background: #ffffffd1;
    border-radius: 10px;*/

    text-align: center;
    margin: 5px;
    padding: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    /* border: 1px solid #f1f1f1; */
    border-radius: 12px;
    background: #23283b8c;

}
.maxbanner .action{
    display: block;
    text-align: center;
    margin: 15px;
    margin-top: 20px;
    padding: 5px 11px;
    color: #23283b;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #d4d4d4;
    border-radius: 50px;
    background: white;
}
.maxbanner.relative_action.a{
    color: #ffffff !important;
}
.maxbanner.relative_action.a.blue{
    color: #496fff !important;
}


.sponsor{
    height: 40px;
}
.sponsor_image_holder{
    overflow: hidden;
    width: 50%;
    /*height: 100px;*/
    position: relative;
}
.sponsor_image_center {
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -500px;
}
.sponsor_image{
    width: auto;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-left: -15%;
}
.sponsor .name_x{
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
}
.sponsor .description{
    padding-left: 5px;
    font-size: 11px;
    font-style: italic;
}


.role {
    background: dodgerblue;
    text-align: center;
    color: white;
    border-radius: 9px;
    font-size: 12px;
    text-transform: lowercase;
}

.rules_button{
    margin: 7px;
    border-radius: 5px;
    text-align: center;
    padding: 3px;
    box-shadow: 0 0 2px grey;
}
.rules_button a{
    text-align: center;
    padding: 6px 4px;
    color: #737373;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: sub;
}
.promo_max{
    background-color: white;
    border-radius: 4px;
    margin-top: 5px;
    padding: 5px 3px;
    box-shadow: #9f9f9f 1px 1px 3px;
    border: 1px solid #0084FF;
    overflow: hidden;
    max-height: 65px;
    transition: height 5s;
}
.promo_msg{
    text-align: left;
    padding: 4px;
    color: #737373;
    font-weight: 500;
    font-size: 15px;
    vertical-align: sub;
    font-style: italic;
}


#footer{
    background: #2B3A5B;
    color:white;
    width: 100%;
    box-shadow: #9f9f9f 0 0 5px;
}
.copyright{
    text-align: center;
    padding: 12px;
    font-size: 12px;
}
.footer_item{
    text-align: center;
    padding: 5px;
    margin:5px 0;
}
.footer_item a{
    color: white !important;
}

.set {
    color: #63605f;
    text-align: left;
    padding: 4px;
    margin-bottom: 1px;
    border-bottom: 1px solid #d9d9d9;
}

.set_name {
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px;
    margin: 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #4dca05;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4dca05;
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
