﻿.navbar {
    margin-bottom: 0px;
    height: 100%;
}

.navbar .container-fluid {
    padding: 0;
    margin: 0;
    height: 100%;
}

#pro_logo {
    height: 100%;
}

.top-head,
.navbar-default {
    background-color: #153144;
    border-color: #153144;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

#menu_title>li:hover {
    color: #000;
    background-color: #fff;
}

#user_area a:hover {
    background-color: transparent;
}

.profile-user:hover .drop {
    display: block;
    z-index: 9999;
}

.sectionWrapper {
    padding: 10px 0;
}

.hide_map {
    /* height:auto !important; */
}

#bigHeader {
    background-color: #fff;
    height: 167px;
    overflow: hidden;
}

@media (min-width: 768px) {

    /* .logo a img
    {
        position: absolute;
        left: 12px;
        top: 16px;
        width: 70%; 
    } */
    img {
        max-width: 100% !important;
    }

    .top-head {
        height: 80px;
    }

    #menu_title {
        position: absolute;
        left: 17%;
        top: 16px;
    }
}

.sectionWrapper {
    padding: 10px 0;

}

#bigHeader {
    background-color: #fff;
    height: 200px;
    overflow: hidden;
}

#bigHeader .circleImage img {
    height: 122px;
    margin-left: 0px;
    border-radius: 100%;
}

.socing>a {
    margin: 0 5px;
    font-size: 30px;
}

#bigHeader .content {
    height: 200px;
    left: 0;
    /*max-width: 960px;*/
    position: relative;
    top: 0;
    z-index: 2;
    padding: 0;
    min-height: 0;
    background-position: -40% 100%;
    /*background-position: -123% 36%,-67% 100%,100% 100%;*/
}

#bigHeader .circleImage {
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.35);
    /* display: inline-block; */
    height: 128px;
    margin-left: 3px;
    float: left;
    margin-top: 25px;
    overflow: hidden;
    width: 128px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#bigHeader .textContent {
    display: inline-block;
    margin: 30px 0px 0px 15px;
    width: 74%;
}

#bigHeader h1 {
    font-size: 32px;
    margin-bottom: 0;
    max-height: 72px;
    overflow: hidden;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    /*font-weight: 600;*/
    line-height: 1;
}

#bigHeader h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

#bigHeader h1,
#bigHeader h3,
#bigHeader h4 {
    color: #333;
    line-height: 1;
    margin-top: 0;
}

img {
    max-width: 100%;
    height: auto;
    /* border: 0; */
    /* vertical-align: middle; */
}

.login_footer_outer_ul img {
    border-radius: 50px;
}

.row-fluid .span4 {
    /*width: 62%;*/
    /*width: 100%; */
    float: left;
}

.tabs {
    display: flex;
    margin: 10px 0px;
    overflow: auto;
    width: 100%;
}

#sticky_tabs.tabs {
    margin: 10px 10px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
}

.tabs li {
    color: rgb(73, 80, 87);
    background: linear-gradient(135deg, rgb(248, 249, 250) 0%, rgb(233, 236, 239) 100%);
    border-color: rgb(222, 226, 230);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
    transform: translateY(0px);
    margin: 5px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: inherit;
    white-space: nowrap;
    min-width: initial;
    flex: initial;
    display: flex;
    cursor: pointer;
}

.tabs li:first-child,
.tabs li:first-child a {
    background-color: #758694;
    color: #ffffff;
}

.thumbnail {
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    box-shadow: 0 1px 5px #eee;
    transition: all 0.2s ease-in-out 0s;

    article {
        width: 100%;
    }
}

.accordion {
    padding: 10px 15px;
}

#step1 img:nth-child(1) {
    border-radius: 5px 5px 0px 0px;
}

ul.navigation {
    margin-left: 0;
    padding-left: 0;
}

.tabouter {
    margin: 15px 0;
    display: none;
}

.accordion-panel {
    border-left: 0px solid #d4d4d4;
}

.short_headline {
    border-bottom: 1px solid #d8dfe5;
    margin: 10px 0px;
    line-height: 37px;
    font-size: 22px;
}

.short_headline span,
h1 span {
    font-family: 'poppins_700';
}

.short_headline span {
    border-bottom: 5px solid #d8dfe5;
    /*padding-bottom: 10px;*/
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-style-show ul,
.list-style-show li {
    list-style: auto;
}

#step3 #accordion3 li {
    margin: auto;
}

