﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.MarketplaceHeader {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 15px;
    color: white;
    text-align: center;
}

.MarketplaceSubHeader {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    margin-bottom: 15px;
    color: white;
    text-align: center;
}

.HideShowCommitments {
    width: 20px;
    height: 20px;
    float: right;
    background: url(../../Custom/Marketplace/images/CloseIcon.png) no-repeat !important;
    cursor: pointer;
}

.ShowHideCommitments {
    width: 20px;
    height: 20px;
    float: right;
    background: url(../../Custom/Marketplace/images/OpenIcon.png) no-repeat;
    cursor: pointer;
}

.ExistingCommitments {
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: white;
    border-radius: 7px;
    box-shadow: 2px 3px 4px;
    overflow: auto;
    min-width: 1020px;
}

.LoanMatches {
    width: 100%;
    height: auto;
    min-height: 239px;
    background-color: white;
    border-radius: 7px;
    box-shadow: 2px 3px 4px;
    margin-top: 20px;
    min-width: 1020px;
    /*overflow:auto;*/
    position: relative;
    overflow: hidden;
}

table {
    border: 0 none;
}

input[type="submit"], .btn, .input {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
    color: white;
    margin-bottom: 4px;
    text-shadow: none;
}

.closed, input[type="submit"], .btn, .input {
    background: #2c99cc none repeat scroll 0 0;
}

input[type="submit"], .btn {
    border: medium none;
    border-radius: 9px;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-bottom: 24px;
    padding: 6px 12px;
}

table {
    border-spacing: 0;
}

.ECinfoContainer {
    width: 120px;
    height: auto;
    display: inline-block;
}

.ECMarketplaceAgreementDoc {
    width: 180px;
    margin-left: 5px;
}


.SeeAll {
    color: white;
    float: right;
    font-family: "Play",sans-serif;
    margin-right: 23px;
    margin-top: 3px;
    text-decoration: underline;
    cursor: pointer;
}

.AllCommitments:before {
    content: "See All";
}

.AllCriteria:before {
    content: "See All";
}

.EClabel {
    font-size: 11px;
    display: block;
    /*text-align:center;*/
    text-align: left;
    font-family: sans-serif;
    color: #2c99cc;
}

.ECMarketplaceAgreementLabel {
    font-size: 11px;
    /*text-align:center;*/
    text-align: left;
    font-family: sans-serif;
    color: #2c99cc;
}

.ECMarketplaceIcon {
    color: #6BB7DB;
    cursor: pointer;
}

    .ECMarketplaceIcon:hover {
        font-size: 1.1em;
        color: #2c99cc;
    }

.ECinfo {
    width: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: 11px;
    /*text-align:center;*/
    text-align: left;
    margin-bottom: 5px;
}
/*.topBar { 
	width:100%;
	height:30px;
	background:#002d56;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}*/
.MarketplacetopBar {
    width: 100%;
    height: 30px;
    background: black;
    /*border-top-left-radius:15px;
	border-top-right-radius:15px;*/
}

