@import url(https://fonts.googleapis.com/css?family=Kumbh+Sans);

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

[class*="primary"], input[type='radio'] {
    accent-color: #D62B50;
    margin: 0.2rem;
}

.vot-topText,  .vot-bottomText, a, a:hover, a:visited{
    text-decoration: none !important;
}

h1 {                                                     
    color: black;                                          
    text-align: center;                                    
    font-size: 25px;                                       
    margin: 0px;     
    display: inline;                                                             
}  

h2 {                                                     
    color: black;                                          
    text-align: center;                                    
    font-size: 22px;                                       
    margin: 20px 10px 10px 10px;                            
    font-weight: bold;                                     
}

#mainlayout {
    font-family: 'Kumbh Sans';                                               
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;     
    
    /* removing scrollbar */
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
  
.mainlayout {
    background-color: #F5F4F7;
}
  
.mainlayout_dark {
    background-color: #000000;
}

#innerlayout_l_duk {                                              
    position: relative;
    padding: 26px 5% 100px 5%;                       
}

.logo-vot {
    /* width: 53px; */
    height: 54px;
    float: left;
}

#contentlayout {                                               
    position: relative;
    margin: 0 auto;                        
}

.contentlayout {
    padding: 43px 5% 0px 5%;                        
}

#datetimerow_l_duk, #datetimerow_l_cis {  
    margin: 0px;
    padding-bottom: 0px;                               
}
  
#logo-duk {
    display: block;
    text-align: right;
}


#showdate {
    text-align: left;  
    margin-bottom: 0px;       
    padding-bottom: 0px;
}

#showtime {
    text-align: right;  
    margin-bottom: 0px;       
    padding-bottom: 0px;
}

.date, .time {             
    font-size: 25px;                                     	                                         
}

#dropdown-row {
    margin: 10px -10px 10px -10px;
}

#map {
    z-index: 100;
    width: 100%;
    height: 100vb;
    margin: auto;
    display: none;
}

.sticky-md-top {
    z-index: 150;
}

.dropdown-col {
    margin-bottom: 10px;
}

#station {
    z-index: 1500 !important;
}

.kamToBude {
    margin: 30px auto;
    text-align: center;
    height: max-content;
    width: min(40vh, 80vw);
}

.kamToBude-img {
    width: 100%;
    height: 100%;
}

#stationName-mob {
    display: none;
}

#station-separator {
    display: none;
}


/* station zone divs begin*/

#stationzone_l_duk {
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3px 16px;
    white-space: nowrap;
    width: 86px;
    height: 42px;
    left: calc(50% - 86px/2 + 176px);
    margin-left: 10px;

    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.station-zone-grid {
    background: #2189C9;
}
  
#stationzone-value_l_duk {
    width: 46px;
    height: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;  
}
  
#stationzone-mob_l_duk {
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3px 16px;
    white-space: nowrap;
    width: 86px;
    height: 42px;
    left: calc(50% - 86px/2 + 176px);
    margin: 10px 0px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}
  
#stationzone-value-mob_l_duk {
    width: 46px;
    height: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;  
}
  
.station-zone-text {
    width: 43px;
    height: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #444444;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* station zone divs end */


#node-row {
    margin: 14px 1px 0px 0px;
    padding-bottom: 0px;
}


/* Departure table begin */

#table_l_duk, #tableLater_l_duk {
    width: 100%;
    font-size: 30px;
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;

    border-collapse:separate;
    border-spacing:0px 5px;
}

.content-default tr, .content-default td, .content-default th  {                        
    justify-content: center;
    align-items: center;
    border: none;   
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    font-size: 22px;  
    border-top: hidden;    
}

.content-mobile tr, .content-mobile td, .content-mobile th {
    justify-content: center;
    align-items: center;
    border: none;   
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    font-size: 22px;  
    border-top: hidden; 
    filter: none;
    background-color: transparent; 
    padding: 0px 0px;                                                           
}


#table_l_duk th, #tableLater_l_duk th {
    font-size: 16px;
    border: none;  
    border-bottom: hidden;
}

tbody:before {
    line-height: 5px;
    content:" ";
    color: #F5F4F7;
    display:block;
}

#table_l_duk th:first-child, #tableLater_l_duk th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#table_l_duk th:last-child, #tableLater_l_duk th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.delay-col {
    display: flex;
    flex-direction: column;
}

/* Departure table end */


/* Departure table mobile begin */

#th-div-mob_l_duk {
    width: 100%;;
    height: 42px;
    display: flex;
    border-radius: 5px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25)); 
}
  
