/****************************
bootstrap overrides
**************************/
html,body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
/*.glyphicon {
        margin-right: 4px;
}
*/
.alert {
    margin: 5px 0px;
    padding: 7px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 16px;
}


/***************************
lightbox
*******************************/
.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;padding-top:45%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left}

/***************************
accordion 
****************************/
.accordion,
.accordion ul,
.accordion li,
.accordion a,
.accordion span {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.accordion li {
    list-style: none;
}
.accordion li > a {
    display: block;
    position: relative;
    /* min-width: 110px;*/
    padding: 0 10px 0 10px;

    color: #fdfdfd;
    font: bold 14px/32px Arial, sans-serif;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0,0,0, .35);

    background: #6c6e74;
    background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
    background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);

    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}
.accordion li > a span {
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    padding: 0 6px;
    margin-right: 10px;

    font: normal bold 12px/18px Arial, sans-serif;
    background: #404247;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
    box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
}
.accordion > li > a:hover,
.accordion > li > a.active {
    color: #3e5706;
    text-shadow: 1px 1px 1px rgba(255,255,255, .2);

    background: #a5cd4e;
    background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
    background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
}

.accordion > li > a:hover span,
.accordion > li > a.active span {
    color: #fdfdfd;
    text-shadow: 0px 1px 0px rgba(0,0,0, .35);
    background: #3e5706;
}


/******************************
own styles
******************************/
#map-page-container {
    height: 87%;
    overflow: hidden;
    position: relative;
    /*margin-right: 150px;*/
}

.right-panel {
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
}

#map-box, #map-menu {
    height: 100%;
}
#map-box {
    /*float: left;*/
    /*width: 77%;*/
}
#map-menu {
    overflow: auto;
    border-right: solid 1px #999;
    position: relative;
    width: 245px;
    float: left;
    z-index: 100;
}

@media (max-width:720px) {
    #map-menu:not(.active) {
        width: 41px;
        overflow: visible;
    }

    #menu-burger{
        display: block;
        margin-top: 5px;
    }

    #top10 {
        top: 0px;
    }

    .hide-div{
        width: 0px !important;
    }

    .onoff, .top10-content{
        margin-top: 7vh;
        position: fixed;
        right: 0; 
    }

    #btn-menu{
        width: 40px;
        height: 7vh;
        padding: 0 10px 0 10px;
        border: none;
        position: fixed;
        right: 0;
        background: #404247;
        z-index: 200;
        top: 170px;
    }    

    #map-menu:not(.active) .menu-tabs.accordion li > a span{
        display: none;
    }

    #map-menu:not(.active) .menu-tabs.accordion li > a{
        height: 40px;
        overflow: hidden;
    }

    #map-menu:not(.active) .menu-tabs.accordion .menu-tab-content{
        display: none!important;
    }


    #map-menu:not(.active) .glyphicon{
        top: 5px;
        left: 3px;
    }

    #map-page-container #top10 {
        z-index: 100;
        overflow: hidden;
    }

    .modal {
        max-width: 100%!important;
        width: 100%!important;
        margin: 0 auto !important;
    }

    .modal-dialog {
        width: 100%;
    }

    #elevation_btn {
        left: 7%!important;
    }

    #timing {
        min-width: 264px;
        width: 90%!important;
        right: 0!important;
        margin: 0 1% 0 1%!important;
        overflow-y: auto !important;
    }

    #timing .col-xs-4 {
        padding: 0 1%;
        width: 40%;
    }
    #race_time {
        font-size:20px !important;
        width: 175px !important;
    }
    
    #race_switch {
        width: 175px !important;
    }
    #map-box .gm-control-active.gm-fullscreen-control {
        /*top: 25px !important;*/
        right: 0 !important;
        margin: 8px 0 5px 0 !important;
    }
}

@media (min-width: 720px){
    #menu-burger{
        display: none;
    }

    #top10 {
        top: 100px;
    }
}

@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 0 auto;
    }
    #klasyfikacja_modal.modal {
        width: 200px !important;
    }

    .modal {
        width: 600px;
    }

}

.modal-dialog {
    width: 100%;
    margin: 0;
}


.drawPathBtn.col-xs-4{
    width: 30%!important;
}

#eraseAllPaths{
    margin-left: 10px;
}

#map-menu-title {
    background-color: #777;
    color: #fff;
    font-weight: bold;
    padding: 1px 5px 1px 10px;
}
#menu-footer {
    position: absolute;
    bottom: 0;
    padding: 0px 10px;
    font-size: 10px;
    background-color: #fff;
    color: #888;
    border-top: solid 1px #888;
    border-right: solid 1px #888;
}
.brand-map {
    color: #e74710;
}
.brand-artisan {
    color: #000;
}
.brand-artisan-reverse {
    color: #fff;
}
.brand-artisan-version {
    font-size: 10px;
}
#mapartisanbrand {
    /*-webkit-box-shadow: rgb(187, 187, 187) 0px 0px 5px 0px;*/
    background-color: rgba(255, 255, 255, 0.701961);
    /*box-shadow: rgb(187, 187, 187) 0px 0px 5px 0px;*/
    color: rgb(51, 51, 51);
    cursor: auto;
    display: block;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    margin-bottom: 5px;
}
#mapartisanbrand a {
    color: #555;
}
#mapartisanbrand .brand-artisan, #mapartisanbrand .brand-map {
    font-weight: bold;
    font-size: 12px;
}
#menu-tree {
    padding: 10px;
}
#menu-tabs {
    background-color: black;
}

.menuel-content {
    margin-left: 25px;
}
.menuel-name {
    cursor: pointer;
    display:block;
}
.menuel-title {
    display: table;
    width:100%;
}
.menuel-cell {
    display: table-cell;
    vertical-align: middle;
    padding-right: 2px;
}
img.menuel-icon {
    cursor: pointer;
}
.infocontent-description {
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
}
.infocontent-title {
    background-color: #777;
    color: #fff;
    font-weight: bold !important;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 3px;
    /*border-bottom: solid 1px #aaa;*/
}
.infocontent-img {
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 3px;
    border: solid 1px #aaa;
    cursor: pointer;
}
#menu-toggle-container {
    /*padding-top: 40px;*/
}
#menu-toggle {
    /*writing-mode:lr-tb;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform: rotate(-90deg);
    white-space:nowrap;
    display:block;
    bottom:0;*/
    background-color: #fff;
    border: 1px solid #888;
    border-left: none;
    padding: 20px 10px 20px 10px;
    font-size: 12px;
    color: #555;
    cursor: pointer;
}
.noradius {
    border-radius: 0px;
}
.menu-tab-content {
    padding: 10px 0;
    overflow: auto;
}
.margin-top {
    margin-top: 10px;
}
.infocontent-tools {
    border-top: solid 1px #999;
}
.infocontent-tools {
    border-top: solid 1px #999;
}
.infocontent-tools-link {
    padding-right: 5px;
}
.infocontent-tools-add {
    display: none;
}
#infocontent-tools-route-add td {
    border: none;
    vertical-align:middle;
}
#routeinfo-oper-buttons {
    display: none;
}
.modal-body {
    overflow: auto;
}
#zawodnicy td, #zawodnicy_at td {
    cursor: pointer;
}
img.foto-zaw {
    float: left;
    margin-right: 30px;
    max-width: 200px;
    max-height: 200px;
}

