﻿#outer_content .row {
  /* margin: 0; */
}
.navbar {
  margin-bottom: 0px;
  /* height: 100%; */
}
.navbar .container-fluid {
  padding: 0;
  margin: 0;
  height: 100%;
}
#pro_logo {
  height: 100%;
}
.newTTW1{
  padding: 0 !important;
  line-height: 42px !important;
}
.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;
}
#bigHeader {
  background-color: #fff;
  height: 167px;
  overflow: hidden;
}
.row.reverx{
  padding: 1em!important;
}
#invest_summary{
  margin-top: 5px;
}
@media (min-width: 768px) {
  /* .logo a img
    {
        position: absolute;
        left: 12px;
        top: 16px;
        width: 70%; 
    } */
  .top-head {
    height: 80px;
  }
  #menu_title {
    position: absolute;
    left: 17%;
    top: 16px;
  }
}
#bigHeader {
  background-color: #fff;
  height: 167px;
  overflow: hidden;
}
/*@media screen and (max-width: 1920px) and (min-width: 1560px)
{*/

#bigHeader .circleImage img {
  height: 122px;
  margin-left: 0px;
  border-radius: 100%;
}
.socing > a {
  margin: 0 5px;
  font-size: 30px;
}
.headingtext {
  border-bottom: 5px #cccccc solid;
  font-size: 24px;
  padding-bottom: 5px;
}
#bigHeader .content {
  height: 167px;
  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: 15px;
  overflow: hidden;
  width: 128px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#bigHeader .textContent {
  display: inline-block;
  margin: 15px 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;
  margin-left: 0 !important;
  padding-left: 0 !important;
  overflow: auto;
  width: 100%;
}

#sticky_tabs.tabs {
  margin: 0px 0px !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  overflow: auto;
  position: relative;
}

.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;
  margin: 5px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: inherit;
  white-space: nowrap;
  min-width: initial;
  flex: initial;
  display: flex;
  cursor: pointer;
  transition: border-radius 0.6s ease, padding 0.6s ease, box-shadow 0.6s ease, background 0.6s ease;
}

.tabs li.active,
.tabs li.active a {
  background: #758694 !important;
  color: #ffffff !important;
}

/* === TABS: Sticky State === */
#sticky_tabs.tabs-fixed {
  position: fixed !important;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 1000;
  background: #ffffff;
  justify-content: center !important;
  padding: 14px 20px 18px 20px !important;
  margin: 0 !important;
  overflow: visible;
  border-top: 1px solid #dee2e6;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  animation: tabsSlideDown 0.3s ease forwards;
}

#sticky_tabs.tabs-fixed::after {
  content: none;
}

#sticky_tabs.tabs-fixed::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.06), transparent);
  opacity: 0;
  animation: fadeInShadow 0.5s ease 0.2s forwards;
}

#scroll_progress_line {
  display: none;
  position: fixed;
  left: 0;
  height: 3px;
  width: 0%;
  background: #2c3e50;
  z-index: 1051;
  transition: width 0.1s linear;
  border-radius: 0 2px 2px 0;
}
#scroll_progress_line.active {
  display: block;
}

@keyframes tabsSlideDown {
  from { transform: translateX(-100%); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}
@keyframes fadeInShadow {
  from { opacity: 0; }
  to   { opacity: 1; }
}

#sticky_tabs.tabs-fixed li {
  border-radius: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 4px !important;
  padding: 10px 24px !important;
  margin: 3px 5px !important;
  border: none !important;
  font-size: 14px !important;
  transition: border-radius 0.6s ease, padding 0.6s ease, box-shadow 0.6s ease !important;
}

#sticky_tabs.tabs-fixed li.active {
  background: #758694 !important;
  color: #ffffff !important;
  border-color: #758694 !important;
}

#sticky_tabs.tabs-fixed::-webkit-scrollbar { display: none; }
#sticky_tabs.tabs-fixed { -ms-overflow-style: none; scrollbar-width: none; }

