﻿@font-face {
    font-family: 'BlsW-Lt';
    src: url('/Styles/fonts/blsw-lt.woff2') format('woff2'), url('/Styles/fonts/blsw-lt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BlsW-Md';
    src: url('/Styles/fonts/blsw-md.woff2') format('woff2'), url('/Styles/fonts/blsw-md.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BlsW-It';
    src: url('/Styles/fonts/blsw-it.woff2') format('woff2'), url('/Styles/fonts/blsw-it.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {margin:0;padding:0;font-family:"BlsW-Lt", Helvetica, Arial, sans-serif; font-size:18px;color:#000000;background:transparent;line-height: 26px;}
body *{font-family:inherit;}
h1 {margin:0;padding:0;font-weight:bold;font-family:"BlsW-Md", Helvetica, Arial, sans-serif;}
h2, h3 {margin:0;padding:0 0 10px 0;font-weight:bold;font-family:"BlsW-Md", Helvetica, Arial, sans-serif;}
h1 {font-size:36px;color:#333333;font-family:"BlsW-Md", Helvetica, Arial, sans-serif;}
h2 {font-size:16px;color:#333333;font-family:"BlsW-Md", Helvetica, Arial, sans-serif;}
h3 {font-size:16px;color:#5f7a89;font-family:"BlsW-Md", Helvetica, Arial, sans-serif;}

p, ul, ol {/*line-height: 130%; text-align: justify;*/padding-top:0px;padding-bottom:10px;margin:0;}
ul, ol { padding-left:20px }
blockquote { }
a {
    color: #b7283b;
    font-size: 14px;
    font-weight: bold;
    font-family: inherit;
}
a:hover {color:#b7283b;}
a img {border:none;}

.style2 {
    width: 40%;
}

.style3 {
    vertical-align: top;
}

.modalBackground {
    -ms-filter: alpha(opacity=70);
    -ms-opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

#schemes {
    margin:0;
    padding:0;
    font-size:14px;
    color:#87A3A6;
}

.column1 {
    padding: 10px 0 0 10px;
}
.column1 > div {
    background: white;
    margin: 0 10px 10px 0;
    padding: 10px;
    border-radius:.3125rem;
}
.table-responsive tr:nth-child(even) .column1 > div {
    background: rgba(0, 0, 0, 0.05);
}

.blue {color: #0000ff; background: #ffffff; font-weight: bold;}
.black {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000000;
    white-space: normal !important;
}

.schemes-title {
    font-size: 16px;
}

.schemes-title p {
    font-size: 16px;
    font-weight: 300;
}

.childImg { float: left}
.childImg + span {
    display: inline-block;
    font-size:14px;
}
.addressDiv, .lblName {
    clear: both;
    display: block;
}

.lblName {
    font-size: 18px;
    margin: 6px;
    margin-bottom: 0;
    font-weight: bold;
}

.addressDiv { margin:10px 20px 10px 6px; font-size:16px;border-left:2px solid lightgrey;padding-left:6px;}
.addressDiv a{font-size:16px;}
.addressDiv p{padding-bottom:0;line-height:20px;}

.FilterSurround {
    display:none;
    background: white;
}

.FilterSurround.active{
    display:block;
}

.FilterItems {
    display: flex;
    flex-wrap: wrap;
}

.FilterItem {
    padding: 5px 5px 8px 5px;
    font-weight: bold;
    background: #EFF3F2;
}

.FilterChk input{
    margin-left:3px;
    margin-right:3px;
}

.fullWidthTable {
    width: 100%;
    padding-right:10px;
}

input#txtSearch, #list_TypeOfWork, #FilterButton {
    padding: .75rem 1rem;
    border-radius: .3125rem;
    border: none;
    background: white;
    width: 100%;
    font-size:16px;
    height:100%;
}

#FilterButton{
    position:relative;
}

#FilterButton.active:after{
    content:'';
    position:absolute;
    z-index:-1;
    top:calc(100% - 5px);
    height:20px;
    left:0;
    background:white;
    width:100%;
}

#FilterButton > .childImg {
    width: 12px;
    height: auto;
    margin: 2px 0 0 0;
    position: absolute;
    right: 3px;
    transform: translateY(-50%);
    top: 50%;
}

#FilterButton > span {
    margin-top: 0;
    margin-left: 5px;
    font-size:16px;
}

.FilterItemLink, #FilterButton, .AddressButton {
    cursor: pointer;
}

.FilterItemLink{
    display:flex;
    align-items:center;
}

.FilterItemLink > span{
    font-size:18px;
}

.FilterItemList label{
    font-size:14px;
    font-weight:300;
}

.AddressButton{
    display:flex;
    align-items:center;
}

#imgbtnSearch {
    display: inline-block;
    padding: 1rem 1.5rem;
    background-color: #9d072e;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    font-size: 1.25rem;
    font-family:inherit;
}

.MapClose {
    float: right;
    margin: -40px -20px;
    cursor: pointer;
}

.CatList {
    color: gray;
}

th {
    padding: 10px;
    font-weight: normal;
}

#ResetFilter {
    padding: 20px;
    color: #b7283b;
    cursor: pointer;
    text-decoration:underline;
}

#txtSearchValid {
    padding: 20px;
}

#programmaticModalPopupBehavior_backgroundElement {
    background-color: rgb(255, 255, 255,0.85);
}

.ShowMapButton {
    background: none;
    border: none;
    padding: 10px;
    color: #b7283b;
    text-decoration: underline;
    cursor: pointer;
    font-size:16px;
}

.distance{
    font-size:16px;
}

.distance a{
    font-weight:initial;
    font-size:16px;
}

table tr:nth-child(2){
    border:none !important;
    border-width:0 !important;
    outline: 0 !important;
}

.followUpText {
    text-decoration: none;
    color: black;
    display: inline-block;
}

table#gvContractors > tbody > tr:first-of-type .followUpText {
    display: none;
}
td {
    vertical-align: top;
}
@media only screen and (max-width: 767px) {

    .table-responsive,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
    }

    .table-responsive tr:nth-child(2) {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-responsive {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid lightgray;
        margin-bottom: 20px;
    }

    .column1 table td {
        display: inline-block !important;
    }

    .table-responsive > tbody > tr > td {
        border: none;
        border-bottom: 1px solid lightgray;
        position: relative;
        padding-left: 30%;
        text-align: left;
        width: 100% !important;
    }

    .table-responsive > tbody > tr > td:before {
        content: attr(class);
        position: absolute;
        top: 6px;
        left: 6px;
        width: 30%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .ShowMapButton {
        padding-left:0;
    }
}
