@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  background: #FFFFFF;
  overflow-x: hidden;
}

.text-orange {
  color: #f26623;
}

.text-white {
  color: #FFFFFF;
}

.text-default {
  color: #4E5E6A;
}

.text-danger {
  color: #c21e24 !important;
}

.text-gray {
  color: #666666;
}

.text-green,
.text-success {
  color: #056958 !important;
}

.bg-red {
  background: #bc2026 !important;
  color: #FFFFFF !important;
}

.bg-green {
  background: #056958 !important;
  color: #FFFFFF !important;
}

hr.gray {
  border-top: 1px solid #CCCCCC;
}

.pace-activity {
  display: none !important;
}

p {
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
  font-weight: bold;
  margin: 0 0 20px;
  position:relative;
  overflow: hidden ;
}


h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

#main-wrapper {
  margin-bottom: 50px;
  /*margin: 0 100px;*/
}

/* .page-title {
  padding: 20px 100px;
} */

.page-content {
  z-index: 1 !important;
}

.page-title h1,
.page-title h3 {
  padding: 0;
  margin: 0 0 4px;
  text-transform: capitalize;
}


/*INVESTOR*/
.sidebar-border{
  position: relative;
}

.sidebar-border:after{
  content:"";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  right: 5px;
  background: #EEEEEE;
}

@media (max-width: 767px) {
  .sidebar-border{
    margin-bottom: 50px;
  }

  .sidebar-border:after{
    bottom: -25px;
    right: 0;
    left: 0;
    width:auto;
    top: unset;
    height: 1px;
  }
  
}

.investorBox .rectangleBox75{
  padding-top: 50%;
}
.investorBox .rectangleBox300{
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 450px;
}

.btn-blue-green:active,
.btn-blue-green:focus,
.btn-blue-green{
  background: #22baa1;
  color: #FFFFFF;
}

.btn-blue-green:hover{
  background: #16c6a9;
  color: #FFFFFF;  
}

.slick-initialized .slick-slide .investorBox .content{
  height: 140px;
  overflow: hidden;
  margin-bottom: 10px;
}

.investorSlider .btnNext,
.investorSlider .btnPrev,
.investorSlider .btnNext:active,
.investorSlider .btnPrev:active,
.investorSlider .btnNext:focus,
.investorSlider .btnPrev:focus {
  color:  #16c6a9 !important;
  border-color: #16c6a9 !important;;
}

.text-maroon{
  color: #bb2026;
}

.text-blue-green{
  color: #22baa1;
}

.investorBox .content .title{
  margin-bottom: 10px;
}

.investorBox{
  background:#FFFFFF;
  margin-bottom:20px ;
}

.investorBox .card-body{
  padding:20px;
}

/*END OF INVESTOR*/
/* Video listing page */
.tenTimes .dashSlide img{
  width: 100px;
  float: right;
  margin-left: 10px;
}
.dashSlide br{
  line-height: 1.5em;
}
.tenTimes .panel-heading{
  background:#a20e0e !important;
}
.tenTimes a{
  color: #555555;
}

.tenTimes h6{ margin-bottom: 5px;}
.tenTimes p{
  margin-bottom: 5px;
}

.logo10x{
  margin-top: 8px;
  margin-right: 8px;
  height: 20px !important;
  width: 30px !important;
  float: left;
}
.video-list img {
  width: 100%;
}

