﻿.feature-edit-button-container {
    position: absolute;
    z-index: 2;
    background: white;
    top: 115px;
    left: 8px;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    width: 35px;
    opacity: 0.92;
    -moz-opacity: .87;
}
.btn-roadprio {
    background: #875acb;
    border: 1px solid #5e349e;
}
.btn-roadprio:hover, .btn-roadprio:focus, .btn-roadprio:active {
    background: #5e349e;
    border: 1px solid #5e349e;
}


    .feature-edit-button-container button {
        height: 35px;
        width: 35px;
        border-bottom: 1px solid #c9c9c9;
    }

    .feature-edit-button-container .buttonActive:not([disabled="disabled"]) {
        background-color: #d9e1e7;
    }

    .feature-edit-button-container .buttonActive:not([disabled="disabled"]) {
        width: 35px;
        height: 35px;
    }

    .feature-edit-button-container .icon-add {
        background: url("../images/icon_image_sprite.png") no-repeat scroll -294px -2px rgba(0, 0, 0, 0);
    }


    .feature-edit-button-container .icon-edit {
        background: url("../images/icon_image_sprite.png") no-repeat scroll -151px -5px rgba(0, 0, 0, 0);
    }

    .feature-edit-button-container .icon-recyclebin {
        background: url("../images/icon_image_sprite.png") no-repeat scroll -438px -2px rgba(0, 0, 0, 0);
    }

    .feature-edit-button-container .icon-undo {
        background: url("../images/icon_image_sprite.png") no-repeat scroll -293px -72px rgba(0, 0, 0, 0);
    }

        .feature-edit-button-container .icon-undo:hover {
            background-position: -341px -72px;
        }

        .feature-edit-button-container .icon-undo[disabled="disabled"], .icon-undo[disabled="disabled"]:hover {
            background: url("../images/icon_image_sprite.png") no-repeat scroll -389px -72px rgba(0, 0, 0, 0);
        }

    .feature-edit-button-container .icon-redo {
        background: url("../images/icon_image_sprite.png") no-repeat scroll -436px -72px rgba(0, 0, 0, 0);
    }

        .feature-edit-button-container .icon-redo:hover {
            background-position: -484px -72px;
        }

        .feature-edit-button-container .icon-redo[disabled="disabled"], .icon-redo[disabled="disabled"]:hover {
            background: url("../images/icon_image_sprite.png") no-repeat scroll -532px -72px rgba(0, 0, 0, 0);
        }

    .feature-edit-button-container .icon-plot-point {
        background: url("../images/icon_image_sprite.png") no-repeat scroll -150px -72px rgba(0, 0, 0, 0);
    }

    .feature-edit-button-container .icon-complete-geometry {
        background: url("../images/icon_image_sprite.png") no-repeat scroll -150px -283px rgba(0, 0, 0, 0);
    }

    .feature-edit-button-container .icon-auto-capture {
        background: url("../images/icon_image_sprite.png") no-repeat scroll -5px -282px rgba(0, 0, 0, 0);
    }

.map-loading-icon {
    position: absolute;
    z-index: 2;
    top: 87px;
    left: 11px;
}

    .map-loading-icon i {
        font-size: 20px;
    }

.embedded .layout-footer {
    width: auto;
    right: 0;
}

.embedded .style-preview {
    display: inline-block;
    vertical-align: middle;
}

.embedded .legend-item {
    padding-top: 2px;
    padding-bottom: 2px;
}

    .embedded .legend-item .style-preview, .embedded .legend-item label {
        display: inline-block;
        vertical-align: middle;
    }

.layout-center, .layout-left, .layout-right {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #FFFFFF;
}

.layout-left, .layout-right {
    border: none;
}

.layout-left {
    left: 0;
    overflow: hidden;
    z-index: 100;
    -webkit-box-shadow: 1px 2px 5px -2px rgba(0,0,0,0.48);
    -moz-box-shadow: 1px 2px 5px -2px rgba(0,0,0,0.48);
    box-shadow: 1px 2px 5px -2px rgba(0,0,0,0.48);
}

