/****************************************************/
/*    BEGIN SITE WIDE STYLES                        */
/****************************************************/

html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

body {
    background-color: #1a1a1a;
    color: #AEAEAE;
    font-size: 11px;
}

.input-validation-error {
    background-color: #e59e9e !important;
    color: black !important;
}

/*.container {
    min-height: 100%;
}*/

.footerposition {
    position: inherit !important;
}

.form-control:focus, textarea:focus, input:focus, select:focus, a, a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none;
    box-shadow: none;
}

.login-title {
    font-family: sans-serif;
    font-size: 152px;
    margin-left: -15px;
}

.login-subtitle {
    font-family: Arial;
    font-size: 33px;
    margin-bottom: .8em;
    margin-left: -5px;
    margin-top: 59px;
}

.planImage {
    margin: 20px 0 20px;
    /*border: solid 1px rgba(16, 16, 16, .60);
    width: 600px;*/
    max-height: 525px;
    max-width: 512px;
}

.program-plans .planImage {
    width: 525px;
}

.modulePlanImage {
    margin: 20px 0 20px;
    border: solid 1px rgba(16, 16, 16, .60);
}


h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}


.blox-page {
    bottom: 0;
    height: auto;
    padding: 30px 30px;
}

/****************************************************/
/*    END RevitMM GROUP/LIST STYLES                */
/****************************************************/


.text-small {
    font-size: .7em;
}

.list-heading {
    overflow: hidden;
    white-space: nowrap;
}

    .list-heading h4 {
        margin-right: 15px;
        display: inline;
    }

    .list-heading hr {
        vertical-align: middle;
        display: inline-block;
        width: 100%;
    }

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.slideDown {
    margin: 0;
    padding: 10px;
    font-size: 12px;
    display: none;
    position: absolute;
    z-index: 999;
    width: 192px;
    /*-webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.5);*/
}

    .slideDown.wide {
        width: 300px;
    }

    .slideDown .row {
        margin-top: 8px;
    }

    .slideDown input[type="radio"], .slideDown input[type="checkbox"] {
        margin: 2px 0 0;
    }

.normalText {
    font-weight: normal;
}

.dot::before {
    content: "\2022";
    vertical-align: top;
    font-size: 250%;
}

/*Module detail page dot*/
.h5.dot::before {
    content: "\2022";
    vertical-align: top;
    font-size: 225%;
}
/*-------------------*/
.dot60::before {
    color: red;
}

.dot100::before {
    color: green;
}

.dot200::before {
    color: red;
}

.dot300::before {
    color: red;
}

.dot400::before {
    color: red;
}

.dotApproved::before {
    color: green;
}

.dotPending::before {
    color: red;
}

.statistics {
    margin-top: 10px;
    font-size: 12px;
    padding: 20px 20px 0;
}

    .statistics .row {
        margin-top: 5px;
    }

    .statistics label {
        font-size: 14px;
    }

.table td,
.table th {
    padding: 6px 15px;
    border-top: 1px solid #f1f1f1;
    background-color: white;
}

.table thead > tr > th {
    border-bottom: 1px solid #ebebeb;
    font-weight: bold;
    font-size: 13px;
}

.table tbody {
    /*height: 256px;*/
    overflow: hidden;
    overflow-y: auto;
    font-size: 12px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: white /*#f9f9f9*/;
}

.table-striped > thead th {
    background: #f5f5f5;
    border-right: 1px solid #f1f1f1;
}

    .table-striped > thead th:last-child {
        border-right: none;
    }

.inline {
    display: inline-block !important;
}

.table tfoot .dropdown-menu {
    background-color: #dcdcdc;
}

/****************************************************/
/*    Begin Buttons                                 */
/****************************************************/
.whiteButtons {
    margin-top: 20px;
    padding: 0;
}

    .whiteButtons button, .module-detail .whiteButtons a.btn {
        width: 100%;
        color: #000;
    }

.grayButtons {
    margin-top: 20px;
    padding: 0;
    margin-bottom: 20px;
}

    .grayButtons button, .grayButtons a.btn {
        width: 100%;
        color: #aeaeae;
    }

.btn-white {
    background-color: #dcdcdc;
}

.btn-dark {
    color: #e8e8e8;
    background-color: #383838;
    border-color: #000000;
}

    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark:active,
    .btn-dark.active {
        color: #e8e8e8;
        background-color: #383838;
        border-color: #000000;
    }

    .btn-dark:active,
    .btn-dark.active {
        background-image: none;
    }

    .btn-dark.disabled,
    .btn-dark[disabled],
    fieldset[disabled] .btn-dark,
    .btn-dark.disabled:hover,
    .btn-dark[disabled]:hover,
    fieldset[disabled] .btn-dark:hover,
    .btn-dark.disabled:focus,
    .btn-dark[disabled]:focus,
    fieldset[disabled] .btn-dark:focus,
    .btn-dark.disabled:active,
    .btn-dark[disabled]:active,
    fieldset[disabled] .btn-dark:active,
    .btn-dark.disabled.active,
    .btn-dark[disabled].active,
    fieldset[disabled] .btn-dark.active {
        background-color: #000000;
        border-color: #000000;
    }

/*Start button black */

.btn-black {
    color: #e8e8e8;
    background-color: #000000;
    border-color: #000000;
}

    .btn-black:hover,
    .btn-black:focus,
    .btn-black:active,
    .btn-black.active {
        color: #e8e8e8;
        background-color: #383838;
        border-color: #000000;
    }

    .btn-black:active,
    .btn-black.active {
        background-image: none;
    }

    .btn-black.disabled,
    .btn-black[disabled],
    fieldset[disabled] .btn-black,
    .btn-black.disabled:hover,
    .btn-black[disabled]:hover,
    fieldset[disabled] .btn-black:hover,
    .btn-black.disabled:focus,
    .btn-black[disabled]:focus,
    fieldset[disabled] .btn-black:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-black:active,
    .btn-black.disabled.active,
    .btn-black[disabled].active,
    fieldset[disabled] .btn-black.active {
        background-color: #000000;
        border-color: #000000;
    }