.video-list span.video-playbtn {
  position: absolute;
  margin: 0px auto;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.video-list span.video-playbtn img {
  width: 50px;
}

.video-player-cover iframe {
  height: 370px;
}
.video-list span.video-playbtn:hover{opacity: 0.6;}
.video-list-thumb{position: relative;}
.video-list-thumb::before {
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}
.video-list .card-body {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.video-list .card-body .btn-primary {
  background-color: #bc2b2b;
}
.video-list .card-body .btn-primary:hover{background-color: #a20e0e;}

.video-list .title{
  margin-bottom: 10px;
}

.video-list .btn{
  margin-top: 15px;
}

.video-list a:not(.btn){
  color: #555555;
}

.text-nowrap{
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.btn-red {
  background-color: #bc2b2b;
}
.btn-red:hover{background-color: #a20e0e;}
.card.video-list {
  box-shadow: 0px 1px 9px 2px #999;
}

.inner-baner {
  height: 350px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}

.inner-baner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-baner aside{
  position: absolute;
  z-index: 1;
  top: 50%;
  left:50%;
  color: #FFF;
  width: 100%;
  max-width: 1300px;
  transform: translate(-50%,-50%);
  
}
.inner-baner aside .inner-banner-slider{
  text-align: justify;
  width: 50%;
}

.inner-baner aside .inner-banner-slider .slick-dots{
  top: unset;
  right: unset;
  text-align: left;
}

.tenTimes .slick-dots li span,
.inner-banner-slider .slick-dots li span{
  background: #EEEEEE;
  border: none;
}

.tenTimes .slick-dots li.slick-active span,
.tenTimes .slick-dots li.slick-active span:hover,
.tenTimes .slick-dots li span:hover,
.inner-banner-slider .slick-dots li.slick-active span,
.inner-banner-slider .slick-dots li.slick-active span:hover,
.inner-banner-slider .slick-dots li span:hover{
  background: #a20e0e;
}

.slide-item span[class^='icon-']{
  font-size:2.5em;
  margin-right: 15px;
}

.slide-item table{
  margin-bottom: 10px;
  text-align: left;
}

@media (max-width: 1300px) {
  .inner-baner aside .inner-banner-slider{
    margin:0 20px;
  }

  .inner-baner aside>h3{
    margin-left: 20px;
  }
  
}
@media (max-width: 991px) {
  .inner-baner aside .inner-banner-slider{
    width: 75%;
    margin:0 20px;
  }
}

@media (max-width: 767px) {
  .inner-baner aside .inner-banner-slider{
    width: calc(100% - 40px);
    
  }

  .inner-baner aside .inner-banner-slider div.slide-item *{
    font-size: 0.825em !important;
    line-height: 1.5;
  }

  .inner-baner aside .inner-banner-slider .slick-dots{
    bottom: -20px;    
  }

  .inner-baner aside .inner-banner-slider div.slide-item table *{
    font-size: 13px !important;
  }

  .inner-baner::after {
    background: rgba(0,0,0,0.5);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

ul.file-list {
  padding: 0;
  margin: 3px 0;
}

ul.file-list li {
  list-style: none;
  background: #f2f2f2;
  padding: 7px;
  margin-bottom: 2px;
  font-size: 12px;
}

.removal-button {
  float: right;
  border: 0;
  font-size: 20px;
  padding: 0;
  line-height: 17px;
  outline: none;
}

.removal-button:hover{opacity: 0.6;}

@media (max-width: 1200px) {
  .page-title {
    padding: 20px;
  }

  /*#main-wrapper{margin: 0 20px;}*/
}

@media (max-width: 767px) {

  .page-title h3 a.pull-right,
  .page-title h1 a.pull-right {
    float: none !important;
  }
}

/* Write your custom CSS here */
.horizontal-bar .accordion-menu {
  text-align: left;
}

.navbar {
  background: #34425A;
}

.navbar .logo-box .logo-text {
  text-align: left;
}

@media (max-width: 767px) {
  .navbar .logo-box .logo-text {
    width: 160px;
    margin: auto;
  }

  .compact-menu:not(.small-sidebar) .menu.accordion-menu li a {
    width: 100%;
  }

  .compact-menu:not(.small-sidebar) .menu.accordion-menu li a span {
    margin-right: 10px !important;
  }

  .navbar .open .dropdown-menu {
    margin-top: 10px !important;
    right: 20px;
  }

  .divider {
    width: 100%;
  }
}

.push-sidebar {
  color: #FFFFFF;
}

.navbar .logo-box,
.topmenu-outer {
  background: transparent;
}

.menu {
  background: #EEEEEE;
}

/*.menu.accordion-menu{
  white-space:nowrap;
  overflow-x: auto !important;
}*/

.menu.accordion-menu>li.active>a,
.menu.accordion-menu>li.active.open>a {
  background: #FFFFFF;
  color: #4E5E6A;
}

.menu.accordion-menu>li>a {
  background: #EEEEEE;
  color: #4E5E6A;
}

.menu.accordion-menu a:hover,
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li.droplink:hover>a,
.horizontal-bar .accordion-menu li.droplink:hover>a,
.menu.accordion-menu ul,
.menu.accordion-menu li.open>a,
.hover-menu .accordion-menu li.droplink:hover>a {
  background: #FAFAFA;
  color: #4E5E6A;
}

.top-menu .navbar-nav>li>a {
  color: #FFFFFF;
}

.menu.accordion-menu ul li a:hover,
.menu.accordion-menu ul li.active a {
  background: #EEEEEE;
  color: #4E5E6A;
}

.menu.accordion-menu ul li a {
  color: #4E5E6A;
}

.droplink .sub-menu {
  display: none;
}

.sub-menu {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.onlineUsersTitle>a>span,
.overlayCTA,
.squareBox,
.squareBox:hover>.grow,
.grow,
.companyListItem .panel,
.panel .panel-heading,
a,
.overlayCTA {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.panel-body img,
.panel-body table img {
  max-width: 100% !important;
}

.panel-body table {
  width: 100% !important;
}

/* New CSS  July 2019 */
.company-list-details .profile-username .text-muted span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 7px;
  top: 2px;
  vertical-align: bottom;
}

.ict-icon {
  background: url(../images/ict-icon.png);
}

.transportation-icon {
  background: url(../images/transportaion-icon.png);
}

.energy-efficiency-icon {
  background: url(../images/energy-icon.png);
}

.aerospace-icon {
  background: url(../images/aerospace-icon.png);
}

.health-and-medical-icon {
  background: url(../images/health-icon.png);
}

.education-icon {
  background: url(../images/education-icon.png);
}

.other-icon {
  background: url(../images/other-icon.png);
}

.company-list-details .profile-username {
  text-align: left;
  font-size: 17px;
  color: #0e6959;
}

.company-list-details ul li {
  background: #2c7b6d !important;
  padding: 0;
  display: inline-block;
  width: 49%;
}

.company-list-details .btn-xs.btn-addon i {
  margin: 0 5px 0 0;
}

.company-list-details p {
  text-align: left;
}

.company-list-details ul li span {
  background: #1c5a4f;
  margin: 5px 4px 0;
}

.company-list-details .list-group-item a {
  line-height: 23px;
  background: #2c7b6d;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  border: 0;
  padding: 5px;
}

.company-list-main .panel-body {
  padding: 0;
}

.company-list-main .company-list-details {
  background: #eeeeee;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 -5px;
}

.company-list-details .list-group-item {
  background: no-repeat;
}

.RecentProject p,
.RecentProject .cntrytime {
  float: left;
  line-height: 21px;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  color: #34425a;
  padding: 0;
}

.RecentProject a.cntrytime {
  padding-right: 3px;
}

ul#NewsFeed li:nth-child(even) {
  background: #dce8ff;
}

ul#NewsFeed li {
  margin: 0;
  padding: 10px 10px;
}

.ProjectWinners .media-heading a,
.ProjectBidders .media-heading a,
.RecentProject .media-heading a {
  color: #0e6959;
  font-size: 16px;
  line-height: 18px;
  display: inline;
}

.RecentProject a {
  text-decoration: none;
  color: #0e6959;

}

.RecentProject .eventDate {
  font-size: 17px;
  padding: 0 10px;
}

.media-body span.event-location {
  float: right;
  color: #282828;
}

.media-body span.event-location i {
  color: #c21e24;
}

.latestCompanies [class^="col"] {
  padding: 0 10px 10px;
}

.eventDate {
  border-right: 1px solid #bfbfbf;
  min-width: 50px;
}

.dashboard .panel-heading a.btn {
  background: none;
  box-shadow: inherit;
  text-transform: capitalize;
}

.dashboard .panel-heading a.btn i {
  display: none;
}

.dashboard .panel .panel-heading.red-heading {
  background: #c21e24;
}

.inbox-widget {
  height: 250px !important;
}

.inbox-widget>img {
  max-height: 100%;
  margin: auto;
}

.inbox-widget .overview ul>li>img {
  margin-left: 25px;
  margin-top: 5px;
}

/*.fc-event-container a {
    position: absolute;
    opacity: 1;
    top: 0;
}*/

.status-timing {
  margin-top: -15px;
}

.fc-event-container:hover a {
  opacity: 1;
  cursor: pointer;
}

.projectStatusSlider a {
  color: #0e6959;
}

.prjectval {
  color: #0e6959;
  font-size: 20px;
}

.projectStatusSlider .text-muted {
  color: #282828;
  font-weight: 600;
}

.prjectstat {
  color: #0e6959;
}

.profile-page-main-cvr {
  padding: 0;
}

.profile-page-main-cvr .box-default {
  position: relative;
  border: 0;
  box-shadow: none;
}

.profile-page-main-cvr .box-default::before {
  content: "";
  background: url(../images/shadow.png) no-repeat right center;
  display: block;
  width: 36px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0px;
}

.compnay-list-left h3 {

  position: relative;

}

/* New CSS  July 2019 END */


/*COMPANY LISTING & OVERVIEW*/

.panel,
.shadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4);
}

.companyListItem {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

.companyListItem .panel {
  box-shadow: none;
}

.companyListItem .panel+.panel {
  margin: 0;
}

.companyListItem .panel-body {
  background: #FFFFFF;
}

.companyListItem .panel-body .boxTitle {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 5px;
}

.companyListItem .panel-body .table {
  margin-bottom: 10px;
}

a.pull-right+.tooltip+a.pull-right,
a.pull-right+a.pull-right {
  margin-right: 10px;
}

.companyListItem .panel+.panel:nth-child(odd),
.table-striped-column tr td:nth-child(odd) {
  background: #f5f5f5;
}

.table-striped-column tr td:nth-child(even) {
  background: #fdfef9;
}

.companyListItem .panel:hover {
  background: #eaecfe !important;
}

.companyListItem .panel-collapse.collapse.in {
  border-bottom: 1px solid #EEEEEE;
}

.companyListItem .panel-collapse .panel-body .box-tools+strong+h5 {
  margin: 5px 0;
  font-size: 1em;
}

.companyListItem .panel:first-child .panel-heading {
  background: #DDDDDD !important;
}

ul.hasSeparator li {
  position: relative;
}

ul.hasSeparator li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 60%;
  height: 50%;
  width: 1px;
  right: -10px;
  background: #CCCCCC;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

/*.companyScore .select2-selection.select2-selection--single{
    background-color: #00a65a;
    border-color: #008d4c;
    border-radius: 4px;
    padding: 5px 10px;
}
.companyScore .select2-selection.select2-selection--single .select2-selection__rendered{
    color:#FFFFFF;
}

.companyScore .select2-selection__arrow b{
    border-color: #FFF transparent transparent transparent !important;
}
*/
.companyListItem .panel-title span,
.companyListItem .panel-title span.wide {
  position: relative;
  display: inline-block;
  width: 150px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.companyListItem .panel-title span.wide {
  width: 200px;
}

@media (max-width: 767px) {

  .companyListItem .panel-title span,
  .companyListItem .panel-title span.wide {
    width: 150px;
  }
}

@media (max-width: 400px) {

  .companyListItem .panel-title span,
  .companyListItem .panel-title span.wide {
    width: auto;
  }
}


.companyListItem .panel-title span:after {
  content: "";
  position: absolute;
  top: 60%;
  height: 200px;
  width: 1px;
  right: -5px;
  background: #EEEEEE;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}


.companyListItem .panel .panel-heading {
  padding: 15px 15px 10px;
  height: auto;
  cursor: pointer;
}

.companyListItem .panel .panel-heading[aria-expanded='true'] .panel-title span {
  font-weight: bold;
  color: #333333;
}

.companyListItem .panel .panel-heading[aria-expanded='true'] {
  margin-top: 15px;
  background: #DDDDDD;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.companyListItem .panel .panel-heading[aria-expanded='true']+.panel-collapse {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.companyListItem .panel-heading .panel-title>a::after {
  content: "\f067" !important;
  margin-top: -12.5px;
}

.companyListItem .panel-heading .panel-title>a.edit::after {
  content: "\f040" !important;
}

.companyListItem .panel-heading[aria-expanded='true'] .panel-title>a::after {
  content: "\f068" !important;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #E1E1E1;
}



.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-top: 1px solid #E1E1E1;
  padding: 10px !important;
}

.box-tools+h6 {
  margin: 10px 0 5px;
}

@media (max-width: 767px) {

  .companyListItem .table.table-colored>tbody>tr>td,
  .companyListItem .table.table-colored>tbody>tr>th,
  .companyListItem .table.table-colored>tfoot>tr>td,
  .companyListItem .table.table-colored>tfoot>tr>th,
  .companyListItem .table.table-colored>thead>tr>td,
  .companyListItem .table.table-colored>thead>tr>th {
    display: block;
    width: 100%;
  }
}

.bg-info-light,
.table-colored tr td:first-child {
  background: rgba(18, 175, 203, 0.05);
}

.bg-primary-light,
.table-colored tr td:nth-child(2) {
  background: rgba(122, 111, 190, 0.1);
}

.bg-success-light,
.table-colored tr td:nth-child(3) {
  background: rgba(34, 186, 160, 0.05);
}

.bg-warning-light,
.table-colored tr td:nth-child(4) {
  background: rgba(242, 102, 35, 0.05);
}

.table-colored tr td strong {
  margin-left: 20px;
}

.bg-info small,
.bg-primary small,
.bg-warning small,
.bg-success small {
  color: #FFFFFF !important;
}

.bg-info {
  background: rgba(18, 175, 203, 1) !important;
  color: #FFFFFF !important;
}

.bg-primary {
  background: rgba(122, 111, 190, 1) !important;
  color: #FFFFFF !important;
}

.bg-success {
  background: rgba(34, 186, 160, 1) !important;
  color: #FFFFFF !important;
}

.bg-warning {
  background: rgba(242, 102, 35, 1) !important;
  color: #FFFFFF !important;
}

.table-colored tr td .btn {
  float: right;
}

.bg-info .btn {
  color: rgba(18, 175, 203, 1);
  background: #FFFFFF;
}

.bg-primary .btn {
  color: rgba(122, 111, 190, 1);
  background: #FFFFFF;
}

.bg-success .btn {
  color: rgba(34, 186, 160, 1);
  background: #FFFFFF;
}

.bg-warning .btn {
  color: rgba(242, 102, 35, 1);
  background: #FFFFFF;
}




.select2-selection {
  padding: 1px !important;
}

/*.select2-container,
.select2 {
  width: 100% !important;
}*/

.label.label-default {
  background: #e5e5e5;
  color: #666;
}

.btn-link {
  color: #7a6fbe;
}

.btn {
  text-transform: uppercase;
}

/*COMPANY LISTING & OVERVIEW*/

/*INSIDE PAGE*/
#projectOwner li,
#PointOfContact li {
  border-bottom: 1px dashed #EEEEEE;
  padding: 5px 0;
}

.table.no-border>tbody>tr>td,
.table.no-border>tbody>tr>th,
.table.no-border>tfoot>tr>td,
.table.no-border>tfoot>tr>th,
.table.no-border>thead>tr>td,
.table.no-border>thead>tr>th,
.no-border {
  border: 0 !important;
}

.rating-xs {
  font-size: 1em !important;
}

.label {
  border-radius: 0;
}

a {
  color: #7a6fbe;
}

h4 small {
  display: block;
  margin-top: 10px;
}

.page-breadcrumb {
  display: none;
}

.page-title h3 {
  font-weight: bold;
}

















.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
  border-top-color: #3c8dbc;
}

.box.box-info {
  border-top-color: #00c0ef;
}

.box.box-danger {
  border-top-color: #dd4b39;
}

.box.box-warning {
  border-top-color: #f39c12;
}

.box.box-success {
  border-top-color: #00a65a;
}

.box.box-default {
  border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}

.box .nav-stacked>li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}

.box .nav-stacked>li:last-of-type {
  border-bottom: none;
}

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

.box .border-right {
  border-right: 1px solid #f4f4f4;
}

.box .border-left {
  border-left: 1px solid #f4f4f4;
}

.box.box-solid {
  border-top: 0;
}

.box.box-solid>.box-header .btn.btn-default {
  background: transparent;
}

.box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}

.box.box-solid.box-default>.box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}

.box.box-solid.box-default>.box-header a,
.box.box-solid.box-default>.box-header .btn {
  color: #444444;
}

.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary>.box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}