.th-time-mob {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.th-post-mob {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    gap: 10px;
}

.th-line-mob {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px;
    gap: 10px;
}

.th-text-mob {
    font-style: normal;
    font-size: 16px;
    line-height: 125%;
  }

#tr-div-mob_l_duk {
    width: 100%;
    height: 111px;
    left: 16px;
    top: 357px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}

.tr-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.tr-flex-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-basis: 100%;
    flex: 1;
}

.tr-time-mob {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
    padding: 0px;
    width: 80px;
    margin: 12px;
}

.tr-text-mob {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 125%;
}

.tr-post-mob {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.tr-line-mob {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2px;
}

#delay-mob_l_duk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 78px;
    height: 36px;
    border-radius: 3px;
}

.delayFirst-text-mob {
    width: 43px;
    height: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #444444;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.delaySecond-text-mob {
    width: 46px;
    height: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;  
}

.tr-flex-column-double {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    min-width: 50px;
    max-width: max(40vh, 90vw);
    flex: 2
}

.tr-direction-mob {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    margin-top: 0px;
}

.direction-text-mob {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    display: block;
    color: #444444;
    white-space: nowrap;
    overflow: hidden !important;
    text-align: right;
    margin: 8px calc(2vw) 0px 0px;
    width: 100%;
    text-overflow: ellipsis;
}

.tr-carrier-mob {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px; 
}

.carrier-text-mob {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    display: block;
    text-align: right;
    margin: 8px calc(2vw) 0px 0px;
  }

/* Departure table mobile end */


/* Right navigation block begin */

#rightNav li{
    list-style: none;
}

/* right navigation - settings */
.nav-settings {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #444444;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    width: 32px;
    height: 80px;
    cursor: pointer;
    margin: 0px;
    position: fixed; 
    right: 0;
    margin-top: 150px;
    z-index: 1500;
}

.nav-settings-active {
    display: none;
    width: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    padding-top: 0px;
}

.settings > li:hover .nav-settings-active {
    display: block;
}

/* right navigation - mode */
.nav-mode {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #444444;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    width: 32px;
    height: 133px;
    cursor: pointer;
    position: fixed; 
    right: 0;
    margin-top: 236px;
    z-index: 1500;
  }

.nav-mode-active {
    display: none;
    width: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
    padding-top: 10px;
}

.mode > li:hover .nav-mode-active {
    display: block;
}

.navbar-collapse {
    text-align: center;
}

/* right navigation - qrcode */
.nav-qrcode {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #444444;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    width: 32px;
    height: 100px;
    cursor: pointer;
    margin: 0px;
    position: fixed; 
    right: 0;
    margin-top: 375px;
    z-index: 1500;
}

.nav-qrcode-active {
    display: none;
    width: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    padding-top: 0px;
}

.qrcode > li:hover .nav-qrcode-active {
    display: block;
}

/* Right navigation block end */


.modalTitle {
    color: #D62B50;
    text-align: center;
}

.modal-input {
    width: 80px;
    margin: 10px 0px;
}

.modal-row {
    display: flex;
    align-items: center;
}

.station-name-col {
    text-align: center;
    display: block;
}

#station, #postid {
    border: 2px solid #9F9F9F;
    border-radius: 5px;
    font-weight: bold;
}

#node-id_l_duk {
    font-size: 15px;
    color: #6C757D;
    margin: 0px;
    padding: 0px;
}

#div-delay_l_duk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 35.00px;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #FFFFFF;
}

/* Near stops table mobile block begin */

#th-near-distance-mob {
    width: 100%;
    height: 42px;
    display: flex;
    border-radius: 5px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25)); 
}

#tr-near-div-mob_l_duk {
    width: 100%;
    height: 100%;
}

.tr-near-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.tr-near-flex-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-basis: 100%;
    max-width: max(30vh, 90vw);
    flex: 1;
}

.tr-near-name-mob {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
    margin-top: 25px;
    width: 90%;
}

.tr-near-name-text-mob {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 125%;
    display: block;
    
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin: 0px;
}

.tr-near-distance-text-mob {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    display: block;
    color: #444444;
    white-space: nowrap;
    overflow: hidden !important;
    margin-top: 10px;
    width: 100%;
    text-overflow: ellipsis;
}

.tr-near-distance-mob {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    margin-top: 0px;
}

.tr-nearstops td a {
    filter: none !important;
    width: 100%;
}

/* Near stops table mobile block end */


/* Bottom navigation block begin */

#bottomNav_l_duk {
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width:100%;
    font-size: 30px;
    height: 52px;
    color: #FFFFFF;
    z-index: 1500;
  }

.bottomNav-duk {
    display: none;
}