.LoanCriteriatopBar {
    width: 100%;
    height: 30px;
    background: black;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .LoanCriteriatopBar > .title {
        margin-left: 0px;
        text-align: center;
        width: 194px;
    }

.title {
    font-family: 'Play', 'Open sans', sans-serif;
    font-size: 17px;
    color: white;
    margin-left: 20px;
    padding-top: 5px;
    width: 300px;
    display: inline-block;
    float: left;
}

.AddNew {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    display: inline-block;
    float: right;
}

.Save {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-family: sans-serif;
    font-size: 16px;
    color: white;
    display: inline-block;
    float: right;
    border: 0;
    box-shadow: none !important;
    text-shadow: none !important;
}

.CriteriaContent {
    width: 100%;
    height: auto;
    min-height: 500px;
    margin: 0 auto;
    margin-top: 20px;
}

.CommitmentInfo {
    width: calc(100% / 2 - 10px);
    height: auto;
    display: inline-block;
    background-color: white;
    margin-right: 20px;
    border-radius: 7px;
    box-shadow: 2px 3px 4px;
    float: left;
    min-height: 468px;
    overflow: hidden;
}

.LoanRanges {
    width: calc(100% / 2 - 10px);
    height: auto;
    display: inline-block;
    background-color: white;
    border-radius: 7px;
    box-shadow: 2px 3px 4px;
    min-height: 313px;
    overflow: hidden;
}

.LoanCriteria {
    width: 100%;
    height: auto;
    min-height: 288px;
    background-color: white;
    margin-top: 35px;
    border-radius: 7px;
    box-shadow: 2px 3px 4px;
    overflow: hidden;
}

.content {
    padding: 5px 20px 5px 20px;
}

.CommitmentsContent {
    max-height: 270px;
    min-height: 200px;
    overflow: auto;
}

.CommitmentsContentSeeAll {
    height: auto;
    min-height: 200px;
    max-height: none;
}

.CriteriaContent {
    min-height: 200px;
    overflow: auto;
}

.CriteriaContentSeeAll {
    height: auto;
    min-height: 200px;
    max-height: none;
}

.Mininmize:before {
    content: 'Minimize';
}

.CommitmentInfoLabelTextContainer > label {
    font-family: sans-serif;
    font-size: 13px;
}

.CommitmentInfoLabelTextContainer {
    width: 133px;
    height: 42px;
    display: inline-block;
    margin-right: 48px;
    margin-left: 19px;
    margin-top: 5px;
}

    .CommitmentInfoLabelTextContainer > input {
        border: none;
        box-shadow: none;
        height: 20px;
        padding-left: 4px;
        margin-top: 2px;
        width: 183px;
    }

.MakeOfferLabelTextContainer > input {
    border: none;
    box-shadow: none;
    height: 20px;
    padding-left: 4px;
    margin-top: 2px;
    width: 140px;
}

.MakeOfferLabelTextContainer > label {
    font-family: sans-serif;
    font-size: 13px;
}

.OfferInfoLabelTextContainer > label {
    font-family: sans-serif;
    font-size: 13px;
}

.OfferInfoLabelTextContainer > input {
    border: none;
    box-shadow: none;
    height: 20px;
    padding-left: 4px;
    margin-top: 2px;
}

.OfferInfoLabelTextContainer {
    width: 133px;
    height: 42px;
    display: inline-block;
    margin-right: 19px;
    margin-top: 5px;
}

p > input {
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 16px;
    /*color:darkorange;*/
    color: #2c99cc !important;
}

.LoanRangesContainer {
    margin-bottom: 10px;
    font-family: sans-serif;
}

.InvestorMarketplaceContainer {
    width: 97%;
    margin: 10px auto;
    box-shadow: 2px 2px 20px;
}

.LoanRangesContainer > p {
    height: 26px;
}

.LoanCriteriaContainer {
    width: 195px;
    height: 107px;
    display: inline-block;
    margin-left: 34px;
    margin-bottom: 10px;
}

    .LoanCriteriaContainer > .topBar {
        border-radius: 0px;
        background-color: #002d56;
    }

        .LoanCriteriaContainer > .topBar > .title {
            margin-left: 10px;
        }

    .LoanCriteriaContainer > select {
        width: 100%;
        border-radius: 0px;
        background-color: white !important;
        border: 1px solid #002d56 !important;
    }

.LoanCriteria > .content {
    padding-top: 15px;
}

.SaveandSearch {
    width: 300px;
    height: 50px;
    color: white;
    font-family: 'Play', 'Open Sans', sans-serif;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    background-color: #002d56;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.ExistingCommitmentsBtn {
    box-shadow: none !important;
    margin-top: 7px !important;
    color: black !important;
    padding: 5px !important;
    background: transparent !important;
    border: 1px solid black !important;
    border-radius: 3px !important;
    font-family: 'Play', sans-serif !important;
}

    .ExistingCommitmentsBtn:hover {
        background: black !important;
        color: white !important;
        transition: .5s;
    }

.SavedSearchesBtn {
    box-shadow: none !important;
    margin-top: 3px !important;
    color: black !important;
    padding: 2px !important;
    background: transparent !important;
    border: 1px solid black !important;
    border-radius: 3px !important;
    font-family: 'Play', sans-serif !important;
}

    .SavedSearchesBtn:hover {
        background: black !important;
        color: white !important;
        transition: .5s;
    }

.DealsGoingFast {
    font-family: 'Play', sans-serif;
}

.FundGroupName {
    font-family: 'Play', 'Open Sans', sans-serif;
    margin-right: 5px;
    color: #2c99cc;
}

#ctl00_ContentPlaceHolder1_gvDummyData {
    width: 98%;
}

.GridviewHeader {
    height: 20px;
    background-color: lightgray;
    font-family: sans-serif;
}