.box.box-solid.box-primary>.box-header a,
.box.box-solid.box-primary>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}

.box.box-solid.box-info>.box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}

.box.box-solid.box-info>.box-header a,
.box.box-solid.box-info>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}

.box.box-solid.box-danger>.box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}

.box.box-solid.box-danger>.box-header a,
.box.box-solid.box-danger>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}

.box.box-solid.box-warning>.box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}

.box.box-solid.box-warning>.box-header a,
.box.box-solid.box-warning>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-success {
  border: 1px solid #00a65a;
}

.box.box-solid.box-success>.box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}

.box.box-solid.box-success>.box-header a,
.box.box-solid.box-success>.box-header .btn {
  color: #ffffff;
}

.box.box-solid>.box-header>.box-tools .btn {
  border: 0;
  box-shadow: none;
}

.box.box-solid[class*='bg']>.box-header {
  color: #fff;
}

.box .box-group>.box {
  margin-bottom: 5px;
}

.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}

.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
  border-bottom: none;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
  margin-right: 5px;
}

.box-header>.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
  position: relative;
}

.box-header>.box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.box-header>.box-tools .dropdown-menu>li>a {
  color: #444 !important;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}

.btn-box-tool.btn:active {
  box-shadow: none;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.box-body>.table {
  margin-bottom: 0;
}

.box-body .fc {
  margin-top: 5px;
}

.box-body .full-width-chart {
  margin: -19px;
}

.box-body.no-padding .full-width-chart {
  margin: -9px;
}

.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}

.box-comments {
  background: #f7f7f7;
}

.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}