/*End button black */

.btn-transparent {
    background-color: transparent;
    border-color: transparent;
}

    .btn-transparent:hover,
    .btn-transparent:focus,
    .btn-transparent:active,
    .btn-transparent.active {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-transparent:active,
    .btn-transparent.active {
        background-image: none;
    }

    .btn-transparent.disabled,
    .btn-transparent[disabled],
    fieldset[disabled] .btn-transparent,
    .btn-transparent.disabled:hover,
    .btn-transparent[disabled]:hover,
    fieldset[disabled] .btn-transparent:hover,
    .btn-transparent.disabled:focus,
    .btn-transparent[disabled]:focus,
    fieldset[disabled] .btn-transparent:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-transparent:active,
    .btn-transparent.disabled.active,
    .btn-transparent[disabled].active,
    fieldset[disabled] .btn-transparent.active {
        background-color: #ffffff;
        border-color: transparent;
    }
/****************************************************/
/*    BEGIN NAV STYLES                              */
/****************************************************/

.navbar {
    background-color: #101010;
    border-color: #101010;
    height: 61px;
    margin-bottom: 0px !important;
}

.navbar-nav:not(.navbar-right) {
    margin-left: 203px;
}

.navbar-nav li {
    width: 147px;
    display: block;
    text-align: center;
    list-style: none;
    float: left;
    background-color: #101010;
    font-weight: bold;
    font-size: 12px;
    border-left: solid 1px rgba(238, 238, 238, 0.10);
}

@media only screen and (max-width : 420px) {

    .navbar-nav li {
        width: 33.3%;
        height: 35px;
        vertical-align: middle;
    }

    .navbar-brand {
        height: 0px;
    }

    .navbar-nav ul {
        margin-left: 0 !important;
    }

    .navbar-nav:not(.navbar-right) {
        margin-left: 0 !important;
    }
    .navbar-nav > li > a {
        padding-top: 0;
    }
}

    .navbar-nav li:last-child {
        border-right: solid 1px rgba(238, 238, 238, 0.10);
    }

    .navbar-nav > li > a {
        height: 60px;
        color: #AEAEAE;
        padding-top: 21px;
        text-decoration: none;
    }

    .navbar-right li {
        border: none !important;
    }

    .navbar-nav > li > a.active {
        color: #AEAEAE;
        background-color: rgba(238, 238, 238, 0.20);
    }

    .navbar-nav > li > a:focus, .nav .open > a:focus, .navbar-nav > li > a:hover, .nav .open > a, .nav .open > a:hover,
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #AEAEAE;
        background-color: rgba(238, 238, 238, 0.30);
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 140px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        list-style: none;
        border-radius: 4px;
        background-color: #000000;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }

    .navbar-nav > li > a:focus, .nav a:focus {
        color: #AEAEAE;
        background-color: #101010;
    }

    .navbar-nav .caret {
        border-bottom-color: #AEAEAE;
        border-top-color: #AEAEAE;
    }

    .navbar-nav a:hover .caret {
        border-bottom-color: #AEAEAE;
        border-top-color: #AEAEAE;
    }

    .navbar-brand {
        padding: 18px 45px;
        display: block;
        float: left;
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
        color: whitesmoke;
    }

        .navbar-brand:hover {
            /*background-color: rgba(238, 238, 238, 0.30);*/
            background-color: #101010;
            border-color: #101010;
        }

    /****************************************************/
    /*    BEGIN FOOTER STYLES                           */
    /****************************************************/

    .footerlinks {
        text-align: left;
        padding-top: 20px;
        padding-right: 20px;
        color: #8D8D8D;
        font-size: .9em;
        margin-bottom: 15px;
        font-size: 11px;
        height: 100px;
        padding-left: 25px;
    }

        .footerlinks img {
            width: 75px;
            margin-left: 5px;
        }

        .footerlinks a, .footerlinks a:hover, .footerlinks a:active {
            color: #8D8D8D;
        }


    /****************************************************/
    /*    BEGIN DARK STYLES                             */
    /****************************************************/

    .blox-page.dark {
        background-color: #000000;
        /*background-image: linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .20) 25%, rgba(255, 255, 255, .20) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .20) 75%, rgba(255, 255, 255, .20) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .20) 25%, rgba(255, 255, 255, .20) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .20) 75%, rgba(255, 255, 255, .20) 76%, transparent 77%, transparent);*/
        background-size: 15px 15px;
    }

        .blox-page.dark .blox-area-highlight {
            background-color: rgba(16, 16, 16, .40);
            padding-bottom: 5px;
        }

    .blox-area-highlight {
        height: 100%;
    }

    .blox-page.dark a {
        color: #FFFFFF;
    }

        /*for the listing totals*/
        .blox-page.dark a i {
            color: #aeaeae;
        }

    .blox-page.dark hr {
        border: 0;
        border-top: 1px solid #383838;
    }

    .blox-page.dark h1,
    .blox-page.dark h2,
    .blox-page.dark h3,
    .blox-page.dark h4,
    .blox-page.dark h5,
    .blox-page.dark h6 {
        color: #fff;
    }

    .blox-page.dark .cell:hover {
        background: rgba(255, 255, 255, .10);
    }

    .blox-page.dark .module-revision img {
        /*background-color: #fff;*/
    }

    .blox-page.dark .component img {
        background-color: #fff;
    }

        .blox-page.dark .component img.compImage {
            background-color: transparent;
            cursor: inherit;
            border-radius: 5%;
            /*-ms-zoom: 50%;
    zoom: 50%;*/
        }

    .blox-page.dark .slideDown {
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(0, 0, 0, .3);
        color: rgba(0, 0, 0, .80);
    }

        .blox-page.dark .slideDown a {
            color: rgba(0, 0, 0, .80);
        }

    .blox-page.dark label {
        color: #fff;
    }

        .blox-page.dark label.normalText {
            color: #383838;
        }

    .blox-page.dark .module-revision label {
        color: #fff;
    }

    /****************************************************/
    /*    BEGIN LIGHT STYLES                            */
    /****************************************************/

    .blox-page.light {
        background-color: #dcdcdc;
        color: rgba(16, 16, 16, .70);
    }

        .blox-page.light a, .blox-page.light a:hover, .blox-page.light a:focus {
            color: rgba(16, 16, 16, .70);
        }

        .blox-page.light .blox-area-highlight {
            background-color: white; /*rgba(255, 255, 255, .40);*/
        }

        .blox-page.light hr {
            border: 0;
            border-top: 1px solid #fff;
        }

        .blox-page.light h1,
        .blox-page.light h2,
        .blox-page.light h3,
        .blox-page.light h4,
        .blox-page.light h5,
        .blox-page.light h6 {
            color: #383838;
        }

        .blox-page.light .cell:hover {
            background: rgba(0, 0, 0, .10);
        }

        .blox-page.light .whiteButtons {
            margin-top: 20px;
        }

            .blox-page.light .whiteButtons .btn {
                width: 100%;
                border-color: rgba(0, 0, 0, .1);
            }

            .blox-page.light .whiteButtons a:hover, .whiteButtons a:focus {
                background-color: rgba(255, 255, 255, .7);
                border-color: rgba(0, 0, 0, .1);
            }

        .blox-page.light .grayButtons .slideDown {
            background-color: rgba(255, 255, 255, .3);
            border: 1px solid rgba(0, 0, 0, .3);
            color: rgba(0, 0, 0, .80);
        }

            .blox-page.light .grayButtons .slideDown a {
                color: #aeaeae;
            }

        .blox-page.light label {
            color: rgba(16, 16, 16, .60);
        }

    /****************************************************/
    /*    BEGIN MODULE GROUP/LIST STYLES                */
    /****************************************************/

    .module-group-row:not(:last-of-type) .module-group {
        border-bottom: thin solid #383838;
    }

    .module-group-row:not(:last-of-type) .memo-group {
        border-bottom: thin solid #383838;
    }

    .module-group {
        text-align: center;
        height: 240px;
        width: 240px;
    }

    .module-group-2 {
        text-align: center;
        /*height: 180px;
        width: 180px;*/        
    }

        .module-group-2.cell h4 {
            color: #9A9A9A;
        }

    .memo-group-disabled {
        color: #383838;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .memo-group {
        font-size: 60px;
        font-family: Arial;
        text-align: center;
        height: 120px;
        width: 120px;
        padding-top: 50px;
    }

        .memo-group:not(:first-child) {
            border: none;
            border-left: thin solid #383838;
        }

    .memo-group-disabled:not(:first-child) {
        border: none;
        border-left: thin solid #383838;
    }

    .module-group:not(:first-child) {
        border: none;
        border-left: thin solid #383838;
    }

    .module-group-row:not(:only-of-type) > .module-group:only-of-type {
        border: none;
        border-right: thin solid #383838;
    }

    .module-group-2:not(:first-child) {
        border: none;
    }

    .module-group img {
        margin-top: 70px;
        height: 50px;
        margin-bottom: 20px;
    }

    .module-group-2 img {
        margin-top: 70px;
        height: 50px;
        margin-bottom: 20px;
    }

    .module-group-2 .img-responsive {
        margin-top: 50px
    }

    .module-group.large img {
        margin-top: 30px;
        height: 122px;
        margin-bottom: 10px;
    }

    .module-group.largee img {
        margin-top: 50px;
        height: 85px;
        margin-bottom: 28px;
    }

    .module-group p {
        font-size: medium;
        margin: 0;
    }

    /****************************************************/
    /*    BEGIN HEXAGON STYLES                          */
    /****************************************************/

    .hexagon {
        position: relative;
        width: 124px;
        height: 72.17px;
        /*margin: 36.08px 0;*/
        margin-top: 85px;
        margin-left: 45px;
        border-left: solid 2px #383838;
        border-right: solid 2px #383838;
    }

        .hexagon:before,
        .hexagon:after {
            content: "";
            position: absolute;
            z-index: 1;
            width: 88.39px;
            height: 88.39px;
            -webkit-transform: scaleY(0.5774) rotate(-45deg);
            -ms-transform: scaleY(0.5774) rotate(-45deg);
            transform: scaleY(0.5774) rotate(-45deg);
            background-color: inherit;
            left: 16.3058px;
        }

        .hexagon:before {
            top: -44.1942px;
            border-top: solid 2.8284px #383838;
            border-right: solid 2.8284px #383838;
        }

        .hexagon:after {
            bottom: -44.1942px;
            border-bottom: solid 2.8284px#383838;
            border-left: solid 2.8284px #383838;
        }

    .hexagon-inner-cell {
        padding-top: 7px;
    }

    /****************************************************/
    /*    BEGIN PROGRAM DETAIL STYLES                   */
    /****************************************************/

    .program-detail .gridChoice div:first-child p {
        white-space: nowrap;
        padding-top: 1.4em;
        font-size: 12px;
    }

    .program-detail .gridChoice div:not(:first-child) {
        margin-top: .4em;
    }

    .program-detail .footerButtons {
        margin-top: 20px;
        padding: 0;
    }

        .program-detail .footerButtons button {
            width: 100%;
        }

    .program-detail .blox-area-highlight:not(:first-child) {
        margin-top: 20px;
    }

    .program-detail .btn-group {
        margin: 5px 0;
    }

    /****************************************************/
    /*    BEGIN MODULE DETAIL STYLES                    */
    /****************************************************/

    .module-detail .detailBox img {
        height: 210px;
    }

    .module-detail h5 {
        color: #AEAEAE;
    }

    .module-detail .dot {
        margin-top: -10px;
    }

    .module-detail .blox-area-highlight:not(:first-child) {
        margin-top: 20px;
    }

    .module-detail .btn-group {
        margin: 5px 0;
    }

    .blox-page.dark .module-detail .grayButtons .slideDown {
        /*background-color: rgba(255, 255, 255, .3);
    border: 1px solid rgba(0, 0, 0, .3);*/
        background-color: rgba(255, 255, 255, .9);
        border: 1px solid rgba(0, 0, 0, .9);
        color: rgba(0, 0, 0, .80);
    }

        .blox-page.dark .module-detail .grayButtons .slideDown a {
            color: #505050;
        }

    .module-detail-h5 {
        opacity: .5;
        color: white;
    }

    /****************************************************/
    /*    BEGIN PROJECT DETAIL STYLES                   */
    /****************************************************/

    .project-detail .detailBox img {
        width: 90%;
    }

    .project-detail h6 {
        color: #aeaeae !important;
        margin: 0px;
    }

    .project-detail h5 {
        margin: 0px;
        font-size: 14px;
    }

    .project-detail h4 {
        margin: 0px;
        font-size: 15px;
    }

    .project-detail .col-md-7 hr {
        margin: 10px 0;
    }

    .project-detail .dot {
        margin-top: -10px;
    }

    .project-detail .blox-area-highlight:not(:first-child) {
        margin-top: 20px;
    }

    .project-detail .whiteButtons:first-child a {
        margin-top: 20px;
    }

    .project-detail .whiteButtons:last-child a {
        margin-bottom: 20px;
    }

    .project-detail .btn-group {
        margin: 5px 0;
    }

    .project-detail .statistics {
        padding: 20px 5px 0;
    }

    /****************************************************/
    /*    BEGIN MODULE REVISION GRID/LIST STYLES        */
    /****************************************************/

    .module-revision {
        margin-bottom: 30px;
        padding-bottom: 15px !important;
    }

        .module-revision a {
            text-decoration: none;
        }

        .module-revision hr {
            margin-top: .5em;
            margin-bottom: .5em;
            border-top-style: solid;
            border-top-width: .25em;
            color: #ffffff;
        }

        .module-revision .detail-area {
            min-height: 5em;
            max-height: 5em;
            overflow: hidden;
        }

        .module-revision img {
            margin: 20px 0 15px 0;
            width: 100px;
            height: 100px;
        }

        .module-revision .buttons a {
            font-size: 12px;
            padding: 5px;
            display: inline-block;
        }

        .module-revision a p {
            color: #AEAEAE;
        }

        .module-revision .moduleDetail {
            display: none;
        }

            .module-revision .moduleDetail .listing {
                height: 50%;
                overflow-y: auto;
            }

                .module-revision .moduleDetail .listing .row {
                    margin-bottom: 5px;
                    margin-right: 20px;
                }

        .module-revision .add-module {
            position: absolute;
            display: inline;
            top: 0;
            right: 8px;
            z-index: 1;
        }

        .module-revision #AddAll {
            cursor: pointer;
        }

        .module-revision .add-module a {
            margin-top: 8px;
            cursor: pointer;
        }

    /****************************************************/
    /*    BEGIN COMPONENT GRID/LIST STYLES              */
    /****************************************************/

    .component {
        margin-bottom: 30px;
    }

        .component h4 {
            margin-top: 20px;
        }

        .component a {
            font-size: 12px;
        }

        .component hr {
            margin-top: .5em;
            margin-bottom: .5em;
            border-top-style: solid;
            border-top-width: .25em;
            color: #ffffff;
        }

        .component .documents {
            margin-bottom: 20px;
        }

            .component .documents .row {
                margin-top: 5px;
                padding-left: 10px;
            }

        .component img {
            margin-bottom: 15px;
            width: 112px;
            cursor: pointer;
        }

    /****************************************************/
    /*    BEGIN DOCUMENT GROUP GRID/LIST STYLES         */
    /****************************************************/

    .documentGroup {
        margin-bottom: 30px;
    }

        .documentGroup h4 {
            margin-top: 20px;
        }

        .documentGroup a {
            font-size: 12px;
        }

        .documentGroup hr {
            margin-top: .5em;
            margin-bottom: .5em;
            border-top-style: solid;
            border-top-width: .25em;
            color: #ffffff;
        }

        .documentGroup .documents {
            margin-bottom: 20px;
        }

            .documentGroup .documents .row {
                margin-top: 5px;
                padding-left: 10px;
            }


    /****************************************************/
    /*    BEGIN IMAGE ZOOM STYLES                       */
    /****************************************************/

    .imageZoom {
        padding: 20px;
        width: 600px;
        height: 600px;
        z-index: 10000;
        display: none;
        background-color: rgba(0, 0, 0, .8);
    }

        .imageZoom div {
            background-color: #ffffff;
        }

        .imageZoom img {
            width: 560px;
            height: 560px;
        }

        .imageZoom .close {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            position: absolute;
            right: -20px;
            top: -20px;
            border: 3px solid rgba(255, 255, 255, 0.8);
            background: rgba(0, 0, 0, 1);
            text-align: center;
            line-height: 35px;
            font-size: 20px;
            color: #fff;
            cursor: pointer;
        }

    /****************************************************/
    /*    BEGIN PROJECT EDIT STYLES                     */
    /****************************************************/
    .projectEditForm input, .projectEditForm select, .projectEditForm textarea {
        background-color: transparent;
        border: dashed 1px #c3c3c3;
        width: 100%;
        max-width: 100%;
        border-radius: 4px;
        color: rgba(16, 16, 16, 0.701961);
    }

    .projectEditForm select {
        color: #bbb;
    }

    .projectEditForm h2 input, .projectEditForm h4 input {
        color: rgba(16, 16, 16, 0.701961);
    }

    .projectEditForm h4 #City {
        width: 130px;
        margin-right: 5px;
    }

    .projectEditForm h4 #CityId {
        width: 200px;
        margin-left: 10px;
    }

    .projectEditForm h4 #StateId {
        width: 75px;
    }

    .module-in-project {
        background-color: rgba(255, 255, 255, .5);
        border-radius: 4px;
        margin: 5px 5px 5px 5px;
        border: 1px solid lightgrey;
        padding: 10px;       
    }


        .module-in-project img {
            margin-bottom: 5px;
        }

        .module-in-project .remove-module {
            cursor: pointer;
        }
        .module-in-project .prog-module {
            cursor: default;
            text-align: center;
        }
       
