﻿/* PTSS VEMO Main Stylesheet */


/* Basic */
html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #D5D3D4;
    height: 100%;
    width: 100%;
    background: black 0 0 url('../Content/themes/vemo_dark/vemo_BG1.jpg') no-repeat scroll;
}

/* HEADER */

header#pageHeader {
    background: transparent left top url('../Content/themes/vemo_dark/menu_BG.png') scroll repeat-x;
    width: 100%;
    font-family: Arial;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #9e9e9f;
    margin-bottom: 15px;
}

    /* HEADER - fullsize */

    header#pageHeader.fullsize {
        height: 86px;
    }

        header#pageHeader.fullsize #logoVersionContainer {
            width: 210px;
            height: 86px;
            float: left;
            margin: 0 20px 0 20px;
        }

        header#pageHeader.fullsize #logoVemo {
            float: left;
            background: transparent center center url('../Content/themes/vemo_dark/vemo_logo.png') scroll no-repeat;
            width: inherit;
            height: 55px;
            cursor: pointer;
        }

        header#pageHeader.fullsize #version {
            width: inherit;
            float: left;
            height: 17px;
        }

        header#pageHeader.fullsize#logoVersionContainer#version span.versionText {
            font-size: 10px;
            color: #989898;
        }

        header#pageHeader.fullsize #divMenu {
            float: left;
            height: 86px;
        }

            header#pageHeader.fullsize #divMenu div.menuitem {
                cursor: pointer;
                margin-top: 12px;
                height: 75px;
                min-width: 75px;
                text-transform: uppercase;
            }

                header#pageHeader.fullsize #divMenu div.menuitem .menuitem_image {
                    background: transparent 0 0 url('../Content/themes/vemo_dark/menu_full.png') scroll no-repeat;
                    width: 45px;
                    height: 45px;
                    margin: 3px auto 0;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.diag .menuitem_image {
                    background-position: 0 0;
                }


                header#pageHeader.fullsize #divMenu div.menuitem.diag.active .menuitem_image {
                    background-position: 0 -45px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.diag.disabled .menuitem_image {
                    background-position: 0 -90px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.drivers .menuitem_image {
                    background-position: -45px 0;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.drivers.active .menuitem_image {
                    background-position: -45px -45px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.drivers.disabled .menuitem_image {
                    background-position: -45px -90px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.groups .menuitem_image {
                    background-position: -90px 0;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.groups.active .menuitem_image {
                    background-position: -90px -45px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.groups.disabled .menuitem_image {
                    background-position: -90px -90px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.history .menuitem_image {
                    background-position: -135px 0;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.history.active .menuitem_image {
                    background-position: -135px -45px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.history.disabled .menuitem_image {
                    background-position: -135px -90px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.ofi .menuitem_image {
                    background-position: -180px 0;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.ofi.active .menuitem_image {
                    background-position: -180px -45px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.ofi.disabled .menuitem_image {
                    background-position: -180px -90px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.reports .menuitem_image {
                    background-position: -225px 0;
                }

                /*-
                    background-position: -225px -45px;
                }*/

                header#pageHeader.fullsize #divMenu div.menuitem.reports.disabled .menuitem_image {
                    background-position: -225px -90px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.reports2 .menuitem_image {
                    background-position: -270px 0;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.reports2.active .menuitem_image {
                    background-position: -270px -45px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.reports2.disabled .menuitem_image {
                    background-position: -270px -90px;
                }
                /*svg.menuitem_header_svg{
                    fill: lightgrey;
                }

                svg.menuitem_header_svg:hover{
                    fill: white;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.active svg.menuitem_header_svg {
                    fill: #30a7c9;
                }

                .menuitem_header_svg {
                    width: 45px;
                    height: 45px;
                    margin: 3px auto 0;
                }
                header#pageHeader.fullsize #divMenu div.menuitem.home .menuitem_header_svg {
                     background-image: url('../Content/themes/vemo_dark/menu_home.svg');
                     background-repeat: no-repeat;
                     background-size: cover;
                }
                
                header#pageHeader.fullsize #divMenu div.menuitem.settings .menuitem_header_svg {
                     background-image: url('../Content/themes/vemo_dark/menu_settings.svg');
                     background-repeat: no-repeat;
                     background-size: cover;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.devices .menuitem_header_svg {
                     background-image: url('../Content/themes/vemo_dark/menu_devices.svg');
                     background-repeat: no-repeat;
                     background-size: cover;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.logs .menuitem_header_svg {
                     background-image: url('../Content/themes/vemo_dark/menu_logs.svg');
                     background-repeat: no-repeat;
                     background-size: cover;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.monitoring .menuitem_header_svg {
                     background-image: url('../Content/themes/vemo_dark/menu_monitoring.svg');
                     background-repeat: no-repeat;
                     background-size: cover;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.softwareRefresh .menuitem_header_svg {
                     background-image: url('../Content/themes/vemo_dark/menu_software.svg');
                     background-repeat: no-repeat;
                     background-size: cover;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.dataRefresh .menuitem_header_svg {
                     background-image: url('../Content/themes/vemo_dark/menu_updates.svg');
                     background-repeat: no-repeat;
                     background-size: cover;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.settings .menuitem_header_svg {
                     background-image: url('../Content/themes/vemo_dark/menu_settings.svg');
                     background-repeat: no-repeat;
                     background-size: cover;
                }
                
                header#pageHeader.fullsize #divMenu div.menuitem.baseData .menuitem_header_svg {
                     background-image: url('../Content/themes/vemo_dark/menu_basicData.svg');
                     background-repeat: no-repeat;
                     background-size: cover;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.journal .menuitem_header_svg {
                     background-image: url('../Content/themes/vemo_dark/menu_logs.svg');
                     background-repeat: no-repeat;
                     background-size: cover;
                }*/


                header#pageHeader.fullsize #divMenu div.menuitem.settings.active .menuitem_image {
                    background-position: -315px -45px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.settings.disabled .menuitem_image {
                    background-position: -315px -90px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.stops .menuitem_image {
                    background-position: -360px 0;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.stops.active .menuitem_image {
                    background-position: -360px -45px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.stops.disabled .menuitem_image {
                    background-position: -360px -90px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.tasks .menuitem_image {
                    background-position: -405px 0;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.tasks.active .menuitem_image {
                    background-position: -405px -45px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.tasks.disabled .menuitem_image {
                    background-position: -405px -90px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.vehicles .menuitem_image {
                    background-position: -450px 0;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.vehicles.active .menuitem_image {
                    background-position: -450px -45px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.vehicles.disabled .menuitem_image {
                    background-position: 450px -90px;
                }

                /* saját megjegyzés, ide jönnek a hiányzó menüképek osztályai */

                header#pageHeader.fullsize #divMenu div.menuitem .menulabel {
                    color: #9e9e9f;
                    text-shadow: 1px 1px #000000;
                    margin: 0 3px;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.active .menulabel {
                    color: #ffffff;
                }

                header#pageHeader.fullsize #divMenu div.menuitem.disabled .menulabel {
                    color: #505051;
                }

            header#pageHeader.fullsize #divMenu div.menuseparator {
                width: 5px;
                height: 86px;
                background: transparent center center url('../Content/themes/vemo_dark/menu_elvalasztocsik.png') scroll no-repeat;
            }

        header#pageHeader.fullsize div.divOperators {
            float: right;
            margin: 20px 20px 0 0;
        }

            header#pageHeader.fullsize div.divOperators div.divOperator {
                float: left;
            }

                header#pageHeader.fullsize div.divOperators div.divOperator:first-child {
                    margin-right: 20px;
                }

                header#pageHeader.fullsize div.divOperators div.divOperator div.opTitle {
                    color: #9E9E9F;
                    text-transform: uppercase;
                    font-weight: bold;
                    padding: 2px 0;
                    height: 20px;
                    font-size: 20px;
                    line-height: 20px;
                }

                    header#pageHeader.fullsize div.divOperators div.divOperator div.opTitle span {
                        display: none;
                    }

                header#pageHeader.fullsize div.divOperators div.divOperator div.opName {
                    padding: 2px 0 2px 7px;
                    height: 18px;
                    font-size: 18px;
                    line-height: 18px;
                    text-align: center;
                }

@media (max-width: 1280px) {
    header#pageHeader.fullsize #logoVemo {
        background-position: -80px center;
        width: 32px;
        margin: 0 10px 0 10px;
    }
}

@media (max-width: 1100px) {
    header#pageHeader.fullsize div.divOperators {
        margin: 7px 20px 0 0;
    }

        header#pageHeader.fullsize div.divOperators div.divOperator {
            margin-top: 5px;
            float: none;
        }

            header#pageHeader.fullsize div.divOperators div.divOperator:first-child {
                margin-right: 0;
            }

            header#pageHeader.fullsize div.divOperators div.divOperator div.opTitle, header#pageHeader.fullsize div.divOperators div.divOperator div.opName {
                height: 12px;
                font-size: 12px;
                line-height: 12px;
            }

                header#pageHeader.fullsize div.divOperators div.divOperator div.opTitle span {
                    display: inline;
                }
}

header#pageHeader.fullsize #divLogOff {
    float: right;
}

    header#pageHeader.fullsize #divLogOff a {
        background: transparent center 18px url('../Content/themes/vemo_dark/menu_logout.png') scroll no-repeat;
        display: block;
        width: 75px;
        height: 70px;
        color: #9e9e9f;
        text-shadow: 1px 1px #000000;
        text-transform: uppercase;
        margin-top: 12px;
        text-decoration: none;
    }


/* HEADER - smallsize*/
header#pageHeader.smallsize {
    height: 37px;
}

    header#pageHeader.smallsize #logoVemo {
        background: transparent center center url('../Content/themes/vemo_dark/vemo_logo.png') scroll no-repeat;
        float: left;
        width: 210px;
        margin: 0 20px 0 20px;
        height: 37px;
        cursor: pointer;
    }

    header#pageHeader.smallsize #divMenu {
        float: left;
        height: 37px;
    }

        header#pageHeader.smallsize #divMenu div.menuitem {
            cursor: pointer;
            margin-top: 12px;
            height: 25px;
            text-transform: uppercase;
        }

            header#pageHeader.smallsize #divMenu div.menuitem .menuitem_image {
                display: none;
            }

            header#pageHeader.smallsize #divMenu div.menuitem .menulabel {
                color: #9e9e9f;
                text-shadow: 1px 1px #000000;
                margin: 0 3px;
            }

            header#pageHeader.smallsize #divMenu div.menuitem.active .menulabel {
                color: #ffffff;
            }

            header#pageHeader.smallsize #divMenu div.menuitem.disabled .menulabel {
                color: #505051;
            }

        header#pageHeader.smallsize #divMenu div.menuseparator {
            width: 5px;
            height: 31px;
            background: transparent center 0 url('../Content/themes/vemo_dark/menu_elvalasztocsik.png') scroll no-repeat;
        }

    header#pageHeader.smallsize div.divOperators {
        float: right;
        margin-right: 20px;
        text-align: left;
        padding-top: 10px;
    }

        header#pageHeader.smallsize div.divOperators div.divOperator {
            float: left;
        }

            header#pageHeader.smallsize div.divOperators div.divOperator div.opTitle {
                float: left;
                color: #9E9E9F;
                text-transform: uppercase;
                font-weight: bold;
                height: 15px;
                padding: 2px 0;
                line-height: 15px;
            }

            header#pageHeader.smallsize div.divOperators div.divOperator div.opName {
                float: left;
                height: 15px;
                padding: 2px 0 2px 7px;
                line-height: 15px;
                margin-right: 10px;
            }