#step3 #accordion3,
#bigHeader .textContent ul,
#step2 .accordion,
#step4 #accordion4,
.final_statement_port ul {
    list-style: none;
}

.skew-25 {
    -moz-transform: skew(-25deg, 0);
    -ms-transform: skew(-25deg, 0);
    -o-transform: skew(-25deg, 0);
    -webkit-transform: skew(-25deg, 0);
    transform: skew(-25deg, 0);
}

.accordion li>h3 {
    overflow: hidden;
    margin: 0 0 15px;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.accordion li.active h3 u,
.accordion li.active h3 a {
    border-color: var(--ce-main-color);
}

.accordion li>h3 a span {
    display: block;
}

.accordion li>h3 a {
    float: left;
    margin: 0;
    padding: 0 15px;
    border: 1px #d4d4d4 solid;
    background: #fff;
    line-height: 28px;
    display: block;
    width: 90%;
    color: #a8a8a8;
    text-transform: uppercase;
    font-size: 12px;
}

a {
    text-decoration: none;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#step2 header {
    padding-right: 0px;
}

.abc>h3 {
    border-bottom: 5px solid #d8dfe5;
    display: inline-block;
    float: left;
    padding-bottom: 10px;
}

.jjj {
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    /*border-radius: 20px;*/
    width: 80px;
    background-position: center;
}

.abc .jjj {
    /*width: 90px;*/
    width: 60px;
}

.conpany-log,
.company-desc-val {
    display: none;
}

#step2 p {
    clear: both;
}

ul li p {
    /*font-size: 14px !important;*/
    text-align: justify;
}

.accordion li>h3 u {
    display: inline-block;
    float: left;
    margin: 0 5px 0 10px;
    padding: 10px 10px 8px 10px;
    border: 1px #d4d4d4 solid;
    background: #fff;
    color: #a8a8a8;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.team-member-area {
    display: none;
}

.vvv h3 {
    border-bottom: 5px solid #d8dfe5;
    display: inline-block;
    float: left;
    padding-bottom: 10px;
}

.vvv .asxz {
    float: right !important;
    height: 72px;
    margin-right: 0px;
    width: 72px;
}

.main-bg,
.top-nav>ul li a:hover,
.top-nav>ul>li.selected>a,
.top-search.selected a,
.top-nav li.current>a,
.plan-year:after,
.team-boxes-2 .cell-3:hover .team-box-2,
.head-style3 .top-search a,
.service-box-1:hover .box-top,
.top-nav-style3,
.sticky .top-nav>ul>li>a:hover,
.item-box:hover .item-title,
.tp-bullets.simplebullets.round .bullet,
.top-nav li li a,
.fixedHead .top-nav>ul>li>a:hover,
.fixedHead .top-nav>ul>li.selected>a,
.fixedHead .top-nav>ul>li.current>a,
.top-search a:hover,
.service-box-2:hover a.r-more,
.service-box-3:hover a.r-more,
.pager ul li.selected,
.slick-prev:hover,
.slick-next:hover,
.hr-style1:before,
.hr-style1:after,
.social-list li a:hover,
.footer-top .tags a:hover,
hr:before,
hr:after,
.tp-arr-allwrapper:hover,
.level-in,
.tabs-vertical .tabs-pane .tab-panel:before,
.table-style2 th,
.menuBtn,
.service-box-1:hover:after,
.portfolio-item:hover:after,
#filters li:hover,
#filters li.active,
.head-style2 .top-search a,
.team-box .team-details,
.title-4 h1,
.tabs>ul li:hover,
.tabs>ul li.active,
.steps li.selected span,
.icon-cont,
.view-all-projects a:hover,
.accordion-horizontal>li.active a,
.list-grid a.selected,
.testimonials-2 .slick-prev:hover,
.testimonials-2 .slick-next:hover,
.comment-reply:hover,
.service-box-2:hover .fa,
.service-box-3:hover .icon,
.share-post ul li a:hover,
.item-price,
.accordion li.active h3 u,
.pager ul li:hover,
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
footer .NL .NL-btn:hover,
.search-w .btn,
.cart-icon,
.sale,
.flex-control-paging li a.flex-active,
.responsive-one ul,
.menuBtnOne,
.service-box-4 a,
.service-box-5 a,
.block-head-News:hover .icon {
    background-color: var(--ce-main-color);
    color: #fff;
}

ul.navigation li {
    padding: 10px 0px 0px 0px;
    /*    font-size: 12px;*/
    /*    background: url(../images/sidebar-list-icon.png) 0 16px no-repeat;*/
}