@media screen and (max-width: 800px) {
  #sticky_tabs.tabs-fixed {
    justify-content: flex-start !important;
    padding: 8px 8px 12px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap !important;
  }
  #sticky_tabs.tabs-fixed li {
    padding: 7px 14px !important;
    font-size: 12px !important;
    border-radius: 16px !important;
    margin: 2px 3px !important;
    flex-shrink: 0 !important;
  }
}

@media screen and (max-width: 430px) {
  #sticky_tabs.tabs-fixed {
    padding: 6px 6px 10px 6px !important;
  }
  #sticky_tabs.tabs-fixed li {
    padding: 6px 12px !important;
    font-size: 11px !important;
    border-radius: 14px !important;
    margin: 2px 2px !important;
  }
}

@media screen and (max-width: 320px) {
  #sticky_tabs.tabs-fixed {
    padding: 5px 4px 8px 4px !important;
  }
  #sticky_tabs.tabs-fixed li {
    padding: 5px 10px !important;
    font-size: 10px !important;
    border-radius: 12px !important;
    margin: 2px 2px !important;
  }
}
.thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 1.42857;
  margin-bottom: 50px;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  .thumbnail {
    border: none !important;
  }
}
#step1 img {
  /*height: 370px !important;*/
  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;
  /* text-transform: lowercase; */
  /*padding-bottom: 9px;*/
  margin: 0px 0px 20px 0px;
  line-height: 37px;
}
.thumbnail article {
  padding: 15px;
  margin-top: 0;
}
.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: #004a97;
}
.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: #004a97;
  color: #fff;
}
ul.navigation li {
  line-height: 1;
  list-style: disc;
  padding: 0 0px 10px 0;
}
ul.navigation li:first-child{
  padding-top: 10px;
}
.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: 5px;
  position: relative;
  /*width: 36%;*/
}
.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: 90%;
}
.bar {
  background-color: #91c33f;
  height: 30px;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.headingunderline {
  border-bottom: 1px #cccccc solid;
  margin: 20px 0px;
  padding-bottom: 5px;
  width: 100%;
  display: inline-block;
}
.socing a:focus,
a:hover {
  text-decoration: none;
}
.list-details > li {
  display: block;
  padding: 2px 3px;
  font-size: 14px;
}
.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 a{
  font-size: 14px !important;
  font-weight: bold;
  color: #004a97;
}

.reverx .list-details li span.main-color,
.reverx .list-details li span.main-color a{
  font-size: 14px !important;
  font-weight: bold;
  color: #747272 !important ;
}

a{
  color: #004a97;
}
#invest_summary #deal_form #send_btn_prop{
  text-align: center;

  span a{
    color: var(--ce-main-color);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
  }
}
.list-details li .main-color a {
  font-size: 13px !important;
  font-weight: bold;
  color: #747272;
}
.headingunderline {
  border-bottom: 1px #cccccc solid;
  margin: 20px 0px;
  padding-bottom: 5px;
  width: 100%;
  display: inline-block;
}
.emailouter {
  border: 1px #cccccc solid;
  border-radius: 4px;
  padding: 8px 10px;
  width: 465px;
  margin: 7px 10px 0px 0px;
}
.notifyme {
  background-color: #0461aa;
  padding: 12px;
  color: #ffffff;
  border-radius: 4px;
/*  margin-bottom: 50px;*/
  margin: auto;
  display: block;
  width: 85%;
  text-align: center;
}
.hidden_only{
  display: none!important;
}
#invest_summary .main-color a{
  color: #004a97;
  font-weight: 600;
}
.port_section {
  height: 350px;
  padding: 0;
  /*border: 1px solid red;*/
}
table.dataTable thead th{
  color: #fff;
}
#my_document .commited_header.pull-right{
  float: right;
  margin-top: 3px;
}
#step4 #accordion4{
  display: flex;
  position: relative;
}
.commited_header p{
  margin-bottom: 0;
}
#portfolio_page{
  padding-bottom: 2em;
}
#portfolio_profile_section .tab-content {
  background: #fff;
  position: absolute;
  width: 100%;
  box-shadow: 5px 7px 15px #888888;
  border-radius: 2px;
  /*height: 308px;*/
  padding: 20px 0px;
}
#portfolio_profile_section {
  height: 100%;
}
#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 {
  margin: 0px;
  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 #006fb8;
  border-radius: 50%;
  background: #fff;
}
.port_fa_icon > i {
  /*top: 6px;
    font-size: 19px;*/
  color: #006fb8;
  position: relative;
  top: 8px;
  font-size: 20px;
}
.statment_amount {
  position: absolute;
  top: 33%;
  font-size: 17px;
}
.grp_port h4 {
  color: #fff;
}
#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: 220px;
  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;
}
#total_cs ,
#total_cs h3 {
  text-align: left;
}
#legend {
/*  position: absolute;*/
  right: 33px;
  margin-top: 16px;
}
#tot_val {
  margin: 9px 0px 0px;
  color: #918e94;
  font-size: 14px;
}
#legend .legend-item {
  margin: 10px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