.box-comments .box-comment:after {
  clear: both;
}

.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}

.box-comments .box-comment:first-of-type {
  padding-top: 0;
}

.box-comments .box-comment img {
  float: left;
}

.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}

.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}

.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}

.entityGrid {
  margin-bottom: 30px;
  position: relative;
}

.entityGrid img {
  max-width: 100%;
  height: 150px;
}

.entityGrid .profile-username a {
  color: #0e6959 !important;
}

.entityGrid .profile-username {
  color: #0e6959;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.entityGrid .profile-username>small {
  font-size: 0.9em;
}

.entityGrid .profile-username+p {
  margin-bottom: 10px;
}

.entityGrid p.companyExcerpt {
  height: 60px;
  margin: 0;
  overflow: hidden;
}

.sectorIcon {
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: bottom;
}

.entityGrid .companyDetails {
  background: #eeeeee;
  padding: 2px 10px 20px;
}

.partnersListing .companyDetails div.text-muted>span:first-child {
  background: #c21e24 !important;
}

.partnersListing .entityGrid .profile-username a,
.partnersListing .entityGrid .profile-username {
  color: #c21e24 !important;
}

@media only screen and (max-width: 450px) {
  .entityGrid .companyDetails a.pull-right {
    float: none !important;
    display: block;
    margin-top: 10px;
  }
}

.entityGrid ul.hasSeparator li:not(:last-child)::after {
  right: -3px !important;
}

.entityGrid ul.list-group-unbordered {
  margin-bottom: 10px !important;
}

.list-group-unbordered>.list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border-color: #EEEEEE;

}

.fancybox-skin {
  background: #FFFFFF !important;
}

.customPopup {
  min-height: 500px;
  background: #FFFFFF;
  z-index: 5;
  padding: 20px;
}

.customPopup h4 {
  margin: 0;
}

.customPopup img {
  max-width: 100% !important;
}

