﻿body {
    min-width: 300px;
    box-sizing: border-box;
}

table {
    width: 100%;
    margin-bottom: 10px;
}

iframe {
    width: 100%;
    height: calc(100% - 40px);
}

.fullscreen {
    overflow-x: hidden;
}

    .fullscreen .header, .fullscreen .lang-choice, .fullscreen .nav-comp, .fullscreen .navbar-bottom {
        display: none;
    }

.comp-img {
    background-image: url(/Content/images/ssf-logo-centrerad-vit-135-100.png);
    background-repeat: no-repeat;
    background-size: 135px 100px;
}

.down-sponsor {
    background-image: url(/Content/images/svenskaspel.png);
    background-repeat: no-repeat;
    background-size: 83px 30px;
    display: inline-block;
}

.open > .dropdown-menu {
    display: block;
    max-height: 266px;
    overflow: auto;
}


div {
    user-select: none !important;
}


.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.my-app {
    padding-bottom: 15px;
}

.local-hide {
    display: none;
}



/*Navbar och klassval*/
.classchoice {
    margin-top: 2px;
    background: none;
    width: 100%;
}

.dropdown-menu, .dropdown {
    transition: all 60ms ease;
}

    div.dropdown, .dropdown-menu > li {
        cursor: pointer !important;
    }


.dropdown {
    padding: 0 2px;
}

    .dropdown > span {
        padding-left: 2px;
    }

    .dropdown button {
        width: calc(100% - 2px);
        border-radius: 0;
        border: solid 1px black;
        margin-left: 0px;
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        background: rgba(99, 99, 99,0.08);
    }

        .dropdown button .caret {
            margin-left: auto;
            margin-right: 0;
        }

.dropdown-menu, .dropdown-menu > li {
    width: calc(100% - 2px);
    border-radius: 0;
    font-size: 19px;
    font-weight: bold;
    margin-top: 3px;
    padding-top: 2px;
    transition: background-color ease 0.2s;
}

    .dropdown-menu [data-lan="startlist"] {
        border-bottom: rgba(220,220,220,0.7) 1px solid;
    }

    .dropdown-menu > li.dact {
        background-color: black;
    }

    .dropdown-menu > li:hover {
        background-color: rgba(128, 128, 128,0.1);
        transition: background-color ease 0.2s;
    }


.downmenu {
    color: white;
    height: auto;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 10;
    background-image: url(/Content/images/ssf_black.png);
    background-repeat: repeat-x;
    background-size: cover;
}

    .downmenu a {
        color: white;
    }

.down-sponsor {
    height: 30px;
    width: 150px;
}

td, th {
    user-select: none !important;
}

.tbl-body tr:nth-child(2n+1) {
    background-color: rgb(239, 239, 239);
}

.header {
    height: 120px;
    width: 100%;
    background-color: #0d5487;
    font-size: 30px;
    color: #fff;
    background-image: url(/Content/images/ssf_blue.png);
    background-repeat: repeat-x;
}

    .header > div {
        display: inline;
    }

.comp-img {
    width: 135px;
    float: left;
    height: 100px;
    margin-top: 5px;
    margin-left: 15px;
}

#SSF_Logo {
    width: 100%;
    height: 100%;
}

.comp-sp {
    text-align: left;
    overflow: hidden;
}

.comp-inf {
    margin-left: 10px;
    display: block;
    padding-top: 0px;
    vertical-align: 0;
    padding-left: 10px;
}

    .comp-inf span {
        display: block;
        padding-left: 10px;
        vertical-align: top;
    }

.comp-exinfasd {
    display: inline;
}

.comp-cl, .comp-pl {
    text-align: left;
    display: inline;
    font-size: 20px;
    overflow: hidden;
}

#page-nex ul {
    margin-right: 0;
    padding-left: 5px;
    cursor: pointer !important;
}

.nav-menbut {
    display: none;
    background-color: rgba(226, 125, 1,1);
    height: 25px;
}

