﻿.dash-page {
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    display: block;
    position: fixed;
    overflow-x: hidden;
    overflow-y: hidden;
}

.dash-title-bar {
    display: block;
    height: 50px;
    position: relative;
    z-index: 300;
    background-color: #171717;
    color: white;
}

    .dash-title-bar ul li {
        display: inline-block;
        list-style-type: none;
        color: silver;
        padding: 6px;
        margin-top: -6px;
        margin-right: 20px
    }

    .dash-title-bar ul.nav-right {
        float: right !important
    }

    .dash-title-bar ul li a {
        color: #9d9d9d;
    }

        .dash-title-bar ul li a:hover {
            color: white;
        }

.tour-box {
    background-color: white;
    border-radius: 10px;
    border: 1px solid silver;
    z-index:3000;
    position: absolute;
}

.tour-header {
    background-color:  #dedede;
    border-bottom: 1px solid silver;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding:5px;
}

.tour-content {
    padding:10px;
}

.tour-content p {
    margin:0px;
}

.tour-arrow.top {
    top: -30px;
    left: 20px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #dedede;
    border-left-color: transparent;
}

.tour-arrow {
    border: 15px solid white;
    content: '';
    position: absolute;
}


.list-group-item > .lgv-list-badge + .lgv-list-badge {
    margin-right:5px;
}

.list-group-item > .lgv-list-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #666666;
    line-height: 1.2;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #e2e3e4;
    border-radius: 10px;
    float: right;
}

.list-group-item > .lgv-list-badge:hover {
    background: #d2d3d4;
    color: #333333;
}

.dash-main-content {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    height: calc(100% - 50px);
    flex-direction: row;
    position: relative;
    margin-top: 50px;
    border-top:2px solid #d19b3d
}


.dash-inline-content {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    height:100%;
    flex-direction: row;
    position: relative;
}


.view-buidler-main-content {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    height: calc(100%);
    flex-direction: row;
    position: relative;
    border-top: 2px solid #d19b3d;
}

.dash-blade-apps {
    flex: 1 1 auto;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
}

.dash-blade-container {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.dash-blade-subcontainer {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.dash-blade {
    display: flex;
    border-right: 1px solid #d19b3d;
    background-color: white;
    flex-grow: 0 0;
    flex-direction: column;
    position: relative;
    overflow-y: auto;
}

.dash-blade-header {
    background-color: #f2f3f4;
    color: #222222;
}
    .dash-blade-header i {
        margin-right: 3px;
        margin-left: 3px;
    }

.dash-blade-commandbar {
    display: flex;
}

.dash-blade-icon {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    margin: 6px;
}

    .dash-blade-icon i {
        color: #1976d2;
    }

.dash-blade-title {
    display: block;
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    margin-top: 6px;
}

    .dash-blade-title h3 {
        margin: 0px;
        margin-top: 4px;
        padding: 0px;
        font-size: 18px;
    }

    .dash-blade-title h4 {
        margin: 0px;
        margin-top: 4px;
        padding: 0px;
        font-size: 12px;
        color: #e0e0e0;
    }

.dash-blade-commands {
    display: flex;
    flex: 0 0 auto;
    margin: 6px;
}

    .dash-blade-commands i {
        color: #999999;
    }

    .dash-blade-commands i:hover {
        color: #666666;
    }

.dash-blade-toolbar {
    margin-left: 10px;
}

.dash-blade-content {
    padding-left: 10px;
    padding-right: 10px;
}

.lgv-btn-toolbar:hover,
.lgv-btn-toolbar:hover i {
    color: #444444;
}

.lgv-btn-toolbar,
.lgv-btn-toolbar i {
    margin-right: 6px;
    color: #666666;
}

div.dash-top-options {
    margin-top: 30px;
    margin-bottom: 30px;
}

    div.dash-top-options .dash-top-option {
        margin-top: 20px;
        cursor: pointer;
    }

    div.dash-top-options .top-content {
        font-family: 'Segoe UI Condensed','Segoe UI', 'Segoe UI WP', Tahoma, Arial;
        font-size: 20px;
        margin-top: 20px;
        font-size: larger;
        text-align: center
    }

    div.dash-top-options i {
        color: #d19b3d
    }

.pge-hdr-block {
    border: 1px solid #e2e3e4;
    border-radius: 20px;
    height: 250px;
}

.pge-hlp-block {
    border: 1px solid #e2e3e4;
    border-radius: 20px;
}

.pge-block-title {
    background-color: #e2e3e4;
    padding: 4px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-width: 0;
}

div.pge-block-title {
    color: black;
    font-size: 16pt;
    text-align: center;
}

.pge-hdr-block .pge-hdr-body {
    text-align: center;
}

    .pge-hdr-block .pge-hdr-body img {
        margin-top:10px;
        margin-bottom:10px;
        width: 120px;
        height: 120px;
    }

    .pge-hdr-block .pge-hdr-body div {
        margin: 5px;
        font-size: 12pt;
    }

.pge-hdr-block:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


.dash-menu-list {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

    .dash-menu-list div.help-hdr {
        padding-top: 5px
    }

        .dash-menu-list div.help-hdr h4 {
            font-family: 'Segoe UI Condensed','Segoe UI', 'Segoe UI WP', Tahoma, Arial;
            font-size: 20px;
            margin-bottom: 2px;
            cursor: pointer;
        }

            .dash-menu-list div.help-hdr h4 i {
                padding-top: 5px;
                margin-right: 4px;
                color: #1976D2;
            }

    .dash-menu-list div.help-body {
        border-top: 1px solid silver;
    }

        .dash-menu-list div.help-body i.show-more {
            color: #d19b3d;
            float: right;
            cursor: pointer
        }

        .dash-menu-list div.help-body span {
            font-weight: bolder;
            color: dimgrey
        }

        .dash-menu-list div.help-body div {
            font-size: 12px;
        }

            .dash-menu-list div.help-body div p {
                font-family: 'Segoe UI Condensed','Segoe UI', 'Segoe UI WP', Tahoma, Arial;
                font-size: 14px
            }

            .dash-menu-list div.help-body div li {
                font-family: 'Segoe UI Condensed','Segoe UI', 'Segoe UI WP', Tahoma, Arial;
                font-size: 12px
            }

.infoWindow {
    background-color: lightgray;
    padding: 4px;
}

    .infoWindow span {
        color: #222;
        font-size: smaller;
    }