.dl-horizontal-div{
    display: flex;
    min-width: 130px;
}

dt.col-left {
    width: 115px;
    clear: none;
    float:left;
}
dd.col-right {
    margin-left: 5px;
    clear: none;
    width: 40px;
    float: left;
}

@media(max-width: 540px) {
    dd.col-right{
        float: none;
        width:auto;
    }
}

.stat-title{
    font-weight: bold;
    clear:both;
    margin:5px 0;
    text-align: center;
}
.trasa_weryfikowana {
    color: lightgreen;
}
.clear {
    clear: both;
}
.zawodnik_row td,
.ppultra_row td{
    cursor: pointer;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 600px;
        /*margin-top: 130px;*/
    }
}
.map-header {
    /*padding: 2px 150px 10px 3px;
    padding: 2px 10px 10px 3px;
    border-bottom: solid 1px #999;
    background-color: #fff;
    width: 100%;
    height: 10%;
    overflow: hidden;*/
}
img.autoresize {
    width: 100%;
    max-height: 100%;
}

#race_switch {
    position: absolute;
    top: 0;
    right: 0;
    /*width: 225px;*/
    height: auto;
    overflow: hidden;
    z-index: 100;
    background-color: #000;
    cursor: pointer;

}

#race_switch a {
    display: block;
    color: #fdfdfd;
    font: bold 14px/7vh Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    padding:0 5px;
    border-bottom: solid 1px #4C4C4C;
}
#race_switch a:hover, #race_switch a:active {
    background-color: #4C4C4C;
}

#top10 {
    background-color: #202020;
    position: absolute;
    right: 0;
    width: 26px;
    max-width: 620px;
    max-height: 600px;
    min-height: 246px;
    /*overflow: hidden;*/
    overflow: visible !important;
    z-index: 100;
    margin:70px 0px 0px 0px;
}

#top10 .onoff {
    background-color: #000; 
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    /*width: 90px;*/
    float: left;
    /*position: static;*/
    position: relative;
}
#top10 .top10-content {
    background-color: #202020;
    position: static;
    margin-left: 90px;
    min-width: auto;
    max-height: 600px;
    overflow: hidden;
}
#reklama_content #advert_video {
    width: 420px; 
    height: 315px;
    display: block;
    margin: 0 auto;
}
.truncate, .truncate_page {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.truncate {
    width: 110px;
}

.punkt-image {
    margin-bottom: 20px;
}
.punkt-image img {
    max-width: 600px;
    max-height: 250px;
}
#zawodnicy_po th, #message_table th
{
    cursor: pointer;
}
.tablo-body
{
    overflow: hidden;
}
#tablo {
    font-size: .8vw;
}

#tablo tr td, #tablo tr th {
    height: 1.5vh;
    padding: 0 5px;
    vertical-align: middle;
}
#klasyfikacja_modal .modal-body {
    font-size: 1vw;
}
#klasyfikacja_modal.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    transform: translate(0, -15%) !important;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
#klasyfikacja_modal.modal-dialog {
    -webkit-transform: none !important;
    transform: none !important;
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

 .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching
full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

.tablo-top10 tr.zawodnik_row td:nth-child(-n+5), .tablo-top10 tr td:last-child  {
    font-weight: bolder;
}

.tablo-top10 tr.race_row td:last-child {
    font-weight: initial;
}

.tablo-border-left {
    border-left: 2px solid #fff;
    padding-left: 2px;
}
.tablo-border-right {
    border-right: 2px solid #fff;
    padding-right: 2px;
}
.runda {
    width: 1%;
    text-align: center;
    font-weight: bolder;
    border-left: 1px solid #282828;
}
.low-width {
    width: 1%;
}
.middle-width {
    width: 7%;
}
.zaw_status_yellow {
    color: yellow;
}
.zaw_status_red {
    color: red;
}
.zaw_status_green {
    color: green;
}
.wycofani_row {
    background-color: gray;
}

/*.race_row td:last-child {*/
/*    border-right: 2px solid #fff;*/
/*}*/
.tablo-active {
    display: block;
}
.tablo-category {
    text-align: center;
    color: #ffffff;
    padding: 10px 0 0 0;
}
.top10-table-temp {
    visibility: hidden;
}

#klasyfikacja_modal .modal-body {
    text-align: center;
    padding: 0px;
}
#zawodnicy_po th .glyphicon {
    font-size: 10px;
    margin-left: 10px;
}
.indicator {
    opacity: .3;
    font-size: 11px;
}
.switch_content, .switch_content_page {

    min-height: 175px;
}
.switch_content {
    padding: 10px;
    display: none;
}
.switch_btn:hover, .switch_btn.active {
    background-color: #4C4C4C;
}
.switch_btn {
    border-bottom: solid 2px #4C4C4C;
    text-align: left;
    position: relative;
    width: 120px;
}
.switch_content.streams, .switch_content.sponsorzy {
    text-align: center;
}
#streams_holder {
    height: 315px;
    overflow: auto;
}
#streams_holder #streams td.name {
    width: 80%;
    vertical-align: middle;
}
#streams_holder #streams td.open_btn {
    width: 20%;
}
#top10-solo-table, #top10-open-table {
    display: none;
}
.top10-switch {
    margin-bottom: 15px;
}
.zawodnik.wycofany {
    color: #777;
}
.zawodnik.disqualified {
    color: #777;
}
#zawodnicy th {
    cursor: pointer;
}
.switch_content.profil {
    overflow: hidden;
}
#elevation_btn {
    left: 50%;
    position: fixed;
    bottom: 0;
    font-weight: bold;
    padding: 5px 20px;
    color: #fff;
    background-color: #000;
    cursor: pointer;
}
#elevation_btn:hover {
    background-color: #4C4C4C;
}
#elevation {
    z-index: 101;
    height: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    border-top: solid 1px #000;
}
.maxheight {
    max-height: 110px;
    overflow-y: auto;
}
.menuel{
    padding:0 10px;
    line-height: 180%;
    vertical-align: middle;
}

