﻿/*  Begin Context menu DayPilot Scheduler  */

.menu_main {
    font-size: 8pt;
    border: 1px solid gray;
    background-color: white;
    padding: 0px;
    cursor: default;
    background-image: url('media/elements/context_menu/bg3white.png');
    background-repeat: repeat-y;
}

/* title */
.menu_title {
    background-color: #f2f2f2;
    border-bottom: 1px solid gray;
    padding: 4px 4px 4px 37px;
}

.menu_main a {
    padding-left: 35px;
    color: black;
    text-decoration: none;
    cursor: default;
}

    .menu_main a span {
        display: block;
        height: 20px;
        line-height: 20px;
        width: 220px !important;
        overflow: hidden;
        padding-left: 2px;
        padding-right: 20px;
        white-space: nowrap;
    }

    .menu_main a:hover {
        background-image: url('media/elements/context_menu/left.png');
        background-repeat: no-repeat;
    }

        .menu_main a:hover span {
            background-image: url('media/elements/context_menu/right.png');
            background-repeat: no-repeat;
            background-position: 100%;
        }

.menu_main div div /* separator */ {
    border-top: 1px solid #dddddd;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 28px;
}


/* End Context menu DayPilot Scheduler */


.filterControl .dxm-popupMain {
    height: 250px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

img.map, map area {
    outline: none;
}

.dx-fab-position-container.dx-fab-js-position {
    position: fixed !important;
}

.dxucBrowseButton_MaterialCompact {
    padding: 6px !important;
}

.noborder {
    border-style: none;
}

body {
    margin: 0px;
}

#UserSettings:hover .userinfo-container p {
    opacity: 0.54;
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: #353E6e;
    font-size: 12px;
    height: 60px;
}

    .header .Logo {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 60px !important;
    }

    .header .title {
        position: absolute;
        top: 28.5px;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .header .Settings,
    .header .LogoAndCustomMenu,
    .header .GroupCustumMenu {
        display: flex;
        justify-content: flex-end;
        text-align: right;
        align-items: center;
        padding-left: 24px;
    }

.imgLangue {
    vertical-align: middle;
    padding: 0px 5px;
    width: 16px;
    height: 16px;
}

.imgTitle {
    padding: 0px 5px
}

.languageinfo {
    padding: 0px 10px;
    border: none;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 60px;
    cursor: default;
}


.buttonlanguage {
    padding: 5px 10px;
    border: none;
    color: white;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.hlsetting {
    padding: 5px 10px;
    color: white;
    width: 100%;
}

.hlUser {
    padding: 5px 10px;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 0px;
}

.psetting {
    padding: 5px 10px;
    color: white;
    width: 100%;
    cursor: pointer;
}

.hlAbout {
    padding: 5px 10px;
    color: white;
    width: 100%;
}

.userinfo {
    padding: 0px 10px;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    height: 60px;
}

.numbermessages {
    color: red;
    padding-left: 5px;
}

.spanMax {
    width: 100%;
}

.idpicture-container {
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
}

.userinfo-container {
    flex-grow: 1;
    text-align: left;
}

.username {
    margin: 5px 0px;
}

.usergroup {
    margin: 5px 0px;
}

.idpicture {
    border-radius: 50%;
    width: 47px;
    height: 47px;
    object-fit: cover;
}

.notification-badge {
    position: absolute;
    right: -2px;
    background: red;
    border-radius: 50%;
    top: 5px;
    width: 10px;
    height: 10px;
}

.main-container {
    display: flex;
    flex-direction: row;
    height: calc(100% - 105px);
    padding: 0px 10px;
    padding-top: 5px;
}

.dvLeftMenu {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-right: 30px;
}

/*.dvtoggleMenu {
    display: grid;
    align-items: center;
}*/


.dvtoggleMenu > img {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 16px;
    height: 16px;
    padding: 5px;
    border-radius: 50%;
    background: var(--main-color);
}

.dvContent {
    flex-grow: 1;
}

.subHeader {
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: white;
}

.TitleHeader,
.TitleSubHeader,
.CustomText {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.TitleSubHeader,
.CustomText {
    color: black;
}

.CustomText {
    padding-left: 5px;
    margin: 0px
}

.TitleHeader {
    color: white;
}

/*.SubMenuHintsTools {
    position: absolute;
    right: 100%;
    top: 50%;
    display: none;
}

.SubMenuListHints {
    position: absolute;
    right: 100%;
    top: 62%;
    display: none;
}

.liHints:hover .SubMenuHintsTools {
    display: block;
}

.ListHints:hover .SubMenuListHints {
    display: block;
}


.Menu {
    position: relative;
}


    .Menu:hover .SubMenu {
        display: block;
    }

.SubMenu {
    display: none;
    position: absolute;
    right: auto;
    border: none;
    min-width: 144px;
    width: 100%;
    z-index: 1;
    text-align: left;
    top: 100%
}

    .SubMenu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .SubMenu ul li button,
        .SubMenu ul li a,
        .SubMenu ul li p {
            display: block;
            padding: 10px 20px;
            color: white;
        }

        .SubMenu ul li button,
        .SubMenu ul li a {
            cursor: pointer;
        }

        .SubMenu ul li p {
            cursor: default;
        }


        .SubMenu ul li a {
            text-decoration: none;
        }

        .SubMenu ul li p {
            margin: 0px;
        }

            .SubMenu ul li button:hover,
            .SubMenu ul li a:hover,
            .SubMenu ul li p:hover {
                background-color: #353E6e;
            }*/


.CustomTab {
    text-transform: none !important;
    font: 14px 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif !important;
}

.CenterMenu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ButtonSelectBase {
    border-radius: 6px;
    background-color: transparent;
    text-transform: none !important;
    border: 1.5px solid;
    box-shadow: none !important;
    background: none !important;
}

    .ButtonSelectBase:hover {
        opacity: 0.54;
    }


.dxrpControl_Material td.dxrpHeader_Material {
    background-color: #F6F8FA;
}



.CustomMenu {
    padding: 0px 10px;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    height: 60px;
    cursor: default;
    margin: 0px 5px;
}


.hlCustomMenu {
    padding: 5px 10px;
    color: white;
    width: 100%;
    text-decoration: none;
}

.MenuArrow {
    width: 8px;
    height: 8px;
    padding: 12px;
    transition: transform 0.5s;
}

.Menu:hover .MenuArrow {
    transform: rotate(-90deg);
}

/* HEADER MENU */
/*.HeaderMenuClick,
.HeaderMenuHover {
    position: relative;
}

.HeaderMenuClick, HeaderMenuClick > HeaderMenuTitle {
    cursor: pointer;
}

    .HeaderMenuHover:hover > .HeaderMenu {
        display: flex;
        flex-direction: column;
    }

    .HeaderMenuHover:hover > .HeaderMenuTitle > .HeaderMenuArrow {
        transform: rotate(-90deg);
    }

.HeaderMenu {
    display: none;
    position: absolute;
    right: auto;
    border: none;
    min-width: 144px;
    width: max-content;
    z-index: 1;
    text-align: left;
    top: 100%
}

    .HeaderMenu li:hover {
        background-color: #353E6e;
    }

    .HeaderMenu > nav > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .HeaderMenu > nav > ul > li {
            display: block;
        }

            .HeaderMenu > nav > ul > li > a {
                display: block;
                color: white;
                background-color: transparent;
                width: 100%;
                cursor: pointer;
                text-decoration: none;
                padding: 10px 0px;
            }

                .HeaderMenu > nav > ul > li > a > span {
                    margin: 0px 20px;
                }

            .HeaderMenu > nav > ul > li > p {
                display: block;
                color: white;
                background-color: transparent;
                cursor: default;
                margin: 0 10px 0 0;
            }

.HeaderMenuTitle {
    padding: 0px 10px;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    height: 60px;
    margin: 0px 5px;
}

.HeaderLink {
    color: white;
    text-decoration: none;
    width: fit-content;
}

.HeaderMenuArrow {
    width: 8px;
    height: 8px;
    margin-left: 12px;
    transition: transform 0.5s;
}

.HeaderSubMenuClick,
.HeaderSubMenuHover {
    display: flex;
    position: relative;
    padding: 10px 20px;
}

.HeaderSubMenuClick, HeaderSubMenuClick > HeaderSubMenuTitle {
    cursor: pointer;
}

.HeaderSubMenuHover:hover > .HeaderSubMenu {
    display: block;
}

.HeaderSubMenuHover:hover > .HeaderSubMenuTitle > .HeaderMenuArrow {
    transform: rotate(-90deg);
}

.HeaderSubMenu {
    display: none;
    position: absolute;
    border: none;
    min-width: 144px;
    width: max-content;
    z-index: 1;
    text-align: left;
    top: 0;
    left: 100%;
}

.HeaderSubMenuTitle > p {
    margin: 0;
}

.HeaderSubMenuTitle {
    width: 100%;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.HeaderSubMenu > nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .HeaderSubMenu > nav > ul > li {
        display: block;
    }

        .HeaderSubMenu > nav > ul > li > a {
            display: block;
            color: white;
            background-color: transparent;
            width: 100%;
            cursor: pointer;
            text-decoration: none;
            padding: 10px 0px;
        }

            .HeaderSubMenu > nav > ul > li > a > span {
                margin: 0px 20px;
            }

        .HeaderSubMenu > nav > ul > li > p {
            display: block;
            color: white;
            background-color: transparent;
            cursor: default;
            margin: 0;
        }*/