.editor_content ul li {
    list-style: disc;
}

#step5 ul li {
    display: inline-block;
    padding: 10px;
    width: 24%;
    position: relative;
}

a.fancybox img {
    border: none;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.6);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 100%;
}

.row-fluid .span2 {
    float: right;
    margin-top: 15px;
    position: relative;
}

.span2>p:first-child {
    margin: 0 0 10px;
}

.myinvestbtn {
    display: block;
    font-size: 20px;
    width: 290px;
    padding: 12px 20px;
    background-color: #91c33f;
    border-radius: 4px;
    border-color: transparent;
    /* margin: 0 auto !important; */
    display: block !important;
}

.myinvestbtn {
    padding: 0;
    line-height: 35px;
}

.btn.btn-success.btn-large.myinvestbtn {
    text-transform: none;
}

.holder {
    background-color: #e3e6e9;
    width: 230px;
    border: 1px #cccccc solid;
    /* padding: 4px 0px; */
    border-radius: 4px;
    text-align: center;
    margin: 0 auto !important;
}

#progress {
    float: left;
    width: 100%;
}

.bar {
    /*background-color: #91c33f;*/
    height: 30px;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.headingunderline {
    border-bottom: 1px #cccccc solid;
    margin: 20px 0px 20px 15px;
    width: 100%;
    padding: 0px 0 5px 0;
    display: inline-block;
} 
.headingtext {
    font-size: 22px;
    padding-bottom: 5px;
    border-bottom: 5px #cccccc solid;
}

.socing a:focus,
a:hover {
    text-decoration: none;
}

.list-details>li {
    display: flex;
    font-size: 14px;
    align-items: center;
    padding: 0 5px 7px 5px;
}

.list-details li:first-child {
    border-top: 0;
}

.list-details li span {
    margin: 0 5px 0 5px;
}

.list-details li span.main-color ,
.list-details li span.main-color .pdf_view{
    padding: 0;
    font-weight: bold;
    display: inline-block;
    font-size: 13px !important;
    color: var(--ce-main-color);
}

a {
    color: var(--ce-main-color);
}

.list-details>li i {
    min-width: 20px;
    color: var(--ce-main-color);
}

.list-details li .main-color a {
    font-size: 13px !important;
    font-weight: bold;
    color: var(--ce-main-color);
}

.emailouter {
    border: 1px #cccccc solid;
    border-radius: 4px;
    padding: 8px 10px;
    width: 100%;
    margin: 7px 10px 0px 0px;
}

.notifyme {
    background-color: #0461aa;
    padding: 12px;
    color: #ffffff;
    border-radius: 4px;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

.port_section {
    height: 350px;
    /*border: 1px solid red;*/
}

#all_section {
    padding: 0;
}

#portfolio_page {
    margin: 1.5em auto;
}

#portfolio_profile_section .tab-content {
    background: #fff;
    padding: 20px 0px;
    position: absolute;
    border-radius: 2px;
    box-shadow: 5px 7px 15px #888888;
}

#portfolio_profile_section {
    margin-top: 7px;
    height: 100%;
}

.graphWidgets_sortableRow,
.sortableRow,
.sortableRowWidgets {
    cursor: all-scroll;
}

#port_nav_tabs>li.active>a,
#port_nav_tabs>li.active>a:focus,
#port_nav_tabs>li.active>a:hover {
    border-left-color: transparent;
}

#port_nav_tabs>li>a {
    border-radius: 0;
    font: 12px/22px PM;
    padding: 9px 7px;
    color: #848484;
    background: linear-gradient(180deg, #d9dcdf 79%, #aeb1b3);
}

#port_nav_tabs>li {
    margin-right: 5px;
    width: 31%;
}

#port_nav_tabs>li>a:hover {
    color: #fb912f;
    background: #fff;
}

#port_nav_tabs>.active>a {
    color: #fb912f;
    border-top: 1px solid #fb912f;
    background: #fff;
}

#port_nav_tabs {
    border-bottom: transparent;
}

#my_profile .port_pic,
#my_posts .port_pic {
    /*width: 60px;
    height: 60px;
    float: left;
    padding: 0;
    left: 11px;
    margin: 10px 0 0; */
}

#my_posts .my_profile_port {
    padding: 0;
}

.onoffbutton .btn-primary {
    background-color: #fb9030;
}

.onoffbutton>.toggle {
    width: 39px !important;
    height: 13px !important;
}

.onoffbutton .toggle.btn {
    min-width: 10px;
    min-height: 13px;
    border-radius: 7px;
}