.popupHeader {
  position: relative;
  padding: 0 120px 10px 0;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.popupHeader img {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 100px;
}

.popupHeader+p.text-muted {
  font-size: 1em !important;
}

.fileBrowser {
  position: relative;
}

.fileBrowser input[type='file'] {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background-color: transparent;
  color: transparent;
}


/* PROJECT LISTING*/
.projectItem {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  position: relative;
}

.entityGrid .btn-group,
.projectItem .btn-group,
.masonry-column .btn-group {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}

.btn-group.open ul li a {
  font-size: 1em;
  text-transform: capitalize !important;
}

.eventListing .statusBadge,
.coverPhoto .statusBadge,
.projectItem .statusBadge {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 5px 20px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.video-list .contentHolder,
.projectItem .contentHolder {
  font-size: 0.9em;
}

.projectItem .projectDetails {
  padding: 20px 20px 30px;
  background: #FFFFFF;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.projectItem .projectDetails .contentHolder+a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.projectItem .projectDetails aside {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.projectItem .projectDetails aside:after {
  content: "";
  border-bottom: 1px solid #CCCCCC;
  position: absolute;
  bottom: 0;
  left: -100px;
  right: -100px;
}

.projectItem .projectDetails aside img {
  max-width: 80px;
  max-height: 50px;
  position: absolute;
  top: -15px;
  right: 0;
}

.projectItem .projectDetails aside p {
  margin-bottom: 10px;
}

.projectItem .projectDetails .title {
  margin: 0;
}

.projectItem .projectDetails .title a {
  white-space: nowrap;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}


.bg-cover,
.bg-cover-absolute {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 230px;
}

.bg-cover-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-color: #1c1c1c; */
}

.squareBox .bg-cover-absolute,
.rectangleBox75 .bg-cover-absolute {
  min-height: unset;
}

.compnay-list-left {
  width: 62%;
  float: left;
}

.company-list-details p i {
  background: #eee;
  padding: 0 4px 0;
  color: #056958;
}

.compnay-list-left h3 a {
  color: #056958;
  text-decoration: none;
}

.company-list-details .profile-username .text-muted span small {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  top: 3px;
  right: 18px;
  background: #b7b5b5;
  width: auto;
  padding: 5px;
  color: #4a4a4a;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}

.company-list-details .profile-username .text-muted span:hover small {
  top: 0px;
  opacity: 1;
}

.comny-list-right {
  float: left;
  height: 94px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 0 12px;
  width: 38%;
}

.comny-list-right .btn {
  background: none;
  box-shadow: none;
  padding: 0;
  border: 0;
  margin-right: 5px;
}

.comny-list-right .btn i {
  display: none;
}

.comny-list-right .btn {
  text-transform: capitalize;
}

.squareBox,
.rectangleBox75 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 85%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.rectangleBox75 {
  padding-top: 75%;
}

.investorBox:hover .grow,
.squareBox:hover .grow,
.eventItem:hover .grow,
.projectItem:hover .grow,
.bg-cover:hover>.grow,
.rectangleBox75:hover>.grow {
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.squareBox .titleHolder,
.rectangleBox75 .titleHolder {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.squareBox .title,
.rectangleBox75 .title {
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 0 0 2px #707070;
}

a.blockLink {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}


a.blockLink.text{
  background: rgba(0,0,0,0.6);
}

.connector{
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  background-color: gainsboro;
  transform: translateY(-50%);
  margin-left: 10px;
}

a.blockLink.text:before{
  content:attr(title);
  font-size:2em;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
a.blockLink.play:before {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.3);
  content: "";
}

a.blockLink.play:after {
  content: "\f01d";
  z-index: 3;
  color: #EEEEEE;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  font-size: 5em;
}

a.blockLink.play:hover:after{
  color: #FFFFFF;
}


/* PROJECT DETAILS PAGE*/
iframe {
  max-width: 100%;
}

.list-inline.m-t-lg li>a.btn {
  margin-top: 10px;
}

.cover-photo {
  position: relative;
}

.btn-hover {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
}

.cover-photo.profile img {
  border-radius: 0 !important;
}

.defaultPhoto:hover .btn-hover,
.coverPhoto:hover .btn-hover,
.cover-photo:hover .btn-hover {
  opacity: 1;
}


.panel-navy {
  background: #4E5E6A;
  color: #FFFFFF;
}

.panel-navy .table>tbody>tr>td,
.panel-navy .table>tbody>tr>th,
.panel-navy .table>tfoot>tr>td,
.panel-navy .table>tfoot>tr>th,
.panel-navy .table>thead>tr>td,
.panel-navy .table>thead>tr>th {
  border-top: 1px solid #495863;
  padding: 10px !important;
}

.panel-navy a {
  color: #FFFFFF !important;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  .flex {
    display: block !important;
  }
}


/*SLIDER*/

/*.slick-track{ margin: auto; }*/
.slick-track,
.slick-track li,
.slick-slide {
  outline: none;
}

.slick-slide img.slick-loading {
  display: none;
}

.slick-initialized .slick-slide div {
  margin: 0 !important;
}

.slick-dots {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 5px;
  right: 10px;
  text-align: right;
  padding: 0;
}

.tenTimes .slick-dots{
  top: unset;
  left: 0;
  bottom: -40px;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  position: relative;
  width: 12px;
  height: 12px;
  font-size: 0;
}

.slick-dots li span {
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #CCCCCC;
}

.slick-dots li.slick-active span,
.slick-dots li.slick-active span:hover,
.slick-dots li span:hover {
  background: rgb(80, 77, 77, 0.5);
  position: relative;
}


.ProjectBidders .slick-dots,
.RecentProject .slick-dots,
.projectStatusSlider .slick-dots {
  top: -67px;
  right: -5px;
}

.photoGallery .slick-dots li span,
.ProjectBidders .slick-dots li span,
.RecentProject .slick-dots li span {
  border: 2px solid #FFFFFF;
}

.btnNext,
.btnPrev,
.btnNext:active,
.btnPrev:active,
.btnNext:focus,
.btnPrev:focus {
  width: 35px;
  height: 35px;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  color: #c21e24 !important;
  z-index: 1;
  text-align: center;
  border: 2px solid #c21e24 !important;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}

.btnNext i,
.btnPrev i {
  position: absolute;
  top: 0px;
  right: -3px;
  left: 0;
  bottom: 0;
}

.btnPrev {
  left: 20px;
}

.btnPrev i {
  right: 2px;
}

.arrowOutside .btnPrev {
  left: -40px;
  background: rgba(255, 255, 255, 1);
}

.arrowOutside .btnNext {
  right: -40px;
  background: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 1366px) {
  .arrowOutside .btnPrev {
    left: 0;
  }

  .arrowOutside .btnNext {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slideSideContent {
    padding: 30px;
    min-height: unset;
  }
}

.btnNext:hover,
.btnPrev:hover {
  border: 2px solid #1c1c1c;
  color: #1c1c1c;
}

.slideShow.overlaid .slick-dots {
  bottom: 90px;
}

/*END OF SLIDER*/



.page-sidebar-inner {
  background: #EEEEEE;
  box-shadow: 0px 0px 10px 0px #999;
}


/*KNOWLEDGE BASED*/



.dark-green {
  background: #1b96a6 !important;
}

.yellowbg {
  background: #faa625 !important;
}

.lightbluebg {
  background: #58bfec !important;
}

.redbg {
  background: #ec5250 !important;
}

.violetbg {
  background: #4b4b8e !important;
}

.brownbg {
  background: #c59065 !important;
}

.card-inner {
  padding: 20px;
}

.card-inner .title {
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.card-inner p {
  color: #fff;
  margin-bottom: 20px;
  line-height: 20px;
}

.card-inner span {
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}

.card-inner span i {
  padding-right: 5px;
}

.img-box-inner img {
  max-width: 100%;
  width: 100%;
}

.mansory-cols {
  display: inline-block;
  -webkit-column-gap: 2.25rem;
  -moz-column-gap: 2.25rem;
  column-gap: 1;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.masonry-grid {
  padding: 0px;
}

.masonry-column {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width:767px) {

  .mansory-cols {
    display: inline-block;
    -webkit-column-gap: 2.25rem;
    -moz-column-gap: 2.25rem;
    column-gap: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}


/*DASHBOARD*/
.dashboard .panel-height-sm .panel,
.dashboard .height-sm .inbox-widget {
  height: 260px !important;
  position: relative;
}

.dashboard .photoGallery .slick-slide li {
  margin: 0 !important;
  display: block !important;
}

.dashboard .lastUpdatedDate {
  font-size: 3em;
  margin: 0;
  line-height: 1em;
  font-weight: bold;
}

.dashboard .lastUpdatedDate small {
  margin-left: 5px;
  font-size: 0.3em;
  line-height: 1.6em;
  display: inline-block;
  text-align: left;

}

.dashboard .lastUpdatedDate small span {
  display: block;
}

.dashboard .panel .panel-heading .panel-title {
  font-size: 1.2em;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
}

.panel350 {
  position: relative;
  height: 350px;
}

.panel350 .panel350Footer {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2;
  background: #EEE;
  padding: 10px 30px;
  color: #000 !important;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4);
}

.panel350 .panel350Footer h6 {
  margin: 0 !important;
  color: #000000;
}

.playButton {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
}

.playButton:hover {
  opacity: 1;
}

.overlayFromBottom:after {
  content: "";
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background: rgba(76, 76, 76, 0);
  background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 0)), color-stop(100%, rgba(19, 19, 19, 0.5)));
  background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.hasPercentage {
  position: relative;
  overflow: visible;
}

.hasPercentage:after,
.hasPercentage:before {
  content: "0%";
  position: absolute;
  top: 110%;
  left: 0;
  font-size: 0.8em;
}

.hasPercentage:after {
  content: "100%";
  right: 0;
  left: auto;
}

.videoContainer iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.panel-purple {
  background: #34465E;
}

.panel-purple .inbox-widget .inbox-item .inbox-item-author {
  color: #FFFFFF;
  text-transform: uppercase;
}

.panel-white .mediaList li,
.panel-blue .mediaList li,
.panel-purple .mediaList li,
.panel-red .mediaList li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}

.panel-blue .mediaList li,
.panel-red .mediaList li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.dashboard .panel {
  height: 350px;
  position: relative;
}

.dashboard li>.panel {
  height: 250px;
}

.panelPatch {
  position: absolute;
  z-index: 1;
  top: 15px;
  background: #c21e24;
  padding: 10px 30px;
  font-size: 1.2em;
  left: 0;
  color: #FFF;
}

.panel-white .mediaList li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px 0;
}

.panel-white .mediaList .media-heading a {
  color: #0e6959;
  font-size: 15px;
}

/*.inbox-widget a{ text-transform: capitalize; display: inline !important;}*/

.panel {
  width: 100%;
}

.panel-red .mediaList .media-heading a,
.panel-blue .mediaList .media-heading a,
.panel-purple .mediaList .media-heading a {
  color: #FFFFFF;
}

.panel .panel-heading .panel-control a,
.panel .panel-heading .panel-control a:hover {
  color: #FFFFFF;
}

.panel .panel-heading .panel-control a.btn-default {
  color: #333333;
}

.dashboard .panel .panel-heading {
  margin-bottom: 20px;
  background: #0e6959;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.radial-pattern {
  background-image: url('../images/radial.png');
}

.wave-pattern {
  background-image: url('../images/wave.png');
}

.radial-pattern.panel-green .media-heading,
.wave-pattern.panel-yellow .media-heading {
  color: #DDDDDD;
  font-size: 1.2em;
}

.radial-pattern.panel-green .media-heading a,
.wave-pattern.panel-yellow .media-heading a {
  color: #FFFFFF;
  text-decoration: none;
}

.eventDate,
.eventDate small {
  color: #1e6959 !important;
  line-height: 1.2em;
}

.playButton img {
  width: 60px;
  background: #1e1c26;
  border-radius: 50%;
}

.eventDate small {
  display: block;
  font-size: 0.5em;
}

.latestCompanies .squareBox {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 0px;
  border: 1px solid #EEEEEE;
}

.latestCompanies {
  padding: 0 10px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.latestCompanies .squareBox:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.latestCompanies .squareBox .bg-cover-absolute {
  background-color: transparent;
}



/*EVENTS */
.eventListing li {
  position: relative;
}

.eventCTA {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.bg-white {
  background: #FFFFFF;
}

.eventListing>li {
  margin-bottom: 30px;
  padding-right: 15px;
}

.eventTitle {
  margin-bottom: 5px;
}

.eventContent img {
  max-width: 100% !important;
}

.eventContent {
  padding: 15px;
}

.col-sm-12.eventContent {
  padding-left: 30px;
}

.btn-block {
  overflow: hidden;
}

@media (max-width: 767px) {

  .eventItem .squareBox {
    padding-top: 60%;
  }

  .eventListing>li {
    padding: 0;
    padding-bottom: 20px;
  }

  .eventContent {
    padding: 15px 30px 50px;
  }
}



#doc td {
  position: relative;
}

#doc td a.deleteImage {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*CALENDAR*/

.dashboard .fc-toolbar h2 {
  font-size: 1.2em;
  margin-top: 5px !important;
}

.dashboard .fc-basic-view .fc-body .fc-row {
  min-height: 2.1em !important;
  max-height: 2.1em !important;
}

.dashboard .fc-toolbar {
  font-size: 0.8em;
  line-height: 1em;
}

.dashboard .fc-day-grid .fc-event-container a {
  opacity: 0;
}

.dashboard .fc-view-container .fc-view {
  max-height: 210px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width:1300px) {
  #main-wrapper {
    margin: 20px auto;
    max-width: 1300px;
  }

  .page-title h1,
  .page-title h3 {
    max-width: 1300px;
    margin: auto;
  }

  .navbar {
    max-width: 1300px;
    margin: auto;
  }

  .menu.accordion-menu {
    max-width: 1300px;
    margin: auto;
  }
}

/*PROFILE PAGE*/
.box-profile img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}

.box-profile h3 {
  margin: 0;
  font-size: 1.1em;
}


#CompanyAbout li {
  position: relative;
  margin: 10px 0;
}

.squareBox:hover .overlayCTA,
#CompanyAbout li:hover .overlayCTA {
  opacity: 1;
}

.overlayCTA {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  line-height: 100%;
}

.overlayCTA .buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.overlayCTA .buttons a{
  margin: 5px;
}

#row tbody>tr:first-child td {
  font-weight: bold;
  background: #CCCCCC;
}