.layout-right {
    right: 0;
    overflow: hidden;
    z-index: 9;
    -webkit-box-shadow: -1px 2px 5px -2px rgba(0,0,0,0.48);
    -moz-box-shadow: -1px 2px 5px -2px rgba(0,0,0,0.48);
    box-shadow: -1px 2px 5px -2px rgba(0,0,0,0.48);
}

.layout-center {
    border: none;
}

html, body {
    height: 100%;
    overflow: hidden;
}

body {
    padding: 0;
    margin: 0;
    background-color: #e2e6ea;
}

a {
    outline: none;
    transition: all 0.2s ease 0s;
}


.layout-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.layout-header {
    top: 0;
    height: 80px;
}

    .layout-header > * {
        display: inline-block;
        vertical-align: top;
        height: auto;
    }

.layout-content {
    top: 122px;
    bottom: 20px;
}

.logo {
    width: 465px;
    padding: 5px 0 0 10px;
}

    .logo a {
        background-image: url("../images/logo.png");
        background-repeat: no-repeat;
        width: 465px;
        height: 70px;
        display: block;
        text-indent: -9999px;
    }

.control-button-container {
    margin-top: -16px;
    float: right;
    margin-right: 10px;
}

    .control-button-container .control-button {
        position: relative;
        margin-left: -1px;
    }

/****** Content Start ******/
.layout-content table.table {
    border-spacing: 8px;
}

.layout-content .top {
    width: 222px;
    min-width: 222px;
    vertical-align: top;
}

.layout-content .bottom {
    height: 87px;
}


/*.layout-content .info
{
    color: white;
    padding: 10px;
}

    .layout-content .info a
    {
        padding: 3px;
    }*/

.content.closed {
    vertical-align: top;
    width: 18px;
    padding-top: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.content-left .icon {
    float: right;
}

/****** Content End ******/


/*Demo purpose*/
.layout-header {
    background: url("../images/bannerPortal.png") no-repeat scroll 100% 41%;
    background-color: #005a89;
    border-bottom: 1px solid #969696;
}

.layout-footer {
    bottom: 0;
    height: 20px;
    background-image: url("../images/footer_Screen.png");
    line-height: 20px;
    z-index: 9999;
}

    .layout-footer .copyright-label, .layout-footer .statusbar {
        padding-right: 5px;
        padding-left: 5px;
    }

    .layout-footer .copyright-label {
        float: right;
        font-size: 10px;
        text-align: right;
    }

.copyright-label ul {
    padding: 0;
    margin: 0;
}

    .copyright-label ul li {
        display: inline;
    }

    .copyright-label ul li {
        padding-left: 5px;
    }

.minicolors-panel.minicolors-slider-hue {
    left: 160px;
    top: 20px;
}

#map_canvas {
    position: relative;
    height: 100%;
}

.map {
    width: 100%;
    height: 100%;
    position: absolute;
}

.container {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

.captcha-container {
    height: 132px;
}

.dialog-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
}

.layer-buttons {
    vertical-align: bottom;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
    margin-bottom: 5px;
    padding: 6px;
    border-bottom: 1px solid #d0d0d0;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.15);
}





    .layer-buttons .delete-layer[disabled=disabled], .layer-buttons .delete-layer[disabled=disabled]:hover {
        background: url('../images/icon_image_sprite_small.png') no-repeat -52px -24px;
    }

    .layer-buttons .download[disabled=disabled], .layer-buttons .download[disabled=disabled]:hover {
        background: url('../images/icon_image_sprite_small.png') no-repeat -260px 0;
    }

.arrow-left-container {
    cursor: pointer;
    float: right;
    width: 18px;
    height: 30px;
    text-align: center;
    padding-top: 7px;
    padding: 0 5px 0 5px;
    background-repeat: repeat-y;
    background-position: left;
    background-color: #555555;
    background-image: url('images/arrowDivider.png');
    background-position: left center;
    background-repeat: repeat-y;
}