.menuel:hover{
    background-color:#4C4C4C;
}
.modal-backdrop.in {
    margin-left:245px;
}

.modal input[name=new_klucz] {
    color: black;
}

#timing {
    margin: 0 10% 0 32%;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 700px;
}

.modal {
    margin: 5% auto 0 auto;
    max-width: 80%;
}

.loading_indicator {
    text-align: center;
    display:none;
    padding:40px 0;
}

.modal.loading .loading_indicator {
    display:block;
}

.modal.loading .modal-body { 
    display:none;
}
#tooltip {
    display: none;
    position: absolute;
    background: black;
    padding: 5px;
    transition: position 5s;
}

#map_menu_paths .menuel-cell:first-child {
    width: 25px;
}
#zawodnicy {
    margin-left: 10px;
    width: 95%;
    margin-bottom: 0px!important;
}
#zawodnicy_at {
    margin-left: 10px;
    width: 95%;
}
#pokaz_punkt_extra {
    display: none;
}
.switch_content.account .login-form {
    width: 90%;
}
.switch_content.account #restore_panel {
    display: none;
}

.switch_content.account .wyslane td span {
    cursor: pointer;
    text-decoration: underline;
}

.switch_content.account textarea.new-message-value {
    padding: 5px;
    width: 92%;
    margin: 3%;
    color: black;
}

.switch_content.account input.btn.new-message,
.switch_content.account .update_player_key,
.switch_content.account .set_alias,
.switch_content.account .set_address{
    background: #4C4C4C;
    margin-left: 3%;
}

.switch_content.account .messages-container .row{
    margin: 0;
}

.marker-message{
    color: black;
}

.messages-container  .items {
    max-height: 210px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.follow {
    color: #eaeaea;
}

#markerEye {
    display: none;
    position: absolute;
    background: none;
    font-size: 21px;
    color: black;
    cursor: pointer;
    z-index: 0;
}

input.search {
    border-radius: 25px!important;
    padding: 7px 14px;
    background-color: transparent;
    border: solid 1px rgba(255, 255, 255, 0.2);
    width: 95%;
    box-sizing: border-box;
    color: #fff;
    margin: 5px 5px 15px 5px;
}
input.search:focus {
    outline: none;
    border-color: #aaa;
}
#account-photo, #account-kod {
    display: none;
    margin: 10px 0;
}
#account-photo .mes span {
    font-size: 20px;
    padding: 5px;
}

#account-kod input[type=text], 
#account-photo .alias input[type=text] {
    color: black;
}

#account-photo #alias.error,
.address-data .error {
    border-color: #cc0000;
}

#account-photo .remove_alias  {
    background: #cc0000;
}

#account-photo .mes .success,
#account-kod .mes .success{
    color: #77b300;
}
#account-photo .mes .error,
#account-kod .mes .error{
    color: #da6161;
}

#account-trasy td:nth-child(1),
#account-routes td:nth-child(1) {
    width:80%;
    vertical-align: middle;
}

.account-switch button{
    width: 19.1%;
    margin-left: 0.5%;
    margin-top: 4px;
}
.account-switch button:nth-child(1){
    margin-left: 0;
}

#preview {
    max-height: 200px;
    text-align: center;
    overflow:hidden;
}

#account-photo .alias{clear:left;}

#to_map {
    color: #00ff00;
    font-size: 20px;
    text-decoration: none;
    background: black;
    padding: 5px 20px;
    margin: 5px;
    display: inline-block;
    border-radius: 5px;
}
#broken_count {
    color: red;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 20px;
    margin: 5px;
    display: inline-block;
}

#lokalizatory_page #tabs {
    border:none;
}
#lokalizatory_page #tab-1,
#lokalizatory_page #tab-2 {
    padding: 0;
}
#lokalizatory_content,
#lokalizatory_lista_content,
#lokalizatory_page .search_container {
    margin: 20px 1%;
}

#lokalizatory {
    width: 100%;
    font-size: 18px;
    border-collapse: collapse;
}
#lokalizatory td,
#lokalizatory th {
    border: 1px solid black;
    padding: 5px;
}
#lokalizatory th {
    cursor: pointer;
    color: black;
}
#lokalizatory tr:hover {
    background: #ededed;
}
#lokalizatory tr.broken {
    color: red;
}
#lokalizatory tr.wycofany {
    color: white;
    background: #383235;
}
#lokalizatory tr.disqualified {
    color: white;
    background: #b42f2f;
}
#lokalizatory tr.completed {
    background: #73c173;
}
#lokalizatory tr.broken:hover {
    color: #cc3737;
}
#lokalizatory tr.wycofany:hover {
    background: #1a1813;
}
#lokalizatory tr.disqualified:hover {
    background: #912222;
}
#lokalizatory tr.completed:hover {
    background: #5d9b5d;
}
#lokalizatory span.edit {
    opacity: 0;
    float: right;
    font-size: 14px;
    padding-top: 5px;
}
#lokalizatory img.loading {
    display: none;
    float: right;
    padding: 5px 5px 0 0;
}
#lokalizatory tr:hover span.edit {
    opacity: 1;
}
#lokalizatory td.sn {
    cursor: pointer;
    width: 300px;
}
#lokalizatory select{
    color: black;
}
#lokalizatory thead .row_number {
    width: 4%;
}
#lokalizatory .map_link {
    width: 8%;
}
#lokalizatory .map_link_btn {
    width: 100%;
    color: black;
    border: 1px solid gray;
    border-radius: 2px;
    background-color: #eaeaea;
}
#lokalizatory .map_link_btn:hover {
    background-color: #eaeaea;
}

#race_time {
    width: 225px;
    height: 7vh;
    line-height: 7vh;
    text-align: center;
    font-size: 30px;
    background: black;
}

.radio {
    width: 225px;
    height: 32px;
}
.radio audio {
   width: 100%;
}