.nav-comp {
    background-color: #ffdc0e;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-image: url(/Content/images/ssf_yellow.png);
    background-repeat: repeat-x;
}
.nav-extrainfo {
    height: 30px;
    background: rgba(55, 55, 55, 0.2);
    color: black;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    overflow: hidden; /* Ensure content stays inside the box */
    padding-right: 10px;
    display: block; /* Make the container visible */
    letter-spacing: 1px;
    width: 100%; /* Full width container */
    position: relative; /* Needed for absolute positioning of #nav-extrainfo */
    display:none;
}

#nav-extrainfo {
    position: absolute;
    margin-left: 100%; /* Start outside the container */
    white-space: nowrap; /* Prevent text wrapping */
    color: black; /* Ensure text color matches */
}


.men-top {
    height: 100%;
}

.nav-box {
    overflow: hidden;
}

.nav-sm-menu {
    display: none;
    cursor: pointer !important;
}

    .nav-sm-menu > div {
        float: right;
        right: 15px;
        margin-right: 15px;
        height: 20px;
        width: 35px;
    }

        .nav-sm-menu > div > .nav-hamb {
            width: 35px;
            height: 4px;
            background-color: #0d5487 !important;
            margin: 5px 0;
        }

            .nav-sm-menu > div > .nav-hamb:nth-child(1) {
                margin-top: 2px;
            }

.nav-lin, #nav-m {
    padding-left: 0;
    list-style: none;
    list-style-type: none;
    display: inline;
    height: 100%;
}

    .nav-lin > li {
        display: inline;
        padding-right: 7px;
    }

        .nav-lin > li > a {
            color: #0d5487;
            font-size: 20px;
            font-weight: bold;
            cursor: pointer !important;
            height: 100%;
        }

.nav-sm-menu > span {
    color: #0d5487 !important;
    font-size: 20px;
    font-weight: bold;
}

.nav-lin li .glyphicon {
    color: #0d5487;
    font-size: 20px;
    font-weight: bold;
    padding-right: 5px;
}

.nav-lin > li > a:hover {
    text-decoration: none;
    background: none;
    background-color: rgba(0,0,0,0.05);
}


.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

._checkbox {
    padding-left: 2px;
}

#btnUpdate {
    margin-top: 3px;
    padding-bottom: 0;
}

.liv-spa {
    font-size: 15px;
    font-weight: bold;
}

._checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

    ._checkbox .cr .cr-icon {
        margin-left: 0.04em;
    }

._checkbox label input[type="checkbox"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
}

._checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

._checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}

._checkbox label input[type="checkbox"] {
    display: none;
}

.head-split {
    min-width: 95px;
}

.split-runtime {
}

.split-rank {
    display: inline;
}

    .split-rank:before {
        content: "  ";
    }

.tbl-bib {
    width: 50px;
    padding-left: 3px;
}

.tbl-rank {
    width: 50px;
    padding-left: 3px;
}

.tbl-name {
    min-width: 200px;
    /* width: calc(50% - 355px);*/
}

.tbl-club {
    min-width: 200px;
}

.tbl-nation {
    width: 55px;
    padding-left: 2px;
}

.tbl-starttime {
    width: 80px;
    padding-left: 3px;
}

.td-sh-fname {
    display: none;
}

.td-fname {
    display: inline;
}

.td-shootings {
    display: inline;
}

.td-misses {
    display: none;
}

.tbl-runtime, .tbl-realtime {
    width: 75px;
}

[data-style="hide_Starttime"] .tbl-starttime {
    display: none;
}