@media (max-width: 1350px) {
    header#pageHeader.smallsize #logoVemo {
        background-position: -80px center;
        width: 32px;
        margin: 0 10px 0 10px;
    }
}

@media (max-width: 1100px) {
    header#pageHeader.smallsize div.opTitle {
        display: none;
    }

    header#pageHeader.smallsize div.divOperator:first-child {
        border-right: 1px solid gray;
        padding-right: 3px;
        margin-right: 3px;
    }

    header#pageHeader.smallsize div.divOperators div.divOperator div.opName {
        margin: 0;
        padding: 2px 0;
    }
}

header#pageHeader.smallsize #divLogOff {
    float: right;
}

    header#pageHeader.smallsize #divLogOff a {
        display: block;
        width: 75px;
        height: 25px;
        color: #9e9e9f;
        text-shadow: 1px 1px #000000;
        text-transform: uppercase;
        margin-top: 12px;
        text-decoration: none;
    }


/* CONTAINERS */

div.page {
    min-width: 960px;
}

section#main {
    /* width: 930px; */
    padding: 0 15px;
}

    section#main.isFullScreen {
        width: auto !important;
    }

        section#main.isFullScreen div#leftContent {
            display: none !important;
        }

        section#main.isFullScreen div#mainContent {
            float: none !important;
            width: 100% !important;
        }