.GridviewColumn {
    height: 23px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.GridviewColumn2 {
    height: 10px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.Delete {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

.Update {
    color: green;
    text-decoration: underline;
    cursor: pointer;
}

.tipQ {
    background: white none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(97, 97, 97, 0.94);
    color: black;
    float: right;
    font-size: 14px;
    height: auto;
    left: 352px;
    max-width: 300px;
    min-height: 50px;
    padding: 10px;
    position: absolute;
    top: 27px;
    font-family: sans-serif;
    width: 152px;
}

    .tipQ::after {
        border-color: transparent #2c99cc;
        border-style: solid;
        border-width: 12px 14px 12px 0;
        content: "";
        display: block;
        left: -14px;
        position: absolute;
        top: 4px;
        width: 0;
        z-index: 1;
    }

.View {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.Buy {
    color: green;
    text-decoration: underline;
    cursor: pointer;
}

.shadowPopUp {
}

.ConfirmDelete {
    height: auto;
    min-height: 400px;
    background-color: white;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    box-shadow: 2px 3px 4px;
}

.close {
    width: 35px;
    height: 35px;
    background-color: black;
    color: white;
    border: 2px solid white;
    border-radius: 50%;
    position: relative;
    line-height: 35px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    float: right;
    top: -15px;
    right: -15px;
    box-shadow: 1px 2px 2px black;
}

.closeOffer {
    width: 20px;
    height: 20px;
    background-color: white;
    color: black;
    border: 2px solid white;
    border-radius: 50%;
    position: relative;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    float: right;
    top: 5px;
    right: 10px;
    /*box-shadow:1px 2px 2px black;*/
    font-family: sans-serif;
}

.topBarDelete {
    height: 35px;
    width: 100%;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    background-color: black;
}

.deleteDescription {
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    margin-left: 20px;
    padding-top: 6px;
}

.confirmDeleteContainer {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 30px;
}

.MakeOfferPopUp {
    width: 490px;
    height: 200px;
    border-radius: 7px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 2px 3px 4px;
    position: absolute;
    /*left:0;*/
    right: 0px;
    /*margin-left:auto;
    margin-right:auto;*/
    top: 0px;
}

.offerContent {
    height: 90%;
    width: 95%;
    margin: 0 auto;
}

.offerSubmitContainer {
    width: 101px;
    height: 30px;
    margin: 0 auto;
    margin-top: 11px;
}

#divSaveSearch {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
}

.divSaveSearchContainer {
    width: 360px;
    height: auto;
    min-height: 260px;
    background-color: white;
    border-radius: 15px;
    /*margin:20px auto;
    margin-top:65px;*/
    padding: 20px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 260px;
}

.divSaveSearch_closebtn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: black;
    border: 3px solid white;
    color: white;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    position: relative;
    right: -365px;
    top: -32px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: bold;
}

#divSearch, .overlayUpload {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .4;
    z-index: 999;
}

.overlayBox {
    background: none repeat scroll 0 0 white;
    /* bottom: 0; */
    min-height: 260px;
    height: auto;
    left: 0;
    margin: 20px auto;
    position: fixed;
    right: 0;
    top: 195px;
    width: 480px;
    z-index: 9999;
    border-radius: 10px;
    box-shadow: 2px 3px 4px;
    padding: 0px;
    max-height: 250px;
}

.overlayBoxTop {
    width: 100%;
    height: 40px;
    background-color: #2c99cc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.fieldName {
    font-weight: bold;
    font-size: .9em;
}

.docTitle {
    font-size: .9em;
    display: inline-block;
}

.overlayTitle {
    font-family: 'Play', 'Open sans', sans-serif;
    font-size: 17px;
    color: white;
    padding: 9px;
}

.overlayBoxContent {
    padding: 15px;
    font-family: sans-serif;
}

    .overlayBoxContent input[type="file"] {
        padding: 10px;
        margin: 10px;
    }

    .overlayBoxContent input[type="submit"] {
        display: inline-block;
    }

.red {
    color: red;
    font-size: .9em;
    display: inline;
}

.closeUpload {
    background: url(../../img2/close_btn.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 32px;
    position: absolute;
    right: -16px;
    text-indent: -5000px;
    top: -16px;
    width: 32px;
}

.divSearchContainer {
    width: 360px;
    height: 260px;
    min-height: 260px;
    background-color: white;
    border-radius: 15px;
    /*margin:20px auto;
    margin-top:65px;*/
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    margin: auto;
}

#divDealSubmittedMsg {
    /*background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;*/
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
    height: 100px;
    width: 500px;
    border-radius: 7px;
    background: white;
    box-shadow: 0px 0px 12px gray inset;
    margin: auto;
    display: none;
}

.DealSubmittedVerbiage {
    bottom: 0;
    color: #2c99cc;
    font-family: "Play",sans-serif;
    font-size: 24px;
    height: 28px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 346px;
}

.divDealSubmittedClosebtn {
    background: #2c99cc none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 1px gray;
    color: white;
    font-family: "Play",sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    line-height: 17px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    vertical-align: middle;
    width: 20px;
    cursor: pointer;
}

.divSearch_closebtn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: black;
    border: 3px solid white;
    color: white;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    position: relative;
    right: -365px;
    top: -32px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: bold;
}