.tbl-diff {
    width: 75px;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

.tb-sp-runtime {
    text-align: right !important;
    padding-right: 3px;
    text-align: center;
}

.tb-heat-head [data-lan="time"] {
    padding-right: 3px;
    text-align: center !important;
}

.tb-sp-rank, .tb-heat-head [data-lan="rank"] {
    padding-left: 3px;
}

.tb-heat {
    border-top: 2px solid black;
}

    .tb-heat > tbody > tr:nth-child(2n + 0) {
        background-color: rgb(239, 239, 239) !important;
    }


.alp-app {
    margin-bottom: 5px;
    border: 2px solid black !important;
    max-width: 800px;
    margin-left: 2px;
    margin-top: 2px;
}


.alp-box-head {
    width: 100%;
    border-bottom: 1px solid black;
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
    background-color: rgb(220,220,220);
    background-image: url(/Content/images/ssf_white.png);
    background-repeat: repeat-x;
}

.alp-view {
    margin-left: 0;
    padding: 0 0;
    width: 100%;
    transition: height 0.3s ease;
}


    .alp-view:not(:last-child) {
        border-bottom: 2px solid black;
    }

    .alp-view tr {
        width: 100%;
        transition: height 0.3s ease;
    }

    .alp-view table {
        border-collapse: collapse;
        margin-bottom: 0 !important;
    }

    .alp-view table, .alp-view td {
    }

        .alp-view table tbody > tr:nth-child(2n + 1) {
            background-color: rgb(239, 239, 239);
        }

    .alp-view th {
        font-size: 16px;
    }

    .alp-view .al-bib, .alp-view .al-rank {
        width: 35px;
        padding-left: 5px;
    }

    .alp-view .al-status {
        width: 130px;
        text-align: center;
        font-weight: bold;
    }

    .alp-view .al-diff {
        width: 65px;
        text-align: right;
    }

    .alp-view .al-runtime {
        width: 65px;
        text-align: right;
    }

    .alp-view .al-name {
        width: 230px;
        padding-right: 5px;
        padding-left: 3px;
    }

#alp-tb-hs .al-diff, #alp-tb-hi .al-diff {
    text-align: center;
    text-indent: -9999px;
}

#alp-tb-hs .al-runtime, #alp-tb-hi .al-runtime {
    text-align: center;
    text-indent: -9999px;
}

.alp-view .al-club {
    min-width: 130px;
    padding-left: 3px;
}

.alp-view #alp-tb-bi tr:nth-child(n + 6) {
    display: none;
}


.alp-res-data {
    border-bottom: 1px solid gray;
}

.alp-down-menu {
    width: 100%;
    padding: 2px 2px;
    padding-top: 0;
    background-image: url(/Content/images/ssf_white.png);
    background-repeat: repeat-x;
    background-size: cover;
}

    .alp-down-menu .active {
        color: black;
    }

    .alp-down-menu .autoon {
        background: rgb(20, 189, 7);
    }

    .alp-down-menu ul {
        padding-left: 0;
    }

        .alp-down-menu ul > li {
            display: inline-block;
            background: rgb(139, 139, 139);
            color: white;
            box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.55), 0 6px 20px 0 rgba(226, 226, 226, 0.19);
            margin-top: 0;
            transition: color 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
        }

            .alp-down-menu ul > li:hover {
                box-shadow: 0 4px 8px 0 rgb(65, 65, 65), 0 6px 20px 0 rgba(111, 111, 111, 0.19);
            }

    .alp-down-menu .alp-level {
        font-size: 18px;
        margin-top: 0px;
    }

    .alp-down-menu .alp-class {
        font-size: 18px;
        margin-top: 0px;
        padding-top: 0;
    }

    .alp-down-menu .alp-level ul > li {
        border-radius: 0 0 10px 10px;
        border: 1px solid gray;
    }


    .alp-down-menu .alp-class ul > li {
        border-radius: 2px 2px;
        margin-left: 5px;
        margin-top: 5px;
    }
/*Score board*/
.score-view {
    width: 100%;
    padding: 0 0;
}

.score-class {
    width: 100%;
}

.score-ath-tim-rnk {
    display: none;
}

a[men-coho='scoreboard'] {
    display: none;
}
[men-coho='shooting'] {
    display: none;
}


.sp-th-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.btn-primary {
    background-color: #337ab7 !important;
}


.rac-tabl tbody tr:hover {
    background-color: rgba(99, 99, 99,0.1);
}