/* CONTAINERS - leftContent */

div#leftContent {
    float: left;
    border: 1px solid #989899;
    width: 213px;
    background-color: #c4c4c4;
}

    div#leftContent.open {
        width: 210px;
    }

    div#leftContent.close {
        width: 44px;
    }

    div#leftContent div#leftPanel_header {
        height: 30px;
        width: 100%;
        border-bottom: 1px solid #c4c4c4;
        background-color: #575757;
    }

        div#leftContent div#leftPanel_header div {
            height: 30px;
            width: 30px;
            cursor: pointer;
            float: right;
            background: transparent 0 0 url('../Content/themes/vemo_dark/oldalsav.png') scroll no-repeat;
        }

    div#leftContent.close div#leftPanel_header div {
        background-position: 0 0;
    }

    div#leftContent.open div#leftPanel_header div {
        background-position: 0 -30px;
    }

    div#leftContent.close div#leftPanel_menu a {
        display: none;
    }

    div#leftContent div.menuitem {
        cursor: pointer;
        clear: both;
        background: transparent 0 0 url('../Content/themes/vemo_dark/left_menu_itemBG.png') scroll repeat-x;
        width: 100%;
        height: 41px;
        border-bottom: 1px solid #8f8f8f;
    }

        div#leftContent div.menuitem:hover {
            background-position: 0 -41px;
        }

        div#leftContent div.menuitem.active {
            background-position: 0 -41px;
        }

        div#leftContent div.menuitem div.menuitem_image {
            width: 41px;
            height: 41px;
            margin: 0px 0px 0px 0px;
            /*background: gray;*/
            float: left;
        }

        div#leftContent div.menuitem div.menuitem_image {
            background: transparent 0 0 url('../Content/themes/vemo_dark/left_menu_items.png') scroll repeat-x;
        }

        div#leftContent div.menuitem:hover div.menuitem_image {
            background: transparent 0 -41px url('../Content/themes/vemo_dark/left_menu_items.png') scroll repeat-x;
        }

        div#leftContent div.menuitem.active div.menuitem_image {
            background: transparent 0 -41px url('../Content/themes/vemo_dark/left_menu_items.png') scroll repeat-x;
        }



        /*oldalsó menük*/
        /*div#leftContent div.menuitem div.menuitem_image{
        background-position:center center;
        
        background-size: 90% 90% !important;
    }
        div#leftContent div.menuitem div#changePassword{
            background-image: url('../Content/themes/vemo_dark/menu_settings_changepw.svg');
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        div#leftContent div.menuitem div#vehicleGroupIndex{
            background-image: url('../Content/themes/vemo_dark/menu_devices_vehicleGroups.svg');
            background-repeat: no-repeat;
            background-size: cover;
        }

        div#leftContent div.menuitem div#device{
            background-image: url('../Content/themes/vemo_dark/menu_devices_devices.svg');
            background-repeat: no-repeat;
            background-size: cover;
        }

        div#leftContent div.menuitem div#deviceGroup{
            background-image: url('../Content/themes/vemo_dark/menu_devices_deviceGroups.svg');
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        div#leftContent div.menuitem div#vehicle{
            background-image: url('../Content/themes/vemo_dark/menu_devices_vehicles.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }
        
        div#leftContent div.menuitem div#stateOfVehicle{
            background-image: url('../Content/themes/vemo_dark/menu_monitoring_deviceStatus.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#vehicleRoute{
            background-image: url('../Content/themes/vemo_dark/menu_monitoring_vehicleMovement.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#filterMonitoringLog{
            background-image: url('../Content/themes/vemo_dark/menu_monitoring_errorReport.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#deviceMessageImport{
            background-image: url('../Content/themes/vemo_dark/menu_monitoring_deviceMessageImportation.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#vehiclesPosition{
            background-image: url('../Content/themes/vemo_dark/menu_monitoring_vehiclePosition.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }
        
        div#leftContent div.menuitem div#parameterRefresh{
            background-image: url('../Content/themes/vemo_dark/menu_updates_parameters.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#sensorRefresh{
            background-image: url('../Content/themes/vemo_dark/menu_updates_sensors.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#dailyTaskListRefresh{
            background-image: url('../Content/themes/vemo_dark/menu_updates_dailyTaskList.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#employeeRefresh{
            background-image: url('../Content/themes/vemo_dark/menu_updates_workerData.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#timetableRefresh{
            background-image: url('../Content/themes/vemo_dark/menu_updates_timetable.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#ledboardTextRefresh{
            background-image: url('../Content/themes/vemo_dark/menu_updates_ledTableText.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#driverMessageRefresh{
            background-image: url('../Content/themes/vemo_dark/menu_updates_driverMessages.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#dispatcherMessage{
            background-image: url('../Content/themes/vemo_dark/menu_updates_dispacherMessages.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#stopPointRefresh{
            background-image: url('../Content/themes/vemo_dark/menu_updates_stopMessages.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#stopPointEventRefresh{
            background-image: url('../Content/themes/vemo_dark/menu_updates_stopEvents.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#DataRefresh{
            background-image: url('../Content/themes/vemo_dark/menu_updates_voices.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }
         
        div#leftContent div.menuitem div#swVersion{
            background-image: url('../Content/themes/vemo_dark/menu_software_softwareVersions.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#swRefresh{
            background-image: url('../Content/themes/vemo_dark/menu_software_softwareUpdate.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }
        
        div#leftContent div.menuitem div#parameter{
            background-image: url('../Content/themes/vemo_dark/menu_basicData_parameters.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }
        
        div#leftContent div.menuitem div#sensor{
            background-image: url('../Content/themes/vemo_dark/menu_basicData_sensors.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#ledboardText{
            background-image: url('../Content/themes/vemo_dark/menu_basicData_tableCaptions.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#driverMessage{
            background-image: url('../Content/themes/vemo_dark/menu_basicData_driverMessagesUpdated.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#stopPointEventList{
            background-image: url('../Content/themes/vemo_dark/menu_basicData_stopEvents.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#zones{
            background-image: url('../Content/themes/vemo_dark/menu_basicData_zones.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#employees{
            background-image: url('../Content/themes/vemo_dark/menu_basicData_employee.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }


        div#leftContent div.menuitem div#filterLog{
            background-image: url('../Content/themes/vemo_dark/menu_logs_analyzingCommunications.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#deviceLogIndex{
            background-image: url('../Content/themes/vemo_dark/menu_logs_deviceLogs.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }






        div#leftContent div.menuitem div#user{
            background-image: url('../Content/themes/vemo_dark/menu_settings_users.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#userGroup{
            background-image: url('../Content/themes/vemo_dark/menu_settings_user_groups.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        div#leftContent div.menuitem div#roleFunctionEditor{
            background-image: url('../Content/themes/vemo_dark/menu_settings_role_editor.svg');
            background-repeat: no-repeat;
            background-size: cover;
            
        }*/

        /*------------------------------------------------*/




        div#leftContent div.menuitem div.menulabel {
            line-height: 41px;
            padding-top: 1px;
            padding-left: 5px;
            font-size: 12px;
            font-weight: bold;
            float: left;
            color: #292929;
            word-wrap: break-word;
        }

        div#leftContent div.menuitem:hover div.menulabel {
            color: white;
        }

        div#leftContent div.menuitem.active div.menulabel {
            color: white;
        }

    div#leftContent.close div.menuitem div.menulabel {
        display: none;
    }