.existingAlternate {
    padding-top: 4px;
}

.SavedSearchesGrid td {
    vertical-align: middle;
    /*line-height:35px;*/
    font-family: sans-serif;
}
/*-----------------------CSS for ExecSummary Section-------------------------------------*/
.Marketplace_ExecSummary {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
}

.Marketplace_ExecSummary_container {
    width: 1020px;
    height: auto;
    min-height: 560px;
    background-color: white;
    border-radius: 15px;
    margin: 20px auto;
    margin-top: 65px;
}

.ExecSummary_closebtn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: black;
    border: 3px solid white;
    color: white;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    position: relative;
    right: -12px;
    top: -12px;
    cursor: pointer;
    position: absolute;
}

#rptExisting {
    margin-top: 5px;
}

.suminnerdiv {
    max-height: 560px;
    overflow: auto;
}

.execSumSubTabsContainer {
    position: relative;
    margin-top: 20px;
    /*border-top:2px solid #448ac7;*/
}
/*-----------------------End CSS for ExecSummary Section-------------------------------------*/
/*********************************************************************************************/

/*-----------------------CSS for Investor Slider-------------------------------------*/
.DealsFundedContainer {
    /*background-color: white;*/
    height: auto;
    margin: 30px auto 0;
    padding: 20px 45px;
    position: relative;
    /*width: 850px;*/
    width: 1132px;
}

.DealsLeftArrow {
    /*background: rgba(0, 0, 0, 0) url("../../Custom/Marketplace/images/ArrowLeft.png") no-repeat scroll 0 0;*/
    left: -10px;
    position: absolute;
    top: 200px;
    cursor: pointer;
    z-index: 5;
}

    .DealsLeftArrow:before {
        content: "\f053";
        font-family: FontAwesome;
        font-size: 3em;
        color: #58595b;
    }

.DealsRightArrow {
    right: -10px;
    position: absolute;
    top: 200px;
    cursor: pointer;
    z-index: 5;
}

    .DealsRightArrow:after {
        content: "\f054";
        font-family: FontAwesome;
        font-size: 3em;
        color: #58595b;
    }
/*.DealsFundedInsideContainer { 
	width:850px !important;
}*/
.DealsFundedInsideContainer {
    position: relative;
    overflow: hidden;
    margin: 0px auto 0 auto;
    border-radius: 4px;
}

    .DealsFundedInsideContainer ul {
        position: relative;
        margin: 0;
        padding: 0;
        height: 400px;
        list-style: none;
    }

/*.DealsFundedInsideContainer ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 360px;
  /*background: #ccc;*/
/*text-align: center;*/
/*line-height: 200px;
}*/

.fundedUL {
    width: 900px;
    margin-left: 0px !important;
}

.DealInfoContainer {
    width: calc(100% - 40px);
    height: 325px;
    padding: 20px;
    /*background:url(../../AryMing/Images/RegularGreyIcon.png) no-repeat scroll 0 0;*/
    display: inline-block;
    float: left;
    background-color: white;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 5px #2c99cc;
}

.DealLabel {
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #681011;
}

.DealsFundedInsideContainer ul li {
    display: block;
    float: left;
    height: 360px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 330px;
    margin: 10px;
}

.PropertyTypeLabel {
    color: gray;
    font-family: "Play",sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 190px;
}

.LoanAmountLabel {
    font-family: 'Open Sans',sans-serif;
    color: black;
    font-size: 30px;
    margin-bottom: 10px;
    height: 30px;
}

.LocationLabel {
    font-family: 'Open Sans',sans-serif;
    color: #696969;
    font-weight: bold;
    margin-bottom: 20px;
}