.rac-col {
    font-size: 15px;
}

.rac-app {
    padding-top: 10px;
}

    .rac-app div {
        overflow: hidden;
    }

.rac-out-head {
    background-color: #ffdc0e;
    width: 100%;
    height: 155px;
    margin-top: -10px;
    margin-bottom: 5px;
}

.rac-head {
    width: 100%;
    max-width: 800px;
    background-color: #ffdc0e;
    overflow: hidden;
    margin: 0 auto;
}

    .rac-head > span {
        font-size: 13px;
        font-weight: bold;
        vertical-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

        .rac-head > span:hover {
            color: rgb(136, 136, 136);
            transition: background-color ease 0.2s;
        }

        .rac-head > span > i {
            padding-right: 10px;
            font-size: 20px;
        }

    .rac-head #racDo {
        float: right;
    }

    .rac-head #racTo {
        text-align: center;
    }

.rac-filter {
    height: 120px;
    width: 100%;
    background: white;
    overflow-x: visible !important;
}
.rac-filter-box {
    height: 100%;
    width: 100%;
    padding: 10px;
    background: #eaf6fe;
    min-width: 601px;
    overflow-x: visible !important;
}
.rac-filter-box-inner{
    display: flex;
    justify-content: center;
}
.rac-filter-choose {
    position: relative;
    display: inline-block;
    height: 100px;
    min-height: 100px;
    width: 118px;
    border: 2px solid black;
    box-shadow: 3px 2px 14px 3px rgba(0, 0, 0, 0.47);
    transition: box-shadow 0.5s;
}
    .rac-filter-choose:hover {
        box-shadow: 10px 3px 15px 4px rgba(0,0,0,0.95);
    }
    .rac-filter-choose:not(:first-child) {
        margin-left: 10px;
    }
.rac-filter-active .rac-filter-choose-text {
    background: #b2eeb9;
}
.rac-filter-choose-icon {
    display: block;
    height: 68px;
    width: 100%;
    background-color: #15304e;
    background-size: 94%;
}
.rac-filter-choose-text {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 18px;
    font-weight: 600;
    text-align:center;
    padding-top: 3px;
    border-top: 2px solid black;
    background: white;
}
.rac-filter-choose-icon {
    background-repeat: no-repeat;
}
.rac-al {
    background-image: url(images/sports/AL.png);
}
.rac-cc {

    background-image: url(images/sports/CC.png)
}
.rac-sx {
    background-image: url(images/sports/SC.png);

}
.rac-ss {
    background-image: url(images/sports/SS.png);
  
}
.rac-bt {
    background-image: url(images/sports/BT.png)
}
.rac-inner {
    width: 100%;
    max-width: 800px;
    display: inline;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 0;
}

    .rac-inner .rac-row {
        height: 60px;
        width: 100%;
        overflow: hidden !important;
        border: 1px solid black;
        box-shadow: 3px 2px 14px 3px rgba(0,0,0,0.47);
        max-width: 800px;
        margin: 0 auto;
        transition: box-shadow 0.5s;
    }

        .rac-inner .rac-row:hover {
            box-shadow: 10px 3px 15px 4px rgba(0,0,0,0.95);
        }

        .rac-inner .rac-row:nth-child(n + 1) {
            margin-top: 2px;
        }
        .rac-inner .rac-row-inner{
            position: relative;
            width: 100%;
            height: 100%;
        }
.rac-row .rac-color {
    position: absolute;
    width: 60px;
    height: 100%;
    background-color: #15304e;
    background-size: 56px;
    background-repeat: no-repeat;
    background-position: 3px 12px;
}
/*.rac-al {
    background-image: url(images/sports/AL.png);
}

.rac-cc {
    background-image: url(images/sports/CC.png)
}

.rac-sc {
    background-image: url(images/sports/SC.png);
}

.rac-ss {
    background-image: url(images/sports/SS.png);
}
*/