#bottomNav-bg_l_duk {
    position: absolute;
    bottom: 0;
    width:100%;
    height: 35px;
    background-color: #444444;
    color: #FFFFFF;
}

#bottomNav-settings {
    left: 5vw;
}

.bottomNav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 80px;
    height: 32px;
    position: absolute;
    border-radius: 5px;
    background-color: #444444;
    border: none;
    color: #FFFFFF;
}

#bottomNav-mode {
    left: calc((100% - 80px) / 2);
}

#bottomNav-qr {
    right: 5vw;
}

.bottomNav-btn {
    background-color: #444444;
    color: #FFFFFF;
    border: none;
    font-size: 23px;
    margin-top: 5px;
}

/* Bottom navigation block end */


.layout-visible-items {
    margin-bottom: 10px;
  }
  
.layout-visible-items label:nth-child(1) {
    margin-right: 10px;
}

.layout-visible-items label:nth-child(2) {
    margin-right: 10px;
}

.vehicle_img {
    width: 18.55px;
    height: 25.76px;
}

#page-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.publicita-desktop img {
    max-width: 100rem;
    margin: 0 auto;
}

#publicita-div {
    margin: 0 auto;
}

.publicita-desktop {
    z-index: 160;
    width:100%; 
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

.publicita-mobile {
    width:100%;  
    padding-bottom: 5px;
}                                          

#inforow {
    text-align: center; 
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width:100%;
    font-size: 30px;
    z-index: 1600;
  }

.map-traffic-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-color: black;
    padding: 0px 15px;
    border-radius: 2px;
}

.traffic-green {
    background-color: darkgreen;
    color: #FFFFFF;
}

.traffic-yellow {
    background-color: yellow;
    color: #000000;
}

.traffic-red {
    background-color: crimson;
    color: #FFFFFF;
}

.traffic-purple {
    background-color: purple;
    color: #FFFFFF;
}

.map-position-icon {
    height: 12px;
    width: 12px;
    background-color: #17b5ff;
    box-shadow: 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 3px #17b5ff;
    border-radius: 50%;
    display: inline-block;
}

.statusinfo {
    text-align: center;
    font-size: 25px;
    border-radius: 5px;
}


@media screen and (max-width:991px) {
    h1 {                                                     
        color: black;                                          
        text-align: center;                                    
        font-size: 20px;                                       
        margin-top: 0px;                                      
        margin-bottom: 0px;     
        display: inline;                                                             
    }

    h2 {                                                     
        color: black;                                          
        text-align: center;                                    
        font-size: 16px;                                       
        margin: 20px 10px 10px 10px;                            
        font-weight: bold;                                     
    } 

    .logo-vot {
        height: 36.4px;
    }

    .contentlayout {
        padding: 25px 0 0px 0;                        
    }

    #datetimerow_l_duk, #datetimerow_l_cis {  
        margin: 0px 0px 10px 0px;
        padding-bottom: 0px;                               
    }    

    .date, .time {             
        font-size: 18px;                                     	                                         
    }

    #map {
        width: 100%;
        height: 40vb;
        margin-bottom: 10px;
    }

    #dropdown-row {
        margin: 0px -10px 10px -10px;
    }

    #station-separator {
        display: block;
        margin: 0px -5% 15px -5%;
    }

    #stationName-mob {
        display: block;
        text-align: center;
        margin-bottom: 0px;
    }

    #node-id_l_duk {
        font-size: 13px;
        text-align: right;
    }

    #node-row {
        margin: 0px 0px 0px 0px;
        padding-bottom: 0px;
    }

    .kamToBude {
        margin: 0px auto;
    }

    #table_l_duk th, #table_l_duk tr, #table_l_duk td, #tableLater_l_duk th, #tableLater_l_duk tr, #tableLater_l_duk td {
        filter: none;
        background-color: transparent; 
        padding: 0px 0px;                                                           
    }

    .station-name-col {
        display: none;  
    }

    .direction-text-mob {
        margin: 8px calc(3vw) 0px 0px;
    }

    .carrier-text-mob {
        margin: 8px calc(3vw) 0px 0px;
      }

    /* Mobile layout table */

    .bottomNav-duk {
        display: flex;
    }

    .vehicle_img {
        width: 15.59px;
        height: 21.65px;
    }

    .statusinfo {
        text-align: center;
        font-size: 18px;
        border-radius: 5px;
    }

    /* inforow - old style*/    
    #inforow {
        font-size: 3vh;
        bottom: 38px;
        z-index: 1400;
    }
    
}

@media screen and (max-width:320px) {
    .logo-vot {
        height: 28.6px;
    }
}