#legend .legend-item .legend-value {
  font-size: 12px;
  font-weight: normal;
  color: #918e94;
  margin-left: 22px;
}

#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%;
}
.background img.marker {
  /* right: 17%; */
  /*width: 960px;*/
  /*left: auto !important;
    top: -1px !important;*/
}
#earning,
#offering_investments_graph2,
#offering_investments_graph {
  width: 100%;
  background: #fff;
  height: 220px;
}
#offering_investments_graph2,
#offering_investments_graph,
#earnings {
  box-shadow: 5px 7px 15px #888888;
  border-radius: 2px;
}
#earnings,
#state_map {
  border-radius: 2px;
}
.profile-head {
  margin-top: 2px;
  padding: 0 25px;
}
.profile-head ul {
  padding: 0;
  display: -webkit-inline-box;
}
.profile-head ul li {
  list-style: none;
  text-align: center;
  margin: 5px;
  width: 15.7%;
  border: 1px solid;
  border-radius: 0;
  font: 12px/22px PM;
  padding: 9px 7px;
  color: #848484;
  background: linear-gradient(180deg, #d9dcdf 79%, #aeb1b3);
}
.all_section{
  padding: 0;
}
.profile-head ul li h5 {
  font-weight: normal;
  font-size: 21px;
  color: #fff;
  margin: 0;
}
.profile-head li h5 {
  float: none;
}
.profile-head ul li h6 {
  color: var(--base-orange);
  font-size: 11px;
  font-weight: 600;
  margin: 5px 0 0 0;
  text-transform: uppercase;
}
.ownerCar img{
  width: 200px;
  height: auto;
  object-fit: cover;
}

@media only screen and (min-width: 800px) {
  .profile-head ul li h6 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 800px) {
  .ownerCar img{
    height: 200px;
    object-fit: unset;
  }
}
#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;
}
#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: #006fb8;
}
.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 {
  margin-left: 0;
  padding: 0 0 0 15px;
}
.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) {
}
@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: 22px;
  }
  #bigHeader .circleImage {
    width: 50px;
    height: 50px;
  }
  #bigHeader .projectlogo {
    width: 20%;
  }
  .portfolio_sidebar_buttons a {
    margin-bottom: 5px;
  }
}
#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: 0.5s;
  -o-transition: 0.5s;
  transition: 0.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 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  font-size: 15px;
}
#investor_steps_section ul.stepper li a .complete {
  background: #006fb8 !important;
  color: #fff !important;
}
#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: #006fb8;
}
.form-group .input-group .input-group-addon {
  border-color: #006fb8;
  background-color: #006fb8;
  color: #ffffff;
  border-radius: 4px 0px 0px 4px;
}
#made_statement .input-group-addon {
  background-color: #ca1f41;
  border-color: #ca1f41;
}
.date_filter .filter {
  padding: 8px 0px;
  cursor: pointer;
}
.paginate_button {
  background-color: #ca1f41 !important;
  border-color: #ca1f41 !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: var(--base-orange);
  border-color: var(--base-orange);
  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: var(--base-orange);
  border-color: var(--base-orange);
  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;
}
.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!important;
}
.pre-ipo-button {
  border-radius: 0;
}*/
.portfolio_sidebar_buttons a {
  width: 100%;
}
/*.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;
}*/
#irr_investments{
  height: 203px;
}
.addIconButton {
  color: #fff !important;
  text-align: left !important;
  padding: 7px 12px !important;
  font-size: 14px !important;
  border-radius: 0!important;
  margin-bottom: .3rem;
  width: 100%;
}
.limegreen{
  color: limegreen;
}
.modal{
  .Amount_in_Wallet,.Pending_for_approval,
  .amount_available_withdraw_text{
    color: limegreen;
  }
}
.modal-header {
  padding: 5px 15px!important;
  justify-content: space-between;
}
.modal-header .close {
  order: 2;
  opacity: 1;
  color: #fff;
  border: none;
  background: transparent;
  font-size: 2em!important;
}
.hidden-lg{
  display: none;
}
#commited_capital_table td a {
  text-decoration: none !important;
}
.port_pic div {
  width: 80px;
  height: 80px;
  border-radius: 74px;
  margin: 0px auto;
}
.did-floating-label {
  font-size: 12px;
  position: relative;
  top: 12px;
  z-index: 11;
  left: 8px;
  padding: 1px;
  color: white;
  font-weight: 100;
  background-color: black;
  border-radius: 3px 3px 3px 3px;
}

