﻿html {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

body {
    /*background-image: url('../../../Content/bodyscreen.jpg');*/
    background-size: 100%;
    height: 100%;
    width: 100%;
    /*font-family: "Istok Web", Arial, sans-serif;
    font-size: 15px !important;*/
    color: #FFFFFF !important;
    font-family: 'Roboto';
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background: #000000 !important;
}

.clearfix {
    clear: both;
}



.anlegselection {
    border: 2px solid #FFFFFF;
    width: 300px;
    left: 40%;
    position: absolute;
    top: 40%;
    border-radius: 5px;
}

    .anlegselection .header {
        padding: 10px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 2px solid #FFFFFF;
    }

    .anlegselection .body-content {
        padding: 20px;
    }


.locationselection {
    border: 2px solid #FFFFFF;
    width: 400px;
    left: 40%;
    position: absolute;
    top: 35%;
    border-radius: 5px;
}

    .locationselection .header {
        padding: 10px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 2px solid #FFFFFF;
    }

        .locationselection .header .gotoback {
            float: left;
            border-right: 2px solid #ffffff;
            padding: 5px 10px 5px 10px;
            margin-top: -10px;
            font-size: 30px;
            font-weight: bold;
            background: green;
            margin-left: -10px;
            line-height: 35px;
        }

    .locationselection .body-content {
        padding: 20px;
        height: 300px;
        overflow: auto;
    }

    .locationselection a {
        color: #ffffff;
        text-decoration: none;
    }


label.error {
    color: red;
    position: relative;
    display: block;
}

.satishraj-tree-container {
    /*padding: 10px !important;
    cursor: pointer;*/
    padding: 10px !important;
    cursor: pointer;
    text-align: left;
}

    .satishraj-tree-container .tree-li {
        padding: 2px !important;
        word-wrap: break-word;
        list-style: none;
    }

        .satishraj-tree-container .tree-li .tree-ul {
            padding-left: 20px !important;
        }

            .satishraj-tree-container .tree-li .tree-ul.diactive {
                display: none;
            }

        .satishraj-tree-container .tree-li a {
            text-decoration: none;
            color: #FFFFFF;
        }

        .satishraj-tree-container .tree-li .text {
            top: -3px;
            position: relative;
            font-size: 1.2rem;
        }

        .satishraj-tree-container .tree-li .notclickeble {
            color: #cbcbcb;
            cursor: no-drop;
        }



        .satishraj-tree-container .tree-li.is-child > .text:before {
            content: "\25BE";
            font-size: 1.2rem;
            top: 2px;
            position: relative;
            padding-right: 5px;
        }



        .satishraj-tree-container .tree-li.is-child.diactive > .text:before {
            content: "\25B8" !important;
        }


        .satishraj-tree-container .tree-li [type="checkbox"] + label {
            padding-left: 25px !important;
        }



.infoscreen_ui {
    width: 100%;
    height: 100%;
}

    .infoscreen_ui .infoscreen_ui_tobbar {
        width: 100%;
        height: 100px;
        /*border-bottom: 2px solid #3a3a3a;*/
    }

        .infoscreen_ui .infoscreen_ui_tobbar .logo {
            float: left;
            height: 60px;
            padding: 20px;
        }

            .infoscreen_ui .infoscreen_ui_tobbar .logo img {
                height: 60px;
            }



        .infoscreen_ui .infoscreen_ui_tobbar .date-time {
            float: right;
            height: 60px;
            padding: 20px;
            line-height: 60px;
        }

            .infoscreen_ui .infoscreen_ui_tobbar .date-time .time {
                font-size: 3rem;
            }

    .infoscreen_ui .infoscreen_ui_bottombar {
        width: 100%;
        height: 50px;
        overflow: hidden;
        /*border-top: 2px solid #3a3a3a;*/
    }

        .infoscreen_ui .infoscreen_ui_bottombar .width33 {
            width: 33%;
            float: left;
            /*margin: 22px;*/
            height: 100%;
        }

        .infoscreen_ui .infoscreen_ui_bottombar .address {
            padding-top: 3px;
            width: 100%;
            position: absolute;
            text-align: center;
            line-height: 2.5vw;
            letter-spacing: .03em;
        }



    .infoscreen_ui .infoscreen_ui_container {
        width: 100%;
        overflow: hidden;
    }


        /*------------------------------------*/
        .infoscreen_ui .infoscreen_ui_container.fswtbab .screen_1 {
            width: 100%;
            height: 100%;
        }

        /*------------------------------------*/
        .infoscreen_ui .infoscreen_ui_container.tphwtbab .screen_1 {
            width: 100%;
            height: calc(50% - 1px);
            /*border-bottom: 1px solid #3a3a3a;*/
        }

        .infoscreen_ui .infoscreen_ui_container.tphwtbab .screen_2 {
            width: 100%;
            height: calc(50% - 1px);
            /*border-top: 1px solid #3a3a3a;*/
        }

        /*------------------------------------*/
        .infoscreen_ui .infoscreen_ui_container.tpvwtbab .screen_1 {
            width: calc(50% - 1px);
            height: 100%;
            /*border-right: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.tpvwtbab .screen_2 {
            width: calc(50% - 1px);
            height: 100%;
            /*border-left: 1px solid #3a3a3a;*/
            float: left;
        }


        /*------------------------------------*/
        .infoscreen_ui .infoscreen_ui_container.fpwtbad .screen_1 {
            width: calc(50% - 1px);
            height: calc(50% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.fpwtbad .screen_2 {
            width: calc(50% - 1px);
            height: calc(50% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.fpwtbad .screen_3 {
            width: calc(50% - 1px);
            height: calc(50% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.fpwtbad .screen_4 {
            width: calc(50% - 1px);
            height: calc(50% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        /*------Full screen row with two col 25:75 -----*/
        .infoscreen_ui .infoscreen_ui_container.fm2k2575 .screen_1 {
            width: calc(25% - 1px);
            height: 100%;
            /*border-right: 1px solid #3a3a3a;*/
            float: left;
        }
        
        /*------Full screen row with two col 75:25 -----*/
        .infoscreen_ui .infoscreen_ui_container.fm2k2575 .screen_2 {
            width: calc(75% - 1px);
            height: 100%;
            /*border-left: 1px solid #3a3a3a;*/
            float: left;
        }

        /*------Full screen row with two col 75:25 -----*/
        .infoscreen_ui .infoscreen_ui_container.fm2k7525 .screen_1 {
            width: calc(75% - 1px);
            height: 100%;
            /*border-right: 1px solid #3a3a3a;*/
            float: left;
        }

        /*------Full screen row with two col 25:75 -----*/
        .infoscreen_ui .infoscreen_ui_container.fm2k7525 .screen_2 {
            width: calc(25% - 1px);
            height: 100%;
            /*border-left: 1px solid #3a3a3a;*/
            float: left;
        }

        /*------Full screen with topbar col 25:75 -----*/
        .infoscreen_ui .infoscreen_ui_container._2dvmt7525 .screen_1 {
            width: calc(75% - 1px);
            height: 100%;
            /*border-right: 1px solid #3a3a3a;*/
            float: left;
        }

        /*------Full screen with topbar col 75:25 -----*/
        .infoscreen_ui .infoscreen_ui_container._2dvmt7525 .screen_2 {
            width: calc(25% - 1px);
            height: 100%;
            /*border-left: 1px solid #3a3a3a;*/
            float: left;
        }

        /*------Full screen with topbar col 25:75 -----*/
        .infoscreen_ui .infoscreen_ui_container._2dvmt2575 .screen_1 {
            width: calc(25% - 1px);
            height: 100%;
            /*border-right: 1px solid #3a3a3a;*/
            float: left;
        }

        /*------Full screen with topbar col 75:25 -----*/
        .infoscreen_ui .infoscreen_ui_container._2dvmt2575 .screen_2 {
            width: calc(75% - 1px);
            height: 100%;
            /*border-left: 1px solid #3a3a3a;*/
            float: left;
        }

        /*------Full screen with topbar and bottom bar col 25:75 -----*/
        .infoscreen_ui .infoscreen_ui_container._2dvmtob2575 .screen_1 {
            width: calc(25% - 1px);
            height: 100%;
            /*border-right: 1px solid #3a3a3a;*/
            float: left;
        }

        /*------Full screen with topbar and bottom bar col 75:25 -----*/
        .infoscreen_ui .infoscreen_ui_container._2dvmtob2575 .screen_2 {
            width: calc(75% - 1px);
            height: 100%;
            /*border-left: 1px solid #3a3a3a;*/
            float: left;
        }

        /*------Full screen with topbar and bottom bar col 75:25 -----*/
        .infoscreen_ui .infoscreen_ui_container._2dvmtob7525 .screen_1 {
            width: calc(75% - 1px);
            height: 100%;
            /*border-right: 1px solid #3a3a3a;*/
            float: left;
        }

        /*------Full screen with topbar and bottom bar col 25:75 -----*/
        .infoscreen_ui .infoscreen_ui_container._2dvmtob7525 .screen_2 {
            width: calc(25% - 1px);
            height: 100%;
            /*border-left: 1px solid #3a3a3a;*/
            float: left;
        }



/*------Full screen row col two-----*/
.infoscreen_ui .infoscreen_ui_container.fsrct .screen_1 {
    width: calc(50% - 1px);
    height: 100%;
    /*border-right: 1px solid #3a3a3a;*/
    float: left;
}

        .infoscreen_ui .infoscreen_ui_container.fsrct .screen_2 {
            width: calc(50% - 1px);
            height: 100%;
            /*border-left: 1px solid #3a3a3a;*/
            float: left;
        }

        /*----Full screen row col two row col two-----*/
        .infoscreen_ui .infoscreen_ui_container.fsrctrct .screen_1 {
            width: calc(50% - 1px);
            height: calc(50% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.fsrctrct .screen_2 {
            width: calc(50% - 1px);
            height: calc(50% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.fsrctrct .screen_3 {
            width: calc(50% - 1px);
            height: calc(50% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.fsrctrct .screen_4 {
            width: calc(50% - 1px);
            height: calc(50% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }


        /*----Topbar row col two row col two bottombar-----*/
        .infoscreen_ui .infoscreen_ui_container.trctb .screen_1 {
            width: calc(50% - 1px);
            height: calc(45% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.trctb .screen_2 {
            width: calc(50% - 1px);
            height: calc(45% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.trctb .screen_3 {
            width: calc(50% - 1px);
            height: calc(55% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.trctb .screen_4 {
            width: calc(50% - 1px);
            height: calc(55% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }


        /*----Topbar row col two row col two-----*/
        .infoscreen_ui .infoscreen_ui_container.trctrct .screen_1 {
            width: calc(50% - 1px);
            height: calc(45% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.trctrct .screen_2 {
            width: calc(50% - 1px);
            height: calc(45% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.trctrct .screen_3 {
            width: calc(50% - 1px);
            height: calc(55% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.trctrct .screen_4 {
            width: calc(50% - 1px);
            height: calc(55% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        /*----Full screen with four piece----*/
        .infoscreen_ui .infoscreen_ui_container.fswfp .screen_1 {
            width: calc(100% - 1px);
            height: calc(64% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.fswfp .screen_2 {
            width: calc(33% - 1px);
            height: calc(36% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.fswfp .screen_3 {
            width: calc(34% - 1px);
            height: calc(36% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.fswfp .screen_4 {
            width: calc(33% - 1px);
            height: calc(36% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        /*----Topbar row col one row col three----*/
        .infoscreen_ui .infoscreen_ui_container.trcorctr .screen_1 {
            width: calc(100% - 1px);
            height: calc(63% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.trcorctr .screen_2 {
            width: calc(33.33333% - 1px);
            height: calc(37% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.trcorctr .screen_3 {
            width: calc(33.33334% - 1px);
            height: calc(37% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.trcorctr .screen_4 {
            width: calc(33.33333% - 1px);
            height: calc(37% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        /*----Topbar row col one row col three bottombar----*/
        .infoscreen_ui .infoscreen_ui_container.trcorctb .screen_1 {
            width: calc(100% - 1px);
            height: calc(61% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.trcorctb .screen_2 {
            width: calc(33.33333% - 1px);
            height: calc(39% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.trcorctb .screen_3 {
            width: calc(33.33334% - 1px);
            height: calc(39% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.trcorctb .screen_4 {
            width: calc(33.33333% - 1px);
            height: calc(39% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        /*----Full screen row col one row col two----*/
        .infoscreen_ui .infoscreen_ui_container.fsrcorct .screen_1 {
            width: 100%;
            height: calc(46% - 1px);
            /*border-bottom: 1px solid #3a3a3a;*/
        }

        .infoscreen_ui .infoscreen_ui_container.fsrcorct .screen_2 {
            width: calc(50% - 1px);
            height: calc(54% - 1px);
            /*border-top: 1px solid #3a3a3a;
            border-right: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.fsrcorct .screen_3 {
            width: calc(50% - 1px);
            height: calc(54% - 1px);
            /*border-top: 1px solid #3a3a3a;
            border-left: 1px solid #3a3a3a;*/
            float: left;
        }

        /*----Topbar row col one row col two----*/
        .infoscreen_ui .infoscreen_ui_container.trcorct .screen_1 {
            width: 100%;
            height: calc(45% - 1px);
            /*border-bottom: 1px solid #3a3a3a;*/
        }

        .infoscreen_ui .infoscreen_ui_container.trcorct .screen_2 {
            width: calc(50% - 1px);
            height: calc(55% - 1px);
            /*border-top: 1px solid #3a3a3a;
            border-right: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.trcorct .screen_3 {
            width: calc(50% - 1px);
            height: calc(55% - 1px);
            /*border-top: 1px solid #3a3a3a;
            border-left: 1px solid #3a3a3a;*/
            float: left;
        }

        /*------------------------------------*/
        .infoscreen_ui .infoscreen_ui_container.fpwtb .screen_1 {
            width: calc(50% - 1px);
            height: calc(50% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.fpwtb .screen_2 {
            width: calc(50% - 1px);
            height: calc(50% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-bottom: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.fpwtb .screen_3 {
            width: calc(50% - 1px);
            height: calc(50% - 1px);
            /*border-right: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.fpwtb .screen_4 {
            width: calc(50% - 1px);
            height: calc(50% - 1px);
            /*border-left: 1px solid #3a3a3a;
            border-top: 1px solid #3a3a3a;*/
            float: left;
        }

        /*------------------------------------*/
        .infoscreen_ui .infoscreen_ui_container.tphwtb .screen_1 {
            width: 100%;
            height: calc(50% - 1px);
            /*border-bottom: 1px solid #3a3a3a;*/
        }

        .infoscreen_ui .infoscreen_ui_container.tphwtb .screen_2 {
            width: 100%;
            height: calc(50% - 1px);
            /*border-top: 1px solid #3a3a3a;*/
        }

        /*------------------------------------*/
        .infoscreen_ui .infoscreen_ui_container.tpgwtbabspwtpv .screen_1 {
            width: 100%;
            height: calc(42% - 1px);
            /*border-bottom: 1px solid #3a3a3a;*/
        }

        .infoscreen_ui .infoscreen_ui_container.tpgwtbabspwtpv .screen_2 {
            width: calc(50% - 1px);
            height: calc(58% - 1px);
            /*border-top: 1px solid #3a3a3a;
            border-right: 1px solid #3a3a3a;*/
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.tpgwtbabspwtpv .screen_3 {
            width: calc(50% - 1px);
            height: calc(58% - 1px);
            /*border-top: 1px solid #3a3a3a;
            border-left: 1px solid #3a3a3a;*/
            float: left;
        }


        /*------------------------------------*/
        .infoscreen_ui .infoscreen_ui_container.fswotb .screen_1 {
            width: 100%;
            height: 100%;
        }


        /*------------------------------------*/
        .infoscreen_ui .infoscreen_ui_container.fswtb .screen_1 {
            width: 100%;
            height: 100%;
        }

        /*------------------------------------*/
        .infoscreen_ui .infoscreen_ui_container.tpvwtb .screen_1 {
            width: calc(50% - 1px);
            /*border-right: 1px solid #3a3a3a;*/
            height: 100%;
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container.tpvwtb .screen_2 {
            width: calc(50% - 1px);
            /*border-left: 1px solid #3a3a3a;*/
            height: 100%;
            float: left;
        }

        .infoscreen_ui .infoscreen_ui_container .screen .screen_data {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .infoscreen_ui .infoscreen_ui_container .screen .screen_data .screen_data_data_container {
                width: 100%;
                height: auto;
            }

                .infoscreen_ui .infoscreen_ui_container .screen .screen_data .screen_data_data_container .display_data {
                    width: 100%;
                    height: 100%;
                }



                    .infoscreen_ui .infoscreen_ui_container .screen .screen_data .screen_data_data_container .display_data .table {
                        width: 100%;
                    }


                .infoscreen_ui .infoscreen_ui_container .screen .screen_data .screen_data_data_container .main-heading {
                    display: block;
                    text-align: center;
                    color: #bdbdbd;
                    /*font-size: 2.7rem;*/
                    text-transform: uppercase;
                    margin-top: 20px;
                }

.NoDataFound {
    font-size: 20px;
    text-align: center;
}




/*start css screen one*/
.main-heading {
    position: relative;
    /*top: 12px;*/
    margin: 20px 0px !important;
    font-weight: 400;
    text-align: center;
    display: block;
    /*color: #bdbdbd;*/
    /*font-size: 2.9rem;*/
    text-transform: uppercase;
    margin-top: 20px;
}

.color-available {
    /*color: #ffffff !important;*/
    border-color: #614d17 !important;
    border-style: solid !important;
    border-width: 0px 0px 1px 0 !important;
}

.main-table-section {
    /*padding: 20px;*/
    /*overflow-x: auto;*/
}

.tbl-design {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /*margin: 0px 8px 18px 8px;*/
}

    .tbl-design th {
        color: #ffbb00;
        text-align: left;
        padding: 10px 20px;
        border-top: 1px solid #656565;
        border-bottom: 1px solid #656565;
        border-left: 0px !important;
        /*background: #222222;*/
        /*font-size: 1.3rem;*/
    }

    .tbl-design td {
        text-align: left;
        padding: 12px 20px;
        /*color: #9f9f9f;*/
        /*white-space: nowrap;*/
        /*font-size: 1.2rem;*/
        /*background: #222222;*/
        /*box-shadow: none !important;
        border-color: #656565;
        border-style: solid !important;
        border-width: 0px 0px 1px 0 !important;*/
        border-bottom: 1px solid rgba(255,255,255,.12);
        vertical-align: top !important;
    }

        .tbl-design td:last-child {
            /*max-width: 350px;
            text-overflow: ellipsis;
            white-space: normal;*/
        }

    .tbl-design tr:nth-child(even) {
        border-top: 1px solid #4e4e4e;
        border-bottom: 1px solid #4e4e4e;
    }
/*end css screen one*/

/*screen two css*/

gradient(white, grey); background: -o-radial-gradient(white, grey); background: -mos-radial-gradient(white, gray); background: radial-gradient(white, grey); background-repeat: no-repeat; .main-box {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px #000000;
    margin: 0 auto;
    min-width: 300px;
    width: 80%;
    overflow: scroll;
}

.inner-box {
    text-align: center;
    /*position: relative;*/
    margin-top: 20px;
    /*margin-bottom: 27px;*/
}

:first-of-type .inner-box .info-box {
    display: inline-block;
}

.inner-box .info-box {
    border: 1px solid #656565;
    height: auto;
    width: 270px;
    margin: 15px 15px;
}

.box-image {
    position: relative;
    min-height: 80px;
}

    .box-image img {
        width: 100%;
        height: 180px;
    }

.box-header {
    position: absolute;
    top: 0px;
    background: #656565;
    width: 100%;
    padding: 5px 0px;
    text-align: left;
}

.box-footer {
    position: absolute;
    bottom: 0px;
    background: #656565;
    width: 100%;
    padding: 5px 0px;
    text-align: left;
}

.box-text {
    /*color: #d1d1d1;*/
    margin: 15px;
    font-size: 1rem !important;
}

.box-content {
    width: 100%;
}

.box-content-tbl {
    text-align: left;
    width: 100%;
    padding: 10px 15px 22px;
}

    .box-content-tbl th {
        color: #ffbb00;
        /*font-size: 12px;*/
        line-height: 19px;
        vertical-align: top;
    }

    .box-content-tbl td {
        /*color: #a6a6a6;*/
        position: relative;
        /*font-size: 12px;*/
    }

.currentbooking .available-box {
    background: #ffbb00;
}

    .currentbooking .available-box span {
        color: #000;
    }

.cancelbooking {
    text-decoration: line-through;
}
/*end of screen two css*/
/*screen three css*/
.banner img {
    width: 100%;
    height: 86%;
}

.box-available {
    /*color: #ffffff !important;*/
}

.banner-content {
    display: flex;
    flex-direction: row;
    /*font-size: 20px;*/
    margin-top: 40px;
}

    .banner-content .banner-colum-left {
        position: relative;
        /*border-right: 1px solid #656565;*/
        width: calc(49% - 40px);
        float: left;
        padding: 0px 40px;
        height: calc(100% - 70px);
        overflow: hidden;
    }

    .banner-content .banner-colum-right {
        position: relative;
        width: calc(49% - 40px);
        float: left;
        padding: 0px 40px;
    }

.banner-bottom-text {
    display: block;
    /*color: #ffbb00;*/
    /*font-size: 1.3rem;*/
}

.right-banner-bottom-text {
    display: block;
    /*color: #ffbb00;*/
    margin-bottom: 70px;
    /*font-size: 1.3rem;*/
}

.banner-content-title {
    /*color: white;*/
    font-size: 2rem;
}

.banner-colum-left p {
    /*color: #bdbdbd;*/
    margin: 25px 0px;
    line-height: 2em;
    /*font-size: 1.3rem;*/
}

.banner-group {
    /*margin: 20px 20px;*/
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*float: left;*/
}

.banner-group-heading {
    display: block;
    color: #ffbb00;
    margin-bottom: 5px;
}

.banner-group-description {
    display: block;
    /*color: #bdbdbd;*/
}

@media (max-width: 650px) {
    .banner-content {
        flex-direction: column;
    }

        .banner-content .banner-colum-left {
            margin: 40px;
            border-right: 0px solid #656565;
            border-bottom: 1px solid #656565;
        }

        .banner-content .banner-colum-right {
            margin: 40px;
            position: relative;
            right: 0px;
            bottom: 60px;
        }

    .banner-bottom-text {
        display: block;
        /*color: #ffbb00;*/
        margin-bottom: 20px;
        /*font-size: 1.3rem;*/
    }

    .banner-content .banner-colum-left {
        width: auto;
    }
}
/*end of screen three css*/


/*screen four css*/
.tbl-screen {
    border-collapse: separate;
    border-spacing: 15px;
    width: 100%;
    /*margin-bottom: 15px;*/
    /*padding: 0px 20px;*/
}

    .tbl-screen img {
        width: 100px;
        height: 85%;
    }

    .tbl-screen td {
        height: 80px;
        text-overflow: ellipsis;
        white-space: normal;
    }



.currentbooking .available-text {
    /*color: #ffffff;*/
}

.currentbooking .available-time {
    color: #ffbb00 !important;
    /*font-weight:900;*/
    font-size: 1rem;
}

.tbl-border-right {
    display: block;
    /*font-size: 25px;*/
    position: relative;
}

.single-text {
    display: block;
    /*font-size: 25px !important;*/
}

.bottom-text {
    display: block;
    position: relative;
}

.tbl-border-left {
    display: block;
    position: relative;
}

.tbl-screen td {
    text-align: left;
    /*color: #9d9d9d;*/
    white-space: nowrap;
    /*font-size: 20px;*/
    /*border-right: 1px solid #656565;*/
    vertical-align: top;
}

    .tbl-screen td:nth-child(2) {
        border-left: none;
        padding: 0px 15px;
    }


    .tbl-screen td:first-child {
        border-left: none;
        width: 1px;
        padding-right: 0px;
        border-right: none;
    }

    .tbl-screen td:last-child {
        border-right: none;
        max-width: 250px;
        white-space: normal;
    }

    .tbl-screen td:nth-child(3) {
        /*font-size: 25px;*/
    }

/*end of screen four css*/

@media only screen and (min-width:320px) and (max-width:480px) {
    .screen-header {
        position: relative;
        width: 100%;
        background: #090909;
        border-bottom: 4px solid #3a3a3a !important;
        z-index: 1;
        height: 130px;
    }

    .logo img {
        height: 69px;
        margin: 0px 0px;
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        max-width: 200px;
    }

    .date-time {
        position: absolute;
        text-align: right;
        left: 50%;
        transform: translate(-50%);
        white-space: nowrap;
        top: 55px;
    }

    .date {
        /*color: #e5e5e5;*/
        /*font-size: 1.2rem;*/
        position: relative;
        right: 10px;
        top: 15px;
    }

    .time {
        color: #e6e6e6;
        /*font-size: 2rem;*/
        position: relative;
        top: 15px;
    }
}



.screen-footer {
    display: none;
    position: relative;
    width: 100%;
    bottom: 0px;
    padding: 28px 0px;
}


.footer-count {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    margin-right: 40px;
    margin-left: 20px;
    bottom: 8px;
}

.img-group {
    width: 100%;
    position: relative;
    text-align: center;
}

.icon-image img {
    height: 35px;
    width: 35px;
}

.icon-menu img {
    height: 35px;
    width: 35px;
    margin-left: 5px;
}

.icon-progressbar img {
    height: 35px;
    width: 150px;
    position: relative;
    right: 16px;
}


.img-group .icon-progressbar {
    position: relative;
    display: inline;
}

.progress {
    width: 150px;
    height: 8px;
    overflow: hidden;
    background-color: #535353;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    left: -10px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    color: #fff;
    background-color: #bababa;
}

.tempclass {
    color: #a6a6a6 !important;
}




/*start front screen css*/

.front-input-content {
    position: absolute;
    top: 40%;
    left: 20%;
}

    .front-input-content .logo {
        position: relative;
    }

        .front-input-content .logo img {
            margin: 0px;
            height: 145px;
            position: absolute;
            right: 100%;
            top: 16px;
            padding-right: 25px;
        }

    .front-input-content span {
        display: block;
        color: #ffffff;
        font-size: 1.2rem;
    }

.front-input {
    /*padding: 15px 32px;
    margin-top: 5px;
    font-size: 18px;*/
    padding: 15px 20px;
    margin-top: 5px;
    font-size: 1rem;
}

.front-next {
    padding: 15px 50px;
    background: #4a4b4f;
    margin-top: 20px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.2rem;
}

.front-input-content a {
    text-decoration: none;
}
/*End front screen css*/

/*start second full screen css*/

.second-main {
    position: relative;
    width: 100%;
    height: 500px;
    display: table;
}

.second-inner {
    display: table-cell;
    font: Verdana, Geneva, sans-serif;
    font-size: 18px;
    text-align: left;
    height: 50px;
    vertical-align: middle;
}

.second-content {
    position: absolute;
    left: 20%;
}

    .second-content span {
        display: block;
        color: #ffffff;
        font-size: 1.2rem;
    }

.second-title {
    border-bottom: 1px solid #ffffff;
    width: 100%;
    min-width: 250px;
    padding: 10px 0px;
}

    .second-title span {
        font-size: 1.2rem;
    }

.list-title {
    font-size: 1.2rem;
    margin-top: 10px;
}

.main-list {
    font-size: 1.2rem;
    line-height: 30px;
}

.inner-list {
    font-size: 1.2rem;
    line-height: 30px;
}

.inner-last {
    margin-bottom: 10px;
}

.second--btn-groupe {
    /*display: flex;*/
    text-align: center;
    border-top: 1px solid #ffffff;
    padding: 15px 0px;
}

    .second--btn-groupe a {
        text-decoration: none;
    }

.btn-previous {
    background: #4a4b4f;
    padding: 15px 25px;
    cursor: pointer;
}

.btn-finish {
    background: #4a4b4f;
    padding: 15px 38px;
    margin-left: 10px;
    cursor: pointer;
}
/*end second full screen css*/

.FINDWAY .left {
    float: left;
}

.FINDWAY .right {
    float: right;
}


.FINDWAY .icon {
    height: 40px;
    width: 40px;
    float: left;
}

.FINDWAY .text {
    /*top: -5px;*/
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: -webkit-baseline-middle;
}

.FINDWAY .svg {
    top: 0px;
    position: relative;
}


.FINDWAY .tbl-design td {
    padding: 8px 20px;
}

.FINDWAY .tbl-design tr:first-child td {
    /*box-shadow: none !important;
    border-color: #656565;
    border-style: solid !important;
    border-width: 1px 0px 1px 0 !important;*/
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.FINDWAY .main-table-section {
    padding: 0px 0px 0px 0px;
}



/*screen page content css*/
.page-content img {
    width: 100%;
    height: 100%;
}



.page-content-content {
    display: flex;
    flex-direction: row;
    /*font-size: 20px;*/
    /*margin-top: 40px;*/
}

    .page-content-content .page-content-colum {
        position: absolute;
        width: calc(100% - 20%) !important;
        top: 16%;
        float: left;
        padding: 0 10%;
        height: calc(100% - 70px);
        overflow: hidden;
        text-align: center;
        line-height: 22px;
    }




.page-content-content-title {
    /*color: white;*/
    /*font-size: 2rem;*/
    font-size: 4vw;
    line-height: .94;
    text-transform: uppercase;
    font-weight: 700;
}

.page-content-content .page-content-colum p {
    font-size: 1.5vw;
    line-height: 1.2;
    margin: 2% 0;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #222;
    opacity: .2;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {

    .BottomBar::after {
        margin-top: 17px !important;
    }

    .infoscreen_ui .infoscreen_ui_bottombar .address {
        padding-top: 10px !important;
    }
}

@media (max-width: 650px) {
    .page-content-content {
        flex-direction: column;
    }

        .page-content-content .page-content-colum {
            margin: 40px;
            border-right: 0px solid #656565;
            border-bottom: 1px solid #656565;
        }
}
/*end of screen page content css*/


/*Slider CSS Start*/
.satishraj-slider {
    height: 100%;
    width: 100%;
}

    .satishraj-slider .slide-page {
        width: 100%;
        height: 100%;
        text-align: center;
        /*display: block;*/
        /*z-index: 1;*/
        display: none;
    }

        .satishraj-slider .slide-page.active {
            display: block !important;
        }

    .satishraj-slider .slide-location-action {
        position: fixed;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #FFFFFF;
        padding: 20px 10px;
        color: #FFFFFF;
    }

    .satishraj-slider .slide-location-action {
        width: 100%;
        text-align: center;
    }

        .satishraj-slider .slide-location-action .action-btn {
            font-size: 0.9rem;
            color: #FFFFFF;
            text-decoration: none;
        }

        .satishraj-slider .slide-location-action .next {
            right: 20px;
            position: fixed;
            margin-top: -4px;
        }

        .satishraj-slider .slide-location-action .finish {
            right: 20px;
            position: fixed;
            margin-top: -4px;
        }

        .satishraj-slider .slide-location-action .prev {
            left: 20px;
            position: fixed;
            margin-top: -4px;
        }

        /*.satishraj-slider .slide-location-action .indicator {
            border-radius: 50%;
            padding: 0px 10px;
            background-color: #000000;
            opacity: 0.2;
            margin: 5px;
        }*/

        .satishraj-slider .slide-location-action .indicator {
            border-radius: 50%;
            background-color: #000000;
            opacity: 0.2;
            margin-left: 5px;
            width: 8px;
            height: 8px;
            float: left;
            left: 45%;
            position: relative;
        }

            .satishraj-slider .slide-location-action .indicator.active {
                background-color: #FFFFFF;
                opacity: 0.5;
            }



    .satishraj-slider .slide-page .logo-conteiner {
        width: 100%;
        position: relative;
    }



        .satishraj-slider .slide-page .logo-conteiner .logo {
            width: 150px;
        }

    .satishraj-slider .slide-page .slide-screen-img-conteiner {
        top: 0%;
        width: 100%;
        position: relative;
    }

        .satishraj-slider .slide-page .slide-screen-img-conteiner .slide-screen-img {
            /*width: 235px;*/
        }

    .satishraj-slider .slide-page .slide-screen-header {
        top: 3%;
        width: 100%;
        position: relative;
        font-size: 27px;
        font-weight: bold;
        color: #FFFFFF;
    }

    .satishraj-slider .slide-page .slide-screen-input {
        top: 8%;
        width: 100%;
        position: relative;
        font-size: 22px;
        color: #FFFFFF;
    }

        .satishraj-slider .slide-page .slide-screen-input input[type='text'] {
            width: 200px;
            height: 40px;
            font-size: 25px;
            text-align: center;
            border-radius: 5px;
            border: 1px;
        }

.screen1 {
    background-color: #90d7ff;
}

.screen2 {
    background-color: #f44a72;
}

.screen3 {
    background-color: #51d9c9;
}

.screen4 {
    background-color: #d38df7;
}

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 1rem;
        transition: .28s ease;
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        user-select: none;
    }

[type="radio"] + label:before,
[type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    margin: 0 4px;
    width: 15px;
    height: 15px;
    z-index: 0;
    transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
    border: 2px solid #fff;
}

[type="radio"]:not(:checked) + label:after {
    transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + label:before {
    border: 2px solid transparent;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
    border: 2px solid #fff;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
    background-color: #fff;
}

[type="radio"]:checked + label:after {
    transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
    transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26);
}

[type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #fff;
}




.ps-container .ps-scrollbar-x-rail {
    position: absolute; /* please don't change 'position' */
    bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 3px; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: 0; /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999;
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}

.ulscrollbar {
    width: 300px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    height: calc(100vh - 250px);
}

/*END CUSTOM UL-SCROLBAR CSS*/

.left-right {
    float: right;
}

.BottomBar::after {
    content: url(../images/BRNDlogo.svg);
    position: absolute;
    height: 50%;
    display: inline-block;
    width: 3%;
    right: 15px;
    margin-top: 8px;
    opacity: .6;
}
.infomonitor-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.rss-info {
    border-top: 1px solid #ffffff;
    padding-top: 25px;
    padding-bottom: 30px;
}
.rss-info:last-child {
    border-bottom: 1px solid #ffffff;
}
.rss-info .date-text span{
    font-size: 1rem;
    
}
.rss-info .img-title h2{
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    padding-top: 0px;
    line-height: 1.5;
}
.rss-info .description p{
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
    line-height:1.5;
}


.footer-marquee {
    width: 95%;
    position: absolute;
  
}
.inner-marquee{
    display:flex;
    align-items:center;
    height:50px;
}

.inner-marquee .date-text {
    padding-left: 0px;
    margin-right: 20px;
    font-size:1.2rem;
    opacity:60%;
    
}
.inner-marquee .img-title {
    padding-right: 20px;
    padding-left: 0px;
    margin-right: 0px;
    font-size:1.5rem;
}
.inner-marquee .description p {
    border-right: 1px solid #ffffff;
    padding-right: 20px;
    padding-left: 0px;
    margin-right: 20px;
    font-size:1.2rem;
    opacity:60%;
}

@font-face {
    font-family: 'OsBdIt__';
    src: url('../fonts/Olsen/OsBdIt__.ttf') format('truetype');
}
@font-face {
    font-family: 'OsBdLf__';
    src: url('../fonts/Olsen/OsBdLf__.ttf') format('truetype');
}
@font-face {
    font-family: 'OsRg____';
    src: url('../fonts/Olsen/OsRg____.ttf') format('truetype');
}
@font-face {
    font-family: 'OsRgIt__';
    src: url('../fonts/Olsen/OsRgIt__.ttf') format('truetype');
}


.canvas-wrapper {
    margin-bottom: 16px;
}

canvas {
    width: auto;
}