﻿.section_head {
    background: url(/images/default-source/section-head-photos/header-public-works.jpg);
    background-position: right;
}

.breadcrumbs_in{
    max-width:100%;
}

.gm-entiremap{
    
}

.gm-search {
    margin-top:10px;
    padding:10px 20px 10px 15px;
    background:white;
}

.gm-search select {
    margin-left: 5px;
    margin-right: 15px;
    font-weight: normal;
}

.gm-search .input {
    display: inline-block;
    margin: 5px 0 5px 0;
    font-weight: bold;
}

.gm-search .input-search {
    margin-right: 15px;
}

    .gm-search .input-search input {
        margin-left: 5px;
        padding-left: 5px;
    }

.gm-search select {
    height: 32px;
}


.gm-search .data {
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-data {
    display: block;
    margin-bottom: 20px;
}

.gm-search .project, .update-row {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-style: dotted;
    border-width: 1px 0 0 0;
    border-color: #cccccc;
}

div[data-sf-field='Notes'] ul {
    padding-left: 20px !important;
}

div[data-sf-field='Notes'] ul {
    list-style: disc !important;
}

    div[data-sf-field='Notes'] ul ul {
        list-style: circle !important;
    }



.gm-search .project .field {
}

.gm-search .project p {
    margin: 0;
}

.gm-search table {
    width: 100%;
    border-width: 0 !important;
}

    .gm-search table thead td {
        font-weight: bold;
        color: #eeeeee;
        background: linear-gradient(#62a336, #4D7F29);
        background: -webkit-linear-gradient(#62a336, #4D7F29);
        background: -moz-linear-gradient(#62a336, #4D7F29);
        background: -o-linear-gradient(#62a336, #4D7F29);
    }

    .gm-search table td {
        padding: 6px;
        border-style: solid;
        border-width: 1px;
        border-color: #cccccc;
    }

        .gm-search table td:nth-child(1) {
            border-left-width: 0px;
        }

        .gm-search table td:nth-child(3) {
            border-right-width: 0px;
        }

    .gm-search table tr:last-child td {
        border-bottom-width: 0px;
    }

    .gm-search table tr:first-child td {
        border-top-width: 0px;
    }

    .gm-search table tbody tr:nth-child(odd) {
        background: #eeeeee;
    }

    .gm-search table tbody tr:nth-child(even) {
        background: white;
    }

.gm-search button {
    width: 100px;
}

.gm-search .button-master {
    display: inline-block !important;
    width: auto !important;
    margin-right: 10px;
    padding: 4px 10px 4px 10px;
    margin-top: 5px;
    color: #444444;
    font-weight: bold;
    font-size: 14px;
    min-width: 90px;
    text-align: center;
}

@media(max-width:440px){
    .gm-search {
        background: #eeeeee;
        font-size:12px;
        padding:0 10px 0 10px;
    }

    .gm-search .input{
        display:table;
        width:100%;
        
    }

    .gm-search span{
        display:table-cell;
        width:auto;
        text-align:right;
        width:70px;
        vertical-align:middle;
        padding-right:5px;
    }

        .gm-search input, .gm-search select {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
            background: white;
            margin-left: 0 !important;
            padding-left: 0 !important;
        }

    .gm-search .button-master{
        display:block !important;
        margin:0 !important;
        width:100% !important;
        max-width:100% !important;
        font-size:12px !important;
    }
}
