﻿ul.multiselect-container li {
    list-style-type: none;
}

ul.multiselect-container {
    margin-top: auto;
}

/*#RoadsSelected
{
    font-weight: bold;
}
*/


.roadrow {
    width: 250px;
}



/*
td.form-control-static
{
    display: inline;
}
*/
/*td.Confirmlabel
{
    font-size: 14px;
    border-left: 1px solid #727272;
    padding: 8px 10px;
    background: #ecf3f7;
    padding-right: 10px;
    border-bottom:none;
}*/
td.Confirmlabel span {
    padding: 8px 10px;
}

fieldset .has-error.required-enabled .multiselect {
    border: 4px solid #ce1415;
}

#RoadsInExcavation a {
    padding-right: 20px;
}

#ExcavationPartTable thead tr th {
    border-bottom: none;
    border-top: none;
    padding-bottom: 0;
}

#ExcavationPartTable tbody tr td {
    border-top: none;
    border-bottom: none;
}

#confirmationroadtable thead tr th {
    border-bottom: none;
    border-top: none;
    padding-bottom: 0;
}

#confirmationroadtable tbody tr td {
    border-top: none;
    border-bottom: none;
}

.uploadedfilestable thead tr th {
    border-bottom: none;
    font-size: 15px;
    font-weight: bold;
}

.uploadedfilestable tbody tr td {
    border-bottom: none;
}

fieldset .addnewroadbutton {
    margin-bottom: 2.5em;
}

#ExcavationPartTable.input-fields tbody tr td {
    padding-left: 0;
    vertical-align: top;
}

.contactinfo {
    margin-bottom: 0.5em;
}

a.removeLink {
    float: right;
}

#coordMapArea .ol-mouse-position {
    top: 0;
    margin-top: 10px;
    background: rgba(255,255,255, 0.7);
    padding: 5px;
}


#mapbuttons {
    position: absolute;
    bottom: 0px;
    left: 100px;
    margin-bottom: 10px;
}

    #mapbuttons button {
        padding: 5px;
        margin-bottom: 5px;
    }

#mapbuttonhelp {
    position: absolute;
    bottom: 0px;
    right: 10px;
    margin-bottom: 10px;
}

    #mapbuttonhelp button {
        width: 155px;
        padding: 5px;
        margin-bottom: 5px;
        background: url(../graphics/icon-help.png) no-repeat;
        background-color: #dddddd;
    }

#mapPlace .ol-ortotoggle {
    top: 275px;
    left: .5em;
    border: solid 3px #999;
    height: 48px;
    width: 48px;
}

#mapPlace .ol-autocomplete {
    background: none;
    margin-left: 100px;
    align-items: center;
    margin-top: 15px;
}

    #mapPlace .ol-autocomplete .outerContainer {
        display: flex;
    }

#mapPlace .outerContainer .input-label {
    min-width: 90px
}

#mapPlace .ol-autocomplete .suggest-container {
    margin: 0;
    margin-left: 90px;
    width: inherit;
}

#mapPlace .ol-autocomplete .suggestion-box {
    background: #fff;
    padding: 10px;
    position: relative;
    border: 1px solid #a6c9e2;
    max-height: 200px;
    overflow-y: scroll;
    margin-top: 1.3px;
    width: 99%;
    border-radius: 4px;
}

#mapPlace .ol-autocomplete label {
    font-weight: bold;
    text-align: center;
    margin: 0;
    background: rgba(255,255,255, 0.7);
    padding: 3px;
    width: max-content;
}

#mapPlace .ol-autocomplete input {
    min-width: 200px;
    border: 1px solid #a6c9e2;
    border-radius: 4px;
}

#mapPlace .ol-zoom {
    top: 20px;
}

    #mapPlace .ol-zoom .ol-zoom-out {
        margin-top: 200px;
        border: 1px solid black;
    }

    #mapPlace .ol-zoom .ol-zoom-in {
        margin-top: -7px;
        border: 1px solid black;
    }

#mapPlace .ol-zoomslider {
    top: calc(18px + 1.14 * 1.375em);
    background-color: rgba(194, 206, 234, 0.8);
}

#mapPlace .ol-touch .ol-zoom .ol-zoom-out {
    margin-top: 200px;
}

#mapPlace .ol-touch .ol-zoomslider {
    top: 2.75em;
}

#mapPlace .ol-scale-line {
    top: 10px;
    right: 8px;
    bottom: unset;
    left: unset;
}


span.required {
    margin-left: 2px;
}

.roaddeleteLink {
    float: right;
}

.detailTemplateRow {
    border-top: #cccccc;
    border-width: 1px;
    border-top-style: solid;
    margin-top: 20px;
}

.buttonInRow {
    margin-top: 25px;
    margin-right: 6px;
}

.form-control-static {
    min-height: 32px;
}

.roadFieldset {
    margin-bottom: 15px;
}

.multiselect-container a {
    text-decoration: none;
}

#TermsAcceptedLabel {
    line-height: normal;
}

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

#bodyMaster {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

#footerSpan {
    font-size: xx-large;
    font-weight: bolder;
    letter-spacing: 2px;
    color: #363636;
}

.footerBottom {
    z-index:100 !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #e0ddda;
    left: 0px;
}

ul.nav.style-2 {
    /*border-top: 0;*/
}

    ul.nav.style-2 li {
        /*border-top: 1px solid #4d535a;*/
    }

        ul.nav.style-2 li a {
            /*border: 0;*/
        }

        ul.nav.style-2 li:first-child {
            /*border-top: 1px solid #999999;*/
        }

a:active, a::selection, a:visited {
    border: none;
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
}

a, a:active, a:focus {
    outline: none;
}