.panel-aprroved>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-declined>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.position-relative,
.coverPhoto {
  position: relative;
}

.profilePhotoHolder {
  margin-top: -75px;
  z-index: 1;
  position: relative;
  padding: 0 20px;
}

.profilePhotoHolder.investor{
  margin-top: -100px;
  padding: 0;
}

.profilePhotoHolder.investor .profileInfo {
  left: 170px;
  bottom: 10px;
}

.profileInfo {
  position: absolute;
  bottom: 0;
  left: 185px;
  right: 0;
}

.profileInfo h1 {
  font-size: 1.5em;
  margin: 0;
}

.profileInfo ul {
  margin-bottom: 5px;
}

.defaultPhoto {
  position: relative;
  width: 150px;
  height: 150px;
}

.defaultPhoto .bg-cover-absolute{
  min-height:auto;
  border: 4px solid #FFFFFF;
  border-radius: 4px;
}

.profileInfo .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0px 0px 5px;
  vertical-align: bottom;
}

.sectionHeader:not(:first-child) {
  position: relative;
  margin: 30px 0 10px;
}

.sectionHeader .btn {
  z-index: 2;
}

.sectionHeader::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  background: #c3c3c3;
  height: 1px;
  bottom: 9px;
  width: 100%;
  z-index: 1;
}

