﻿.header {
    width: 100%;
    height: 75px;
    background-color: #f1f2f2;
    box-shadow: 0 4px 5px 0px rgba(0,0,0,0.4);
    padding: 8px 0px;
    position: relative;
    z-index: 1000;
}

.logo {
    padding-top: 10px;
    padding-left: 9%;
    height: 60px;
    display: inline-block;
    object-fit: contain;
}
    .logo img {
        width: 215px;
        object-fit: contain;
    }
#ctl00_imgLogo {
    width: 215px;
    object-fit: contain;
}

.topbar {
    width: 100%;
    height: 40px;
    background-color: #58595b;
    position: relative;
}

.tab {
    display: inline-block;
    margin-right: 37px;
    margin-top: 29px;
    font-family: 'Play', Open sans,sans-serif;
    font-size: 13px;
    float: right;
    color: #2c99cc;
    text-decoration: none;
    height: 18px;
}

    .tab:hover {
        cursor: pointer;
        border-bottom: 2px solid #2c99cc;
    }

.tab2 {
    display: inline-block;
    margin-right: 20px;
    margin-top: 14px;
    font-family: Open sans,sans-serif;
    font-size: 10px;
    /*float:right;*/
    color: white;
    text-decoration: none;
}

    .tab2:hover {
        cursor: pointer;
        border-bottom: 2px solid #2c99cc;
    }

#logOut {
    background-color: #58595b;
    padding: 15px;
    padding-top: 0px;
    float: right;
    margin-right: 0px;
    text-align: center;
    font-family: Play, Verdana,sans-serif;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 15px;
    position: absolute;
    right: 0;
    z-index: 1000;
    color: #2c99cc !important;
    box-shadow: -1px 3px 5px -5px black;
    top: 91px;
    padding-top: 12px;
}
/*.pulldown_tab { 
	display:none;
}*/
.pulldown_tab {
    display: inline-block;
    float: right;
    margin: 24px 70px 0 0;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #2c99cc;
}

.InvestorManagerHeader {
    font-family: Play,sans-serif;
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin: 0 auto;
    padding-top: 15px;
    font-weight: bold;
    /*cursor: pointer;*/
}

.Investorlabel {
    font-family: sans-serif;
    margin-top: 10px;
    margin-bottom: 3px;
}

.InvestorManagerLabel {
    font-family: 'Play', sans-serif;
    margin-top: 10px;
}

.InvestorManagerLabel2 {
    font-family: play, sans-serif;
    margin-top: 10px;
    /*width:100%;*/
    padding: 4px;
    color: white;
    /*background-color:#2c99cc;*/
    background-color: black;
    text-align: center;
}

.InvestorManagerContainer {
    width: 98%;
    margin: 0 auto;
}

.InvestorManagerDropdown {
    height: 35px;
    background-color: #eee;
    color: black;
    width: 100%;
    border: none;
}