.toggle-group .toggle-on {
    top: -7px;
    font-size: 11px;
    left: -5px;
}

.toggle-group .toggle-off {
    font-size: 11px;
    left: 27px;
    top: -7px;
}

.onoffbutton .toggle-group .toggle-handle {
    border-radius: 8px;
    font-size: 2px;
    top: -5px;
}

.switchbox {
    position: relative;
    top: 37px;
    left: 7px;
    z-index: 99;
}

#my_profile .my_profile_port {
    padding: 0;
}

#my_profile .stars_port {
    width: 60%;
    margin: 0px auto;
}

#my_profile .port_pic img,
#my_posts .port_pic img {
    border-radius: 50%;
    width: 100%;
    overflow: hidden;
    border: 1px solid #6d6d6d;
}

#my_profile #about_user_port,
#my_posts #about_user_port {
    /*float: left;padding: 12px;*/
}

#my_profile .user_data,
#my_posts .user_data {
    /*height: 81px;*/
}

#my_profile .lighthouse_image,
#my_posts .lighthouse_image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    background: url(../../images/lighthouse-large-new.png) no-repeat top;
    background-size: auto auto;
}

#my_profile .lighthouse,
#my_posts .lighthouse {
    position: absolute;
    right: 13px;
    top: 22px;
    height: 49px;
}

#profile_status {
    float: left;
    width: 100%;
    text-align: left;
    height: 18px;
}

#my_profile .completewrapper,
#my_posts .completewrapper {
    float: left;
    position: relative;
    height: 100%;
    width: 92%;
    margin-left: 4%;
}

#my_profile .ratingnumber,
#my_posts .ratingnumber {
    position: absolute;
    top: 50%;
    font: 11px/18px PM;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 18px;
    border-radius: 9px;
    background: #848484;
    color: #fff;
    padding: 0 4px;
    left: 50%;
}

#my_profile .completewrapper span,
#my_posts .completewrapper span {
    display: block;
    float: left;
    height: 100%;
    width: 50%;
    background: #58585b;
}

#my_profile .completewrapper .completeline,
#my_posts .completewrapper .completeline {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e4e4e4;
}

.completeprofile span {
    float: left;
    color: #fb9030;
    font: 14px/13px PM;
}

.completeprofile a {
    float: right;
    color: #ea8423;
    font: 11px/13px PM;
    text-transform: uppercase;
}

.notificationsEntityCounts {
    height: calc(100% - 136px);
    float: left;
    width: 100%;
    display: table;
    overflow: hidden;
    top: 15px;
}

.notificationsEntityCounts .countItem {
    width: 100%;
    display: table-row;
}

.notificationsEntityCounts .countItem .countIco {
    width: 35px;
    height: 36px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid #e4e4e4;
}

.notificationsEntityCounts .countItem .countText {
    display: table-cell;
    vertical-align: middle;
    height: 36px;
    font: 16px/36px PM;
    color: #757578;
    font-size: 0.9em;
    border-top: 1px solid #e4e4e4;
}

.notificationsEntityCounts .countItem .countAll {
    display: table-cell;
    vertical-align: middle;
    height: 36px;
    color: #58585b;
    font: 16px/36px PMLight;
    width: 40px;
    text-align: center;
    padding: 0 5px;
    border-top: 1px solid #e4e4e4;
}

.notificationsEntityCounts .countItem .countNew {
    display: table-cell;
    vertical-align: middle;
    height: 36px;
    font: 21px/36px PMLight;
    color: #ea8423;
    width: 40px;
    text-align: center;
    padding: 0 5px;
    border-top: 1px solid #e4e4e4;
    position: relative;
}

.final_statement_port>ul>li {
    float: left;
    /*margin-right: 20px;*/
    cursor: pointer;
    width: 6.1em;
}

.final_statement_port {
    display: inline-block;
    background: #FB9030;
    width: 100%;
    padding: 6px;
}

.statement_list_port,
.statment_amount {
    color: #fff;
    display: inline-block;
    margin-left: 38px;
}

.stmnt_name {
    font-size: 0.8em;
}

#port_graph {
    background: #E6E5E7;
    min-height: 300px;
    margin-top: 66px;
}

.desig_port span {
    font: 12px/16px PM;
}

.port_fa_icon {
    position: relative;
    /*left: 21%;*/
    width: 40px;
    height: 40px;
    margin: 0px auto;
    border: 2px solid var(--ce-main-color);
    border-radius: 50%;
    background: #fff;
}

