﻿.twitterwall {
    border:none;
    height:600px;
    width:380px;
    overflow-x:hidden;
    overflow-y:auto;
}
.contact-message {
    min-height:100px;
    overflow-x:hidden;
    overflow-y:auto;
}
.contact-email {
    /*text-transform: lowercase;*/
}
body {
    /*font-family:"Open Sans",Arial,Helvetica,Sans-Serif*/
}

td
{
    font-family:"open sans";
    font-size:small;
}

.gridHeader > th {
    font-family: "open sans";
    font-weight: bold;
    color: #fff;
    /*text-align: center;*/
    background: #95a5a6 !important;
}

.gridHeader > th > a {
    color: #fff;
}

.showLink a {
    color: #3498db;
}

.showLink a:hover, a:focus, a:active {
    color: #e67e22;
    text-decoration: underline;
}


.progress-container {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 120;
}

.progress-body {
    text-align: center;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -100px;
    padding: 10px;
    z-index: 125;
    background-color: white;
    height: 100px;
    width: 300px;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.progress-container-local {
    display:inline-block;
    position:relative;
    text-align: center;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 120;
}

.progress-body-local {
    text-align: center;
    position: relative;
    padding: 2px;
    z-index: 125;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.field 
{
    padding-left:15px;
    padding-right:15px;
    /*position: relative;
    display: table;
    border-collapse: separate;*/
}

@media screen {
    .field-label {
        text-align: right;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        background-color: #eeeeee;
        border: 1px solid #cccccc;
        border-radius: 4px;
        display: table-cell;
        margin-bottom: 1px;
    }

    .field-value {
        text-align: left;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        border: 1px solid #cccccc;
        border-radius: 4px;
        display: table-cell;
        margin-bottom: 1px;
    }
}
.showLink {
    /*font-size: 14px;
    font-weight: normal;
    line-height: 1;*/
    margin-right: 5px;
}

fieldset.groupbox-border {
    border: 1px solid #cccccc  !important;
    border-radius: 4px;
    padding: 0em 1.4em 1.4em 1.4em !important;
    margin: 0em 1.2em 1.2em 1.2em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #808080;
    box-shadow: 0px 0px 0px 0px #808080;
}

legend.groupbox-border {
    font-size: 1.1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0px 10px 0px 10px;
    border-bottom: none;
}

/* force radio button list items to be placed on multiple rows on mobile  */
@media (max-width: 420px) {
    table.form-control td {
        display: table;
    }
}

/* sticky footer start */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 120px;
    background-image: url(/Images/footerbg.png);
}
/* sticky footer end */

.margin-top-10 {
    margin-top: 10px;
}


.margin-top-20 {
    margin-top: 20px;
}

.btn-blue {
    background-color: #3498db;
    border-color: transparent;
    color:#fff;
    /*margin: 0px;
    padding: 0px;*/
}

.vertical-align {
    display: flex;
    align-items: center;
}

.panel-scroll {
    overflow-y: scroll;
    height: 400px;
}

/* asp.net bootstrap style pagination */
/* ref: https://stackoverflow.com/questions/18470073/c-sharp-bootstrap-pagination-in-asp-net-gridview-pager-style */
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

/* end of asp.net bootstrap style pagination */

/* grid sort arrow */
th.sortasc-header A {
    background: url(../Images/sort-asc.png) right center no-repeat;
}

th.sortdesc-header A {
    background: url(../Images/sort-desc.png) right center no-repeat;
}


TH A {
    padding-right: 15px;
}

/* start of tooltip customization */
.tooltip > .tooltip-inner {
    background-color: #eeeeee;
    color: #000000;
    border: 1px solid #f08a5d;
    padding: 5px;
    min-width: 300px;
}

.tooltip > .tooltip-arrow {
    border-top: 10px solid #eeeeee;
}

/* end of tooltip customization */

/* do not show the blocked cursor on disabled/readonly form controls */
.form-control[disabled], .form-control[readonly]
{
    cursor: default;
}

/* hidden on-screen */
.print {
    display: none;
}

.screen {
    display: block;
}

.leaflet-popup-content-wrapper {
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 2px 15px rgba(2, 2, 2, 3);
    color: black; /* Shadow */
}

.leaflet-popup-content {
    margin: 10px;
}

.gm-style-iw {
    width: 330px !important;
    top: 0px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px !important;
}

    .gm-style-iw button.gm-ui-hover-effect {
        display: none;
    }

.gm-style .gm-ui-hover-effect:focus {
    outline: none;
}

.custom-popup {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    background: white;
    position: relative;
}

    .custom-popup .header1 {
        font-size: 16px;
        font-weight: bold;
    }

    .custom-popup .h1-underline {
        border-top: 1px solid #ccc;
        margin: 10px 0;
    }

    .custom-popup .body {
        margin-bottom: 5px;
    }

    .custom-popup .footer1 {
        text-align: right;
        font-size: 12px;
        color: #888;
    }

.content-frame {
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    background-color: #f9f9f9;
    margin: 20px;
}

#map-canvas {
    width: 100%;
    height: 700px;
    position: relative;
}

.custom-alert {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.8);
    border:none;
}

.h1-underline {
    margin: 0px 0px 5px 0px;
    padding: 0;
    height: 1px;
    width: 300px;
    background-color: #d8dde3;
}

.input-container {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    width: 500px;
}

    .input-container input[type="text"] {
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        outline: none;
        transition: all 0.3s ease;
        flex: 1;
    }

        .input-container input[type="text"]:focus {
            border-color: #007bff;
            box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
        }

    .input-container button {
        padding: 10px 15px;
        background-color: #007bff;
        border: none;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        margin-left: 10px;
        transition: background-color 0.3s ease;
    }

        .input-container button:hover {
            background-color: #0056b3;
        }

.info-window {
    background-color: #fff;
    width: 200px;
}

    .info-window h3 {
        margin: 0 0 5px;
        font-size: 16px;
        color: #333;
    }

    .info-window p {
        margin: 0;
        font-size: 14px;
        color: #666;
    }

button.gm-ui-hover-effect {
    height: 30px !important;
}