#current-module-revisions {
    padding: 10px 0;   
}

    /****************************************************/
    /*    BEGIN FILE UPLOAD STYLES                      */
    /****************************************************/


    #drop input {
        display: none;
    }
















    .dropdown-menu > li > a {
        color: #AEAEAE;
        padding-top: 21px;
        text-decoration: none;
    }


    .adminpos {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        /*left: 339px;*/ /* Right aligns the Administrator link on the site  */
    }

    .input-group {
        top: 14px; /* Lines up the paging buttons in the petragrids */
    }

    .position_content, .excludeFromNormalFlow {
        float: left;
    }

    .fpright {
        font-weight: bolder;
        margin-left: 29px;
        padding-left: 29px;
    }

    .dropdown-menu > li > a {
        padding: 15px 20px;
    }

    .modulegallerynav li a {
        color: #727272;
        text-decoration: none;
        background: #393939;
    }

        .modulegallerynav li a:hover {
            width: 139px;
            height: 60px;
            display: block;
            background: #000000;
            text-decoration: none;
        }

    .topnavbar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .topnavbar .SubMenu .SubMenuVisible, .popup_element.Active, span.actAsPara, .actAsDiv, a.nonblock.nontext, img.block {
        display: block;
    }



    .imageTab {
        padding: 15px 0px 10px 0px;
        text-align: left;
        color: #8D8D8D;
        font-size: .9em;
    }



    /*css voodoo...*/
    .matching-column-heights {
        padding-bottom: 1000px;
        margin-bottom: -1000px;
        padding-left: 1.0em;
        padding-right: 1.0em;
    }

    a.nontext {
        color: #000;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
    }


    .grpelem {
        display: inline;
        float: left;
    }


    /*End From Blox CSS*/



    /* Set width on the form input elements since they're 100% wide by default */
    input,
    select,
    button,
    textarea {
        max-width: 280px;
    }

    /* styles for validation helpers */
    .field-validation-error {
        color: #b94a48;
    }

    .field-validation-valid {
        display: none;
    }

    input.input-validation-error {
        border: 1px solid #b94a48;
    }

    input[type="checkbox"].input-validation-error {
        border: 0 none;
    }

    .validation-summary-errors {
        color: #b94a48;
    }

    .validation-summary-valid {
        display: none;
    }


    /* ASU Blox Styling */

    #DocumentSection {
        padding-top: 1em;
    }

    .row-fluid .col-md-12:not(:first-child) {
        margin-top: 10px;
    }



    h3.blox-subhead {
        padding-top: 0.1em;
    }

    .blox-detail-header {
        padding-top: 20px;
    }

    .blox-detail-line {
        padding-bottom: 1.0em;
    }


    .matching-column-heights hr {
        margin-top: 1.0em;
        margin-bottom: 1.0em;
        border-top-style: solid;
        border-top-width: 1px;
        color: #ffffff;
    }

    /*End of ASU Blox Styling */


    /****************************************************/
    /*    Begin Terms of Service Page                   */
    /****************************************************/
    .text-legal-bold {
        font-weight: bold;
        color: #000000;
    }

    .ToS-body {
        font-size: 10px;
    }

    #termsOfService_ExitButton {
        background-color: #383838;
        min-width: 100%;
        width: 100%;
        color: #101010;
    }

    #termsOfService_AcceptButton {
        background-color: #ffffff;
        min-width: 100%;
        width: 100%;
    }

    #overviewForm {
        /*position:  absolute;   
    bottom: 0%;
    right: 0%;*/
    }


    .Guidelines {
        min-height: 300px;
        height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 5px;
    }




    .SmallText {
        font-size: 75%;
    }


    .ProgramIndexCell {
        margin-top: 0%;
        border-color: #000000;
    }

    .list-group-item.no-border {
        border: none;
        padding: 10px 10px;
    }


    .ProgramIndexCell0 {
        background-color: #222;
    }

    .ProgramIndexCell1 {
        background-color: #333;
    }

    .ProgramIndexCell2 {
        background-color: #4c4c4c;
    }

    .ProgramIndexCell3 {
        background-color: #555;
    }

    .ProgramIndexCell4 {
        background-color: #666;
    }

    .ProgramIndexCell5 {
        background-color: #7f7f7f;
    }

    .ProgramIndexCell6 {
        background-color: #999;
    }

    .ProgramIndexCell7 {
        background-color: #b2b2b2;
    }

    .ProgramIndexCell8 {
        background-color: #cccccc;
    }

    .btnProgram {
        height: 100%;
        width: 100%;
        background-color: transparent;
        color: white;
        text-align: left;
        max-width: 240px;
        font-weight: bold;
    }

    .blox-prog-list {
        max-width: 703px;
        width: 736px;
        border-radius: 5px;
        margin: -10px;
        padding: 10px;
    }

    .blox-img-thumbnail-sm {
        width: 100px;
        height: 100px;
    }


    .beforesquare-cell {
        margin-top: 100%;
    }

    .programNotReady {
        font-size: 70%;
    }



    /*This is used to put a glyphicon inside a placeholder*/
    /* enable absolute positioning */
    .inner-addon {
        position: relative;
    }

        /* style icon */
        .inner-addon .glyphicon {
            position: absolute;
            padding: 10px;
            pointer-events: none;
        }

    /* align icon */
    .left-addon .glyphicon {
        left: 0px;
    }

    .right-addon .glyphicon {
        right: 0px;
    }

    /* add padding  */
    .left-addon input {
        padding-left: 30px;
    }

    .right-addon input {
        padding-right: 2px;
    }

    /*allows fontAwesome to be used as a placeholder in the text-box*/
    ::-webkit-input-placeholder::after {
        font-family: fontAwesome;
        content: '\f002  ';
        color: #aeaeae;
    }

    ::-moz-placeholder::after {
        font-family: fontAwesome;
        content: '\f002  ';
        color: #aeaeae;
    }
    /* firefox 19+ */
    :-ms-input-placeholder::after {
        font-family: fontAwesome;
        content: '\f002  ';
        color: #aeaeae;
    }
    /* ie */
    input:-moz-placeholder::after {
        font-family: fontAwesome;
        content: '\f002  ';
        color: #aeaeae;
    }

    /*END This is used to put a glyphicon inside a placeholder*/

    /*Css for left, right and bottom tabs.  taken from previous bootstrap version*/
    .tabs-below > .nav-tabs,
    .tabs-right > .nav-tabs,
    .tabs-left > .nav-tabs {
        border-bottom: 0;
    }

    .tab-content > .tab-pane,
    .pill-content > .pill-pane {
        display: none;
    }

    .tab-content > .active,
    .pill-content > .active {
        display: block;
    }

    .tabs-below > .nav-tabs {
        border-top: 1px solid #ddd;
    }

        .tabs-below > .nav-tabs > li {
            margin-top: -1px;
            margin-bottom: 0;
        }

            .tabs-below > .nav-tabs > li > a {
                -webkit-border-radius: 0 0 4px 4px;
                -moz-border-radius: 0 0 4px 4px;
                border-radius: 0 0 4px 4px;
            }

                .tabs-below > .nav-tabs > li > a:hover,
                .tabs-below > .nav-tabs > li > a:focus {
                    border-top-color: #ddd;
                    border-bottom-color: transparent;
                }

        .tabs-below > .nav-tabs > .active > a,
        .tabs-below > .nav-tabs > .active > a:hover,
        .tabs-below > .nav-tabs > .active > a:focus {
            border-color: transparent #ddd #ddd #ddd;
        }

    .tabs-left > .nav-tabs > li,
    .tabs-right > .nav-tabs > li {
        float: none;
    }

        .tabs-left > .nav-tabs > li > a,
        .tabs-right > .nav-tabs > li > a {
            min-width: 74px;
            margin-right: 0;
            margin-bottom: 3px;
        }

    .tabs-left > .nav-tabs {
        float: left;
        margin-right: 19px;
        border-right: 1px solid #ddd;
    }

        .tabs-left > .nav-tabs > li > a {
            margin-right: -1px;
            -webkit-border-radius: 4px 0 0 4px;
            -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
        }

            .tabs-left > .nav-tabs > li > a:hover,
            .tabs-left > .nav-tabs > li > a:focus {
                border-color: #eeeeee #dddddd #eeeeee #eeeeee;
            }

        .tabs-left > .nav-tabs .active > a,
        .tabs-left > .nav-tabs .active > a:hover,
        .tabs-left > .nav-tabs .active > a:focus {
            border-color: #ddd transparent #ddd #ddd;
            *border-right-color: #ffffff;
        }

    .tabs-right > .nav-tabs {
        float: right;
        margin-left: 19px;
        border-left: 1px solid #ddd;
    }

        .tabs-right > .nav-tabs > li > a {
            margin-left: -1px;
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
        }

            .tabs-right > .nav-tabs > li > a:hover,
            .tabs-right > .nav-tabs > li > a:focus {
                border-color: #eeeeee #eeeeee #eeeeee #dddddd;
            }

        .tabs-right > .nav-tabs .active > a,
        .tabs-right > .nav-tabs .active > a:hover,
        .tabs-right > .nav-tabs .active > a:focus {
            border-color: #ddd #ddd #ddd transparent;
            *border-left-color: #ffffff;
        }
    /*End css for left, right and bottom tabs*/

    /*Same height css (taken from: http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height_ */

    /* vertical alignment styles */
    .col-top {
        vertical-align: top;
    }

    .col-middle {
        vertical-align: middle;
    }

    .col-bottom {
        vertical-align: bottom;
    }

    /* fix firefox responsive images */
    .img-responsive {
        width: 100%;
        max-width: 100%;
    }

    .container-xs-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-xs-height {
        display: table-row;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
    }


    @media (min-width: 768px) {
        .container-sm-height {
            display: table;
            padding-left: 0px;
            padding-right: 0px;
        }

        .row-sm-height {
            display: table-row;
        }

        .col-sm-height {
            display: table-cell;
            float: none;
        }
    }

    @media (min-width: 992px) {
        .container-md-height {
            display: table;
            padding-left: 0px;
            padding-right: 0px;
        }

        .row-md-height {
            display: table-row;
        }

        .col-md-height {
            display: table-cell;
            float: none;
        }
    }

    @media (min-width: 1200px) {
        .container-lg-height {
            display: table;
            padding-left: 0px;
            padding-right: 0px;
        }

        .row-lg-height {
            display: table-row;
        }

        .col-lg-height {
            display: table-cell;
            float: none;
        }
    }

    /*.same-size-div2 {
    overflow-y: auto;
}*/

    .pendbottom {
        position: absolute;
        bottom: 0;
    }

    .pendbottom2 {
        position: absolute;
        bottom: 0;
        margin-bottom: 30px;
    }

    .cursorhand {
        cursor: pointer;
    }

    .vertical-text {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        -webkit-transform-origin: left top 0;
        transform-origin: left top 0;
    }

    .goal-chart .title.h4 {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: -24px;
        margin-top: 75px;
        font-size: medium;
        position: absolute;
        width: 126px;
    }

    .detail-chart .title.h4 {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: -65px;
        margin-top: 200px;
        position: absolute;
    }

    .detail-chart .subtitle {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: -36px;
        margin-top: 200px;
        position: absolute;
    }

    .detail-chart .caption {
        position: absolute;
        margin-top: -30px;
        text-align: center;
        width: 100%;
    }

    .nvd3 text {
        fill: lightgrey !important;
    }

    .nvd3 .nv-discretebar .nv-groups text {
        fill: whitesmoke !important;
    }

    .nvd3 .nv-axis line {
        stroke: black;
    }

    [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
        display: none !important;
    }

    /*.detail-chart {
    background-color: whitesmoke;
}*/

    .brand-text {
        font-family: 'Arial Black';
        font-weight: bolder;
    }

    .white {
        color: darkgrey;
    }

    .fileinput-filename {
        /* ReSharper disable UnknownCssVendorExtension */
        -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        /* ReSharper restore UnknownCssVendorExtension */
        text-overflow: ellipsis;
    }

    /*.goal-percentage {
    position: absolute;
    top: 200px;
    left: 726px;
    z-Index: -1;
}

.goal-percentage h1 {
    font-size: 148px;
    font-family: Arial Black;
    font-weight: bold;
    color: lightgray;
    -ms-opacity: 0.5 !important;
    opacity: 0.5 !important;
}

.nvd3 g.nv-groups path.nv-line {
    stroke-width: 2px;
}

/*.nvd3 g.nv-groups g.nv-series-2 path.nv-line {
    stroke-width: 5px;
}*/

    /*.highcharts-tooltip h3 {
    margin: 0.3em 0;
}

.highcharts-background {
    fill: transparent;
}

.highcharts-title {
    font-family: 'Arial Black';
    font-size: x-large;
    color: #AEAEAE;
}*/

    #analysisChart {
        height: 600px;
        /*-moz-min-width: 310px;
    -ms-min-width: 310px;
    -o-min-width: 310px;
    -webkit-min-width: 310px;
    min-width: 310px;
    max-width: 800px;
    margin: 0 auto;*/
    }

    /* Sidebar Styles */

    .sidebar-nav {
        position: absolute;
        top: 0;
        width: 150px;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 2px;
    }

        .sidebar-nav li {
            text-indent: 15px;
            line-height: 40px;
        }

            .sidebar-nav li a {
                display: block;
                text-decoration: none;
                color: #999999;
            }

                .sidebar-nav li a.active,
                .sidebar-nav li a:hover {
                    text-decoration: none;
                    color: #fff;
                    background: rgba(255,255,255,0.2);
                    border-right: white 2px solid;
                }

                .sidebar-nav li a:hover {
                    border-right: darkgrey 2px solid;
                }

                .sidebar-nav li a:active,
                .sidebar-nav li a:focus {
                    text-decoration: none;
                }

        .sidebar-nav > .sidebar-brand {
            height: 65px;
            font-size: 18px;
            line-height: 60px;
        }

            .sidebar-nav > .sidebar-brand a {
                color: #999999;
            }

                .sidebar-nav > .sidebar-brand a:hover {
                    color: #fff;
                    background: none;
                }

    .no-margin {
        margin: 0;
    }

    .fa-img-responsive {
        font-size: 5em;
        margin-top: 50px;
        margin-bottom: 5px;
        width: 100%;
        max-width: 100%;
    }

    #standardsMenu {
        margin-top: 100px;
        margin-bottom: 120px;
    }

    .form-control {
        height: 27px;
        font-size: 10px;
    }

    .sat-chart {
        height: 24px;
        width: 282px;
    }

    .sat-chart-label {
        font-weight: bold;
        margin-bottom: 5px;
        cursor: pointer;
    }

    .revenue-sum {
        width: 290px;
        margin-left: -20px;
    }

        .revenue-sum dd {
            margin-left: 150px !important;
        }

        .revenue-sum.green {
            color: darkgreen !important;
            font-size: 1.7em;
        }



        .revenue-sum.red {
            color: darkred !important;
            font-size: 1.7em;
        }

    .revenue-label {
        font-size: 1.7em;
    }

    .year-filter-display {
        font-size: 83px;
        /* ReSharper disable once UnknownCssVendorExtension */
        -ms-opacity: .2;
        opacity: .2;
        font-family: 'Arial Black';
        margin-top: -15%;
        margin-left: 65%;
        z-index: -2;
    }

    .page-nav-link {
        color: #AEAEAE !important;
        background-color: #383838;
        border-color: #000000;
        padding: 7px;
        border-radius: 3px;
    }


    .project-costs label {
        min-width: 95px;
        text-align: right;
        margin-right: -10px;
    }

    .datagrid-footer-right .grid-pager .combobox {
        top: 0 !important;
    }

    .datagrid-footer-right .grid-pager input {
        height: 30px;
        width: 60px;
    }

    .datagrid-footer-right .input-group {
        max-width: 90px !important;
        top: 0 !important;
    }

    .chart-row {
        height: 630px;
    }

    .feedback-link {
        font-size: 13px;
        font-family: "Helvetica Neue", Helvetica, sans-serif;
        font-weight: bold;
    }

    /* Revit MM added by DG*/

    body.revitMM {
        min-width: inherit;
        font-size: 12px;
        background-color: #1E1E23;
    }

    .revitMM .blox-page {
        padding: 0px;
    }

    .revitMM .project-header {
        margin: 20px 0px;
    }

        .revitMM .project-header .row:nth-child(1) {
            margin-bottom: 5px;
        }

    .revitMM .project-label {
        background-color: #444444;
        color: #fff;
        padding-top: 3px;
        padding-bottom: 3px;
        overflow: hidden;
        white-space: nowrap;
    }

    .revitMM .project-nav {
        background-color: #444444;
    }

    .revitMM .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .revitMM.dark .cell:hover {
        background-color: rgba(255, 255, 255, .10);
    }

    .revitMM .nav {
        border: none;
    }

    .revitMM .dot {
        margin-top: -10px;
    }

    .revitMM .nav > li {
        margin-right: 5px;
        background-color: rgba(255,255,255, .10);
        font-size: 14px;
    }

        .revitMM .nav > li > a {
            padding: 4px 5px;
            color: #aaa;
        }

    .revitMM .nav-tabs > li > a {
        border: none;
    }

    .revitMM .nav > li > a:hover {
        color: #fff;
    }

    .revitMM .nav-tabs > li.active > a, .revitMM .nav-tabs > li.active > a:focus, .revitMM .nav-tabs > li.active > a:hover {
        background-color: rgba(255,255,255, .10);
        border: none;
        color: #fff;
    }

    .revitMM .nav > li > a:focus, .revitMM .nav > li > a:hover {
        background-color: rgba(255,255,255, .10);
        border: none;
    }

    .revitMM .nav > li > a.active {
        background: inherit;
        color: #fff;
    }

    .revitMM-revision {
        margin: 0;
        padding: 0;
        border-bottom: 1px #eeeeee solid;
        cursor: pointer;
    }

        .revitMM-revision a {
            text-decoration: none;
        }


        .revitMM-revision .detail-area {
            min-height: 5em;
            max-height: 5em;
            overflow: hidden;
        }

        .revitMM-revision img {
            margin: 10px 0 15px 0;
            width: 100px;
            height: 100px;
        }

        .revitMM-revision .buttons a {
            font-size: 12px;
            padding: 5px;
            display: inline-block;
        }

        .revitMM-revision a {
            color: #337ab7;
        }

            .revitMM-revision a p {
                color: #AEAEAE;
            }

        .revitMM-revision .moduleDetail {
            display: none;
        }

            .revitMM-revision .moduleDetail .listing {
                height: 50%;
                overflow-y: auto;
            }

                .revitMM-revision .moduleDetail .listing .row {
                    margin-bottom: 5px;
                    margin-right: 20px;
                }

        .revitMM-revision .add-module {
            position: absolute;
            display: inline;
            top: 0;
            right: 8px;
            z-index: 1;
        }

        .revitMM-revision #AddAll {
            cursor: pointer;
        }

        .revitMM-revision .add-module a {
            margin-top: 8px;
            cursor: pointer;
        }

        .revitMM-revision .small-gutter {
            padding-left: 5px;
            padding-right: 5px;
        }

    .left-div-revitMM img {
        width: 80px;
        height: 80px;
        border: none;
    }

    .right-div-revitMM {
        margin-top: 0px;
        margin-left: 90px;
        height: 100px;
        padding: 10px;
        width: 260px;
        border-right: thick solid dimgray;
    }

        .right-div-revitMM hr {
            margin-top: 0;
        }


        .right-div-revitMM h5 {
            margin-bottom: 5px;
        }

    html.revitMM {
        position: relative;
        min-height: 100%;
    }

        html.revitMM body {
            /* Margin bottom by footer height */
        }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 40px;
        background-color: #f5f5f5;
    }

        .footer .container-fluid {
            margin-top: 10px;
        }

        .footer img {
            width: 75px;
        }

    .container-fluid .container {
        padding: 0;
    }

    .projectInfoText {
        background-color: #AEAEAE;
        border: none;
    }

    .projectInfoSpacer {
        padding-left: 20px;
        border: none;
    }



    /****************************************************/
    /*    BEGIN RevitMM GROUP/LIST STYLES               */
    /****************************************************/

    .revitMM .moduleMM, .revitMM .moduleMM a {
        color: #fff;
    }

    .moduleMM {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .moduleMM-group-row:not(:last-of-type) {
        border-bottom: thin solid #383838;
    }

    .moduleMM-group {
        text-align: center;
    }

    .moduleMM-group-row a:nth-child(even) {
        border-left: thin solid #383838;
        border-right: thin solid #383838;
    }

    .moduleMM-group img {
        margin-top: 35px;
        height: 25px;
        margin-bottom: 10px;
    }

    .moduleMM-group.large img {
        margin-top: 2px;
        height: 61px;
        margin-bottom: 2px;
    }

    .moduleMM-group.largee img {
        margin-top: 50px;
        height: 85px;
        margin-bottom: 28px;
    }

    .moduleMM-group p {
        font-size: medium;
        margin: 0;
    }

    .moduleMM-group.large h4 {
        font-weight: bold;
        font-size: 10px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .detail-link {
        margin-top: -25px;
    }

    /****************************************************/
    /*    BEGIN HEXAGON STYLES                          */
    /****************************************************/

    .moduleMM-hexagon {
        position: relative;
        top: 50%;
        left: 50%;
        float: left;
        transform: translate(-50%, 2%);
        /*width: 62px;
    height: 36px; */
        margin: 3.0em -0.4em;
        /*margin-left: 42%;*/
        /*border-left: solid 2px #383838;
    border-right: solid 2px #383838;*/
    }

    .moduleMM-hexagon-inner-cell {
        padding-top: 0em;
    }

    @media (max-width: 768px) {
    }

    .moduleGridCenterImage {
        background: url('/Content/images/Hexagon.svg') no-repeat center;
    }

    /*
    Development and Test signal toolbar
*/

    div.navbar.env-development {
        background-color: darkgreen;
    }

    div.navbar.env-test {
        background-color: darkkhaki;
    }