.SliderPropertyPhoto {
    /*background-color: #f1f1f1;*/
    border-radius: 5px;
    height: 175px;
    left: 44px;
    margin: auto;
    position: absolute;
    top: 30px;
    width: 245px;
    /*box-shadow: 0px 0px 3px #3f3f3f;*/
    overflow: hidden;
}

    .SliderPropertyPhoto > img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 5px;
        box-shadow: 0px 0px 3px #3f3f3f;
    }

.MoreInfoLabel {
    color: #2c99cc;
    font-family: 'Open Sans',sans-serif;
    cursor: pointer;
}

.Border {
    width: 100%;
    height: 100%;
    border: 1px solid #2c99cc;
    border-radius: 5px;
}

.SearchMoreDealsBtn {
    width: 300px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-family: 'Play',sans-serif;
    color: #2c99cc;
    margin: 30px auto;
    background-color: white;
    border-radius: 5px;
    font-size: 25px;
    cursor: pointer;
    border-bottom: 3px inset #2c99cc;
}

.MorePropertyDetailsContainer {
    width: calc(100% - 40px);
    height: auto;
    min-height: 800px;
    padding: 50px 20px;
    background-color: white;
    display: none;
}

.PropertyDetailsContainer {
    width: 1000px;
    height: auto;
    border: 1px solid #2c99cc;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
    min-width: 390px;
}

.LoanInfoContainer {
    height: auto;
    width: calc(100% - 40px);
    padding: 20px;
    background-color: #f1f1f1;
}

.AdditionalLoanInfoContainer {
    height: auto;
    width: calc(100% - 40px);
    padding: 20px;
    min-height: 300px;
}

.LargePropertyPhotoContainer {
    display: inline-block;
    height: 300px;
    width: 350px;
    border-radius: 5px;
    position: relative;
}

    .LargePropertyPhotoContainer > img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 5px;
    }

.PropertyLoanInfoContainer {
    width: calc(100% - 365px);
    height: auto;
    display: inline-block;
    margin-left: 10px;
    float: right;
    position: relative;
}

.PropertyInfoContainer {
    height: auto;
    width: 100%;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    margin-bottom: 10px;
}

.PropertyInfoHeader {
    font-family: 'Play',sans-serif;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: gray;
    font-weight: bold;
}

.LoanId {
    font-family: 'Play',sans-serif;
    color: gray;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
}

.LoanIDContainer {
    position: absolute;
    top: 1px;
    right: 0px;
    font-weight: bold;
}

.infoLabelsContainer {
    /*height: 20px;*/
    width: 100%;
    font-family: 'Open Sans',sans-serif;
    /*margin-bottom: 15px;*/
}

.infoLableHeading {
    font-size: 15px;
    color: #2c99cc;
    display: inline-block;
}

.infoLableDescription {
    font-size: 15px;
    color: gray;
    display: inline-block;
}

.PropertyInfoDivider {
    display: inline-block;
    width: calc(100% / 3 - 10px);
    height: auto;
    float: left;
    margin-right: 5px;
    min-width: 300px;
}

.infoTextbox {
    background-color: #f1f1f1;
    height: 52px;
    width: calc(100% - 5px);
    overflow-y: scroll;
    max-height: 52px;
    min-height: 52px;
    min-width: calc(100% - 5px);
    max-width: calc(100% - 5px);
    border: none;
}

#MarketplaceLogoNoText {
    display: none;
}

.collapsedIcon {
    display: none;
}

.collapseMenu {
    display: none;
    font-size: 1.2em;
    background: #969696;
    margin-top: 4em;
}

.container {
    width: 55%;
    margin: 0 auto;
    background-color: white;
    padding: 10px;
}

.grid {
    position: relative;
    width: 75%;
    margin: 0 auto;
    padding: 0; /* Clears unordered list default of 40px */
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.grid li {
    list-style-type: none;
    position: relative;
    float: left;
    width: 49%;
    height: 7%;
    margin:2px 1px;
    overflow: hidden;
    visibility: hidden;
}

    .grid li .hexagon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #2c99cc;
        overflow: hidden;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        /* ...and now for the proper property */
        transition: .5s;
    }

        .grid li .hexagon:hover {
            background: #58595b;
        }

    .grid li * { /*targets all children*/
        visibility: visible;
    }

    /*.grid li:nth-child(3n+2) {
        margin: 0 1%;
    }*/

.grid p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: .9em;
    font-family: "Play", sans-serif;
    width: 95%;
    text-align: center;
}
.grid a {
    margin: 0;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: .9em;
    font-family: "Play", sans-serif;
    width: 95%;
    text-align: center;
    line-height:20px;
}
.top_opacityBar {
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0.6);
}
.top_briefcaseContainer {
    padding-top: 6px;
}