.sectionHeader .headerText {
  color: #c21e24;
  background: #FFFFFF;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 2;
  padding-right: 12px;
}

.primaryHeader,
.primaryHeader p {
  color: #18796a;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-weight: bold;

}


.profileRight {
  padding-left: 20px;
  margin-bottom: 50px;
}

.profileLeft {
  padding-right: 20px;
  margin-bottom: 50px;
}

.profileRight h5 {
  padding: 10px 10px;
  font-size: 1.1em;
  margin: 0;
  color: #5d5d5e;
  background: #dcdada;
}

.profileRight h6 {
  margin: 20px 0 5px !important;
}

.profileRight::before {
    content: "";
    background: url(../images/shadow-big.png) no-repeat right center;
    background-size: auto;
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0px;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
  .profileInfo h1 {
    font-size: 1.2em;
  }

  .profilePhotoHolder.investor .profileInfo {
    bottom: 0;
  }

  .profileRight {
    padding-left: 0px;
  }

  .profileLeft {
    padding-right: 0px;
  }

  .profileRight::before {
    display: none;
  }

  .profileLeft table tr td,
  .profileLeft table tr th {
    display: block;
    width: 100% !important;
  }

  .profileLeft table tr td img {
    width: 100% !important;
    max-width: auto !important;
  }
}

@media only screen and (max-width: 500px) {
  .profileInfo {
    position: relative;
    left: auto !important;
    margin-top: 10px;
  }

  .profilePhotoHolder {
    text-align: center;
    padding: 0;
    margin-top: -110px;
  }

  .defaultPhoto {
    margin: auto;
  }

  .coverPhoto {
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .coverPhoto img {
    display: none;
  }
}

.page-footer {
  border-top: 1px solid #F1F4F9;
}


/*CHANGING THE HEIGHT OF SELECT2*/
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px !important;
}

/*END OF CHANGING THE HEIGHT OF SELECT2*/