#account-photo #preview img.photo {
    max-width: 100%;
    max-height: 100%;
}
.switch_btn.rezerw {
    line-height: 20px;
}
.switch_content.rezerw,
.switch_content.start,
.switch_content.ppultra,
.switch_content.top10 {
    max-height: 400px;
    overflow-y: auto;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.unread {
    display: inline-block;
    vertical-align: super;
    font-size: 10px;
    border: #5491ef solid;
    border-radius: 10px!important;
    background: #5491ef;
    padding: 0 4px;
    -webkit-animation: bounce .4s ease-out;
    -moz-animation: bounce .4s ease-out;
    -o-animation: bounce .4s ease-out;
    animation: bounce .4s ease-out;
    height: 18px;
    line-height: 13px;
}
.switch_content.live tr.new {
    background-color: #404040;
}

.minimized #map-menu:not(.active) {
    width: 41px;
    overflow: visible;
}
.minimized #map-menu:not(.active) .menu-tabs.accordion li > a span{
    display: none;
}
.minimized #map-menu:not(.active) .menu-tabs.accordion li > a{
    height: 40px;
    overflow: hidden;
}
.minimized #map-menu:not(.active) .menu-tabs.accordion .menu-tab-content{
    display: none!important;
}
.minimized #map-menu:not(.active) .glyphicon{
    top: 5px;
    left: 3px;
}
.minimized .modal-backdrop.in {
    margin-left:40px;
}
.modal .gps_error {
    color: #05ff05;
    clear: both;
    text-align: center;
}
.modal .lastTime{
    color: #05ff05;
}
.modal .text-error {
    color: red;
}
body.big {
    font-size:14px;
    padding:15px;
}
.table-users {
    font-size: 12px;
}
.users_selector .all_users,
.users_selector .buttons,
.users_selector .selected_users,
.users_selector .payments_users{
    float:left;
    margin: 10px;
}
.users_selector .user label{
    padding:5px;
    display:block;
    cursor: pointer;
}
.users_selector .buttons div {
    border:solid 1px #ccc;
    font-weight: bold;
    text-align: center;
    padding:5px;
    cursor: pointer;
    margin:5px 0px;
    color: #ccc;
}
.users_selector .buttons div.active {
    color: #000;
}

.users_selector .all_users > div,
.users_selector .selected_users > div,
.users_selector .payments_users > div {
    max-height: 500px;
    overflow: auto;
}

.users_selector .buttons div.active:hover{
    border:solid 1px #808080;
}

.users_selector .buttons {
    margin-top: 30px;
}

.selected_users .table>tbody>tr>td, .payments_users .table>tbody>tr>td,
.selected_users .table>tbody>tr>th, .payments_users .table>tbody>tr>th,
.selected_users .table>tfoot>tr>td, .payments_users .table>tfoot>tr>td
.selected_users .table>tfoot>tr>th, .payments_users .table>tfoot>tr>th
.selected_users .table>thead>tr>td, .payments_users .table>thead>tr>td
.selected_users .table>thead>tr>th, .payments_users .table>thead>tr>th {
    padding: 0px 5px;
    line-height: 25px;
}
.users_selector .selected_users .table .user label, .users_selector .payments_users .table .user label {
    padding:0px;
    margin:0px;
}
input.edit_field {
    width: 50px;
}
input.edit_field.date {
    width: 100%;
}

.users_selector .user input[type=checkbox]{
    margin-right: 5px;
}
.users_selector .user .glyphicon {
    visibility: hidden;
    float:right;
    margin-top: 5px;
}
.users_selector table .user:hover .glyphicon {
    visibility: visible;
}
.users_selector table .user:hover td {
    background: #ededed;
}
.users_selector table .user td.edit {
    cursor: pointer;
}
.users_selector .all_users  {
    width:420px;
}
.list_users {
    font-size: 12px;
}
.users_selector .selected_users {
    float:none;
    margin-left: 500px;
}

.users_selector .payments_users
{
    float: none;
    margin-right: 500px;
}
td.selected_user_name {
    width: 300px;
}
#user_sign {
    font-weight: bold;
    color: #00cc00;
}

#account-photo .user_info {
    float: left;
}
#account-photo .user_info dt{
    display: inline-block;
    width:150px;
}
#account-photo .user_info dd{
    display: inline-block;
}
#account-photo .user_photo {
    float:right;
    width: 50%;
}
#account-photo {
    padding-bottom: 20px;
    overflow:hidden;
}

.key-search-form #mess {
    text-align: center;
}
.key-search-form #mess .error {
    color: red;
}

.alias #alias {
    line-height: 28px;
}
.show_on_list {
    padding-top: 5px; 
}
#ppultra_list table th,
#rezerwe_list table th,
#start_list table th,
#ppultra_list table th{
    padding-right: 5px;
}
#ppultra_list table td,
#rezerwe_list table td,
#start_list table td,
#ppultra_list table td{
    padding-right: 5px;
    line-height: 25px;
    border-top: 1px solid #282828;
}
#ppultra_list table tr:hover td,
#rezerwe_list table tr:hover td,
#start_list table tr:hover td,
#ppultra_list table tr:hover td{
    background-color: #282828;
}

.ppultra_lb {
    display: inline-block;
    width: 60px;
}

.col_100 {
    display: inline-block;
    width: 92%;
}
.col_50 {
    display: inline-block;
    width: 45%;
}
.col_20 {
    display: inline-block;
    width: 21%;
}
.col_33 {
    display: inline-block;
    width: 30%;
}

.address-data {
    width:45%;
}

#reg_form {
    font-size: 16px;
    width: 50%;
    margin: 0 auto;
}
#reg_form .line {
    margin-bottom: 20px;
}
#reg_form input,
#reg_form select {
    width: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
}
#reg_form label {
    margin-right: 10px;
}
#reg_form .user_photo .col {
    display: inline-block;
    width: auto;
}
#reg_form #preview img {
    max-width: 92%;
    max-height: 400px;
    margin: 0 auto;
    display: block;
}
#reg_form .error {
    color: red;
}