.port_fa_icon>i {
    /*top: 6px;
    font-size: 19px;*/
    color: var(--ce-main-color);
    position: relative;
    top: 8px;
    font-size: 20px;
}

.statment_amount {
    position: absolute;
    top: 33%;
    font-size: 17px;
}

.grp_port h4 {
    color: var(--ce-main-color);
    font-size: 20px;
    margin: .9rem auto !important;
}

#company_logo ul li {
    float: left;
    margin-left: 0.6em;
}

#company_logo {
    /* width: 100%;
    display: inline-block*/
    ;
    height: 100px;
}

.c_logo {
    /*display: inline-block;
    width: 100%;*/
    height: 100%;
    padding: 16px 25px;
}

.c_logo li {
    border: 1px solid;
    border-radius: 50%;
    overflow: hidden;
}

.c_logo li img {
    width: 4em;
}

.company_content {
    padding: 0;
}

#select_company select {
    margin: 0 auto;
    display: block;
    width: 145px;
    border: 1px solid #d1d1d1;
    background: #fff url(../../public/images/ic-4.png) no-repeat right 5px center;
    padding: 0 6px;
    font: 14px/16px PMBold;
    cursor: pointer;
    color: #57575b;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    height: 22px;
    border-radius: 3px;
}

#risk_analysis,
#state_map {
    width: 100%;
    height: 300px;
    background-color: #fff;
}

#bigHeader .background #loc_image {
    width: 960px;
}

/*#bigHeader .background .gradient
{
    width:auto;
    height:168px;
}*/
#bigHeader .projectlogo {
    /*height:50px;*/
    width: 10%;
}

#step2 .accordion-panel {
    margin: 0;
}

#bigHeader #ss {
    content: url(https://www.capitalengine.net/images/header-map-marker-small.png);
    margin-right: 7px;

    height: 12px;
}

#str_addr {
    padding: 0;
    display: inline-flex;
}

#legend {
    display: flex;
    flex-direction: column;
}

#tot_val {
    margin: 9px 0px 0px;
    color: #918E94;
    font-size: 14px;
}

#legend .legend-item {    
    display: flex;
    flex-direction: column;
    margin: 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

#legend .legend-item .legend-value {
    font-size: 14px;
    font-weight: normal;
    color: #918E94;
}
#capital_stack .amChartsLegend {
    display: none !important;
}

#legend .legend-item .legend-marker {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

#legend .legend-item.disabled .legend-marker {
    opacity: 0.5;
    background: #ddd;
}

.pageContent {
    overflow: hidden;
    position: relative;
}

.background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: right;
    background-size: cover;
}

.background img {
    left: 223px;
    position: absolute;
    top: -1px;
}

.background img.gradient {
    left: 0%;
    width: 100%;
}