.leftColumnContent {
    padding: 0;
}


.layer-header {
    vertical-align: bottom;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
    margin-bottom: 15px;
    height: 36px;
    border-bottom: 1px solid #d0d0d0;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.18);
}

.arrow-right-container {
    cursor: pointer;
    float: left;
    width: 18px;
    height: 30px;
    text-align: center;
    padding: 0 5px;
    background-color: #555555;
    background-image: url('images/arrowDivider.png');
    background-position: right center;
    background-repeat: repeat-y;
}

.user-info {
    float: right;
}

.logoContainer {
    width: 300px;
}

.navbar-inner {
    background-image: none;
    border: none;
    box-shadow: none;
    background: transparent;
}


.navbar .divider-vertical {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #FFFFFF;
    height: 88px;
}

.layout-header, .layout-footer, .layout-content {
    position: absolute;
    width: 100%;
}

.navbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500;
}

.navbar-inner {
    padding-left: 0;
    padding-right: 7px;
    height: 58px;
}

.navbar .nav > li {
    line-height: 20px;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 10px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: none;
}


.loading-message {
    position: absolute;
    display: block;
    left: 45%;
    z-index: 200000;
    top: 0;
    margin: 0 auto;
    background-color: #b3161b;
    border: 1px solid #8b1115;
    color: white;
    height: 30px;
    padding: 5px 8px 0px 8px;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    border-radius: 0 0 8px 8px;
    background: rgba(191,0,45,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(191,0,45,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%,, color-stop(0%, rgba(191,0,45,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(191,0,45,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(191,0,45,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(191,0,45,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: radial-gradient(ellipse at center, rgba(191,0,45,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf002d', endColorstr='#6d0019', GradientType=1 );
}

.maintainance-message {
    width: 100%;
    height: 58px;
    line-height: 42px;
    opacity: 1;
    z-index: 900000;
    position: fixed;
    color: white;
    background-color: #c71515;
}

.empty-tree-message {
    margin: 0 10px 0 10px;
    text-align: center;
}

.navbar .nav > li button {
    padding: 40px 2px 2px 2px;
    margin: 9px 5px;
}

    .navbar .nav > li button:hover {
        background-color: #d9e1e7;
        padding: 38px 0 0 0;
        outline: 1px solid #c2c7d3;
    }

    .navbar .nav > li button:disabled {
        background-color: transparent;
        padding: 38px 0 0 0;
        outline: none;
    }

.headerSearchContainer {
    position: absolute;
    top: 27px;
    left: -40px;
}

    .headerSearchContainer.noQuery ul.typeahead {
        display: none !important;
    }


.navbar .nav > li button:hover {
    background-color: #d9e1e7;
    padding: 38px 0 0 0;
    outline: 1px solid #c2c7d3;
}

.navbar .nav > li button:disabled {
    background-color: transparent;
    padding: 38px 0 0 0;
    outline: none;
}

.headerSearchContainer {
    position: absolute;
    top: 27px;
    left: -40px;
}


/*-- Start Responsive styles--*/
@media (max-width: 1024px) {
    .navbar .nav > li button {
        margin: 0 5px;
        font-size: 11px;
        color: #2c2c2c;
    }

    .search-box-container .search-box {
        margin-bottom: 0;
        width: 100px;
    }

    .navbar .divider-vertical {
        margin: 0 3px;
    }
}


@media (max-width: 1152px) {

    .navbar .nav > li button {
        margin: 4px 0;
        font-size: 11px;
    }

    .search-box-container .search-box {
        margin-bottom: 0;
        width: 200px;
    }


    .navbar .divider-vertical {
        margin: 0 2px;
    }

    .headerSearchContainer {
        left: -36px;
    }

    .logo {
        padding: 26px 0 0 15px;
        width: 110px;
    }

        .logo a {
            margin: 0 2px;
        }

    .headerSearchContainer {
        left: -36px;
    }

    .logo {
        width: 465px;
        padding: 5px 0 0 10px;
    }

        .logo a {
            background-image: url("../images/logo.png");
            background-repeat: no-repeat;
            width: 465px;
            height: 70px;
            display: block;
            text-indent: -9999px;
        }
}


@media (min-width: 800px) {
    .search-box-container .search-box {
        width: 100px;
    }
}

@media (min-width: 1100px) {
    .search-box-container .search-box {
        width: 150px;
    }

    .navbar .nav > li button {
        font-size: 11px;
        color: #2c2c2c;
    }
}


@media (min-width: 1300px) {

    .navbar .nav > li button {
        font-size: 11px;
        color: #2c2c2c;
    }
}

@media (max-width: 994px) {
    .username {
        width: 50px;
        overflow: hidden;
        white-space: nowrap;
    }

    .logo {
        padding: 5px 0 0 10px;
        width: 465px;
    }
}



/*-- End Responsive styles--*/


.header-search-form {
    position: absolute;
    z-index: 90000;
}

.search-box-container {
    display: inline-flex;
    background-color: #ffffff;
    padding: 12px 2px 12px 12px;
    -webkit-box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.23);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 1px solid #dfdfdf;
    border-top-left-radius: 0;
    border-top: none;
}


.searchButton {
    background: none;
    border: none;
    padding: 5px 9px;
    background-color: #ffffff;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    color: #6e9aa3;
    border: 1px solid #dfdfdf;
}

    .searchButton:hover {
        color: #b7c5cd;
    }

.search-button-selected {
    background: none;
    background-color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

    .search-button-selected i {
        color: #697a84;
    }

.search-box-container .search-box {
    width: 300px;
    margin-bottom: 0;
    background-color: #f6f6f6;
}


.gis-data-writing {
    background: url('../images/write_gis_data.gif');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #ffffff;
}

.search-eraser {
    margin: 8px 0 0 -15px;
    padding-right: 5px;
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.feature-image-thumbnail-pane {
    bottom: 0;
    height: 190px;
    overflow: hidden;
    width: 100%;
    position: absolute;
}

    .feature-image-thumbnail-pane img {
        max-width: 100%;
        max-height: 100%;
    }

    .feature-image-thumbnail-pane .fullscreen {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.titleBar {
    padding-left: 8px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: normal;
    color: #cfcfcf;
    border-bottom: 1px solid #000;
    background: rgba(90,90,90,1);
    background: -moz-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(43,43,43,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(90,90,90,1)), color-stop(100%, rgba(43,43,43,1)));
    background: -webkit-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(43,43,43,1) 100%);
    background: -o-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(43,43,43,1) 100%);
    background: -ms-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(43,43,43,1) 100%);
    background: linear-gradient(to bottom, rgba(90,90,90,1) 0%, rgba(43,43,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#2b2b2b', GradientType=0 );
}

.surfgis .nomargin {
    margin: 0;
}

.surfgis .nopadding {
    padding: 0;
}

.modal-close-icon:hover {
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.surfgis .inline-block {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

input[type='number'].tiny-input {
    width: 45px;
}

.mini-dialog .modal-close-icon {
    float: right;
    color: gray;
    font-size: 14px;
    margin: 10px 10px 0 0;
}

    .mini-dialog .modal-close-icon:hover {
        float: right;
        color: #ffffff;
        font-size: 16px;
        margin: 10px 10px 0 0;
    }

.mini-dialog .dialog-close-icon {
    position: absolute;
    color: #ffffff;
    background: #222222;
    right: 5px;
    top: 5px;
    height: 21px;
    width: 20px;
    z-index: 50;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 4px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
}

    .mini-dialog .dialog-close-icon:hover {
        opacity: 1;
    }

.mini-dialog .slider-next-icon, .feature-image-thumbnail-pane .slider-next-icon {
    right: 5px;
}

.mini-dialog .slider-prev-icon, .feature-image-thumbnail-pane .slider-prev-icon {
    left: 5px;
}


.mini-dialog .slider-next-icon, .mini-dialog .slider-prev-icon,
.feature-image-thumbnail-pane .slider-next-icon, .feature-image-thumbnail-pane .slider-prev-icon {
    position: absolute;
    color: #ffffff;
    background: #222222;
    top: 45%;
    height: 21px;
    width: 20px;
    z-index: 50;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 4px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
}

    .mini-dialog .slider-next-icon:hover, .mini-dialog .slider-prev-icon:hover {
        opacity: 1;
    }

.mini-dialog .surf-carousel img {
    width: 100%;
}

.blankLayerModal {
    width: 360px;
    margin: 0 auto;
    position: relative;
    left: 0;
}

.validation-summary-errors {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.root-node {
    list-style: none;
}

.carousel-control {
    border-radius: 4px;
    height: 20px;
    width: 20px;
    line-height: 13px;
    border: none;
    font-size: 30px;
    opacity: 0.5;
    cursor: pointer;
    top: 50%;
}

    .carousel-control:hover {
        opacity: 1;
    }

    .carousel-control.right {
        right: 5px;
    }

    .carousel-control.left {
        left: 5px;
    }

.carousel-indicators {
    display: none;
}

.featureImageHeader {
    min-height: 30px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
    margin-bottom: 1px;
    padding: 6px;
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    margin-top: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.45);
}

.carousel {
    margin: 0;
}

.imageList {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

    .imageList li {
        border-bottom: 1px solid #eeeeee;
        padding: 6px 0;
        height: 33px;
        line-height: 33px;
    }

button span {
    margin-right: 5px;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #74b5e2;
    box-shadow: 0 0 6px #afdbfa;
}

.files {
    list-style-type: none;
    list-style-position: inside;
    border: 1px solid #ecf1f4;
    margin: 0;
}

    .files li {
        padding: 6px;
        border-bottom: 1px solid #ecf1f4;
    }

.table thead th {
    vertical-align: middle;
}

.navbar .nav li > a:hover, .navbar .nav li > a:focus {
    border: none;
}

.visulization-legend-container {
    position: absolute;
    bottom: 60px;
    right: 0px;
    z-index: 1005;
    background-color: lightgrey;
    padding: 10px;
    border-radius: 4px;
}

    .visulization-legend-container td {
        padding: 5px;
    }

.modal.fade.image-previewer-dialog {
    top: 20%;
}

.subBar {
    position: fixed;
    top: 80px;
    width: 100%;
    height: 30px;
    background-color: #d5e0f4;
    border-bottom: 3px solid #bfd0f1;
    padding: 5px 0;
}

    .subBar select {
        width: 135px;
        margin-bottom: 0;
        margin-right: 0;
        height: 30px;
    }

    .subBar input {
        width: 135px;
        margin-bottom: 0;
        margin-right: 0;
        height: 30px;
    }

    .subBar label {
        display: inline-block;
        font-size: 14px;
        margin-right: 5px;
        margin-left: 5px;
    }

.navbar .nav > li > a {
    color: #3d537d;
    text-shadow: none;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-radius: 0;
}

.btn-info {
    background: none;
    background-color: #5bc0de;
    color: #fff;
}

.btn-primary {
    background: none;
    background-color: #337ab7;
    color: #fff;
}

.btn-group-justified .btn {
    padding: 6px 12px;
    font-size: 12px;
}

.arrow_box {
    position: relative;
    background: #5bc0de;
    top: 5px;
    z-index: 9999;
    left: 30%;
}

    .arrow_box:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(91, 192, 222, 0);
        border-top-color: #5bc0de;
        border-width: 15px;
        margin-left: -15px;
    }

.arrow_box2 {
    position: relative;
    background: #337ab7;
    top: 5px;
    z-index: 2;
    left: 37%;
}

    .arrow_box2:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(51, 122, 183, 0);
        border-top-color: #337ab7;
        border-width: 15px;
        margin-left: -15px;
    }

.navbar .nav a i {
    color: #005a89;
    font-size: 18px;
    margin-right: 5px;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #000;
    background-color: #e0e9f9;
}

    .navbar .nav > li > a:focus, .navbar .nav > li > a:hover i {
        color: #5bc0de;
    }

a:focus, a:active:focus, a.active:focus {
    outline: none;
    !important;
    outline-style: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    !important;
    outline-style: none;
}

.btn-group-justified .btn i {
    font-size: 16px;
    margin-right: 12px;
}

.searchForm {
    font-size: 12px;
}

    .searchForm .input-mini {
        width: 45px;
        margin: 0;
        height: 18px;
        line-height: 18px;
    }

    .searchForm .input-medium {
        width: 130px;
        margin: 0;
        height: 18px;
        line-height: 18px;
    }

.btn-group-justified {
    margin-bottom: 15px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #337ab7;
    color: #dfecf7;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #5bc0de;
    color: #eaf7fb;
}

.btn-danger {
    background: none;
    background-color: #d9534f;
}

#direction-indicator {
    bottom: 40px;
    left: 11px;
    right: 0;
    position: absolute;
    text-align: left;
    z-index: 9;
    width: auto;
}

#project-legend {
    top: -5px;
    right: 10px;
    position: absolute;
    text-align: left;
    z-index: 9;
    width: auto;
    display: inline-block;
    padding: 10px;
    background-color: antiquewhite;
}

#project-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}

#project-legend .legend-scale ul li {
    font-size: 80%;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
    font-weight: bold;
}

#project-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}

#specialTools {
    bottom: 8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    z-index: 9;
    width: 300px;
}

    #specialTools .btn {
        border-radius: 50%;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.74);
        margin: 5px;
        position: relative;
        width: 43px;
        padding: 0;
    }

        #specialTools .btn i {
            font-size: 22px;
            margin: 9px 0;
        }

        #specialTools .btn img {
            margin: 13px 0;
        }

.subBarRightNav {
    margin-top: -5px !important;
}

.dropdown-menu {
    border-radius: 0;
}

@font-face {
    font-family: "RobotoRegular";
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format("truetype");
}

@font-face {
    font-family: "RobotoBold";
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf') format("truetype");
}

.application-font {
    font-family: RobotoRegular, "Trebuchet MS", Verdana, Helvetica, Sans-Serif !important;
}

.application-font-bold {
    font-family: RobotoRegular, "Trebuchet MS", Verdana, Helvetica, Sans-Serif !important;
}

.all-children-application-font * {
    font-family: RobotoRegular, "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

.editprojectcontainer {
    height: calc(99vh - 250px);
    overflow: auto;
}

.roadprioritycontainer {
    /*max-height: calc(100vh-50px);*/
    height: 100%;
    overflow: hidden;
}

.roadprioritycontainer > .wtHolder {
    height: calc(99vh - 237px);
}

@media (max-width: 1200px) {
    .navbar .nav > li > a {
        padding: 10px 8px;
    }

    .subBar select {
        width: 100px;
    }
}


.homeBox {
    display: block;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    text-align: center;
}

    .homeBox span {
        font-size: 60px;
    }

    .homeBox.project-data {
        color: #75a91b;
    }

        .homeBox.project-data:hover {
            background-color: #75a91b;
            color: #fff;
            text-decoration-color: currentcolor;
            text-decoration-line: none;
            text-decoration-style: solid;
        }

    .homeBox.home-map {
        color: #f59c1a;
    }

        .homeBox.home-map:hover {
            background-color: #f59c1a;
            color: #fff;
            text-decoration-color: currentcolor;
            text-decoration-line: none;
            text-decoration-style: solid;
        }

.homeBox.road-priority {
    color: #673AB7;
}

.homeBox.road-priority:hover {
    background-color: #673AB7;
    color: #fff;
    text-decoration-color: currentcolor;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.layout-content {
    background-color: #fff;
}

ul.nav-text {
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-top: none;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
}

    ul.nav-text > li > a {
        color: #006ea7;
        background: transparent;
        text-transform: uppercase;
        padding: 15px 30px;
    }

.nav-text > .active > a, .nav-text > .active > a:hover, .nav-text > .active > a:focus {
    background-color: transparent !important;
    border: 0 !important;
    color: #000 !important;
    border-bottom: 2px solid #000 !important;
}

.nav-text > li > a:hover, .nav-text > li > a:focus {
    background-color: transparent !important;
    border: none !important;
    color: #0085ca !important;
}

.handsontable table {
    width: 100%;
}

.dropdownd-button {
    width: 135px;
    background-color: #fff;
    padding: 4px 13px;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 4px;
}

.search-wrapper::before {
    color: #337ab7;
    content: "\f002";
    float: left;
    font-family: FontAwesome;
    font-size: 17px;
    height: 0;
    left: 11px;
    line-height: 0;
    position: relative;
    top: 15px;
    z-index: 9999;
}

.search-wrapper input {
    padding-left: 35px;
}

.ui-grid-cell {
    height: 40px !important;
    line-height: 28px;
}

    .ui-grid-cell button {
        margin-right: 5px;
    }

.ui-grid {
    height: calc(99vh - 220px) !important;
    overflow: auto !important;
}

.toast .toast-info {
    display: block;
}

.modal-height-fix {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    max-height: 100%;
    padding: 0;
}

.modal-footer-fix {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
}
/*.ui-resizable {
    min-height: 50%;
}*/

.attributeGridModal {
    min-height: 405px;
}

.feature-calculate-area {
    width: 300px;
    position: absolute;
    top: -1px;
    left: 36px;
    background-color: #fff;
}

    .feature-calculate-area table {
        border-spacing: 0 !important;
    }

.htDimmed {
    background-color: #e5e5e5 !important;
}
/*
.ui-resizable-handle {
    bottom: 0 !important;
}
*/
.ui-grid-viewport {
    width: 100% !important;
}



.disabledToolBtn:disabled {
    background-color: gray;
}

.dropdown-submenu {
    position: relative;
    cursor: pointer;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.reportModal {
    width: 805px !important;
    /*top: 0 !important;*/
    left: 40%  !important;
    /*right: 0 !important;*/
    /*bottom: 0 !important;*/
    /*vertical-align: ;*/
    /*display: table;*/
}

/*.modalDiv > .modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.form-control {
    width: 100%;
}

@media only screen and (max-width: 1280px) {
    .navbar .nav > li > a {
        padding: 11px 7px;
        font-size: 11px;
    }

    .dropdownd-button {
        width: 108px;
        font-size: 11px;
    }

    .dropdown-menu > li > a { font-size: 11px; }

    .subBar select {
        width: 100px;
        font-size: 11px;
    }

    .fa-caret-down { top: 11px !important; }
}

.project-road-report {
    height: 400px;
    overflow-y: auto;
}

.project-road-report-body {
    overflow: hidden;
}

.project-road-report-container {
    padding: 0;
    height: 400px;
    overflow: hidden;
}

.report-side-nav {
    height: 400px;
    overflow: hidden;
}

.project-road-report-container .sidebar-nav {
    height: 365px;
    overflow-y: auto;
}

.report-table-type {
    background-color: #005a89;
    color: #fff;
}

.report-table-header {
    background-color: #d5e0f4
}

.report-project-name {
    font-weight: bold;
}

.report-blank-name {
    height: 30px;
    background: #f1f1f1;
}

.report-table-value {
    
}

    .report-table-value td:nth-child(2) {
        width: 33%;
    }