.edgex-logo {
    color: #fff;
    font-size: 20px;
    font-family: "Open Sans",sans-serif;
    text-decoration: none;
    margin: 0 !important;
    height: 50px;
    line-height: 50px;
}

    .edgex-logo span {
        color: #a00;
    }

    .edgex-logo:hover {
        text-decoration: none;
        opacity: 0.4;
        color: #fff;
    }

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-0 {
    margin: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-0-auto {
    margin: 0 auto;
    float: initial !important;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-top-0 {
    padding-top: 0;
}

.signout {
    color: #fff;
    margin-left: 20px;
}

.page-sidebar .page-sidebar-menu > li.active.open > a, .page-sidebar .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a {
    background: #AA0000;
}

    .page-sidebar .page-sidebar-menu > li.active.open > a:hover, .page-sidebar .page-sidebar-menu > li.active > a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a:hover {
        background: red;
    }

.page-footer {
    text-align: center;
    color: #FFF;
    background: #2b3643;
}

    .page-footer img {
        height: 18px;
    }

.page-footer-inner {
    width: 100%;
    color: #FFF !important;
}

form label {
    margin-top: 20px;
    display: table;
    font-size: 14px;
    font-weight: bold;
}

.errors {
    color: #cc0000;
}

ul#id_application {
    list-style: none;
}

    ul#id_application li {
        display: inline;
    }

.marker-message-container {
    padding: 20px;
    background: #f5f5f5;
}

.heading-logo {
    background: #364150;
}

ul#id_dashboard {
    list-style: none;
}

.device-tree-container {
    height: 279px;
    overflow-y: scroll;
}

.node-seleted-status {
    display: none;
}

.page-logo {
    float: left;
    display: block;
    width: 235px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.blue-selector {
    background: #08c;
    border: #08c 1px solid;
    border-radius: 0;
    color: #fff;
}

.control-realtime-status-button {
    padding: 10px;
    border: #ccc 1px solid;
    width: 100px;
    max-width: 100px;
    display: inline-block;
    margin: 5px;
    text-align: center;
    overflow: hidden;
}

    .control-realtime-status-button h3 {
        margin: 10px;
        font-weight: bold;
        font-size: 12px;
    }

    .control-realtime-status-button .circle-bg {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border: #fff 1px solid;
        color: #fff;
        text-align: center;
        border-radius: 25px !important;
        display: inline-block;
    }

        .control-realtime-status-button .circle-bg i {
            font-size: 32px;
        }

    .control-realtime-status-button .number {
        display: inline-block;
        font-size: 16px;
    }

    .control-realtime-status-button p {
        padding: 0 5px 0 5px;
        margin: 0;
        height: 23px;
        line-height: 23px;
        font-size: 12px;
        margin-top: 5px;
    }

        .control-realtime-status-button p input {
        }

.control-realtime-status-buttons {
    min-height: 150px;
}

.margin-top-10 {
    margin-top: 10px;
}

.text-success {
    color: #36c6d3 !important;
}

.text-purple {
    color: #8E44AD !important;
}

.border-right {
    border-right: #efefef 1px solid;
}

.btn-purple {
    color: #fff;
    background-color: #8E44AD;
    border-color: #8E44AD;
}

.padding-0 {
    padding: 0;
}

.borderless td, .borderless th {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.ui-tree-panel {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    border: #e7ecf1 4px solid;
    background: #fff;
    height: 804px;
    z-index: 9999;
}

.ui-tree-toggle {
    z-index: 999;
    position: absolute;
    top: 40px;
    right: 50px;
    display: block;
    border-radius: 50px !important;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    color: #fff;
}

    .ui-tree-toggle i {
        font-size: 24px;
    }

.width-20 {
    width: 20px;
}

.width-40 {
    width: 40px;
}

.width-60 {
    width: 60px;
}

.width-80 {
    width: 80px;
}

.max-width-40 {
    max-width: 40px;
}

.max-width-80 {
    max-width: 80px;
}

.bg-none {
    background: rgba(0,0,0,0) !important;
}

.notifications_count {
    display: none;
}
/* .page-sidebar-closed .page-logo {
    margin-left: 13px;
} */

.page-footer-inner img {
    margin-left: 5px;
    margin-right: 5px;
}

.page-logo-txt {
    color: #fff;
    line-height: 50px;
    font-size: 14px;
}

.page-sidebar-closed .page-logo-txt {
    display: none;
}