#users_list {
    width: 100%;
    font-size: 13px;
}
#race_info {
    background: #fff;
    position: fixed;
    top: 7%;
    right: 3%;
    font-size: 16px;
    overflow-y: auto;
    overflow-x: hidden;
}
#race_info table{
    width: 100% !important;
}
#race_info th, td {
    border: solid 1px black;
}
#race_info .info_close{
    color: red;
    opacity: .2;
}
#race_info .info_close:hover {
    color: black;
}
#edit_pane {
    background: #fff;
    width: 35%;
    position: fixed;
    top: 20px;
    right: 20px;
    bottom: 20px;
    font-size: 16px;
    overflow-y: auto;
    overflow-x: hidden;
}
#edit_pane .pane {
    border: solid black;
    padding: 10px;
}
#edit_pane .line {
    text-align: center;
    margin-bottom: 5px;
}
#edit_pane .input {
    width: 100%;
    box-sizing: border-box;
}
#edit_pane #preview {
    height: 200px;
}
#edit_pane #preview_origin {
    display: none;
}
#edit_pane #preview img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}
#edit_pane .error {
    color: red;
}
#edit_pane .success {
    color: green;
}
#edit_pane #messages {
    width: 100%;
    position: relative;
}
#edit_pane #messages .close {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    color: red;
}

#users_list table {
    border-collapse: collapse;
    margin: 0 auto;
    display: inline-block;
    float: left;
    width: 60%;
}
#users_list tr.even {
    background: #f2f1f0;
}
#users_list tr.active {
    background: #c6c6cc;
}
#users_list td,
#users_list th {
    padding: 2px;
    border: 1px solid black;
}
#users_list th {
    cursor: pointer;
    background: #f8f8ff;
}
#users_list .button {
    font-size: 13px;
    border: none;
    padding: 2px 5px; 
    cursor: pointer;
    margin: 5px;
}
#users_list .edit {
    background-color: #ffff00;
}
#users_list .accept {
    background-color: #66ff66;
}
#users_list .decline {
    background-color: red;
    color: white;
}

a.link-import {
    text-decoration: underline;
}

.import_warn {
    color: #e6cb0c;
}

.import_success {
    color: #06a906;
}

.import_fail {
    color: red;
}


.regform {
    padding-top: 20px;
}

.address-data input{
    float: right;
}
.address-data input[type=text],.address-data input[type=tel]{
    color: black;
}

.hide-points,
#display-cities,
#display-cars {
    font-size: 12px;
    cursor: pointer;
    margin-left: 10px;
    color: white;
    text-decoration: underline;
}

.search_block .show_all_search{
    cursor: pointer;
    text-decoration: underline;
    width: 90px;
}
#low_batery_users_list{
    margin: 20px;
}
#lokalizatory_lista,
#low_batery_users_list{
    width: 100%;
    background-color: white;
    font-size: 13px;
}
#lokalizatory_lista td, 
#lokalizatory_lista th,
#low_batery_users_list td,
#low_batery_users_list th{
    border: 1px solid black;
    padding: 5px;
    text-align: left;
}
#lokalizatory_lista th,
#low_batery_users_list th{
    background: lightgray;
    text-align: center;
    cursor: pointer;
}

#lokalizatory_lista input {
    border: 1px solid gray;
    border-radius: 2px;
    font-weight: normal;
}
#lokalizatory_lista tbody tr:hover,
#low_batery_users_list tbody tr:hover{
    background: #EDEAEA;
}
#lokalizatory_lista .active_row,
#lokalizatory_lista .active_row:hover {
    background: #FFFFB2;
}
#lokalizatory_lista .row_number {
    min-width: 32px;
    text-align: left;
}
#lokalizatory_lista .zawodnik {
    min-width: 130px;
}
#lokalizatory_lista .remove_owner {
    min-width: 25px;
    padding: 0;
}
#lokalizatory_lista .remove_owner_btn {
    padding: 5px 3px;
    width: unset;
    border: none;
    color: red;
    background: none;
}
#lokalizatory_lista .id_lokalizatora {
    min-width: 32px;
    width: 32px;
    text-align: left;
}
#lokalizatory_lista .sn{
    min-width: 150px;
    width: 150px;
}
#lokalizatory_lista .version  {
    min-width: 50px;
    width: 50px;
    word-wrap: break-word;
    text-align: center;
}
#lokalizatory_lista .nr_karty {
    min-width: 75px;
    width: 75px;
}
#lokalizatory_lista .battery  {
    min-width: 50px;
    width: 50px;
    word-wrap: break-word;
    text-align: center;
}
#lokalizatory_lista .last_location {
    min-width: 135px;
    width: 135px;
    text-align: center;
}
#lokalizatory_lista .map_link {
    min-width: 62px;
    width: 62px;
}
#lokalizatory_lista .map_link_btn {
    width: 100%;
}
#lokalizatory_lista .stan {
    min-width: 76px;
    width: 76px;
    text-align: center;
}
#lokalizatory_lista .opis {
    min-width: 80px;
    width: 30%;
}
#lokalizatory_lista tbody .opis {
    word-wrap: break-word;
    text-align: justify;
}
#lokalizatory_lista tbody .battery_status {
    text-align: center;
}
#lokalizatory_lista tbody .quality {
    text-align: center;
}
#lokalizatory_lista tbody .satellite {
    text-align: center;
}
#lokalizatory_lista .control_buttons {
    min-width: 115px;
    width: 115px;
}
#lokalizatory_lista .control_buttons input {
    width: 50px;
}
#lokalizatory_lista .add_btn {
    background: #7DE087;
}
#lokalizatory_lista .edit_btn {
    float:left;
    background: #EDE13D;
}
#lokalizatory_lista .remove_btn {
    float:right;
    background: #F46161;
}
#lokalizatory thead .row_number,
#lokalizatory_lista thead .row_number,
#lokalizatory_lista thead .control_buttons {
    cursor: default;
}

#lokalizator_edit_panel {
    width: 18%;
    position: fixed;
    top: 127px;
    right: 9%;
    bottom: 23px;
    overflow-y: auto;
    font-size: 15px;
}
#lokalizator_edit_panel form {
    height:100%;
}
#lokalizator_edit_panel .pane {
    height: 100%;
    border: 1px solid;
    padding:10px;
    background-color: white;
}
#lokalizator_edit_panel table {
    width:100%;
    height:100%;
}
#lokalizator_edit_panel tr:nth-child(even) td {
    padding-bottom: 5px;
}
#lokalizator_edit_panel input,
#lokalizator_edit_panel select,
#lokalizator_edit_panel textarea {
    width:100%;
    padding: 0px 5px;
}
#lokalizator_edit_panel .opis {
    height:95%;
}
#lokalizator_edit_panel textarea {
    height: 100%;
    resize: none;
    padding: 5px;
    white-space: normal;
    text-align: justify;
}
#lokalizator_edit_panel #message {
    font-size: 14px;
    text-align: center;
    padding-bottom: 0px;
}
#lokalizator_edit_panel #message .close_btn {
    width: unset;
    border: none;
    color: red;
    background: none;
}
#lokalizator_edit_panel .success {
    color: green;
}
#lokalizator_edit_panel .error {
    color: red;
}
#lokalizator_edit_panel #invalid_sn,
#lokalizator_edit_panel #invalid_nr_karty,
#lokalizator_edit_panel #invalid_opis {
    float: left;
}
#lokalizator_edit_panel label {
    margin-bottom: 0;
    font-size: 13px;
    text-align: left;
}
th.czas.header {
    width: 170px;
}

