﻿body { font-size: 18px; }
td ul.list-unstyled > li { padding-top:0.26em; margin-bottom:0.1em; }
.side_links ul > li { margin-bottom: 0.5em; }
.contentLinks ul > li { margin-bottom: 0.5em; }

.serviceProviderTable { table-layout: fixed;}
.serviceProviderTable > tbody > tr > td { white-space: normal !important; }
.serviceProviderTable > tbody > tr > td > .row { margin: 5px; }
.serviceProviderTable > tbody > tr > td:nth-child(1) { overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; }

.ads_table { table-layout: fixed;}
.ads_table > tbody > tr > td { white-space: normal !important; }
.ads_table > tbody > tr > td > .row { margin: 5px; }
.ads_table > tbody > tr > td:nth-child(1) { overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; }
.ads_logo { max-width: 240px; max-height: 100px; }
.ads_logo_profile { max-width: 380px; max-height: 280px; margin-top:0; margin-bottom:0.5em; 
    border:solid 1px silver; padding: 1em;
    box-shadow: 8px 8px 17px 0px rgba(0,0,0,0.18);
    -webkit-box-shadow: 8px 8px 17px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 8px 8px 17px 0px rgba(0,0,0,0.18);
}
.sortByButton { margin-bottom:0.5em; }
.sortByButton b { font-weight:400; }
.loadMore { padding-bottom:10px; }
.hardMoneyLenderFrame { border: 5px solid #7FDBFF; border-radius: 8px; padding: 20px; box-shadow: 10px 10px 5px #aaa; margin-bottom: 10px; }
.verticalFrame { display: flex; align-items: center; }

.video_container { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; }
.video_frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#SLIQ label {font-size: 14px; }
#SLIQ a.tab {font-size: 15px; }

.map_container { height: 100%; }
.map { height: 100%; min-height: 600px; padding-left: 0; }
#map { height: 100%; }

#legend { background: #FFF; width:150px; padding: 10px; margin: 5px; font-size: 12px; font-family: Arial, sans-serif; }
#legend .image { height: 25px; width: 25px; margin-right: 3px; float: left; }

.mortgageBrokerImage { background-image: url("../png/mortgagebrokermapicon.png"); background-repeat: no-repeat; }
.mortgageBrokerHardMoneyImage { background-image: url("../png/mortgagebrokerhardmoneymapicon.png"); background-repeat: no-repeat; }
.creditUnionImage { background-image: url("../png/creditunionmapicon.png"); background-repeat: no-repeat; }
.bankImage { background-image: url("../png/bankmapicon.png"); background-repeat: no-repeat; }

.customStateNavbar {
    background-color: white !important;
}

.customStateNavbar .navbar-nav > li > a{
    color: black !important;
}

.customStateNavbar .logo {
    height: 90px;
}


/* up to 768px */
@media (max-width: 768px) {
    #lendersMapContainer .demo-box {
        display: block;
    }

    #lendersMapContainer .demo-box .form-group {
        padding-right: 5px;
    }
}




.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}