/* CONTAINERS - mainContent */

div#mainContent {
    float: right;
    border: 1px solid #989899;
    min-width: 700px;
    background-color: #ECECEC;
}

.contentPanel_header {
    height: 24px;
    background-color: #575757;
    padding: 3px;
}

.contentPanel_header_no_background {
    height: 24px;
    padding: 3px;
}

.panel_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #dbdbdc;
    text-transform: uppercase;
    padding: 0 7px;
}

.contentPanel_header .btn {
    margin-right: 5px;
}

div#mainContent .ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.datetimePicker {
    width: 110px;
}

.contentPanel_subheader {
    height: 24px;
    background-color: #B1B1B1;
    padding: 3px;
}

    .contentPanel_subheader .panel_title {
        color: #4B4B4C;
    }

    .contentPanel_header .btn, .contentPanel_subheader .btn {
        margin-right: 5px;
    }

/* jQuery UI overrides */

.ui-widget {
    font-size: 1.0em;
}

#mainContent tr.ui-state-hover {
    background: #337ccc 0 0 none scroll no-repeat;
    color: white;
}

#divDialog tr.ui-state-hover {
    background: #337ccc 0 0 none scroll no-repeat;
    color: white;
}

#divDialog tr.ui-state-highlight {
    background: #005698 0 0 none scroll no-repeat;
    color: white;
    border-color: #aaaaaa;
}


#mainContent tr.ui-state-highlight {
    background: #005698 0 0 none scroll no-repeat;
    color: white;
    border-color: #aaaaaa;
}

#mainContent tr.custom-highlight {
    background: #B0E0E6 0 0 none scroll no-repeat !important;
    color: black !important;
    border-color: #aaaaaa !important;
}


#mainContent tr.deviceGroup {
    background: purple 0 0 none scroll no-repeat;
    color: white;
    border-color: #aaaaaa;
}