.class_graph {
    background-color: #fff;
    border-radius: 2px;
    height: 300px;
    box-shadow: 5px 7px 15px #888888;

    div {
        margin: 0 auto;
    }

    .toggle-switch {
        cursor: pointer;
        margin: 1rem;
        background-color: #eee;
        display: inline-block;
        border: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .toggle-switch input {
        display: none;
    }

    .toggle-switch,
    .toggle-switch span {
        border-radius: 35px;
        border-style: solid;
        border-color: transparent;
        padding-top: .6rem;
        padding-bottom: .6rem;
    }

    .toggle-switch span {
        border-width: 2px;
        padding-left: .6rem;
        padding-right: .6rem;
    }

    .toggle-switch input:checked+span+span,
    .toggle-switch input+span {
        border-color: #335f85;
        background-color: #335f85;
        color: #fff;
        font-size: 12px;
        padding-top: .4rem;
        padding-bottom: .4rem;
    }

    .toggle-switch input+span+span,
    .toggle-switch input:checked+span {
        background-color: transparent;
        border-color: transparent;
        color: #333;
        font-size: 12px;
        padding-left: .3rem;
        padding-right: .3rem;
    }
}

/*class_graph ends*/

.toggle-switch {
    cursor: pointer;
    margin: 1rem;
    background-color: #eee;
    display: inline-block;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.toggle-switch input {
    display: none;
}

.toggle-switch,
.toggle-switch span {
    border-radius: 35px;
    border-style: solid;
    border-color: transparent;
    padding-top: .6rem;
    padding-bottom: .6rem;
}

.toggle-switch span {
    border-width: 2px;
    padding-left: .6rem;
    padding-right: .6rem;
}

.toggle-switch input:checked+span+span,
.toggle-switch input+span {
    border-color: #335f85;
    background-color: #335f85;
    color: #fff;
    font-size: 12px;
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.toggle-switch input+span+span,
.toggle-switch input:checked+span {
    background-color: transparent;
    border-color: transparent;
    color: #333;
    font-size: 12px;
    padding-left: .3rem;
    padding-right: .3rem;
}

#irr_investments {
    /* box-shadow: 5px 7px 15px #888888;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
    text-align: left; */
}

#irr_investment,
#irr_investment2 {
    /* height: 248px; */
    background-image: url('/images/no-irr-7.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    min-height: 300px;
    width: 100%;
}

.profile-head {
    margin-top: 2px;
    padding: 0 0px;
}

.profile-head ul {
    display: -webkit-inline-box;
}

.profile-head ul li {
    list-style: none;
    text-align: center;
    margin: 5px;
    width: 15.7%;
    font: 12px/22px PM;
    padding: 1em 5px;
    color: #848484;
    background: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: 2px 2px 6px #aaa;
}

.profile-head ul li h5 {
    color: #555;
    width: 150px;
    margin: auto;
    font-size: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    font-weight: normal;
}

.profile-head li h5 {
    float: none;
}

.profile-head ul li h6 {
    font-weight: 600;
    font-size: 12px;
    color: #f77725;
    text-transform: uppercase;
}

#capital .outer,
#my_investments .outer,
#legal_document .outer,
#port_messages .outer,
#trans_history .outer,
#monthly_statement .outer,
#port_earnings .outer,
#my_document .outer {
    width: 100%;
    /*
    border-top: 5px solid #e7eaec;
    background-color: #ffffff;*/
    /*margin: 20px 0px;*/
    padding-bottom: 10px;
}

.tab-pane big {
    font-family: 'poppins_700';
}

/* #capital .commited_header,
#my_investments .commited_header,
#legal_document .commited_header,
#port_messages .commited_header,
#trans_history .commited_header,
#monthly_statement .commited_header,
#port_earnings .commited_header,
#my_document .commited_header {
    font-size: 22px;
    font-family: inherit;
    float: left;
    margin-left: 4px;
} */

#capital .tableouter,
#my_investments .tableouter,
#legal_document .tableouter,
#port_messages .tableouter,
#trans_history .tableouter,
#monthly_statement .tableouter,
#port_earnings .tableouter,
#my_document .tableouter {
    border-color: #cccccc;
    border-radius: 7px;
    width: 97%;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 15px 15px;
    margin-bottom: 15px;
    overflow-x: auto;
}

#capital .tableouter tr,
#my_investments .tableouter tr,
#legal_document .tableouter tr,
#port_messages .tableouter tr,
#trans_history .tableouter tr,
#monthly_statement .tableouter tr,
#port_earnings .tableouter tr,
#my_document .tableouter tr {
    color: #666666;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}

#capital #projecttable1,
#my_investments #projecttable1,
#legal_document #projecttable1,
#port_messages #projecttable1,
#trans_history #projecttable1,
#monthly_statement #projecttable1,
#port_earnings #projecttable1,
#my_document #investor_documents {
    background: #fff;
    /*margin-top: 10px;*/
}

#investor_documents th {
    background-color: #153144 !important;
    color: #fff;
}

.button_disabled {
    pointer-events: none;
    opacity: 0.4;
}

#investor_documents_upload .modal {
    top: 12%;
}

.mbox {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
    height: 380px;
}

.mh5 {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.nomargin .cash-lf {
    float: none
}

.nomargin {
    float: none;
    margin: 0
}

.con .project-box {
    margin: 0;
}

.project-head thead {
    background: #153144;
    color: #fff;
    width: 658px;
}

.dash table tr:first-child {
    border-bottom: 1px solid #e7eaec;
}

.dash tbody {
    width: 100%;
    font-size: 100%;
}

.ptab_active .port_fa_icon {
    background: var(--ce-main-color);
}

.ptab_active .port_fa_icon>i {
    color: #fff;
}

#portfolio_tabs>.active {
    transition: 2s;
}

.dash_tabs_profile_header {}

.dash_tabs_profile_header .section {
    background: #ffffff;
}

.dash_tabs_profile_header div:nth-child(2) {
    line-height: 50px;
}

.dash_tabs_profile_header div:nth-child(3) {
    line-height: 50px;
}

.dash_tabs_profile_header .fa {
    color: #15b4e5;
    font-size: 31px;
    line-height: 50px;
    padding-left: 30px;
}