#scores_page .links {
    margin: 20px 0;
}
#scores_page  .links a {
    font-size: 20px;
    margin-right: 20px;
}
#scores_page .links #get_report,
#scores_page #races_list label {
    font-size: 20px;
}

.manual_group{
    background-color:#98DEAA;
}

.warning{
    color:red;
}

select.category,
select.start_time {
    width: 142px;
    margin-left: 15px;
    color: #222;
}
label.start_time {
    max-width: 180px;   
}
select.start_time {
    margin-left: 70px;
}

.modal-body dt,
th {
    color: darkgrey;
}

.stat-title dd {
    color: #05ff05;
    min-width: 42px;
}
.modal-title{
    font-size: 15px;
}

.table-pk {
    display: block;
    height: 108px;
    overflow-y: scroll;
    margin-bottom: -10px;
}

#punktModal {
    overflow-y: auto;
}

.table-punkt {
   display: block;
   height: 289px;
   overflow-y: scroll; 
}

div.foto-zaw {
    display: inline-block;
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

div.stream-on,
div.weather-on {
    display: inline-block; 
    float: right;
}
div.weather-on {
    margin-left: 5px;
}

.stream-on,
.weather-on {
    cursor: pointer;
}
.stream-dialog {
    overflow: hidden;    
    width: 100%;
    height: 100%;
    margin: auto;
}
.stream-dialog iframe{
      width: 100%;
      height: 97%;
      left: 0;
      top: 0;
}

.stream-dialog object{
      width: 100%;
      height: 97%;
      left: 0;
      top: 0;
}

body.map div.ui-widget-content {
    background: #282828 !important;
}
body.map div.ui-widget-header {
    border: 1px solid #353535 !important;
    background: #282828 !important;
    color: #fdfdfd !important;
    
}
body.map div.ui-widget-header a {
        text-shadow: 0 1px 0 #ffffff !important;
}
.nav>li>a {
    padding: 10px 11px !important;
}

body.map .ui-dialog-titlebar-close {
    background: #efefef;
}

body.map .ui-icon-closethick {
        margin: 0px !important;
}
#stream-table{
    display: block;
    height: 269px;
    overflow-y: scroll;
}
.name-stream{
    width: 435px;
}
.name-stream span{
    float: left;
}
.open-btn {
    width: 110px;
}

.stat-button {
    height: 32px;
    margin-left: -23px;
}
.re-stat {
    height: 32px;
}
#user-photo {
    width: 30%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.no-picture {
    background: #F2F2F2;
}

body.map div.ui-icon-grip-diagonal-se {
    background-image: url(/images/ui-icons_reverted.png);
}

.user-info {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 600px;
}

.container-info {
    width: 750px;
}

.user-security-info,
.left-block {
    float: left;
    width: 40%;
}
.user-password,
.right-block {
    float: right;
    width: 60%;
}

select.start,
select.ppultra,
select.cat {
    width: 142px;
}

div.zaw-info label {
    width: 100%;
    margin-top: 5px;
}

div.tabs-container {
    margin-top: 15px;
}

body.account h5,
.mes .error,
.stat-mes .error,
.security_mes_modal .error,
.security-mes .error {
    color: #e74710;
    font-size: 16px;
}
.mes .success,
.stat-mes .success,
.security-mes .success,
.security_mes_modal .success {
    color: green;
    font-size: 16px;
}

.to-acc {
    background-color: #5cb85c;
    border-color: #4cae4c;
    margin-left: 5px;
}

.to-acc a{
    color: #fff;
}

.to-acc-button {
    margin-top: 3%;
    margin-left: 32%;
}

#account-trasy td a, 
#account-routes td a{
    padding: 5px 10px;
}

body.account input.btn-default {
    color: #fff;
    background-color: #777777;
}

body.account input.btn-default:hover {
    background-color: #5d5d5d;
}

body.account label {
    margin-top: 5px;
    margin-bottom: 0px;
}
body.account input {
    margin-bottom: 5px;
}

.stream-type {
    margin-left: 10%;
}

.secur {
    display: inline-block;
}
.secur+a {  
    float: right;
    margin-top: 5px;
}
.logout {  
    background-color: #007fff !important;
    margin-right: 13px;
}

.logout:hover {  
    background-color: #0373e4 !important;
}
#restore-pass {
    margin-left: 7px;
}
.account #messages {
    font-size: 16px;
    color: green;
}
.user-icon-color {
    width: 34px;
    height: 21px;
    margin-left: 7px;
    display: inline-block;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.h {
    width: 46%; 
    display: inline-block;
}

select.record,
select.club {
    width: 100%;
}

.left-head {
    min-width: 58%;
    width: 200px;
}
.record-zaw {
    padding: 0px 5px;
    display: inline-block;
    margin-left: 20px;
}
.record-label {
    width: 4px;
    height: 18px;
}
.record-label-page {
    width: 1vw;
    height: 100%;
}

.record-label.orange,
.record-label-page.orange,
.record-zaw.orange {
    background: #e67e22;
}
.record-label.green,
.record-label-page.green,
.record-zaw.green {
    background: #22e651;
}
.record-label.yellow,
.record-label-page.yellow,
.record-zaw.yellow {
    background: #f1c40f;
}
.record-label.blue,
.record-label-page.blue,
.record-zaw.blue {
    background: #3498db
}
.record-label.dark,
.record-label-page.dark,
.record-zaw.dark {
    background: #595959;
}
.record-label-page.black {
    background-color: #000;
    border: 1px solid #fff;
}
.uwagi-label {
    vertical-align: top;
}
div.close {
    float: right;
    color: red;
    cursor: pointer;
    position: fixed;
    right: 41px;
    top: 26px;
}

body.map .modal-header {
    cursor: move;
}
#replay-slider {
    width: 300px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    margin-right: 7px;
}
#amount {
    padding: 0px 5px;
    background: #585757;
    border: 0;
    color: #f6931f;
    font-weight: bold;
    width: 153px;
}
.switch-slider {
    margin-top: 5px;
    text-align: center;   
}
.switch-slider span {
    cursor: pointer;
}
button.play
{
    margin-right: -6px;
}
button.play, #control_speed button {
    background: #3a3939;
    border: 1px solid;
}
button.play:focus, #control_speed button:focus
{
    outline: 0;
}
#control_speed
{
    display: inline-block;
    padding-right: 5px;
}
#control_speed button span
{
    margin: -1px;
}
.active_speed span
{
    color: red;
}
.active_speed:disabled
{
    cursor: not-allowed;
}