#my_profile .my_profile_port {
  margin: 0px;
  padding: 0px;
}
.my_profile_port .mpp {
  padding: 19px;
}
.inv_first_btn {
  background: #a75353 !important;
  border-color: #a75353 !important;
}
.user_data .btn:focus {
  outline: none !important;
}
/*for auto invest distribution toggle*/
.autoIDis .switch {
  background-color: #fff;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  border-radius: 5px;
  overflow: hidden;
}
.autoIDis .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.autoIDis .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.autoIDis .slider:before {
  position: absolute;
  content: "Yes";
  height: 24px;
  width: 30px;
  left: 2px;
  bottom: 1px;
  background-color: #4a7a4c;
  -webkit-transition: 0.4s;
  transition: 0.3s;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 1.7;
}
.autoIDis input:checked + .slider:before {
  content: "No";
  background-color: grey;
}
.autoIDis input:checked + .slider {
  background-color: #2196f3;
}
.autoIDis input:checked + .slider,
.autoIDis .slider {
  background: transparent;
  border: 1px solid #959595;
  border-radius: 5px;
  overflow: hidden;
}
.autoIDis input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.autoIDis input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(15px);
}
.autoID_btn {
  padding: 7px 10px !important;
  font-size: 1em !important;
  background-color: #ff4713 !important;
  border-color: #ff4713 !important;
  border-radius: 0;
  margin-bottom: 5px;
}
.autoIDis {
  position: absolute;
  top: 3px;
  right: 5px;
}
.no_earning_background {
  background-image: url("/images/no_earnings.png") !important;
  background-size: 55% !important;
  background-repeat: no-repeat !important;
  background-position: 4em !important;
}
.no_inv_background {
  background-image: url("/images/no_inv2.png") !important;
  background-size: 55% !important;
  background-repeat: no-repeat !important;
  background-position: 4em !important;
}
.no_inv_by_state_background {
  background-image: url("/images/no_inv1.png") !important;
  background-size: 55% !important;
  background-repeat: no-repeat;
  background-position: 4em !important;
}
.irr_investments {
  box-shadow: 5px 7px 15px #888888;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
  text-align: left;
}
/*for auto invest distribution toggle end*/