.dash_tabs_profile_header .button {
    vertical-align: inherit;
    padding: 0.5em 1em;
    display: unset !important;
    font-size: 14px;
    border-radius: 12px;
    text-transform: none;
}

#portfolio_tabs {
    overflow: hidden;
}

.portfolio_tab_header {
    border: 1px solid;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    background-color: #565656;
}

.legal_datatable th,
#commited_capital_table th,
#investment_table th,
#ShowIRR_table th,
#projecttable1 th,
#transaction_table th,
#statement_table th,
#earning_table th {
    background-color: #153144 !important;
    color: #fff;
}

#projecttable1 {
    margin-bottom: 0;
}

#trans_history {
    height: 100%;
    /* overflow-y: auto; */
    overflow: hidden;
}

.commited_header {
    font-size: 1em !important;
}

.table_overflow_port {
    overflow: auto;
    /*height: 400px;*/
    margin-top: 11px;
}

.table_overflow_port .fa {
    color: #15b4e5;
    font-size: 26px;
    cursor: pointer;
}

.awaiting_approval {
    color: #b5b5b5;
}

.approved {
    color: green;
}

.dis-approved {
    color: red;
}

#ticking_box_title {
    margin-left: 28px;
}

/*.completeprofile
{
    font-size: 0.8em;
    color: #9a9a9a;
}*/
.editor_content ul {
    padding: 0 40px;
}

.port_pic div {
    width: 120px;
    height: 120px;
    border-radius: 74px;
    margin: 0px auto;
}

.edi_pro {
    color: #FB9030;
}

.style_check_label {
    vertical-align: super;
}

#accordion4 ul {
    padding: 0 40px;
}

.investor_resi {
    margin-right: 10px;
}

#investor_register_page {
    margin-bottom: 40px;
}

#img_gl {
    margin: 0 6px;
    text-align: center;
}

#img_gl2 {
    margin: 0 7px;
    text-align: center;
}

#gall_video {
    margin: 0 9px;
}

/*Media queries*/

@media only screen and (max-width: 1350px) {
    .final_statement_port>ul>li {
        width: 5.3em;
    }

    .statement_list_port,
    .statment_amount {
        margin-left: 17px;
    }

    #port_nav_tabs>li>a {
        font: 9px/22px PM;
    }

    .switchbox {
        left: 0;
    }

    .notificationsEntityCounts .countItem .countText {
        font: 10px PM;
    }
}

@media (min-width: 1351px) and (max-width: 1440px) {
    .final_statement_port>ul>li {
        width: 5.8em;
    }

    .statement_list_port,
    .statment_amount {
        margin-left: 15px;
    }

    #port_nav_tabs>li>a {
        font: 11px/22px PM;
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    .final_statement_port>ul>li {
        width: 6.9em;
    }

    .statement_list_port,
    .statment_amount {
        margin-left: 25px;
    }

    .stmnt_name {
        font-size: 0.9em;
    }

    #port_nav_tabs>li>a {
        font: 13px/22px PM;
    }

    .port_fa_icon {
        /*left: 24%;*/
    }
}




/************************Media Queries here**************************/
@media screen and (max-width: 460px) {
    #str_addr {
        margin-top: 0;
        padding-top: 0px;
        display: inline-flex;
    }
}

@media screen and (max-width: 760px) {
    .tabs li.tab {
        padding: 5px 9px;
        margin: 5px 0px;
        font-size: 11px;
    }

    #bigHeader .content {
        background-position: 40% 100%;
    }

    #bigHeader .content .textContent h1 {
        font-size: 18px;
    }

    #bigHeader .circleImage {
        width: 50px;
        height: 50px;
    }

    .btmVideoImage.playCircle {
        width: 3em !important;
        top: 45% !important;
        left: 45% !important;
    }

    .btmVideoImage.playCircle.onlyForCeCircle {
        width: 3em !important;
        top: 43% !important;
        left: 45% !important;
    }

    .videoOfBottom {
        img {}
    }
}

#fa-invest-now-modal .view-container {
    padding: 0px 16px;
}

/*Css for Investor steps section*/
#myModal_bank_info_form .modal-content {
    margin-top: 85px;
}

#investor_steps_section ul.stepper {
    counter-reset: section;
    background: #bcbec2;
    border-radius: 4px 4px 0px 0px;
}

#investor_steps_section .stepper-horizontal li {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-grid;
    width: 120px;
    position: relative;
}

