﻿
/* ************************************************************************ 
    CUSTOM CSS USED FOR EDITS DASHBOARD  
   ************************************************************************  */


.headline > h2 {
    border-bottom-color: #e49c2d;
    color: #ffffff;
}

 
#topcontrol:hover {
    background-color: #e49c2d;
}

/***** -------------   EDITS DASHBOARD SPECIFIC -------------- *****/

/* All links. */
a {
    color: #1340bd;
    /*font-weight: bold;*/
}

    /* The link pseudo-classes must be specified in this order. */
    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
        color: #0066FF; /*#e49c2d;*/
    }

    a:active {
        text-decoration: none;
    }

/* Restore Drop-Down datalist arrow */
select::-ms-expand {
    display: inline-block;
}


/*.validation-summary {
    background-color: #fef1ec;
    color: #cd0a0a;
    padding: .75em .5em .75em .5em;
}*/

/***** Textbox Styles [classes] *****/
/*.textbox-date {
    width: 6em
}

.textbox-short {
    width: 6em
}

.textbox-phone {
    width: 11em
}

.textbox-med {
    width: 15em
}

.textbox-long {
    width: 20em
}*/

/***** End Textbox Styles *****/

/***** Search Element Styles *****/
.search-criteria-section {
    /*border: 1.5px solid black;
    border-radius: 8px;*/
    padding-top: 1.5em;
}

.search-instruction-link {
    display: inline-block;
}

.search-instructions {
    width: 91%;
    background-color: #c8cbce;
    border: 1.5px solid #c8cbce;
    padding-top: .25em;
    padding-bottom: .25em;
    margin-left: 2.5em;
    margin-right: 1.5em;
    margin-bottom: .5em;
}

.search-OR-literal {
    display: inline-block;
    font-weight: bold;
    font-size: large;
    /*height: 2.5em;*/
    padding-right: 1em;
    padding-left: 1em;
    /*margin: 0 auto;*/
    max-width: 3.5em;
    text-align: center;
    /*margin-right: .5em; */
    /*margin-left: -3em;*/
}


/*  style autocomplete menu  */
.autocomplete-menu {
    background-color: #f1f1f1;
    width: 42em;
}

.button-view-permits {
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

/***** Results  Element Styles *****/

/* Override th table-striped header row #f1f1f1; */
.detail-header {
    background-color: #c8cbce !important;
}

/***** PROJECT DOCUMENTS TOGGLE *****/

.documents-header {
    background-color: #c8cbce !important;
    padding: 5px;
}

.documents-header-caption {
    margin-left: .5em;
}

.no-documents-header {
    font-weight: bold;
}

.documents-list {
    list-style-type: circle;
    margin-left: -1.5em;
}

    .documents-list > li {
        margin-top: .2em;
    }

        .documents-list > li:nth-of-type(odd) {
            background-color: #dfe6f1; /*#f9f9f9;*/
        }

/***** PROJECT DOCUMENTS TOGGLE END *****/

.help-icon {
    color: #5c7095 !important;
}

.project-header {
    background-color: #273b5f;
    margin-bottom: .5em;
}

    .project-header a {
        color: #ffffff;
    }

    .project-header p {
        color: #ffffff;
        margin-bottom: 10px;
        margin-top: 10px;
    }

/*#333;*/
/*.project-table  {
    border: 1px solid  black !important;    
}*/

div > table > tbody > tr > td {
    border: none !important;
    line-height: 1.5 !important;
}

.results-table-header {
    background-color: #dfe6f1;
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.results-table-header label {
    font-weight: bold;
}

.results-table-footer {
    background-color: #dfe6f1;
    font-size: 11px;
    padding-top: 5px;
}

.results-table-footer p {
    background-color: #dfe6f1;
    margin-bottom: 2px;
    line-height: 1;
}

.ocis-table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #dfe6f1; /*#f9f9f9;*/
}


.filed-map-link {
    margin-bottom: 10px;
}

.empty-results-message {
    font-weight: bold;
    /*font-size: 11pt;
    height: 2.5em;*/
}

.radius-message {
    color: #cd0a0a;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-right-25 {
    margin-right: 25px;
}

.horizontal-separator-lg {
    /*width: 100%;*/
    border-top: solid;
    border-top-color: #a3a3a3;
    border-width: 1px;
    margin-bottom: 10px;
}

.horizontal-separator-med {
    border-top: solid;
    border-top-color: #a3a3a3;
    border-width: 1px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.search-results-disclaimer {
    line-height: 1;
    margin-top: 4px;
}

    .search-results-disclaimer p {
        font-weight: bold;
        font-size: x-small;
    }

.validation-summary-errors {
    background-color: #fef1ec;
    color: #cd0a0a;
    padding: .75em .5em .75em .5em;
    margin-bottom: 5px;
}

.smaller-text{
    font-size: smaller;
}

.user-instruction {
    color: white;
    font-style: italic;
    margin-bottom: .5em; 
}

.activity-table-header {
    margin-bottom: 5px;
}

.margin-bottom {
    margin-bottom: 25px;
}

/* CSS Template 12/24/19 */
a {
    font-weight: normal;
}

.btn-default {
    background: #041E42;
    font-weight: 700;
    color: #ffffff;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.link-to-onbase-portal {
    background-color: #c8cbce;
    margin-top: -15px;
    padding-top: 1em;
    padding-bottom: 1em;
}

.project-name {
    font-size:  xx-large; /* 2em; */
}

.project-leader {
    font-size: x-large;
}

/*.link-to-onbase-portal a {
        font-weight: bold !important;
}*/

/*
    Corrects a bug, Bootstrap 3 glyphicons not working. See:
    https://www.infinetsoft.com/Post/SOLVED-Bootstrap-3-Glyphicons-are-not-working/3062#.Xc1V6eSWxoJ
*/
    @font-face {
        font-family: 'Glyphicons Halflings';
        src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
        src: url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
    }



