body, html {
    scrollbar-face-color: ThreeDFace !important;
    scrollbar-shadow-color: ThreeDDarkShadow !important;
    scrollbar-highlight-color: ThreeDHighlight !important;
    scrollbar-3dlight-color: ThreeDLightShadow !important;
    scrollbar-darkshadow-color: ThreeDDarkShadow !important;
    scrollbar-track-color: Scrollbar !important;
    scrollbar-arrow-color: ButtonText !important;
}

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    overflow-y: hidden;
    overflow-x: auto;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    position: fixed;
    position: absolute;
    top: 0px;
    width: 120px;
    height: 100%;
    color: #e1ffff;
}

    .nav-side-menu .brand {
        background-color: #23282e;
        line-height: 25px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #2b3e50;
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #181c20;
            border: none;
            line-height: 28px;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #020203;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #2e353d;
        border-bottom: 1px solid #23282e;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #e1ffff;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #fff;
            background-color: #4f5b69;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

body {
    margin: 0px;
    padding: 0px;
}

#main-container {
    margin-left: 120px;
}

.bordered {
    /*border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc;*/
    width: 100%;
    table-layout: fixed;
    /*box-shadow: 0 1px 1px #ccc;*/
}

    .bordered tr:hover {
        background: #5e92a2;
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .bordered th {
        text-align: center;
    }

table {
    table-layout: fixed;
}

.bordered td, .bordered th {
    /*border-left: 0px solid #ccc;
    border-top: 0px solid #ccc;*/
    padding-left: 4px;
    overflow: hidden;
    text-align: left;
    font-family: Helvetica;
	font-weight: Regular;
    /*line-height: 28px;*/
    text-size-adjust: 100%;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#splitContainer {
    height: 100%;
    position: absolute;
    display: inline-flex;
}

.bordered th {
    background-color: #23282e;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#2b3e50), to(#5bc0de));
    background-image: -webkit-linear-gradient(top, #2b3e50, #5bc0de);
    background-image:    -moz-linear-gradient(top, #2b3e50, #5bc0de);
    background-image:     -ms-linear-gradient(top, #2b3e50, #5bc0de);
    background-image:      -o-linear-gradient(top, #2b3e50, #5bc0de);
    background-image:         linear-gradient(top, #2b3e50, #5bc0de);*/
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

    .bordered td:first-child, .bordered th:first-child {
        border-left: none;
    }

/*.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
 
.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}
 
.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
 
.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}
 
.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}*/
.panel-body {
    padding: 0px;
}

.panel {
    margin-left: 15px;
    /*border: 1px solid;*/

}
.bib, .rank, .shoottotal {
    text-align: center !important;
}
.time {
    text-align: right !important;
    width: 20%;
    padding-right: 3px;
}
/* Форматирование ячеек таблички*/
.rank {
    width: 15%;
    text-overflow: ellipsis;
}

.bib {
    width:15%;
    text-overflow: clip !important;
}

.name {
    width: 36%;
    text-overflow: ellipsis;
}

.roc {
    width: 15%;
    text-overflow: ellipsis;
}

.shootstring {
    /*width: 10%;*/
}

.shoottotal {
    width: 12%;
}



@media (max-width: 1024px) {
    .shieldClass {
        width: 130px;
        height: 25px;
        float: left;
        margin-left: 15px;
    }
}

.target {
    float: right;
}

@media (min-width: 1080px) {
    .shieldClass {
        width: 130px;
        height: 25px;
        float: left;
        margin-left: 15px;
    }
}

.panel-heading {
    border: none !important;
    text-align: center;
}

.splitCont {
    width: 520px;
    
}

    .splitCont td {
    }

.split-arrow {
    border: 2px solid;
    border-radius: 30px;
    display: inline-block;
    background-color: #4e5d6c;
    width: 30px;
    height: 30px;
    top: -1px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    line-height: 27px;
}

.split-arrow-left {
    float: left;
}

.split-arrow-right, .split-arrow-close {
    float: right;
}

.split-arrow-close {
    top: -10px;
    right: -15px;
    border: none;
    background: none;
}

.split-title {
    border: 1px solid;
    padding: 5px;
}

.split-add {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100px;
    height: 100px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    border: 2px solid;
    border-radius: 50px;
    cursor: pointer;
}

    .split-add > i {
        line-height: 40px;
        font-size: 40px;
        padding-left: 5px;
        left: -4px;
    }

    .split-add:hover {
        color: #5e92a2;
    }

    .split-add > i, .split-add > span {
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

#products li {
    padding-left: 10px;
}

.event-header {
    height: 60px;
    background: #2e353d;
    background: -webkit-linear-gradient(left, #2e353d,#2b3e50);
    background: -o-linear-gradient(right,#2e353d,#2b3e50);
    background: -moz-linear-gradient(right,#2e353d,#2b3e50);
    background: linear-gradient(to right, #2e353d, #2b3e50);
    text-align: center;
    border-bottom: 1px solid;
}
    .event-header > .event-name, .event-header > .race-name {
        font-family: Verdana;
        color: #e1ffff;
        
    }
        .event-header > .race-name {
            font-style: italic;
        }
button.panel-caption {
    padding-top: 2px;
    padding-bottom: 2px;
}

.favourite-selected {
    background-color: rgb(170, 149, 40);
}