/*ADVANCE SEARCH IN MOBILE*/
.panel .panel-heading .panel-title {
  float: none;
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

/*ADVANCE SEARCH IN MOBILE*/
.mailbox-content.shadow .input-group,
.list-unstyled li[class^="col"] {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*knowledge Based*/

.knowledgeBased .boxSlideOverlay:hover{
  background:rgba(0, 0, 0, 0.5);
 }
 
 .knowledgeBased .boxSlideOverlay > a{
     opacity:0;
 }
 
 .knowledgeBased .boxSlideOverlay > a{
     opacity:0;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     background: #FFF;
     padding: 5px 15px;
     text-decoration: none;
     margin:5px;
 }
 
 .knowledgeBased .boxSlideOverlay:hover > a{
     opacity:1;
 }
 
.knowledgeBased .slick-dots {
  text-align: center;
  bottom: -30px;
  top: auto;
}

.boxSlideItem {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4);
  position: relative;
  margin-bottom: 20px;
}

.tab-content {
  border: 1px solid #DDDDDD;
  border-top: none;
  padding: 20px;
}

.boxSlideTitle {
  padding: 15px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2em;
  background: #0e6959;
  color: #FFFFFF;
}

.boxSlideTitle.redTitle {
  background: #c21e24;
}

.boxSlideOverlay {
  /*opacity: 0;
  background: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;

}

.boxSlideOverlay .btn-group {
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

/*.boxSlideOverlay a:hover,
.boxSlideOverlay a {
  background: #FFFFFF;
  text-decoration: none;
  color: #0e6959;
  padding: 10px 40px;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}


.boxSlideOverlay .btn-group:hover,
.boxSlideOverlay .btn-group {
  text-decoration: none;
  position: absolute;
  top: 20px;
  right: 20%;
}


.boxSlideOverlay .cta{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}

.boxSlideOverlay .cta a{
  position: relative;
  top:auto;
  left:auto;
  margin:0 3px;
}*/

.boxSlideContent {
  background: #FFFFFF;
  position: relative;
}

/* .boxSlideContent:hover .boxSlideOverlay {
  opacity: 1;
} */

/*knowledge Based*/

/*fixed online users*/
.onlineUsers {
  position: fixed;
  right: 25px;
  bottom: 0;
  width: 300px;
  z-index: 1;
  background: #FFFFFF;
  max-height: unset;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .4);
  max-height: 100%;
}

.onlineUsersTitle {
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.05);
}

.onlineUsersTitle>a>span {
  transform: rotate(45deg);
}

.onlineUsersTitle>a[aria-expanded="true"]>span {
  transform: rotate(540deg);
}

.onlineUsers .msg-img {
  width: 15%;
}

.onlineUsers .msg-name {
  width: 84%;
}

.onlineUsersTitle a:hover,
.onlineUsersTitle a:active,
.onlineUsersTitle a:focus,
.onlineUsersTitle a {
  text-decoration: none;
  color: #707070;
}

.onlineUsers ul {
  position: relative;
  max-height: 500px;
  overflow: auto;
}


/*MAP*/
.point1,
.point2,
.point3,
.point4,
.point5,
.point6,
.point7,
.point8,
.point9,
.point10,
.point11,
.point12 {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: 9.9%;
  top: 14.4%;
  background: #FFF;
  animation: pulse 1.5s infinite;
  -webkit-animation: pulse 1.5s infinite;
  cursor: pointer;
}

.point1:after,
.point2:after,
.point3:after,
.point4:after,
.point5:after,
.point6:after,
.point7:after,
.point8:after,
.point9:after,
.point10:after,
.point11:after,
.point12:after {
  content: "\f041";
  font-family: "FontAwesome";
  color: #c21e24;
  font-size: 2em;
  position: absolute;
  top: -10px;
  left: -3px;
}

.mapLocation:hover {
  animation: none;
}

.mapLocation+.popover {
  border-radius: 0;
  color: #000;
}

.mapLocation+.popover .popover-content {
  padding: 10px;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
  font-size: 0.875em;
  min-width: 150px;
}

.mapLocation+.popover .popover-content table {
  margin-bottom: 5px;
}

.mapLocation+.popover .popover-content table tr td {
  padding: 5px !important;
}

.mapLocation+.popover .popover-content table.table-noborder tr td {
  border: none !important;
  padding: 2px !important;
}

.mapLocation+.popover .popover-title {
  padding: 5px 10px;
  text-transform: uppercase;
  padding-right: 25px;
}

.closePopover:after {
  font-family: fontawesome;
  content: "\f057";
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  color: #1c1c1c
}

.mapLocation+.popover>.arrow::after {
  border-left-width: 5px;
  border-right-width: 5px;
  margin-left: -5px;
}

.point2 {
  left: 51.8%;
  top: 13%;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.point3 {
  left: 67.5%;
  top: 15.3%;
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.point4 {
  left: 89.5%;
  top: 25%;
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

.point5 {
  left: 74.5%;
  top: 31.5%;
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

.point6 {
  left: 62%;
  top: 39%;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.point7 {
  left: 38.6%;
  top: 41.3%;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.point8 {
  left: 70.2%;
  top: 40.8%;
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

.point9 {
  left: 86.8%;
  top: 49.3%;
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

.point10 {
  left: 51.8%;
  top: 59%;
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.point11 {
  left: 21.5%;
  top: 73.5%;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.point12 {
  left: 90.3%;
  top: 75.3%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(188, 32, 38, 1);
    ;
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(188, 32, 38, 1);
    ;
    box-shadow: 0 0 0 0 rgba(188, 32, 38, 1);
    ;
  }

  70% {
    -moz-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.panelOverlay {
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 1061;
  padding: 20px;
  display: none;
}

.panelOverlay .title {
  background: rgba(128, 128, 128, 0.1);
  position: absolute;
  top: -10px;
  padding: 10px 20px;
  left: 0;
  right: 0;
  margin: 10px 0;
}

.tableHolder {
  overflow: auto;
  height: calc(100% - 30px);
  margin-top: 40px;
}

/*MAP*/

.m-0{ margin:0;}

.p-1{ padding: 10px; }
.p-2{ padding: 20px; }
.p-3{ padding: 30px; }
.p-4{ padding: 40px; }
.p-5{ padding: 50px; }

.mb-5 {
  margin-bottom: 5px;
}

.statsSummary {
  height: 300px;
  position: relative;
}

.statsSummary .overview {
  width: 100%;
}

.statsSummary img {
  vertical-align: initial;
}

.statsSummary h5,
.statsSummary h6 {
  color: #056958;
  text-transform: capitalize;
}

.statsSummary ul {
  margin: 0
}

.statsSummary ul li {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  font-size: 0.925em;
}


#gallery_sortable{
  min-height: 350px;
}
#gallery_sortable .squareBox{
  margin-bottom: 15px;
}