﻿body {
    background: #f7f7f7;
}

div {
    font-family: bpg_algeti;
}


.Exits {
    display: block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}


/*************  Tooltip  ****************/
.tooltip {
    position: relative;
    /*display: inline-block;*/
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 500px;
        background-color: #31619D;
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1000;
        bottom: 125%;
        left: 50%;
        margin-left: -250px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .tooltip b {
        cursor: pointer;
        text-decoration: underline;
    }
/****************************************/



@media (max-width: 767px) {

    .ExitsContainer .Exit .ExitCounter {
        height: 50px !important;
        width: 50px !important;
        line-height: 50px;
        font-size: 24px !important;
        top: 45px !important;
    }

    #LocalParkingText {
        line-height: 20px;
        width: calc(100% - 70px);
        float: right;
        text-align: left;
    }

    .material-icons {
        font-size: 50px !important;
    }

    .ExitsContainer .Exit .ExitDescription, .ExitsContainer .Exit .ExitName {
        margin-left: 30px !important;
        margin-right: 120px !important;
        text-align: left !important;
        margin-bottom: 26px;
    }

    .ExitsContainer .Exit {
        padding: 0 !important;
        width: 95% !important;
        /*height: 140px !important;*/
        margin-left: 2% !important;
    }

    .border-crossing > nav > ul > li, .menu-border-crossing-menu > li, .menu-border-crossing-menu-en > li {
        /*margin:auto !important;*/
        max-width: 100% !important;
    }

    #content > div > article > div > div:nth-child(1) > article > div > p:nth-child(1) {
        left: 5% !important;
        z-index: 10 !important;
        font-size: 18px !important;
        position: fixed !important;
        top: 90px !important;
        width: 80% !important;
    }

    .ExitDetails {
        width: 100%;
        overflow: scroll;
    }

    #ContentTopText {
        margin-top: 60px !important;
    }

    #content > div > article > div > div:nth-child(1) > article > div > img {
        display: none;
    }

    .border-crossing > nav, .payer-permissions > nav, .border-crossing > nav {
        display: block !important;
    }

    .widget-TirParkHtmlWidget,
    .widget-tirparkMenuEn {
        display: none !important;
    }

    .ExitDetails table tfoot tr:nth-child(1) td,
    .ExitDetails table tbody td,
    .ExitDetails table thead td {
        padding: 20px 0 !important;
    }

    #backBtnText {
        line-height: 50px;
    }

    #ExitName {
        line-height: 50px;
        margin-left: 0.6em !important;
    }

    .ExitDetails table.QueueTable {
        width: 100% !important;
    }

    .widget-TirParkHtmlWidgetNew, .widget-tirparkhtmlWidgetEn {
        border-bottom: 1px solid #828282;
    }

    .border-crossing > nav {
        background-color: #fff;
        /*top: 75px;*/
        box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
        position: fixed;
        width: 100%;
        z-index: 3;
    }

    .span-6:nth-child(2) {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
}

.Exits.hidden {
    -moz-opacity: 0;
    opacity: 0;
}

    .Exits.hidden .ExitsContainer {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }


.Exits h1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

    .Exits h1 i {
        background: #828282;
        color: #fff;
        padding: 5px;
        border-radius: 7px;
        text-align: center;
        vertical-align: middle;
        margin-right: 10px;
    }

.alert {
    background-color: #fffeec;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
}

    .alert .wrapper {
        max-width: 700px;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 25px;
    }

.ExitsContainer {
    max-width: 700px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(223px, 1fr));
    grid-template-rows: 1fr 1fr;
    gap: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .ExitsContainer .Exit {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 0 21px #eaeaea;
        /*height: 120px;*/
        /*width: 22.5%;*/
        /*float: left;*/
        padding: 30px;
        /*margin: 1%;*/
        position: relative;
        cursor: pointer;
        transition: all 0.3s;
    }

        .ExitsContainer .Exit.Passive {
            background: #fbfbfb;
        }

            .ExitsContainer .Exit.Passive .ExitName {
                color: #bfbdbd;
            }

            .ExitsContainer .Exit.Passive .ExitCounter {
                display: none;
            }

        .ExitsContainer .Exit:hover {
            -ms-transform: scale(2, 3); /* IE 9 */
            -webkit-transform: scale(2, 3); /* Safari */
            transform: scale(1.1);
        }

        .ExitsContainer .Exit .ExitName {
            color: #474747;
            text-align: center;
            font-size: 20px;
            margin-top: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .ExitsContainer .Exit .ExitDescription {
            color: #929292;
            text-align: center;
            font-size: 13px;
            /*height: 60px;*/
            overflow: hidden;
            line-height: 18px;
        }

        .ExitsContainer .Exit .ExitCounter {
            background: #30609b;
            color: #fff;
            width: 25px;
            height: 25px;
            border-radius: 100%;
            padding: 6px;
            text-align: center;
            vertical-align: middle;
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.ExitDetails {
    display: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .ExitDetails.hidden {
        -moz-opacity: 0;
        opacity: 0;
    }

        .ExitDetails.hidden h1 {
            margin-bottom: 100px;
        }

    .ExitDetails h1 {
        font-weight: bold;
        font-size: 30px;
        float: left;
        margin-bottom: 25px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .ExitDetails .backBtn {
        float: right;
    }

        .ExitDetails .backBtn i {
            float: left;
            margin-right: 11px;
        }

    .ExitDetails table {
        background: #fff;
        border-radius: 30px;
        width: 100%;
        box-shadow: 0 0 21px #eaeaea;
    }

        .ExitDetails table thead td {
            padding: 20px 10px;
            font-weight: bold;
            font-size: 16px;
            text-align: center;
        }

        .ExitDetails table tbody td {
            padding: 20px 10px;
            font-weight: bold;
            font-size: 22px;
            border-bottom: 1px solid #f9f9f9;
            border-top: 1px solid #f9f9f9;
            text-align: center;
        }

        .ExitDetails table tfoot tr td {
            background: #fbfbfb;
        }

        .ExitDetails table tfoot tr:nth-child(1) td {
            padding: 20px 10px 0;
            font-weight: bold;
            font-size: 16px;
            text-align: center;
        }

        .ExitDetails table tfoot tr:nth-child(2) td {
            padding: 0 0px 50px;
            padding: 20px 10px;
            font-weight: bold;
            font-size: 22px;
            text-align: center;
        }

.Red {
    color: #cf1717;
}

.Green {
    color: #3f9c25;
}


.backBtn {
    cursor: pointer;
    background-color: #eaeaea;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}


.ExitDetails table.QueueTable {
    width: 350px;
    margin: auto;
    margin-top: 60px;
    box-shadow: none;
    background: none;
}

    .ExitDetails table.QueueTable td {
        border-bottom: 1px solid #e4e4e4;
        padding: 8px;
        font-size: 15px;
        min-width: 100px;
    }

.QueueID {
    letter-spacing: 2px;
    font-size: 18px !important;
}

.tirParkNote {
    margin-top: 35px;
}

.tirParkNoteHeader {
    display: flex;
    box-shadow: 0 2px 4px rgb(145 145 145 / 16%);
    background-color: #F1F3F6;
    padding: 17px;
    border-radius: 10px;
}

    .tirParkNoteHeader:hover {
        cursor: pointer;
    }

    .tirParkNoteHeader > p:hover {
        text-decoration: underline;
        color: rgb(32, 153, 214);
    }

    .tirParkNoteHeader > svg {
        margin: auto 12px auto auto;
    }

    .tirParkNoteHeader > p {
        font-weight: bold;
    }

.tirParkNoteBody {
    margin-top: 15px;
    display: none;
}