#mainContent tr.device {
    background: orange 0 0 none scroll no-repeat;
    color: black;
    border-color: #aaaaaa;
}

#mainContent tr.redrow {
    background: red 0 0 none scroll no-repeat;
    color: white;
    border-color: #aaaaaa;
}

#mainContent tr.normalHeartBeat {
    background: #E0FFC2 0 0 none scroll no-repeat;
    border-color: #aaaaaa;
    color: black;
}

#mainContent tr.noHeartBeat {
    background: #FED8C8 0 0 none scroll no-repeat;
    border-color: #aaaaaa;
    color: black;
}

#mainContent tr.warningHeartBeat {
    background: #FFFFCC 0 0 none scroll no-repeat;
    border-color: #aaaaaa;
    color: black;
}

#mainContent .ui-jqgrid-labels .ui-state-default {
    font-weight: bold;
    color: #005698;
}

#mainContent tr.obuswExited {
    background: darkgreen 0 0 none scroll no-repeat;
    border-color: #aaaaaa;
    color: white;
}

#divDialog .ui-jqgrid-labels .ui-state-default {
    font-weight: bold;
    color: #005698;
}

#mainContent .ui-jqgrid tr.jqgrow td {
    padding: 3px;
}

#divDialog .ui-jqgrid tr.jqgrow td {
    padding: 3px;
}

#mainContent tr.ui-search-toolbar input {
    margin: 2px 0 0;
}

#divDialog tr.ui-search-toolbar input {
    margin: 2px 0 0;
}

#mainContent .s-ico .ui-icon-asc {
    background: transparent center 0 url('../Content/themes/vemo_dark/sort_arrows.png') scroll no-repeat;
}

#divDialog .s-ico .ui-icon-asc {
    background: transparent center 0 url('../Content/themes/vemo_dark/sort_arrows.png') scroll no-repeat;
}


#mainContent .s-ico .ui-icon-desc {
    background: transparent center -12px url('../Content/themes/vemo_dark/sort_arrows.png') scroll no-repeat;
    margin-top: 5px;
}

#divDialog .s-ico .ui-icon-desc {
    background: transparent center -12px url('../Content/themes/vemo_dark/sort_arrows.png') scroll no-repeat;
    margin-top: 5px;
}

#mainContent .ui-icon-seek-first {
    background: transparent center 0 url('../Content/themes/vemo_dark/pager_arrows.png') scroll no-repeat;
}

#divDialog .ui-icon-seek-first {
    background: transparent center 0 url('../Content/themes/vemo_dark/pager_arrows.png') scroll no-repeat;
}


#mainContent .ui-icon-seek-prev {
    background: transparent center -16px url('../Content/themes/vemo_dark/pager_arrows.png') scroll no-repeat;
}

#divDialog .ui-icon-seek-prev {
    background: transparent center -16px url('../Content/themes/vemo_dark/pager_arrows.png') scroll no-repeat;
}

#mainContent .ui-icon-seek-next {
    background: transparent center -32px url('../Content/themes/vemo_dark/pager_arrows.png') scroll no-repeat;
}

#divDialog .ui-icon-seek-next {
    background: transparent center -32px url('../Content/themes/vemo_dark/pager_arrows.png') scroll no-repeat;
}

#mainContent .ui-icon-seek-end {
    background: transparent center -48px url('../Content/themes/vemo_dark/pager_arrows.png') scroll no-repeat;
}

#divDialog .ui-icon-seek-end {
    background: transparent center -48px url('../Content/themes/vemo_dark/pager_arrows.png') scroll no-repeat;
}

#mainContent .ui-jqgrid-pager .ui-pager-control {
    color: #005698;
}

#divDialog .ui-jqgrid-pager .ui-pager-control {
    color: #005698;
}

#mainContent table.ui-pg-table {
    border-collapse: separate;
}

#divDialog table.ui-pg-table {
    border-collapse: separate;
}

.ui-widget-content .ui-priority-secondary {
    font-weight: bold !important;
    opacity: 1 !important;
    filter: Alpha(Opacity=100) !important;
}

/* Other overrides */

#ui-datepicker-div {
    z-index: 9999999!important;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 4000 !important;
}

textarea#Description {
    width: 300px;
    height: 120px;
}


/* jQuery dialog overrides*/

.ui-widget {
    padding: 0;
    border-radius: 0;
    border: 1px solid #87898a;
}

    .ui-widget .ui-widget-content {
        background-color: #ececec;
    }

    .ui-widget div.ui-widget-header {
        background: #005698 0 0 none scroll no-repeat;
        border-width: 0;
        border-radius: 0;
        color: white;
    }

        .ui-widget div.ui-widget-header .ui-icon-closethick {
            background: transparent 4px 4px url('../Content/themes/vemo_dark/close_icon.png') scroll no-repeat;
        }

        .ui-widget div.ui-widget-header .ui-state-hover {
            background: transparent 0 0 none scroll no-repeat;
            border-width: 0;
        }

.ui-jqdialog-titlebar .ui-jqdialog-titlebar-close, .ui-dialog-titlebar .ui-dialog-titlebar-close {
    padding: 0;
}

.ui-widget-content table.EditTable hr {
    display: none;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    background-color: white;
}

/* Delete buttons */
.ui-widget-content table.EditTable td.EditButton .fm-button {
    float: right;
}

/* Search buttons */
table.SeachButtonTable td.EditButton:first-child {
    float: left;
}

/* Error msg */
.field-validation-error {
    display: block;
    color: red;
}

.input-validation-error {
    border-color: red;
}