[data-sport="AL"] .rac-color {
    background-image: url(images/sports/AL.png);
}
[data-sport="CC"] .rac-color {
    background-image: url(images/sports/CC.png);
}
[data-sport="SX"] .rac-color {
    background-image: url(images/sports/SC.png);
}
[data-sport="SS"] .rac-color {
    background-image: url(images/sports/SS.png);
}
[data-sport="BT"] .rac-color {
    background-image: url(images/sports/BT.png);
    background-size: 70%;
    background-position: 8px;
}

.rac-row .rac-inf {
    padding-left: 5px;
    position: absolute;
    margin-left: 110px;
    height: 100%;
    display: table;
    padding-top: 5px;
}

.rac-inf .rac-top {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: block;
    overflow: hidden !important;
}

.rac-inf > a {
    color: black;
    cursor: pointer !important;
    overflow: hidden !important;
    white-space: nowrap;
}

    .rac-inf > a:hover {
        cursor: pointer !important;
        text-decoration: none;
        color: black;
    }

.rac-inf .rac-top {
}

.rac-inf .rac-bottom {
    height: 20px;
    display: block;
    font-size: 15px;
    color: rgb(114, 114, 114);
}

.rac-bottom .rac-bot-txt {
    margin-left: 5px;
}

.rac-row .rac-dat {
    padding-top: 5px;
    display: table;
    width: 50px;
    border-right: 1px solid black;
    position: absolute;
    height: 100%;
    margin-left: 60px;
}

    .rac-row .rac-dat > span {
        text-align: center;
    }