.FL_topheader {
    font-family: 'Play', Verdana;
    font-size: 40px;
    color: white;
    text-align: center;
}
input.fu_doc{
    display:inline-block;
    width:100%;
    padding: 120px 0 0 0;
    overflow:hidden;
    background-color: rgba(208, 208, 208, 0.25);
    position:relative;
    z-index:1;
}
.fu_doc {
    height: 100px;
    border: dashed 3px var(--MainThemeColor);
    border-radius: 10px;
}
.uploadText{
    position:absolute;
    left: 0;
    font-size:2.25vh;
    font-weight:bold;
    text-align:center;
    color:var(--MainThemeColor);
    width:100%;
    line-height:134px;
    z-index:0;
}

#gvUploadedDocs tr td{
    text-align:center;
}
/*-----------------------Begin Responsive CSS for Index Page-----------------------------*/
@media (max-width:1400px), (max-device-width:1400px) {
    .DealsFundedContainer {
        width: 760px;
    }

    .DealsFundedInsideContainer {
        width: 700px !important;
    }
}

@media (max-width:1050px),(max-device-width:1050px) {
    .PropertyDetailsContainer {
        width: 95%;
    }

    .collapsedIcon {
        display: inline-block;
        width: 50px;
        margin-top: 1.2em;
        position: absolute;
        right: 1em;
        padding: 2px;
        border-radius: 4px;
    }

    .menuCss {
        display: block;
    }

        .menuCss div {
            margin: .5em 0 .5em 0;
            width: 100%;
            border-bottom: 1px solid grey;
            padding: 1em;
            margin-left: 1em;
        }

            .menuCss div a {
                color: #404040;
                font-size: 1.2em;
                font-family: 'Play',sans-serif;
            }

    .toggleActive {
        background: #3382B8;
    }

    .toggleInactive {
        background: none;
    }
}

@media (max-width:950px),(max-device-width:950px) {
    .DealsFundedContainer {
        width: 61%;
        min-width: 400px;
    }

    .DealsFundedInsideContainer {
        width: 352px !important;
    }
}

@media (max-width:800px),(max-device-width:800px) {
    .PropertyLoanInfoContainer {
        display: block;
        float: none;
        height: auto;
        margin-left: 10px;
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    a#ctl00_lnkImgLogo {
        position: relative;
        top: 8px;
    }

    .DealsFundedContainer {
        margin: 0;
        padding: 0;
    }

    .DealInfoContainer {
        width: calc(100% - 100px);
    }

    .DealsFundedInsideContainer {
        margin-left: 3.1em;
    }

    .DealsRightArrow {
        right: 2px;
    }

    .SliderPropertyPhoto {
        width: 180px;
    }

    .SearchMoreDealsBtn {
        width: 265px;
        margin: 1em 2.4em;
    }

    .InvestorMarkeplaceContainer {
        width: 100%;
        margin-left: 1.2em;
    }


    #MarketplaceLogoNoText {
        display: inline-block;
        width: 70%;
    }

    #MarketplaceLogo {
        display: none;
    }

    .topbar {
        background: #2C99CD;
        margin: auto;
    }

    #divLLLogo {
        display: none;
    }

    #poweredBy {
        display: none;
    }

    .liquidlogicsCustomCompanyLogo {
        width: 100%;
    }

    .logo {
        padding: 0;
    }
}

@media screen and (max-width:375px) {
    .SliderPropertyPhoto {
        left: 20px;
    }

    .DealInfoContainer {
        width: calc(100% - 150px);
    }

    .DealsRightArrow {
        right: 55px;
    }

    .SearchMoreDealsBtn {
        width: 220px;
        font-size: 1.2em;
        margin: 1em 3.1em;
    }

    .grid {
        width: 100%;
    }

        .grid li {
            width: 100%;
            padding: 0 0 119.167601% 4px;
        }
}

@media (max-width:350px),(max-device-width:350px) {
    .DealInfoContainer {
        left: -25px;
        position: relative;
        /*transform: scale(0.8);*/
        width: 215px;
    }
}

@media screen and (max-width:320) {
    .MarketplaceHeader {
        display: none;
    }

    .SliderPropertyPhoto {
        left: 15px;
    }

    .DealInfoContainer {
        width: 50%;
    }
}

/*-----------------------End Responsive CSS for Index-----------------------------*/