/* Textarea background */
.ui-widget textarea.ui-widget-content {
    background-color: white;
}

/* jGrid stuffs */

.inline_icon {
    width: 21px;
    height: 21px;
    background: transparent 0 0 url('../Content/themes/vemo_dark/inline_icons.png') scroll no-repeat;
    margin: 0 3px;
    cursor: pointer;
}

    .inline_icon.edit {
        background-position: 0 0;
    }

.ui-state-hover .inline_icon.edit, .ui-state-highlight .inline_icon.edit {
    background-position: 0 -21px;
}

.inline_icon.delete {
    background-position: 0 -42px;
}

.ui-state-hover .inline_icon.delete, .ui-state-highlight .inline_icon.delete {
    background-position: 0 -63px;
}

.inline_icon.detail {
    background-position: 0 -84px;
}

.ui-state-hover .inline_icon.detail, .ui-state-highlight .inline_icon.detail {
    background-position: 0 -105px;
}

.inline_icon.way {
    background-position: 0 -126px;
}

.ui-state-hover .inline_icon.way, .ui-state-highlight .inline_icon.way {
    background-position: 0 -147px;
}

.inline_icon.service {
    background-position: 0 -168px;
}

.ui-state-hover .inline_icon.service, .ui-state-highlight .inline_icon.service {
    background-position: 0 -189px;
}

.inline_icon.datapackagesend {
    background-position: 0 -210px;
}

.ui-state-hover .inline_icon.datapackagesend, .ui-state-highlight .inline_icon.datapackagesend {
    background-position: 0 -231px;
}

.inline_icon.datapackageabandonded {
    background-position: 0 -252px;
}

.ui-state-hover .inline_icon.datapackageabandonded, .ui-state-highlight .inline_icon.datapackageabandonded {
    background-position: 0 -273px;
}


.inline_icon.download {
    background-position: 0 -294px;
}

.ui-state-hover .inline_icon.download, .ui-state-highlight .inline_icon.download {
    background-position: 0 -315px;
}


/* Editor - ha felül van a táblázat felett */

div.editor-area-top {
    width: 100%;
    background-color: #ECECEC;
    padding-bottom: 10px;
    font-size: 11px;
}

    div.editor-area-top .editor-area-header {
        background-color: #005698;
        color: white;
        margin: 0;
        padding: 2px 10px;
        font-family: Verdana,Arial,sans-serif;
        font-size: 1.1em;
        margin-bottom: 10px;
        border-width: 0;
        border-radius: 0;
        color: white;
        font-weight: bold;
        padding: 0.4em 1em;
    }


/* Editor table */

table.editor-table {
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
}

    table.editor-table td {
        padding: 2px 5px;
    }

        table.editor-table td.editor-label {
            text-align: left;
            color: #424242;
            font-size: 11px;
            font-weight: bold;
        }

        table.editor-table td.editor-header-label {
            font-weight: bold;
            font-size: 11px;
            text-align: left;
            color: #005698;
        }

table.switch-table td {
    padding: 2px 5px;
}

    table.switch-table td.switch-label {
        text-align: left;
        color: #424242;
        font-size: 11px;
        font-weight: bold;
        width: 44%;
    }

    table.switch-table td.switch-select select {
        width: 100%;
    }

    table.switch-table td.move-buttons {
        text-align: center;
    }

        table.switch-table td.move-buttons button {
            margin: 0 auto 5px;
        }

        table.switch-table td.move-buttons button {
            background: transparent 0 0 url('../Content/themes/vemo_dark/button_BG.png') scroll repeat-x;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            color: #FFF;
            cursor: pointer;
            border: 1px solid #2b67a2;
            height: 22px;
            line-height: 22px;
            font-size: 12px;
            padding: 0 8px;
            width: auto;
            display: block;
        }

            table.switch-table td.move-buttons button span.ui-button-text {
                padding: 0;
            }

div.editor-buttonContainer-right {
    float: right;
    margin: 0 5px;
}

    div.editor-buttonContainer-right button {
        margin-bottom: 5px;
    }

div.editor-buttonContainer-bottom {
    margin-top: 10px;
    float: right;
}

    div.editor-buttonContainer-bottom button {
        margin-left: 5px;
        float: left;
    }

div.editor-area-top div.editor-buttonContainer-bottom {
    margin-right: 10px;
}

.textlabel {
    text-align: left;
    color: #424242;
    font-size: 13px;
    font-weight: bold;
}

/* LOGIN */

div.pageLogin {
    min-height: 100%;
    position: relative;
}

    div.pageLogin section#mainContainer {
        padding-bottom: 100px;
    }

    /* LOGIN - HEADER */

    div.pageLogin header {
        background: transparent 0 0 repeat-x scroll url("../Content/themes/vemo_dark/login_header_BG_tile.png");
        height: 168px;
        width: 100%;
        font-size: 11px;
        color: #ededed;
    }

        div.pageLogin header div#headerContainer {
            background: transparent center bottom no-repeat scroll url("../Content/themes/vemo_dark/vemo_logo_big.png");
            height: 158px;
            width: 100%;
        }

@media (max-width: 600px) {
    div.pageLogin header div#headerContainer {
        background-position: center center;
    }
}

@media (max-width: 350px) {
    div.pageLogin header div#headerContainer {
        background-image: url("../Content/themes/vemo_dark/vemo_logo.png");
    }
}

div.pageLogin header div#headerContainer div#version_info {
    float: right;
    margin: 20px 15px 0 0;
}