.rac-row .rac-date {
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.rac-row .rac-month {
    display: block;
    width: 100%;
    font-size: 15px;
    color: rgb(114, 114, 114);
}

.rac-before {
    background: rgba(0,51,102,0.1);
}

.rac-today {
    background: white;
}

    .rac-today .rac-dat {
        background: rgba(0,198,24,0.3);
    }

.rac-before {
    display: none;
}

.heat-box {
    border: 2px solid black;
    margin-top: 3px;
    width: 400px !important;
    margin-left: 0;
    padding: 0 0;
}

    .heat-box table {
        width: 100%;
    }

    .heat-box table {
        width: 100%;
    }

        .heat-box table .td-fname {
            display: none;
        }

        .heat-box table .td-sh-fname {
            /* display: none;*/
            display: inline !important;
        }

    .heat-box .tb-sp-rank {
        width: 20px;
        padding-left: 3px;
    }

    .heat-box .tb-sp-name {
        width: 130px;
        padding-left: 3px;
    }

    .heat-box .tb-sp-club {
        width: 185px;
        padding-left: 3px;
    }

    .heat-box .tb-sp-runtime {
        width: 65px;
    }

    .heat-box [data-showtime="false"] .tb-sp-runtime {
        display: none;
    }

.sp-box-head {
    margin: 0 0;
    padding: 0 0;
}

.heat-active {
    border: 2px solid rgb(255,220,14);
}

    .heat-active > div {
        background-color: rgb(255,220,14);
    }

.out-spr-cont {
    overflow: auto;
    overflow-y: hidden;
    /* overflow: scroll; */
    width: 100%;
}

.spr-cont {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: 1300px;
}

.eight-kvart, .kvart-kvart, .semi-kvart, .final-kvart {
    width: 400px;
    float: left;
    margin-left: 10px;
    flex: 1;
}

.eight-kvart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kvart-kvart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.semi-kvart {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .semi-kvart .heat-semi2 {
        margin-top: 100px;
    }

.final-kvart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spr-cont:after {
    content: "";
    display: table;
    clear: both;
}

.heat-semi1 {
    position: relative;
}

.heat-semi2 {
    position: relative;
}

.heat-final {
    position: relative;
    vertical-align: middle;
}

.LuckyLooser td.tb-sp-rank {
    /*animation: shadow-pulse 5s infinite;*/
    background-color: rgb(106, 163, 88);
}
/*Shooting*/
.tbl-shootingrow {
    width: 170px;
}
.ShootingRow {
    height: 31px;
}

.ShootingLaneNumber {
    position: absolute;
    height: 33px;
    margin-top: 0px;
    width: 29px;
    text-align: center;
    background: yellow;
    /* margin-top: 2px; */
    border: 1px solid black;
}

    .ShootingLaneNumber > span {
        padding-top: 8px;
        display: block;
        font-weight: bold;
    }
.ShootingPlate {
    position: absolute;
    height: 33px;
    background: white;
    width: 140px;
    margin-left: 28px;
    margin-top: 0px;
    border: 1px solid black;
}
.ShootingTarget {
    position: absolute;
    
}
.ShootingDot {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: black;
}
    .ShootingDot:nth-child(2){
        margin-left: 30px;

    }
    .ShootingDot:nth-child(3) {
        margin-left: 55px;
    }
    .ShootingDot:nth-child(4) {
        margin-left: 80px;
    }
    .ShootingDot:nth-child(5) {
        margin-left: 105px;
    }
.ShootingMiss {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 0px 2px 2px  rgba(0, 0, 0, 0.5);
}
.ShootingMissed {
    position: absolute;
    height: 31px;
    width: 138px;
    background: red;
    opacity: 0;
    transition: opacity 0.5s;
}



@keyframes shadow-pulse {
    0% {
        background-color: rgba(255, 255, 255, 1);
    }

    50% {
        background-color: rgba(153, 255, 153, 0.9);
    }

    100% {
        background-color: rgba(255, 255, 255, 1);
    }
    /*SetStatus("LL",3,101);*/
}

/*Språkvak*/
.lanchoose {
    width: 80px;
}

.lang-choice {
    position: absolute;
    margin-top: 0px;
    top: 0px;
    right: 60px;
}

    .lang-choice .btn {
        border-radius: 0;
        background: none;
        border: #0d5487;
        color: white;
        padding-left: 0px;
    }

    .lang-choice .dropdown-menu {
        width: 130px;
        min-width: 95px;
    }

.dropdown2 {
    padding: 0 2px;
}

.li-language, .lng-populate {
    width: 100% !important;
}

@media only screen and (max-width: 500px) {
    .nav-menbut {
        display: none;
        height: 30px;
        width: 100%;
    }

    .rac-app {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-sm-menu {
        /*display: inline;*/
    }

    .nav-lin {
        display: none;
    }

        .nav-lin > li {
            /*display: block;*/
            padding-right: 0px;
        }

    #nav-b ul {
        /* display: none */;
    }

    #nav-b {
        /*height: 0;*/
    }

    .nav-ul-show {
        display: inline !important;
    }

    .nav-btn-show {
        height: auto !important;
    }
}

@media (max-width: 550px) {
    .tbl-club {
        /*font-size: 13px;
        min-width: 150px;*/
        display: none;
    }
}

@media (max-width: 710px) {
    .eight-kvart, .kvart-kvart, .semi-kvart, .final-kvart,
    .inner-eight-kvart, .inner-kvart-kvart, .inner-semi-kvart, .inner-final-kvart {
        width: 100%;
    }

    .heat-box {
        width: 100% !important;
    }

    .spr-cont {
        display: inline !important;
    }

    .td-shootings {
        display: none;
    }

    .td-misses {
        display: inline;
    }

    .semi-kvart {
        height: auto;
    }

        .semi-kvart .heat-box {
            margin-top: 5px;
        }
}

@media only screen and (max-width: 600px) {


    #racTo {
        display: none;
    }
}

@media (min-width: 650px) {
    .col-sm-4 {
        width: 33.33333333%;
        float: left;
    }
}

@media (min-width: 550px) {
    .col-sm-6 {
        width: 50%;
        float: left;
    }
}

@media (max-width: 454px) {

    [data-style="view_Starttime"] .tbl-club, [data-info="relist"] .tbl-club {
        display: none;
    }

    .heat-box {
        /*width: 320px !important;*/
    }

        .heat-box .tb-sp-club {
            display: none;
        }
}

