/* Search menu */

.sh-content{
    margin-top: 10px;    
}

.sh-item:hover{
   opacity: 0.7;
    cursor: pointer;
    border-radius: 0px;
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-timing-function: ease-out;
                      -moz-transform: scale(1.2, 1.2);
     -moz-transition-timing-function: ease-out;
                       -ms-transform: scale(1.20, 1.20);
      -ms-transition-timing-function: ease-out;

         -webkit-transition-duration: 500ms;
            -moz-transition-duration: 500ms;
             -ms-transition-duration: 500ms; 
}
.sh-item:hover .fa {
    color:#39bbdb;    
}

.bg-lblue {
    background-color: #32c8de !important;
}

.bg-blue {
  background-color: #609cec !important;
}

.br-lblue {
  border: 1px solid #32c8de;
}
.br-blue {
  border: 1px solid #609cec;
}

/*sh menu */
/*  head */
.sh-menu .sh-head{
  margin-top: -20px;
  width:100%;
}
/* Button */
.sh-menu .sh-head a {
  padding:5px 0px;
  text-align:center;
  color:#fff;
  display:block;
  width:120px;
  margin:0 auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight:600;
  border:1px solid rgba(0,0,0,0.05);
  text-decoration: none;
}
/* content */
.sh-menu .sh-content{
  padding:10px;
  border-radius: 4px;
  display:none;
}
/*  item */
.sh-menu .sh-content .sh-item{
  height:110px;
  width:110px;
  border-radius:100%;
  margin:20px auto;
  background:#fff;
  text-align:center;
  box-shadow:inset 0px 0px 15px rgba(0,0,0,0.3);
  border:2px solid #fff;
}
@media(max-width:767px){
  .sh-menu .sh-content .sh-item{
    background: transparent;
    height: 70px;
    width: 70px;
    box-shadow: none;
    border:0px;
  }
  .sh-item h6 a{
    color:#fff;
  }
}

.search-links {
  text-align: center;
}

.search-links a {
  color: #ffffff;
}

/* End of search menu */

/* Footer */

#footer {
  text-align: center;
  color: #007b5e;
  padding: 30px 0px;
  text-transform: uppercase;
  background: #3182ce !important;
}

#footer h5{
  padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li{
  padding: 3px 0;
}

#footer ul.social li a i {
  margin-right: 5px;
  font-size:25px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}

#footer ul.social li:hover a i {
  font-size:30px;
  margin-top:-10px;
}

#footer ul.social li a,
#footer ul.quick-links li a{
  color:#ffffff;
}

#footer ul.social li a:hover{
  color:#eeeeee;
}

#footer ul.quick-links li{
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}

#footer ul.quick-links li:hover{
  padding: 3px 0;
  margin-left:5px;
  font-weight:700;
}

#footer ul.quick-links li a i{
  margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}

/* End of footer */

/* Timeline */
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #6c7293;
  left: 50%;
  margin-left: -1.5px;
}

.timeline .timeline-wrapper {
  display: block;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-right: 90px;
}

.timeline .timeline-wrapper:before {
  content: " ";
  display: table;
}

.timeline .timeline-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.timeline .timeline-wrapper .timeline-panel {
  border-radius: 2px;
  padding: 20px;
  position: relative;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 1px 2px 35px 0 rgba(1, 1, 1, 0.1);
  width: 35%;
  margin-left: 15%;
}

.timeline .timeline-wrapper .timeline-panel:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  content: "";
  left: 0;
  right: 0;
}

.timeline .timeline-wrapper .timeline-panel:after {
  position: absolute;
  top: 10px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline .timeline-wrapper .timeline-panel .timeline-title {
  margin-top: 0;
  color: #001737;
  text-transform: uppercase;
}

.timeline .timeline-wrapper .timeline-panel .timeline-body p + p {
  margin-top: 5px;
}

.timeline .timeline-wrapper .timeline-panel .timeline-body ul {
  margin-bottom: 0;
}

.timeline .timeline-wrapper .timeline-panel .timeline-footer span {
  font-size: .6875rem;
}

.timeline .timeline-wrapper .timeline-panel .timeline-footer i {
  font-size: 1.5rem;
}

.timeline .timeline-wrapper .timeline-badge {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 16px;
  left: calc(50% - 7px);
  z-index: 10;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid #ffffff;
}

.timeline .timeline-wrapper .timeline-badge i {
  color: #ffffff;
}

.timeline .timeline-wrapper.timeline-inverted {
  padding-right: 0;
  padding-left: 90px;
}

.timeline .timeline-wrapper.timeline-inverted .timeline-panel {
  margin-left: auto;
  margin-right: 15%;
}

.timeline .timeline-wrapper.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

@media (max-width: 767px) {
  .timeline .timeline-wrapper {
    padding-right: 150px;
  }
  .timeline .timeline-wrapper.timeline-inverted {
    padding-left: 150px;
  }
  .timeline .timeline-wrapper .timeline-panel {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .timeline .timeline-wrapper .timeline-panel {
    width: 68%;
  }
}

.timeline-wrapper-primary .timeline-panel:before {
  background: #464dee;
}

.timeline-wrapper-primary .timeline-badge {
  background: #464dee;
}

.timeline-wrapper-secondary .timeline-panel:before {
  background: #6c7293;
}

.timeline-wrapper-secondary .timeline-badge {
  background: #6c7293;
}

.timeline-wrapper-success .timeline-panel:before {
  background: #0ddbb9;
}

.timeline-wrapper-success .timeline-badge {
  background: #0ddbb9;
}

.timeline-wrapper-info .timeline-panel:before {
  background: #0ad7f7;
}

.timeline-wrapper-info .timeline-badge {
  background: #0ad7f7;
}

.timeline-wrapper-warning .timeline-panel:before {
  background: #fcd539;
}

.timeline-wrapper-warning .timeline-badge {
  background: #fcd539;
}

.timeline-wrapper-danger .timeline-panel:before {
  background: #ef5958;
}

.timeline-wrapper-danger .timeline-badge {
  background: #ef5958;
}

.timeline-wrapper-light .timeline-panel:before {
  background: #eaeaea;
}

.timeline-wrapper-light .timeline-badge {
  background: #eaeaea;
}

.timeline-wrapper-dark .timeline-panel:before {
  background: #001737;
}

.timeline-wrapper-dark .timeline-badge {
  background: #001737;
}

/* End of timeline */

/* Welcome accordion */

#accordion-style-1 h1,
#accordion-style-1 a{
    color:  #3182ce;
}
#accordion-style-1 .btn-link {
  font-weight: 400;
  color: #3182ce;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
  border: none;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #3182ce;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
  display:none;
}