button.play span {
    padding-top: 2px;
}
body.registration .mes {
    text-align: center;
}

#ppultra th,
#list_start th,
#top10-zawodnicy-table th,
#top10-solo-table th,
#top10-open-table th,
#wycofani-table th,
#stream-table th{
    cursor: pointer;
}

.kara_zaw{
    margin: 10px;
}

#admin-menu {
    position: relative;
    background-color: black!important;
    font-size: 12px;
}

#admin-menu a{
    color: white;
}

#admin-menu a:hover {
    background-color: #888888;
}
#admin-menu a:focus {
    background-color: #888888;
}
#menu_margin {
    margin: -15px -15px 0px;
}
#menu_margin_cs {
    margin: -20px -15px 0px;
}
#menu_margin_userl {
    margin: -20px -40px 20px;
}
.admin-menu-ul {
    color: black;
}
.username_menu {

}
.username_menu{
    font-size: 12px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.current_menu{
    background-color: #888888;
}

#cron_start_date{
    width: 33%;
}

#cron_end_date{
    width: 33%;
}
#start_time {
    width: 33%;
}
#object_open_block label,
#object_close_block label{
    display: table-caption;
}

#message_zaw{
    margin-left: 32%;
    width: 40%;
    height: 40px;
    resize: none;
    color: black;
}
#send_message{
    margin-left: 42%;
    height: 30px;
    margin-top: -10px;
}
#return_mess{
    margin-left: 32%;
    height: 2%;
}
#message_form{
    margin-top: 13%;
}
#messageTable{
    margin-top: 10px;
}
#message_table .mes_zav{
    width: 60%;
}
#message_table .time_mess{
    width: 30%;
}
#message_table .del_mes{
    width: 10%;
}
textarea.sms_text{
    resize: none;
    width: 400px;
    height: 100px;
}
#send_sms{
    width: 100px;
    display: block;
}
#list_zaw_sms{
    margin-top: 20px;
    width: 850px;
}
#list_zaw_sms, #list_zaw_sms th{
    text-align: center;
}
.block-table{
    margin-top: 20px;
    float: left;
}
.block-sms{
    margin: 40px 0px 0px 50px;
    float: left;
}
#duration_time{
    display: flex;
}
#duration_h{
    width: 80px;
}
#duration_m{
    width: 80px;
}
#duration_time label{
    margin-top: 7px;
}

.gm-control-active.gm-fullscreen-control.gm-fullscreen-custom {
    top: 50px !important;
}
.ppultra_table {
    width: 100%;
    margin-top: 20px;
}
.switch_all_block {
    display: flex;
}
#switch_all_devices {
    margin-right: 10px;
}
.container_block {
    display: flex;
    /*justify-content: space-between;*/
}
.btn-sender {
    margin-top: 4px;
}
.sender_block, .sender_result_block {
    margin-left: 50px;
}
#password_update_modal.modal,
#record_race_modal.modal {
    overflow: inherit;
    overflow-y: hidden;
}

.account .modal-header .close {
    opacity: 1;
}

.account.modal-open > .modal-backdrop.in {
    margin-left: 0;
}

#impreza_rok {
    height: 29px;
    width: 75px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-bottom: 1px;
    padding-bottom: 1px;
    border: 1px solid #c5c5c5;
    border-bottom-width: 0;
}

.race_registration_check {
    display: flex;
    align-items: end;
    margin-bottom: 20px;
}

.race_registration_check input[type=checkbox] {
    display: inline !important;
    width: initial !important;
}

.switch_btn_icon {
    margin-left: 6px;
    margin-right: 1px;
    vertical-align: baseline;
    display: inline-block;
}

.align-sup {
    vertical-align: sub;
}

.hidden-menu-txt .switch_btn_icon {
    margin-right: 6px;
}

.menu-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hidden-menu-txt .switch_btn {
    right: 0;
    border-bottom-color: #4C4C4C;
    background-color: #000;
    transition: .3s right ease-in-out, border-bottom-color 3s, background-color 1s;
    -webkit-transition: .3s right ease-in-out, border-bottom-color 3s, background-color 1s;
    -moz-transition: .3s right ease-in-out, border-bottom-color 3s, background-color 1s;
    -o-transition: .3s right ease-in-out, border-bottom-color 3s, background-color 1s;
}

.hidden-menu-txt .switch_btn:hover .switch_btn_icon {
    margin-right: 1px;
}

.hidden-menu-txt .switch_btn:hover {
    right: 90px;
    border-bottom-color: transparent !important;
    background-color: #4C4C4C !important;
    transition: .3s right ease-in-out;
    -webkit-transition: .3s right ease-in-out;
    -moz-transition: .3s right ease-in-out;
    -o-transition: .3s right ease-in-out;
}


.icon-reklama {
    background-image: url("/lay/menu/reklama.png");
    height: 16px;
    width: 16px;
}

.icon-sponsorzy {
    background-image: url("/lay/menu/sponsorzy.png");
    height: 14px;
    width: 12px;
}

.icon-lista-startowa {
    background-image: url("/lay/menu/lista_startowa.png");
    width: 12px;
    height: 12px;
}

.icon-klasyfikacja {
    background-image: url("/lay/menu/klasyfikacja.png");
    height: 12px;
    width: 14px;
}

.icon-wycofani {
    background-image: url("/lay/menu/wycofani.png");
    height: 15px;
    width: 15px;
}

.icon-live {
    background-image: url("/lay/menu/live.png");
    height: 14px;
    width: 14px;
}

.icon-online {
    background-image: url("/lay/menu/online.png");
    height: 16px;
    width: 16px;
}

.icon-ppultra {
    background-image: url("/lay/menu/ppultra.png");
    height: 12px;
    width: 12px;
}

.icon-moje-konto {
    background-image: url("/lay/menu/moje_konto.png");
    height: 14px;
    width: 12px;
}