div.pageLogin header div#headerContainer div#language_switch {
    clear: both;
    float: right;
    margin: 100px 15px 0 0;
}

    div.pageLogin header div#headerContainer div#language_switch span {
        float: left;
        line-height: 18px;
    }

    div.pageLogin header div#headerContainer div#language_switch ul {
        list-style: none;
        float: left;
        margin: 0;
        padding: 0;
    }

        div.pageLogin header div#headerContainer div#language_switch ul li {
            float: left;
            margin-left: 5px;
        }

div.pageLogin section {
    width: 100%;
}

div.pageLogin div#loginBox {
    margin: 20px auto 0;
    max-width: 328px;
    color: #424242;
}

    div.pageLogin div#loginBox div#loginBox_top {
        background: #dadada center center no-repeat scroll url("../Content/themes/vemo_dark/loginbox_top.png");
        height: 24px;
    }

    div.pageLogin div#loginBox div#loginBox_main {
        background: #dadada center center repeat-y scroll url("../Content/themes/vemo_dark/loginbox_tile.png");
        padding: 0 13px;
    }

    div.pageLogin div#loginBox div#loginBox_bottom {
        background: #dadada center center no-repeat scroll url("../Content/themes/vemo_dark/loginbox_bottom.png");
        height: 24px;
    }

    div.pageLogin div#loginBox div#loginBox_main table {
        width: 100%;
        table-layout: auto;
        border-collapse: collapse;
        vertical-align: middle;
    }

        div.pageLogin div#loginBox div#loginBox_main table tr {
            height: 40px;
        }

        div.pageLogin div#loginBox div#loginBox_main table td.title {
            width: 33%;
            text-align: right;
            padding-right: 5px;
            font-weight: bold;
        }

        div.pageLogin div#loginBox div#loginBox_main table input[type="text"], div.pageLogin div#loginBox div#loginBox_main table input[type="password"] {
            width: 145px;
            height: 16px;
            padding: 2px 5px;
            border: 2px inset #7f7f7f;
        }

        div.pageLogin div#loginBox div#loginBox_main table select {
            width: 160px;
            height: 24px;
            padding: 2px 1px;
            border: 2px inset #7f7f7f;
        }

            div.pageLogin div#loginBox div#loginBox_main table select option {
                padding: 2px 5px;
            }

        div.pageLogin div#loginBox div#loginBox_main table td.remember {
        }

            div.pageLogin div#loginBox div#loginBox_main table td.remember input {
                margin-right: 5px;
            }

div.pageLogin section#errorMsg {
    color: red;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
}

div.pageLogin footer {
    width: 100%;
    position: absolute;
    bottom: 10px;
    height: 80px;
    text-align: center;
}

    div.pageLogin footer img {
        margin: 0 0 3px;
    }

    div.pageLogin footer div#copy {
        background-color: #5d5d5d;
        height: 27px;
        color: white;
        line-height: 27px;
        margin: 0 18px;
        padding: 0 13px;
    }



/* Table */

.fullsize {
    width: 100%;
}


/* Buttons */

button:focus {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button.btn, div.btn, body .ui-widget-content a.fm-button {
    background: transparent 0 0 url('../Content/themes/vemo_dark/button_BG.png') scroll repeat-x;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #FFF;
    cursor: pointer;
    border: 1px solid #2b67a2;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding: 0 8px;
    width: auto;
    display: block;
}

    .btn span.icon, body .ui-widget-content a.fm-button span.ui-icon {
        background: transparent 0 0 url('../Content/themes/vemo_dark/button_icons.png') scroll no-repeat;
        float: left;
        width: 20px;
        height: 20px;
        margin: 1px 4px 1px 0;
        display: block;
        position: relative;
        left: 0;
        top: 0;
    }

.buttonicon {
    background: transparent 0 0 url('../Content/themes/vemo_dark/button_icons.png') scroll no-repeat;
    width: 20px;
    height: 20px;
    margin: -2px 4px 1px 0;
    display: block;
    position: relative;
    left: 0;
    top: 0;
}

.btn span.icon.nolabel {
    margin: 1px 0;
}

.buttonicon.down {
    background-position: 0 0;
}

.buttonicon.up {
    background-position: 0 -20px;
}

.btn span.icon.seek-first {
    background-position: 0 -122px;
}

.btn span.icon.seek-prev {
    background-position: 0 -143px;
}

.btn span.icon.seek-next {
    background-position: 0 -162px;
}

.btn span.icon.seek-last {
    background-position: 0 -181px;
}

.btn span.icon.down {
    background-position: 0 0;
}

.btn span.icon.up {
    background-position: 0 -20px;
}

.btn span.icon.add {
    background-position: 0 -43px;
}

.btn span.icon.search, body .ui-widget-content a.fm-button span.ui-icon.ui-icon-search {
    background-position: 0 -60px;
}

.btn span.icon.save, body .ui-widget-content a.fm-button span.ui-icon.ui-icon-save {
    background-position: 0 -80px;
}

.btn span.icon.cancel, body .ui-widget-content a.fm-button span.ui-icon.ui-icon-cancel {
    background-position: 0 -100px;
}

.btn.checkdata span.icon, .btn span.icon.checkdata {
    background: transparent 0px 1px url('../Content/themes/vemo_dark/checkdata.png') scroll no-repeat;
    background-size: 90%;
}

.btn.delete span.icon, .btn span.icon.delete {
    background: transparent 0px 1px url('../Content/themes/vemo_dark/button_icons_designer_web.png') scroll no-repeat;
    background-position: 0 -120px;
}

.left {
    float: left;
}

.paddingRight {
    padding-right: 2px;
}

.pointer {
    cursor: pointer;
}

/* dashboard */

.tile {
    margin-left: 5px;
    margin-top: 5px;
    width: 477px;
    height: 280px;
}

.tileFooter {
    height: 31px;
}

#dashboardMain tr.noHeartBeat {
    background: #FFA07A 0 0 none scroll no-repeat;
    border-color: #aaaaaa;
}