#accordion-style-1 .card-header .btn .fas.main{
  background: #3182ce;
  padding: 13px 11px;
  color: #ffffff;
  width: 35px;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display:block;
}

/* End of Welcome accordion */

/* Projects, fundings and questions */

.projects h4, .fundings h4, .questions h4 {
  color: #0056b3;
  padding: 10px 0px;
}

.projects:hover, .fundings:hover, .questions:hover {
  text-decoration: none;
}

.projects .project-title, .fundings .funding-title, .questions .question-title {
    padding-top: .25rem !important;
    margin-bottom: 0px;
    font-size: 16px;
}

.question-description {
  font-size: 14px;
}

.projects .card-title, .fundings .card-title {
  text-transform: capitalize;
  margin: 0;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.projects .card-text, .fundings .card-text {
  color: #8c8c8c;
}

.projects .text-sm {
  font-size: 12px !important;
}

.projects .box-shadow, .fundings .box-shadow {
  -webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
  box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
}

.statistics {
  text-align: center;
}

.statistics p {
  margin-bottom: 0px;
}

.votes-count, .answers-count, .view-count {
  font-size: 10px;
}

.question-created-at {
  font-size: 10px;
  margin: 0px;
}

/*  End of projects and fundings */

/* Messages */

.chat {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.messages {
  display: flex;
  flex-direction: column;
}

.message {
  border-radius: 20px;
  padding: 8px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.received {
  align-items: flex-start;
}

.received .message {
  margin-right: 25%;
  background-color: #eee;
  position: relative;
}

.received .message.last:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -7px;
  height: 20px;
  width: 20px;
  background: #eee;
  border-bottom-right-radius: 15px;
}
.received .message.last:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
}

.sent {
  align-items: flex-end;
}

.sent .message {
  color: white;
  margin-left: 25%;
  background: linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);
  background-attachment: fixed;
  position: relative;
}

.sent .message.last:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -8px;
  height: 20px;
  width: 20px;
  background: linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);
  background-attachment: fixed;
  border-bottom-left-radius: 15px;
}

.sent .message.last:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 10px;
}

.conversation-sender, .conversation-last-message {
  margin-bottom: 0px;
}

.selected-conversation {
  background-color: #227dc7;
  color: #ffffff;
}

.selected-conversation a {
  color: #ffffff;
}

a:hover.conversation-sender {
  text-decoration: none;
}

.loading-messages {
  opacity:    0.5; 
  background: #000; 
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0;
  left:       0; 
  position: relative;
  background-color: blue;
  color: #ffffff;
  text-align: center;
}

/* End of messages */

.loading {
  opacity:    0.5; 
  background: #000; 
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed;
  background-color: blue;
}

.loading p {
  width: 60px;
  height: 100px;
  margin: 200px auto;
  color: #FFFFFF;
}

/* Loading office service package */

.loading-office-service-package {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #3182ce75;
  color: #ffffff;
  text-align: center;
  padding: 5px;
}

.loading-office-service-package .loading-spinner {
  margin-top: 30%;
}

/* End of loading office servivce package */

/* Office requests */

.nowrap {
  white-space: nowrap;
}

/* End of office requests

/* Trix editor */

span.trix-button-group.trix-button-group--file-tools {
  display: none;
}

/* End of Trix editor */

/* Setup account */

.form-step {
    padding: 5px;
    text-align: center;
    border: 1px solid #227dc7;
    border-radius: 5px 5px 0px 0px;
}

.active {
    background-color: #227dc7;
    color: #FFFFFF;
}

.hidden {
    display: none;
}

/* End of Setup account */

/* Company page */

.balance-sheets-table th {
  white-space: pre;
}

/* End of company page */

/* Service request */

.service-request-item h5, .service-request-item p {
  color: #000000;
}

.service-request-item small {
  color: #212529;
}

a.service-request-item {
  text-decoration: none;
}

/* End of service request */

/* Questions */

.question-item h5, .question-item p {
  color: #000000;
}

.question-item small {
  color: #212529;
}

a.question-item {
  text-decoration: none;
}

/* End of questions */

/* Companies */

.company-item h5, .company-item p {
  color: #000000;
}

.company-item small {
  color: #212529;
}

a.company-item {
  text-decoration: none;
}

/* End of companies */

/* Notifications */

.notifications-container {
  width: 300px;
  max-height: 400px;
  overflow-y: scroll;
}

.notification-item:not(:nth-child(-n+2)) {
  border-bottom: none !important;
}

/* End of notifications */