.user-no-picture {
    display: none;
    background-image: url("/lay/account/user-no-picture.png");
    width: 36px;
    height: 36px;
}

.modal-body .dane-zaw .user-no-picture {
    display: none;
}


.no-picture ~ .user-no-picture {
    display: block;
}

.user-photo-container .no-picture {
    background-image: none !important;
}

.dane-zaw .no-picture {
    background-color: transparent;
}

.modal-close {
    background-image: url("/lay/account/modal-close.png");
    width: 12px;
    height: 12px;
}

.user_photo input.btn {
    color: #fff;
    width: 180px;
    height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    border-radius: 4px;
}

.text-align-end {
    text-align: end;
}

.margin-auto {
    margin-right: auto;
    margin-left: auto;
}

.account-border-right {
    border-right: 1px solid #E7E7E7;
}

.account-border-left {
    border-left: 1px solid #E7E7E7;
}

.btn-account-success,
.btn-account-danger {
    color: #fff;
}

.btn-account-success {
    background-color: #09A854;
}

.btn-account-danger {
    background-color: #D93535;
}

.user-photo-controls .btn-account-danger {
    margin-top: 10px;
}

.account-container {
    font-family: "Helvetica Neue", arial;
    margin-top: 25px;
}

.account-container label,
.account-container b {
    font-style: normal;
    line-height: 150%;
    font-weight: bold;
}

.account-container b {
    font-size: 20px;
    color: #3274B8;
}
.account-container label {
    font-size: 16px;
    font-weight: 600;
}

.account .modal input,
.account .modal select,
.account-container input,
.account-container select {
    border: 1px solid rgba(158, 158, 158, 0.25);
    box-sizing: border-box;
    border-radius: 4px;
    width: 281px;
    height: 45px;
    padding-left: 8px;
}


.account .modal label {
    font-weight: bolder;
    font-size: 16px;
}



.account .modal input:focus,
.account .modal select:focus,
.account-container input:focus,
.account-container textarea:focus {
    outline-color: rgba(48, 127, 226, 0.6);
}

.account-container select:focus,
.account-container li a:focus {
    outline: none;
}

textarea.size {
    border: 0;
    width: 281px;
    height: 121px;
    background-color: #F2F2F2;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.secur {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 120px;
}

.account-container .btn-account-primary {
    width: 106px;
    height: 40px;
    margin-top: 8px;
}

#account-trasy .btn-account-primary {
    padding: 0;
    margin-top: 0;
    height: 34px;
    width: 110px;
}

.account-container .btn-account-primary,
#account-trasy .btn-account-primary {
    padding: inherit;
    color: #fff;
    background-color: #3274B8 !important;
    border-radius: 4px;
}


.account-container .btn-account-impreza {
    width: 171px;
}

.user-security-info {
    width: 100%;
}

.float-right {
    float: right;
}

.user-photo-container {
    position: relative;
}

.photo-center {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.btn-file-upload {
    display: inline-block;
    position: relative;
    width: 180px;
    height: 24px;
    background: #F2F2F2;
    border-radius: 2px;
    margin-bottom: 5px;
}

.user_photo .user-photo-controls .btn-input-upload {
    width: 180px;
    height: 24px;
}

.file-status {
    font-size: 10px;
    margin-bottom: 10px;
}

.btn-file-upload span,
.file-status {
    color: gray;
}

.btn-file-upload span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
}

.user-photo-controls .btn-input-upload {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

#tabs {
    margin-top: 85px;
    margin-bottom: 100px;
}

#tablist, #tabs {
    padding: 0;
}

#tablist {
    background-color: #F2F2F2;
    border-radius: 4px 4px 0px 0px;
    border: 0;
    border-bottom: inherit;
}

#tablist .ui-tabs-anchor {
    width: 155px;
    background-color: #F2F2F2;
    border-radius: 0;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding: 20px;
    font-weight: bolder;
}

#tablist .ui-state-active {
    border: 0;
}
#tablist .ui-state-active .ui-tabs-anchor {
    background-color: #3274B8;
}

#impreza_rok, #tablist li {
    margin: 0;
    border-top: 0;
    border-left: 1px solid #E7E7E7;
}
#tablist li {
    border: 0;
    border-right: 1px solid #E7E7E7;
}

#impreza_rok {
    padding-left: 50px;
    font-size: 16px;
    width: 155px;
    height: 65px;
    border-radius: 4px 0px 0px 0px;
    border: 0;
}

#tabs.ui-widget.ui-widget-content {
    border: 1px solid rgba(158, 158, 158, 0.25);
}

#tabs .navbar-brand {
    padding: 0;
}

.container-race {
    margin-left: 25px;
    margin-top: 20px;
}

.trasa-gpx-block {
    margin-top: 30px;
    padding-left: 0;
    width: 281px;
    height: 45px;
    box-sizing: border-box;
}

#account-trasy {
    display: block !important;
    border: 1px solid rgba(158, 158, 158, 0.25);
    border-radius: 4px;
}


.trasa-gpx-block .trasa td {
    border-top: 0;
}

.trasa-block {
    padding: 0;
}

.trasa-block .trasa-text {
    margin-top: 30px;
    font-size: 20px;
    line-height: 150%;
    font-weight: bolder;
}

tr.trasa:hover td {
    background-color: transparent !important;
}

.account .modal .modal-header {
    border-bottom: 0;
}

.account .modal .modal-footer {
    border-top: 0;
    text-align: center;
}

.account .modal .btn {
    height: 40px;
    width: 106px;
}

#record_race_modal .modal-content {
    width: 382px;
    height: 252px;
}
#record_race_modal .modal-body,
#password_update_modal .modal-body {
    margin-right: auto;
    margin-left: auto;
    width: 285px;
}

.account .modal .modal-body,
.account .modal .modal-footer {
    padding: 0;
}

#password_update_modal .modal-content {
    width: 414px;
    height: 350px;
}


.zas-info-second-block {
    margin-top: 30px;
}

.dane-zaw #user-photo {
    margin-right: 10px;
    float: left;
}

.dane-zaw .photo-center {
    left: 27%;
}

.dane-zaw #user-photo.user-anonim {
    background-image: url(/images/anonim.png);
    background-position: center center;
}

.dl-horizontal-dd {
    margin-left: 10px !important;
}
.dl-horizontal-dt {
    min-width: 90px !important;
    width: 125px !important;
    display: inline-block;
}
.klassyficja_link {
    margin-bottom: 10px;
}
.fixing_top_space {
    margin-top: 0px
}