#dashboardMain tr.warningHeartBeat {
    background: #FFFFCC 0 0 none scroll no-repeat;
    border-color: #aaaaaa;
}

.spanRefreshLabel {
    margin-right: 5px;
}

.errorMessage {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

/* ROLE FUNCTION EDITOR */
.firstLevel {
    background-color: #002447;
    color: white;
}

.secondLevel {
    background-color: #667C91;
    color: white;
}

    .secondLevel label {
        padding-left: 20px;
    }

.thirdLevel {
    background-color: #A3B0BD;
    color: #002447;
}

    .thirdLevel label {
        padding-left: 40px;
    }



.editorInputBlock {
    background-color: #AAA9A9;
    display: block;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

.editorInputContainer {
    display: block;
    font-family: 'segoe UI';
    height: 26px;
    padding-left: 5px;
}


.editorInputBlock label {
    cursor: default;
    color: black;
    font-family: 'segoe UI';
    height: 21px;
}

.editorInputBlock select {
    margin-right: 20px;
}

.roleFunctionGrid, .ouRoleEditor {
    /*width: 540px;*/
}


    .roleFunctionGrid tr:hover, .ouRoleEditor tr:hover {
        background-color: #ff6347;
    }

#mapsPopupDiv {
    top: 8px;
    left: 3.5em;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    z-index: 100;
}

    #mapsPopupDiv #mapsPopupContentDiv {
        position: relative;
        width: 100%;
        text-align: left;
        font-size: 10pt;
        color: white;
        background-color: #00558F;
        min-width: 300px;
        height: 80px;
        padding: 10px 10px 10px 10px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
    }

ul {
    margin: 0;
    padding: 0;
}

#zoneListDiv {
    max-height: 300px;
    overflow-y: scroll;
    background-color: #D5D3D4;
}

.zoneList ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.zoneList li {
    list-style: none;
    padding: 3px 10px;
    cursor: pointer;
    display: list-item;
    text-align: -webkit-match-parent;
    color: black;
    font-size: 11px;
}

.alt {
    background-color: #c5c5c5;
}

/*#region setting dispatcher places style */

.disp-pl-inputs {
    width: 100%;
}

.disp-edit-tab {
    display: inline-block;
    height: 100px;
}

#dispddlTrafficControlPlaces {
    width: 180px;
}

#dispddlMode {
    width: 180px;
}

#dispTimeOfOperation {
    width: 80px;
}

#dispDescription {
    width: 250px;
    height: 50px;
}

#dispLogPlace {
    width: 180px;
    height: 50px;
}

.timeln {
    margin-top: -4px;
}

.timeln-half-hour {
    width: 23px;
    height: 23px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    margin-right: -3.35px;
    display: inline-block;
}

.timeln-dashed-grey {
    border-left: 2px dashed grey;
}

.timeln-last {
    border-right: 2px solid black;
}

.timeln-container {
    user-select: none;
    display: inline-block;
}

.timeln-Dp-Places-Table {
    display: inline-block;
}

    .timeln-Dp-Places-Table div {
        width: 50px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        color: black;
        display: table-row;
    }

.timeln-Hour-Table {
    margin-left: -25px;
    margin-bottom: 3px;
}

    .timeln-Hour-Table div {
        display: table-cell;
        width: 50px;
        text-align: center;
        color: black;
    }

.stopAreaAssignButton {
    margin: 0 auto;
    font-weight: bold;
    height: 50px;
    width: 85px;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
    line-height: 40px;
}

    .stopAreaAssignButton span {
        font-size: 40px;
    }

/*#endregion setting dispatcher places style */

/*#region MergetrafficPlacementNMode*/

/*index*/
#TrafficPlacementModeTable {
    border-collapse: collapse;
}

    #TrafficPlacementModeTable td, #TrafficPlacementModeTable th {
        border: 1px solid black;
        text-align: center;
        color: black;
        padding: 5px 10px 5px 10px;
    }

    #TrafficPlacementModeTable thead tr td:last-child {
        /*width: 100px;*/
    }

    #TrafficPlacementModeTable tr span, #TrafficPlacementModeTable th span {
        color: blue;
        text-decoration: underline;
        cursor: pointer;
    }
/*index*/

/*mode*/
#trffcModeSetOrCreateTable tr td {
    padding-bottom: 10px;
}

    #trffcModeSetOrCreateTable tr td:last-child {
        width: 250px;
    }

    #trffcModeSetOrCreateTable tr td:first-child {
        width: 80px;
    }

#trafficPlacementDiv tr td:only-child {
    width: 250px;
}

#trafficPlacementDiv {
    height: 170px;
    overflow-y: auto;
}
/*mode*/

/*trafficplacement*/

.fill-available-space-input {
    width: -webkit-fill-available;
}

#trrfcPlacementTable tr td {
    padding-bottom: 20px;
}

#trrfcPlacementTable tr:nth-child(2) td {
    padding-bottom: 40px;
}

#trrfcPlacementTable tr:nth-child(4) td:first-child {
    width: 260px;
}

#trrfcPlacementTable tr:nth-child(4) td:last-child {
    width: 260px;
}

/*trafficplacement*/

/*delete*/
#TrrcPlacementNModeDeleteModalBox div:first-child {
    text-align: center;
    margin-bottom: 60px;
}
/*delete*/

/*#endregion MergetrafficPlacementNMode*/