@media (max-width: 420px) {

    .tbl-club {
        display: none;
    }

    .rac-head > span {
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media (max-width: 373px) {
    .rac-head #racDo {
        float: none;
    }
}

@media (max-width: 840px) {
    .tbl-nation {
        display: none;
    }
    .rac-inner .rac-row{
        height: 80px;

    }
    .rac-bottom > span {
        display: block;
        height: 20px;
    }
    .rac-inf .rac-bottom
    {
        height: 44px;
        width: 100%;
    }
    .rac-color{
        background-position:3px 22px !important;
    }
}

@media (max-width: 670px) {


    .dropdown {
        margin-bottom: 2px !important;
    }

    .td-sh-fname {
        display: inline;
    }

    .body-name > span.td-fname, .body-name > span.td-lname {
        /*display: block;*/
    }

    .td-fname {
        display: none;
    }


    .tbl-name {
        min-width: 140px;
    }

    .alp-view .al-name {
        min-width: 150px;
        width: 150px;
    }

    .comp-inf {
        margin-left: 10px;
        display: block;
        padding-top: -10px;
        padding-left: 10px;
        height: 50px;
        width: 100%;
    }

    .comp-img {
        width: 67px;
        float: left;
        height: 50px;
        background-size: 67px 50px;
        margin-top: 5px;
        margin-left: 15px;
    }

    #SSF_Logo {
        width: 100%;
        height: 100%;
    }

    .comp-sp {
        margin-top: 0;
        font-size: 20px;
        line-height: 25px;
    }

    .comp-inf .comp-sp {
        margin-top: -20px;
    }

    .comp-inf .comp-cl {
        font-size: 15px;
        margin-top: -5px;
        line-height: 23px;
    }


    .header {
        height: 65px;
        overflow: hidden !important;
    }

    [data-info="relist"] .tbl-bib {
        display: none;
    }
}

@media (max-width: 610px) {
    .rac-filter-box-inner {
        justify-content: unset;
    }
    .rac-filter-box {
        min-width: 0px;
    }
}
@media (max-width: 510px) {
    .alp-view .al-club {
        display: none;
    }

    .alp-view .al-name {
        min-width: 150px;
        width: auto;
    }
}

@media print {
    .body-name > span.td-fname, .body-name > span.td-lname, .body-name > span.td-fname, .body-name > .td-fname {
        display: inline;
    }

    .td-sh-fname {
        display: none;
    }


    .nav-comp, .dropdown > span, .lang-choice, .dropdown-toggle .caret {
        display: none;
    }

    .classchoice {
        display: inline !important;
    }

    .dropdown button {
        padding: 0 0;
        text-align: center;
        border: none;
        font-size: 15px !important;
        line-height: 16px;
        display: inline !important;
    }

    .comp-img {
        position: absolute;
        margin: 10px 10px;
        height: 100px;
        width: 135px;
    }

    .comp-inf span {
        margin-top: 0;
        margin: 0 auto;
        padding: 0 0;
        text-align: center;
    }

    .comp-inf {
        width: 100%;
    }

        .comp-inf comp-sp {
            font-size: 22px !important;
            font-weight: bold !important;
        }

        .comp-inf compOrg {
            font-size: 15px !important;
            font-weight: bold !important;
        }

    .downmenu {
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }
}

.new-income {
    background-color: rgb(153,204,255) !important;
}

div.raceinner [data-race="7"] {
    display: none !important;
}

.tbl-shooting {
    display: none;
    width: 50px;
    min-width: 50px;
}

.rac-inner > [data-race="519"] {
    height: 0;
    position: absolute;
    width: 0;
    overflow: hidden;
}

/*.tbl-rank{
    width: 3%;
}
.tbl-bib {
    width: 4%;
}
.tbl-name{
    width: 20%;
}
.tbl-club {
    width: 25%;
}
.tbl-nation {
    width: 4%;
}
.tbl-runtime {
    width: 8%;
}
.tbl-diff {
    width: 8%;
}*/