.RowStyle > td {
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

.FooterStyle > td {
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

.ProcessedBtn {
    color: #2c99cc;
    background: transparent;
    cursor: pointer;
    text-decoration: underline;
    border: none;
}

.EditInvestorLabelContainer {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 2px;
    text-align: center;
    width: 32%;
}

.EditInvestorLabel {
    font-family: Play, sans-serif;
    color: #2c99cc;
}

.editlabelInfo {
    font-family: sans-serif;
    color: black;
}

.AccNonAccbtn {
    width: auto;
    padding: 8px;
    background-color: black;
    color: white;
    margin: 0 auto;
    border-radius: 5px;
    border: none;
    width: 216px;
    cursor: pointer;
}

.MarketAssetAsbtn {
    width: 100%;
    padding: 8px;
    background-color: black;
    color: white;
    margin: 0 auto;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.socialMedia_links {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 20px;
    float: right;
}

.socialMedia_links_fb {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 20px;
    float: right;
    background: url(../../Images/fb-icon-sml.png) no-repeat scroll center center transparent;
    cursor: pointer;
    margin-top: 4px;
}

    .socialMedia_links_fb:hover {
        background: url(../../Images/fb-icon-sml-hover.png) no-repeat scroll center center transparent;
    }

.socialMedia_links_tw {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 20px;
    float: right;
    background: url(../../Images/tw-icon-sml.png) no-repeat scroll center center transparent;
    cursor: pointer;
    margin-top: 4px;
}

    .socialMedia_links_tw:hover {
        background: url(../../Images/tw-icon-sml-hover.png) no-repeat scroll center center transparent;
    }

.socialMedia_links_li {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 20px;
    float: right;
    background: url(../../Images/li-icon-sml.png) no-repeat scroll center center transparent;
    cursor: pointer;
    margin-top: 4px;
}

    .socialMedia_links_li:hover {
        background: url(../../Images/li-icon-sml-hover.png) no-repeat scroll center center transparent;
    }

.socialMedia_links_gplus {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 20px;
    float: right;
    background: url(../../Images/gplus-icon-sml.png) no-repeat scroll center center transparent;
    cursor: pointer;
    margin-top: 4px;
}

    .socialMedia_links_gplus:hover {
        background: url(../../Images/gplus-icon-sml-hover.png) no-repeat scroll center center transparent;
    }

.Large_socialmedia_links {
    height: 60px;
    width: 60px;
    display: inline-block;
    margin-right: 38px;
}

.Large_socialmedia_links_fb {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-right: 4px;
    background: url(../../Images/facebookIcon.png) no-repeat scroll center center transparent;
    transform: scale(.7);
}

    .Large_socialmedia_links_fb:hover {
        background: url(../../Images/fb-icon-hover.png) no-repeat scroll center center transparent;
        cursor: pointer;
    }

.Large_socialmedia_links_tw {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-right: 4px;
    background: url(../../Images/twitterIcon.png) no-repeat scroll center center transparent;
    transform: scale(.7);
}

    .Large_socialmedia_links_tw:hover {
        background: url(../../Images/tw-icon-hover.png) no-repeat scroll center center transparent;
        cursor: pointer;
    }

.Large_socialmedia_links_li {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-right: 4px;
    background: url(../../Images/LinkedInIcon.png) no-repeat scroll center center transparent;
    transform: scale(.7);
}

    .Large_socialmedia_links_li:hover {
        background: url(../../Images/li-icon-hover.png) no-repeat scroll center center transparent;
        cursor: pointer;
    }

.Large_socialmedia_links_gplus {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-right: 4px;
    background: url(../../Images/GoogleplusIcon.png) no-repeat scroll center center transparent;
    transform: scale(.7);
}

    .Large_socialmedia_links_gplus:hover {
        background: url(../../Images/gplus-icon-hover.png) no-repeat scroll center center transparent;
        cursor: pointer;
    }

.contactUS {
    text-align: center;
    width: 100px;
    color: whitesmoke;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    display: inline-block;
    float: right;
    font-family: open sans,sans-serif;
    font-size: 12px;
    margin-top: 8px;
    line-height: 22px;
}

.phoneNUM {
    color: whitesmoke;
    text-align: center;
    display: inline-block;
    float: right;
    font-family: open sans,sans-serif;
    font-size: 12px;
    margin-top: 10px;
    line-height: 18px;
    width: 100px;
    margin-right: 7px;
}

.liquidlogicsLogo {
    text-align: center;
    display: inline-block;
    float: right;
    margin-top: 9px;
    line-height: 18px;
    width: 150px;
    height: 30px;
    margin-right: 10px;
    background: url(../../images/SmallHeaderLogo.png) no-repeat;
}

.liquidlogicsCustomCompanyLogo {
    text-align: center;
    display: inline-block;
    float: right;
    line-height: 18px;
    height: 33px;
    background: white;
    border-radius: 10px;
    padding: .2em;
}

.poweredBy {
    background: transparent none repeat scroll 0 0;
    color: white;
    display: inline-block;
    float: right;
    font-family: play,sans-serif;
    font-size: 14px;
    height: 22px;
    margin-top: 12px;
    text-align: center;
    width: 98px;
    position: relative;
    right: -7px;
}

.AmountHeadings {
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.amountTextbox {
    background-color: #eee;
    border: medium none;
    height: 27px;
    margin-bottom: 4px;
    padding: 2px;
    text-align: center;
    width: 41%;
}

.amountBtn {
    background-color: transparent;
    border: 1px solid #2c99cc;
    width: 128px;
    text-align: center;
    color: #2c99cc;
    height: 26px;
    padding: 2px;
    cursor: pointer;
    border-radius: 3px;
}

    .amountBtn:hover {
        background-color: #2c99cc;
        color: white;
    }

.leftbox {
    height: 200px;
    width: 50%;
    float: left;
    display: inline-block;
    background-color: #000033;
    margin-bottom: -5px;
}

.rightbox {
    height: 200px;
    width: 50%;
    display: inline-block;
    background-color: #151B54;
    margin-bottom: -5px;
    background: -webkit-linear-gradient(left, #2B3856, #000033, #000033); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #2B3856, #000033, #000033); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #2B3856, #000033, #000033); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #2B3856, #000033, #000033); /* Standard syntax */
}

.whitebox {
    height: auto;
    width: 80%;
    background-color: rgba(0,0,0,.8);
}

.blackFooter {
    /*height:100px;*/
    width: 100%;
    background-color: #2c99cc;
    padding: 20px 0px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

.footerContentContainer {
    height: auto;
    width: 138px;
    margin: auto;
}

.facebookIcon {
    height: 33px;
    width: 33px;
    display: inline-block;
    margin-right: 15px;
    background: url(../../MarketplaceImages/FacebookIcon.png);
}

.twitterIcon {
    height: 33px;
    width: 33px;
    display: inline-block;
    margin-right: 15px;
    background: url(../../MarketplaceImages/TwitterIcon.png);
}

.gplusIcon {
    height: 33px;
    width: 33px;
    display: inline-block;
    background: url(../../MarketplaceImages/GooglePlusIcon.png);
}

.leftbox_contents {
    width: 400px;
    height: 175px;
    margin: 0 auto;
}

label {
    display: block;
    color: darkorange;
    font-family: 'Play', sans-serif;
    font-size: 16px;
}

.red {
    color: red;
    font-family: 'Play', sans-serif;
}

h3 {
    font-family: sans-serif;
    font-size: 30px;
    color: white;
    margin-bottom: 10px;
}

.whitebox_content {
    height: 200px;
    width: 700px;
    margin: 0 auto;
}

.Connect_heading {
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 15px;
    font-family: play,sans-serif;
    color: white;
}

.Large_Links {
    width: 429px;
    height: 100px;
    margin: 0 auto;
}

.bottom_tabs {
    height: 25px;
    margin: 0 auto;
    text-align: center;
}

.rightbox_content {
    width: 290px;
    height: 200px;
    display: inline-block;
}

.news_description {
    color: white;
}
/*.heading_tabs2 {
    display: none;
}*/
.heading_tabs2 {
    background-color: #58595b;
    display: initial;
    float: right;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0px;
    width: 150px;
    z-index: 999;
    padding: 150px 10px 20px 45px;
    font-family: Arial;
    height: calc(100vh - 170px);
    font-size: 15px;
}

    .heading_tabs2 a {
        position: relative;
        margin-bottom: 8px;
        display: block;
        color: #2c99cc;
    }

        .heading_tabs2 a:hover {
            color: #f1f2f2;
        }

        .heading_tabs2 a:before {
            position: absolute;
            left: -32px;
            content: "";
            background: url(../../MarketplaceImages/SmallOutlineIcon.png)no-repeat;
            height: 34px;
            width: 32px;
            transform: scale(.6);
            top: -7px;
        }

.navLogo {
    background: url(../../MarketplaceImages/navLogo.png)no-repeat;
    height: 135px;
    width: 145px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width:1050px),(max-device-width:1050px) {
    /*.pulldown_tab { 
	display:inline-block;
    float: right;
    margin: 16px 20px 0 0;
	cursor:pointer;
}*/
    .tab {
        display: none;
    }
    /*.heading_tabs2 {
    background-color: white;
    display: initial;
    float: right;
    position: absolute;
    right: 0;
    text-align: center;
    top: 114px;
    width: 155px;
	z-index:1001;
	padding-bottom:15px;
}*/
    /*.tab1:hover {
	color:#2c99cc;
}*/
    /*.tab1 { 
	margin-top:5px;
	font-family:Play,sans-serif;
	font-size:13px;
}*/
}

@media (max-width:700px),(max-device-width:700px) {
    .phoneNUM {
        display: none;
    }

    .contactUS {
        display: none;
    }
}

@media (max-width:420px),(max-device-width:420px) {
    .socialMedia_links_gplus {
        margin-right: 5px;
    }

    .socialMedia_links_li {
        margin-right: 5px;
    }

    .socialMedia_links_tw {
        margin-right: 5px;
    }

    .socialMedia_links_fb {
        margin-right: 5px;
    }

    .contactUS {
        font-size: 11px;
        width: 84px;
    }

    .phoneNUM {
        width: 87px;
    }

    .poweredBy {
        display: none;
    }

    .liquidlogicsLogo {
        display: none;
    }

    .whitebox {
        width: 100%;
    }

    .answer {
        width: 80%;
        margin-left:10px;
    }
    .tipQ {
        width:90%;
        margin-left:10px;
    }

    .question label {
        margin-left:10px
    }
}
