/* Minification failed. Returning unminified contents.
(40,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(279,34): run-time error CSS1039: Token not allowed after unary operator: '-tableBorderSize'
 */
/*CSS priority
Start at 0, add 1000 for style attribute, add 100 for each ID, add 10 for each attribute, class or pseudo-class, add 1 for each element name or pseudo-element.

Element with higher priority will take precedence.
If the priority is the same the lowest declaration will take precedence.
This is true if the properties collide.
*/



#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    /*Това помага да има празен лист, в който да може да се drag-drop-ват елементите*/
    background: #eee;
    padding: 10px;
}

    #sortable li {
        margin: 0 3px 3px 3px;
        padding: 0.4em;
        padding-left: 1.5em;
        font-size: 1.2em;
        height: 50px;
    }

        #sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }

.busStopElement {
    text-align: left;
    width: 100%;
}

:root {
    --tableBorderSize: 1px;
}

#bootstrap-override td, #bootstrap-override th {

    /*border: black solid var(--tableBorderSize);*/
    border: black solid 1px;
}

#busStopOffset {
    display: block;
    float: right;
    color: #000;
}
/*End of custom sortable lists section*/

/*Start of custom button formatting section*/
.editRoute {
    color: #333333;
}

.LineNameLinks:hover {
    text-decoration: none;
}

.LineNamePics:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*End of custom button formatting section*/

/*Start of custom static page section */

.plan-name {
    text-align: center;
    font-size: large;
    font-style: oblique;
    font-weight: bold;
}

.btn {
    margin: 2px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

ul {
    list-style-type: none;
}

#schedulesTable {
    overflow: hidden;
}

#schedulesTable td, #schedulesTable th{
    border: 0px;
}

#schedulesTable thead {
    background-color: #007bff;
    color: white;
}

.pull-left > i {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    border-radius: 100%;
    /*color: #00B5e2;*/
    box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
}

.displaySchedule {
    font-size: 0.9rem;
}
/*End of custom static page section */
/*Custom map section*/
#map {
    height: 90vh;
    width: 100vh;
}

.removeBottomMargin{
    margin-bottom: 0px;
}

html {
    line-height: 1.4rem;
}

#contactsMap {
    height: 600px;
    width: 700px;
}

#modalCloseButton:focus {
    outline: none;
}

#mainScreenImgMenu {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

#mainScreenColMenu {
    float: none;
    margin: 5px auto;
}

#logoId {
    font-size: 27px;
    font-family: "Times New Roman";
    color: #1a5e91;
}

#menuTextSize a {
    font-size: 18px;
    font-family: "Times New Roman";
    color: #1a5e91;
}

#newsBoddyId {
    display: block;
    height: 200px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

#imgNews {
    object-fit: scale-down;
    height: 200px;
}

.tableHeading th {
    text-align: center;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle !important;
}

#tariff tbody tr {
    background-color: rgb(228, 241, 255);
    margin-bottom: 20px;
}

.infoColor {
    /*background-color: #0ecceb8f;*/
    background-color: rgb(120, 226, 244);
}

.changeRowSpan {
    vertical-align: middle !important;
}

.transportDocumentsMenu a.nav-link,
.transportDocumentsMenu a.nav-link:hover,
a.nav-link.regulationsLink:visited {
    border-style: solid;
    border-color: #0080FF;
    border-width: 1px 1px 0px 1px;
}

.transportDocumentsMenu a.nav-link {
    border-radius: 10px 10px 0px 0px;
}

.transportDocumentsMenu a.nav-link:hover {
    color: #007bff;
}

.transportDocumentsMenu a.nav-link.active {
    background-color: #0080FF;
    color: #FFF;
}

.other-news-style{
    color:black;
    font-weight:500;
}

.cookie-banner {
    position: fixed;
    bottom: 40px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.close {
    height: 20px;
    background-color: #777;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

.news-pagination .page-item.active .page-link {
    background: #17a2b8;
}

@media only screen and (max-width: 800px) {
    .transportDocumentsMenu a.nav-link,
    a.nav-link.regulationsLink:visited,
    .transportDocumentsMenu a.nav-link:hover {
        border-radius: 0;
        border-width: 1px;
    }


    .transportDocumentsMenu li.nav-item {
        margin-bottom: 5px;
    }

    .flipTable table, .flipTable thead, .flipTable tbody, .flipTable th, .flipTable td, .flipTable tr {
        display: block;
    }

    .flipTable td {
        margin-bottom: calc(var(--tableBorderSize) * -1);
        margin-bottom: -1px;
        position: relative;
        padding-left: 60%;
        white-space: normal;
        text-align: left;
    }

        .flipTable td:before {
            position: absolute;
            /* Top/left values mimic padding */
            left: 12px;
            top:1px;
            width: 45%;
            padding-right: 10px;
            /*white-space: nowrap;*/
            text-align: left;
            font-weight: 500;
        }

    .flipTable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .flipTable td:before {
        content: attr(data-title);
    }
}

/*End of custom map section*/
/*----------------------------------------------------------------------*/
body {
    height: 92%;
    margin: 0px;
}
/*
.navbar-brand {
    height: 60px;
}*/
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 1px;
    padding-right: 1px;
    margin: 0px;
    height: 100%;
}

.footer {
    height: 100%;
}

/* 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;
}