#investor_steps_section ul.stepper li a {
    padding: 1.5rem;
    text-align: center;
    z-index: 999;
}

#investor_steps_section ul.stepper li a .title {
    margin: 5px auto;
    float: none;
    color: #313131;
    font-weight: 600;
    height: 34px;
}

#investor_steps_section a {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#investor_steps_section ul.stepper li a .circle {
    display: inline-block;
    -webkit-border-radius: 50%;
    background: #ffffff;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    font-size: 15px;
    color: var(--ce-main-color);
    font-family: 'poppins_600' !important;
}

#investor_steps_section ul.stepper li a .complete {
    background: var(--ce-main-color);
    color: #fff;
}

#investor_steps_section ul.stepper li a .pending {
    background: #ffffff;
    color: #313131;
}

#investor_steps_section .middle_border {
    height: 4px;
    position: absolute;
    width: 68%;
    /*z-index: 9999;*/
    background: #ffffff;
    top: 31%;
    left: 83px;
}

#investor_steps_section .middle_border.complete {
    background: var(--ce-main-color);
}

.form-group .input-group .input-group-addon {
    border-color: var(--ce-main-color);
    background-color: var(--ce-main-color);
    color: #ffffff;
    border-radius: 4px 0px 0px 4px;
}

.date_filter .filter {
    padding: 9px 0px;
    cursor: pointer;
}

.paginate_button {
    background-color: var(--ce-main-color) !important;
    border-color: var(--ce-main-color) !important;
    padding: 6px 12px !important;
    border-radius: 3px;
}

.dataTables_wrapper .dt-buttons .dt-button:hover,
.dataTables_wrapper .dt-buttons .dt-button:active,
.dataTables_wrapper .dt-buttons .dt-button:focus,
.dataTables_wrapper .dt-buttons .dt-button:visited,
.dataTables_wrapper .dt-buttons .dt-button:focus-within {
    background-color: #FF7B00;
    border-color: #FF7B00;
    color: #ffffff;
    background-image: none;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #fff !important;
}

.dataTables_wrapper .dt-buttons .dt-button {
    background-color: #FF7B00;
    border-color: #FF7B00;
    color: #ffffff;
    background-image: none;
}

/* by rahul */

.addon_right {
    border-radius: 0px 4px 4px 0px !important;
}

.no-border-radius {
    border-radius: 0px !important;
}

.fundMyWallet {
    background-color: #96d35e !important;
    border-color: #96d35e !important;
    border-radius: 0;
    margin-bottom: 5px;
}

.withdrow {
    background-color: #46779c !important;
    border-color: #46779c !important;
    border-radius: 0;
    margin-bottom: 5px;
}

.Question {
    background-color: #e7c747 !important;
    border-color: #e7c747 !important;
    border-radius: 0;
    margin-bottom: 5px;
}

.tourguid_btn {
    /* background-color: #333 !important;
    border-color: #333 !important;
    border-radius: 0;
    margin-bottom: 5px; */
}

.latest_prop {
    background-color: #4a9790 !important;
    border-color: #4a9790 !important;
    border-radius: 0;
    margin-bottom: 5px;
}

.portfolio_manager {
    background-color: #15B4E5 !important;
    border-color: #15B4E5 !important;
    border-radius: 0;
    margin-bottom: 5px;
}

.secondary_market {
    background-color: #B7B7B7 !important;
    border-color: #A7A7A7 !important;
    border-radius: 0;
    margin-bottom: 5px;
}

.addIconButton {
    text-align: left !important;
    padding: 10px !important;
    font-family: 'poppins_400' !important;
    font-size: 14px !important;
}

.port_pic div {
    width: 80px;
    height: 80px;
    border-radius: 74px;
    margin: 0px auto;
}

.formarketplaceBtn {
    background-color: #a96f07 !important;
    border-color: #a96f07 !important;
}

.no_earning_background {
    background-image: url('/images/no_earnings.png');
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: 4em;
    height: 300px;
    width: 100%;
}

.no_inv_background {
    background-image: url('/images/no_inv2.png');
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: 4em;
    height: 300px;
    width: 100%;
}

.no_inv_by_state_background {
    background-image: url('/images/no_inv1.png');
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: 4em;
}

#invest_btn .btn-default {
    text-transform: uppercase;
}

#f_highlight ul.navigation li {
    background: none;
}

body,
p,
div {
    font-family: 'poppins_300';
}

@media screen and (max-width: 800px) {
    #sticky_tabs.tabs {        
        padding: 10px !important;
        justify-content: flex-start !important;
    }
}