
body {
    padding: 70px 40px 0 290px; /* Includes padding of 63px 40px 40px 40px */
    transition: padding .23s;
}
body.toggle-menu {
    padding-left: 74px;
}
header {
    padding: 1em 40px;
    position: fixed;
    height: 59px;
    top: 0;
    left: 250px;
    transition: left .23s, width .23s;
    width: calc(100% - 250px);
    text-align: right;
    border-bottom: 1px solid #ebf0f7;
}
.notifications .badge {
    right: -13px;
    top: -9px;
}
header svg path {
    fill: #9d9d9d !important;
    stroke: transparent !important;
}
header .nav li {
    margin: 0 0 0 2em;
}
header .nav li:nth-last-child(1) a {
    margin-right: 0;
}
body.toggle-menu header {
    left: 40px;
    width: calc(100% - 40px);
}
header > div {
  max-width: 1440px;
  margin: 0 auto;
}
/* header > div:before {
    width: 50%;
    max-width: 200px;
    height: 40px;
    position: absolute;
} */
header img{
    width: 50%;
    max-width: 200px;
    height: 30px;
    top: 22px;
    position: absolute;
}
header .toggle {
    display: none;
}
header .menu {
    position: absolute;
    right: 0;
}
header .menu li {
    display: inline-block;
    padding: 0 1em;
}
header .menu li:before {
    content: '';
    border-left: 1px solid #BDBDBD;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-1em, -45%) ;
}
header .menu li:nth-child(1):before,
header .menu li:nth-last-child(2):before {
    display: none;
}
header .menu li:nth-last-child(1),
header .menu li:nth-last-child(2) {
    padding: .4em 1em;
}
header .menu li:nth-last-child(1):before {
    transform: translate(-1em, -45%)
}
header .menu [data-svg] span {
    display: none;
}
header .menu li.active a span {
    border-bottom: 2px solid #22debd;
}
header .menu svg {
    fill: #828282;
    margin-bottom: .2em;
}
header .menu li a[href*="logout"]:after {
    content: "";
    display: inline-block;
}
body menu ul a {
    transition: padding .35s;
}
menu ul a span:last-child {
    display: inline-block;
    padding-top: 0.2em;
}
body.toggle-menu menu ul a {
    padding-left: 0.4em;
}
menu .user {
    transition: padding .35s;
}
body.toggle-menu menu .user {
    padding-left: 0.3em;
}
menu svg {
  width: 26px;
  height:26px;
}
menu {
  width: 250px;
  transition: width .23s;
}
body > .toggle {
    left: auto;
    cursor: pointer;
}
@media ( max-height: 700px ) {
    menu {
        overflow-y: auto;
        padding-bottom: 40px;
    }
    menu::-webkit-scrollbar {
        display: none;
    }
    body > div.toggle {
        right: 15px
    }
}
body > div.toggle {
  top: 0;
  left: 250px;
  transition: left .23s;
}
body.toggle-menu > div.toggle {
  left: 40px
}
body > .toggle svg path {
    fill: #455763 !important;
}
body.toggle-menu menu {
  width: 40px;
}
menu > div {
  left: 0;
}
menu .close {
    display: none;
}
a {
    transition: color .23s, border .23s, background .23s;
}
button:hover,
.button:hover,
/*[type="button"]:hover,*/
[type="reset"]:hover,
/*[type="submit"]:not(.delete):hover,*/
body.register-confirm > section > p a:hover {
  text-decoration: none;
}
button:hover svg,
.button:hover svg,
[type="button"]:hover svg,
[type="reset"]:hover svg,
[type="submit"]:hover svg {
  fill: #4b624b;
}
.heading-outside h1,
.heading-outside .h1 {
  position: absolute;
  margin: -2em 0 0 -40px;
}
.news-events-details article .heading-outside h1, 
.news-events-details article .heading-outside .h1 {
    position: absolute;
    margin: calc(-2em - 40px) 0 0 -40px;
}
.news-events-details .rsvp-event {
    margin: 18px 0 0 0;
}
.news-events-details .rsvp-event.already {
    pointer-events: none;
}
.dashboard .heading-outside h1,
.dashboard .heading-outside .h1 {
    margin-left: 0;
    margin-top: calc(-2em);
}
.form-section {
    display: flex;
    flex-flow: row wrap;
}
.form-section h2 {
    flex: 0 0 100%;
}
.form-section > section {
    flex: 1;
}
.form-section > section.fields.columns {
    display: flex;
    flex-flow: row wrap;
}
.form-section > section.fields.columns.two > h2 {
    flex: 0 0 100%;
}
.form-section > section.fields.columns.two > div {
    flex: 1 1 50%;
}
.form-section > section.fields.columns.two > div.col-1 {
    padding-right: 20px;
}
.form-section > section.fields.columns.two > div.col-2 {
    padding-left: 20px;
}
body.resources .resources,
body.business-credentials .form-section-middle  {
    display: flex;
    flex-wrap: wrap;
}
body.resources .resources > section,
body.credentials > main > form > div > div,
body.credentials > main > form > div.social-and-docs > div.form-section-left > div,
body.business-credentials .form-section-middle > div {
    flex: 1 1 50%;
}
body.resources .resources > section:nth-child(2n+1),
body.credentials > main > form > div > div:nth-child(2n+2),
body.credentials > main > form > div.social-and-docs > div.form-section-left > div:nth-child(2n+1),
body.business-credentials .form-section-middle > div:nth-child(2n+1) {
    padding-right: 2em
}
body.resources .resources > section:nth-child(2n+2),
body.credentials > main > form > div > div:nth-child(2n+3),
body.credentials > main > form > div.social-and-docs > div.form-section-left > div:nth-child(2n+2),
body.business-credentials .form-section-middle > div:nth-child(2n+2) {
    padding-left: 2em
}
.file-list > div:not(.empty):hover {
    background: #f4f5f5;
    border-bottom: 1px solid #DCEBF6
}
.file-list > div:nth-child(2) {
    border-top: 1px solid transparent;
}
.file-list > div:not(.empty):nth-child(2):hover {
    border-top-color: #DCEBF6
}
.file-list > div > div:nth-child(2) {
    padding: .4em .6em
}
.file-list > div > div:nth-child(2) a {
    display: inline-block;
    padding: .2em .4em;
    font-size: .9em;
    text-align: center;
    transition: background .23s, color .15s;
}
.file-list > div:hover .vich-file > input:before {
    background: #f4f5f5;
}
.file-list > div > div:nth-child(2) a:hover,
.file-list > div .vich-file > input:hover:before {
    background: #f0ad4e;
    color: #fff;
}
body.company-profile > main > form > div > h2 {
    flex: 0 100%;
}
body.credentials > main > form > div.social-and-docs > div.form-section-left {
    flex: 0 100%;
    padding: 0;
}
body.credentials > main > form > div.social-and-docs > div.form-section-right {
    padding: 0
}
body.shareholders-directors h1 + .button,
body.reference-testimonial h1 + .button    {
    float: right;
    margin: 0.9em 0;
    width: 100px;
}
body.shareholders-directors table tbody td:nth-last-child(1) {
    width: 100px;
}
.portal-content{
    position: relative;
    flex: 0 100%;
    width: 100%;
}
body.company-profile .profile-image,
body.client-profile .profile-image {
    flex: 0 180px;
    margin: 0 57px 0 0;
}
body.admin.news-events-listing .main-image {
    margin: -30px 0 60px;
}
body.admin.news-events-listing .profile-image {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}
body.company-profile .profile-image img{
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 50%;
}
.portal-content .heading-outside{
    width: 100%;
    padding-top: 0px;
}

/******* css for SMME Dashboard *********/
.font-bold {
    font-weight: bold;
}
.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.m-10 {
    margin: 10px !important; 
}
.m-l-35 {
    margin-left: 35px;
}
.m-t-0 {
    margin-top: 0px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-t45 {
    margin-top: -45px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.p-m-0 {
    padding: 0px;
    margin: 0px;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
  padding: 15px !important; 
}
.p-20 {
    padding: 20px;
}
.p-25 {
  padding: 25px !important; 
}
.padding-t-25 {
    padding-top: 25%;
}
.p-l-20 {
    padding-left: 20px;
}
.p-r-20 {
    padding-right: 20px;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-t-20 {
    padding-top: 20px;
}
.p-b-20 {
    padding-bottom: 20px; 
}
.p-t-30 {
    padding-top: 30px;
}
.p-b-10 {
    padding-bottom: 10px; 
}
.p-t-0 {
    padding-top: 0px !important;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-bt-15 {
    padding: 15px 0px !important;
}
.p-l-0 {
    padding-left: 0px !important;
}
.p-r-10 {
    padding-right: 10px !important;
}
.p-r-0 {
    padding-right: 0px !important;
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-r-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.h-55 {
    height: 55px;
}
.h-70 {
    height: 70px;
}
.w-100 {
    width: 100px;
}
.w-80 {
    width: 80px;
}
.w-50 {
    width: 50px;
}
.full-width {
    width: 100%;
}
.width-100{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
}
.width-66 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    position: relative;
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.width-60 {
    flex: 0 0 60.66667%;
    max-width: 60.66667%;
    position: relative;
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.width-50 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.width-55 {
    flex: 0 0 55.66667%;
    max-width: 55.66667%;position: relative;
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.width-40 {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.33333%;
  flex: 0 0 40.33333%;
  max-width: 40.33333%;
}
.width-47 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.33333%;
    flex: 0 0 47.33333%;
    max-width: 47.33333%;
}
.width-33 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.width-25 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.33333%;
    flex: 0 0 25.33333%;
    max-width: 25.33333%;
}
.portal-content .section{
    margin-top: 4rem;
}
.business-opportunitues h2.opp-count{
    border-bottom: dotted 1px #dde4eb;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
/* .funding {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 75%;
    margin: 10px auto;
    position: relative;
    text-align: center;
}
.funding-img-logo {
    width: 115px;
    height: 115px;
    padding: 15px;
}
.funding-text {
    border-top: 1px solid #DCEBF6;
    padding-top: 15px; 
}
.funding-capital-advisor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px auto;
    position: relative;
    text-align: center;
}
.funding-card {
    border: solid 1px #dde4eb;
    border-radius: 0px;
    min-height: 145px;
    height: 100%;
    background-color: #fff;
} */
.form-group {
    margin-bottom: 15px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    user-select: none;
    color: #303030;
    font-family: Arial;
}
.btn:hover{
    color: #303030;
    text-decoration: none;
    background: #FFFFFF;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-warning {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.form-submit-div {
    float: left;
    text-align: right;
    padding-left: 10px;
    margin-top: 50px;
    width: 100%;
    border-top: 1px solid #DCEBF6;
}
.formn-lable-img{
    float: right;
    height: 24px;
    width: 24px;
}
.form-line {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 45%;
    border-top: 1px solid #DCEBF6;
}
.j-center {
    justify-content: center;
}
/* .disabled {
    background: transparent;
    border-color: transparent;
    color: #233e6a;
    position: relative;
    cursor: default;
}
.disabled:before {
    content: '';
    color: #000;
    background: #F4F5F5;
    width: 100%;
    text-align: center;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    white-space: nowrap;
} */
#load-more-comment.disabled:before {
    content: 'No more comments';
    color: #000;
    background: #F4F5F5;
    width: 100%;
    text-align: center;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    white-space: nowrap;
}
.part-border {
    width: 100%;
    border-top: 1px solid #DCEBF6;
}
.comment-img-logo {
    width: 85px;
    height: 85px;
    padding: 15px;
}
.blog-featured-img {
    width:100%;
    max-height: 250px;
    object-fit: contain;
}
.flash-success {
    color: green;
}
.heading{
    width: 100%;
    padding-top: 50px;
    float: left;
}

/* The Close Button */
.close {
    color: gray;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #F4F5F5;
    color: white;
}

.modal-dialog{
    overflow-y: initial !important
}

/* Add Animation */
/*@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}*/

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

/* BEGIN: Public pages */

body.public > form {
    width: 747px;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
body.public section.intro {
    flex: 0 0 325px;
}
body.public section.intro div:before {
  width: 202px;
}
body.public section.intro div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.public form {
    height: 500px;
  }
body.public a:not(.button) {
    text-decoration: underline;
}

body.public.login section.form section:nth-last-child(1) {
    margin-top: 2em;
}
/* END: Public pages */

.news-listing #blog-list {
    display: flex;
    flex-flow: row wrap;
}
.news-listing #blog-list > a {
    flex: 1 1 48%;
    max-width: 48%;
}
.news-listing #blog-list > a:nth-child(2n+2) {
    margin-left: 4%;
}
.news-listing .no-articles {
    display: none;
}
.news-listing .no-articles.show {
    display: block;
}
#blog-list a:hover .blog-left-img {
  filter: drop-shadow(0 5px 2px rgba(0,0,0,.2));
  transform: translate(0, -7px);
}
#blog-list a:hover .blog-right-text {
  filter: drop-shadow(0 7px 7px rgba(0,0,0,.2));
  transform: translate(0, -7px);
}
/* Start: SPEAKING TO A CAPITAL ADVISOR */
.div-contain {
  width: 100%;
  contain: content;
}
#funding_application_comprehensiveBusinessPlan {
    float:right;
}
#funding_application_comprehensiveBusinessPlan > label {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
#funding_application_threeYearsAuditedFinancialStatements {
    float:right;
}
#funding_application_threeYearsAuditedFinancialStatements > label {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
#funding_application_monthFinancialProjections {
    float:right;
}
#funding_application_monthFinancialProjections > label {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
#funding_application_latestManagementAccountsNotOlderThanTwoMonths {
    float:right;
}
#funding_application_latestManagementAccountsNotOlderThanTwoMonths > label {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
#funding_application_businessBankStatementsForThePast3Months {
    float:right;
}
#funding_application_businessBankStatementsForThePast3Months > label {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
#funding_application_statementOrBalancesForAllLoansAcquiredByTheBusiness {
    float:right;
}
#funding_application_statementOrBalancesForAllLoansAcquiredByTheBusiness > label {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
#funding_application_contracts {
    float:right;
}
#funding_application_contracts > label {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
#funding_application_certifiedIDCopiesOfAllMembers {
    float:right;
}
#funding_application_certifiedIDCopiesOfAllMembers > label {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
#funding_application_detailedCvOfManagement {
    float:right;
}
#funding_application_detailedCvOfManagement > label {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
#funding_application_businessLicensesWhereApplicable {
    float:right;
}
#funding_application_businessLicensesWhereApplicable > label {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
#funding_application_leaseAgreement {
    float:right;
}
#funding_application_leaseAgreement > label {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
#funding_application_businessRegistrationAndCertifications {
    float:right;
}
#funding_application_businessRegistrationAndCertifications > label {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
#funding_application_franchiseAgreementWhereApplicable {
    float:right;
}
#funding_application_franchiseAgreementWhereApplicable > label {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.add-edit.slide-out {
  padding: 59px 0 0;
}
.add-edit.slide-out > section {
  right: -500px;
  width: 500px;
border-left: 1px solid #d1d6dd;
}
/* .add-edit.slide-out > section > div {
  top: 40%;
  transform: translate(0, -50%);
} */
.page-menu input {
  width: 200px;
}
.news-events-details main {
  display: flex;
  flex-flow: row wrap;
}
.news-events-details main .h1 {
    flex: 0 0 100%;
}
.news-events-details .type-date,
.tender-details main .dates {
  float: right;
  color: #475965
}
.news-events-details article .header, .tender-details .listing .header {
    float: left;
    height: 20vw;
    width: 20vw;
    max-width: 370px;
    max-height: 370px;
    position: relative;
    margin: 0 2em 2em 0;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #d8d8d8;
}
.news-events-details aside {
  flex: 0 370px;
  padding: 0 0 0 40px;
}

.dashboard main .right-column {
    flex: 1 60%;
}
.tender-details main .details {
    display: flex;
    flex-flow: row nowrap
}
.tender-details main .details .col-1 {
    flex: 1 70%;
}
.tender-details main .details .col-2 {
    flex: 1 30%;
    padding: 0 0 0 80px;
}
.tender-details main .details .col-2 ul {
    padding-left: 1.2em
}
.smmes.list .add-edit > section,
.add-edit.slide-out.full > section {
    max-width: 1100px;
    width: calc(100vw - 300px);
}
.add-edit.slide-out.mini > section {
    max-width: 700px;
}
.add-edit.modal.mini > section {
    max-width: 400px;
}
.smmes.list .add-edit > section .tab-menu {
    margin-left: 0;
    position: relative;
}
.edit .tab-menu ul li:nth-child(3) {
    flex: 1 0 52px;
}
.smmes.list .add-edit .edit > section {
    display: none;
}
.smmes.list .add-edit .edit > section.active {
    display: block;
}
.tab-menu-content h3 {
    padding: 20px 0;
    text-transform: uppercase;
}
.tab-menu-content h3 span {
    font-weight: normal;
}
.tab-menu-content .wrapper {
    display: flex;
    flex-wrap: wrap;
}
.tab-menu-content .wrapper .column {
    /*display: inline-block;*/
    width: 50%;
}
.tab-menu-content .wrapper .column:first-child {
    padding-right: 10px;
}
.tab-menu-content .wrapper .column:last-child {
    padding-left: 10px;
}
.tab-menu-content .company-logo {
    text-align: center;
}
.tab-menu-content .company-logo img {
    width: 100px;
}
.business-size-wrapper section {
    display: flex;
    flex-wrap: wrap;
}
.business-size-wrapper section > div {
    width: 50%;
}
.business-size-wrapper section > div:first-child {
    padding-right: 10px;
}
.business-size-wrapper section > div:last-child {
    padding-left: 10px;
}
.content.documents td.company img {
    width: 48px;
}
.content.shareholders td.document img {
    width: 32px;
}

.modal > div,
.add-edit.modal > section {
  left: calc(50% + 125px);
}
.toggle-menu .add-edit.modal > section {
  left: calc(50% + 20px);
}
.smmes.list .delete-smme span {
    pointer-events: none;
}
.add-smme-component .wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 2em;
}
.add-smme-component .wrapper > div {
    width: 50%;
}
.add-smme-component .wrapper > div:first-child {
    padding-right: 20px;
}
.add-smme-component .wrapper > div:last-child {
    padding-left: 20px;
}
.admin.news-events-listing .add-news-event {
    float: right;
}
.admin.news-events-listing .add-edit.slide-out > section {
    width: 50%;
}
.news-events-form textarea {
    height: 142px;
}
.admin.news-events-listing a.edit span,
.admin.news-events-listing a.trash span {
    pointer-events: none;
}
.trumbowyg-box button > svg {
    fill: #222 !important;
}
.trumbowyg-editor {
    background: white;
}
.table-turnover-list th:last-child {
    width: 100px;
}
.table-turnover-list td .nav li:last-child {
    display: none;
}
.table-turnover-list tr.editing td .nav li {
    display: none;
}
.table-turnover-list tr.editing td .nav li:last-child {
    display: block;
}
.table-turnover-list .nav a > span {
    pointer-events: none;
}
.label-badge{
   padding: 3px 10px;
   border-radius: 3px;
   font-size: 12px;
   text-transform: uppercase;
   font-weight: 700;
}
.badge-danger {
   color: #fff;
   background-color: #d9534f;
   border-color: #d43f3a;
}
.badge-success {
   color: #fff;
   background-color: #28a745;
   border-color: #28a745;
}
.badge-info {
   color: #fff;
   background-color: #479dd7;
   border-color: #479dd7;
}
.badge-warning {
   color: #fff;
   background-color: #d39e00;
   border-color: #d39e00;
}
.badge-pending {
   color: #fff;
   background-color: #049dd5;
   border-color: #049dd5;
}
.text-danger{
   color: #d9534f;
}
.text-success{
   color: #28a745;
}
.text-info{
   color: #479dd7;
}
.sorting{
   padding-left: 10px;
}
.sorting svg{
   width: 10px;
}
.sorting svg path{
   fill: #69dabe !important;
}
table.table-hover tbody tr:hover{
   background-color: #f2f4f9;
}
.table-header-section{
   background-color: #ced3db;
   padding: 5px;
}
.table-header-section select{
   margin-bottom: 0;
}
.section-div{
   display: block;
   margin-bottom: 1.3em;
}
.section-title{
   font-size: 1.3em;
   color: #959fa9;
   padding: 0;
   margin: 0 0 0.5em;
   font-weight: normal;
   text-transform: uppercase;
}
.section-title em{
   font-family: SourceSansBold, sans-serif;
   font-style: normal;
}

.column-row{
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-left: -10px;
   margin-right: -10px;
}
.column-50 {
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;
   padding-left: 10px;
   padding-right: 10px;
}
.column-30 {
   -ms-flex: 0 0 30%;
   flex: 0 0 30%;
   max-width: 30%;
   padding-left: 10px;
   padding-right: 10px;
}
.column-100 {
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
   padding-left: 10px;
   padding-right: 10px;
}
.column-70 {
   -ms-flex: 0 0 70%;
   flex: 0 0 70%;
   max-width: 70%;
   padding-left: 10px;
   padding-right: 10px;
}
.column-66 {
   -ms-flex: 0 0 66.666%;
   flex: 0 0 66.666%;
   max-width: 66.666%;
   padding-left: 10px;
   padding-right: 10px;
}
.column-20 {
   -ms-flex: 0 0 20%;
   flex: 0 0 20%;
   max-width: 20%;
   padding-left: 10px;
   padding-right: 10px;
}
.column-33 {
   -ms-flex: 0 0 33.3333%;
   flex: 0 0 33.3333%;
   max-width: 33.3333%;
   padding-left: 10px;
   padding-right: 10px;
}

/*.section-div .required:after{
   bottom: 0.5em !important;
   left: 10px !important;
}*/
.milestone-btn{
   display: block !important;
   max-width: 100% !important;
   border-top: 1px solid #959fa9;
}
.milestone-btn button{
   display: inline-block !important;
   margin-left: 20px;
}
.p-0{
   padding: 0 !important;
}
.p-40{
   padding: 40px !important;
}
#appbundle_milestone_project_remindStakeholders {
    display: inline-block;
    width: 100%;
}
#appbundle_milestone_project_remindStakeholders > label {
    float: left;
    padding-left: 5px;
    padding-right: 10px;
}
#appbundle_milestone_project_remindStakeholders > label:after{
    content: none;
}
#appbundle_milestone_planner_position {
    width: 100%;
    display: block;
    margin-bottom: 5px !important;
}
.icon-back{
    float: right;
    width: 35px
}
.icon-back svg{
    width: 30px;
}
.add-milestone{
    margin: 0;
    display: inline;
}
/* project timeline css */
.timeline {
    height: 500px;
    overflow-x: auto;
    position: relative;
    font-size: 12px;
    background-color: #FFFFFF;
    padding: 10px; 
}
.timeline > div[data-position]:before {
    content: '';
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    background: #049dd5;
    z-index: 2;
}
.timeline > div[data-above]:before {
    bottom: 0;
    transform: translate(-50%, 50%);
}
.timeline > div[data-below]:before {
    top: 0;
    transform: translate(-50%, -50%);
}
.timeline > div[data-position]:after {
    content: '';
    height: calc(100% - 12px);
    position: absolute;
    left: 50%;
    border-left-width: 1px;
    border-left-style: solid;
    top: 0;
    z-index: 1;
}
.timeline > div {
    position: absolute;
    color: #049dd5; /* default colour for all children */
    z-index: 2;
}
.timeline > div:nth-child(2):before,
.timeline > div:nth-last-child(1):before {
    background: #072a49 !important;
}
.timeline > div[data-status="missed"], 
.timeline > div[data-status="rejected"]{ /* Missed */
    color: #db2651;
}
.timeline > div[data-status="missed"]:before, 
.timeline > div[data-status="rejected"]:before{ /* Missed */
    background: #db2651;
}
.timeline > div[data-status="completed"], 
.timeline > div[data-status="verified"] { /* Achieved */
    color: #abda69;
}
.timeline > div[data-status="completed"]:before, 
.timeline > div[data-status="verified"]:before { /* Achieved */
    background: #abda69;
}
.timeline > div > time {
    border-width: 1px;
    border-style: solid;
    text-align: center;
    display: block;
    margin: 0 auto 1em;
    position: relative;
    text-transform: uppercase;
    width: 34px;
    padding: 0.25em 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    z-index: 2;
    line-height: 1em;
}
.timeline > div > time:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 1em;
    border-left-width: 1px;
    border-left-style: solid;
}
.timeline > div[data-above] > time:before {
    bottom: -1em;
}
.timeline > div[data-below] > time:before {
    top: -1em;
}
.timeline > div > time span {
    display: block;
}
.timeline > div .title {
    color: #97a0aa;
    font-weight: bold;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    z-index: 2;
    line-height: 1em
}
.timeline > div[data-below] time {
    position: absolute;
    bottom: 0;
}
.timeline > div[data-below] .title {
    bottom: 60px;
}
.timeline > div.median {
    border-top: 1px dashed #a5aab4;
    left: 0;
    top: 50%;
    right: 0;
}
.notifications .list h2 {
    padding-top: 0;
    margin: 0 0 22px 0;
}
.notifications .list .category {
    margin-bottom: 30px;
}
.notifications .list .category.none {
    display: none;
}
.notifications .list .category.none h2 {
    display: none;
}
.notifications embed {
    width: 100%;
    height: 514px;
}
.notification.view-document .actions {
    display: grid;
    grid-template-columns: 2fr 2fr;
}
.notifications-content .company-logo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbe4f0;
    margin-left: 24px;
}
.notifications-content .icon {
    width: 34px;
    height: 34px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
}
.notifications-content .icon svg * {
    stroke: #22debd;
}
.notifications-content .company-logo img {
    position: absolute;
    height: 100%;
    width: auto;
}
.notifications-content .message {
    margin-left: 20px;
}
.notifications-content .message .red {
    color: #e02946;
    font-weight: bold;
    font-size: 18px;
    margin-left: 2px;
}
.notifications-content .created {
    border-left: 1px solid lightgrey;
    margin-left: 22px;
    padding-left: 22px;
}
.notifications-content p.row {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 20px;
}
.notifications-content p.row:before {
    content: '!';
    width: 30px;
    height: 30px;
    background-color: #e02946;
    display: inline-block;
    position: absolute;
    z-index: 1;
    text-align: center;
    color: white;
    border-radius: 30px;
    font-size: 19px;
    font-weight: bold;
}
.notifications-content .company {
    font-weight: bold;
    color: #222;
}
.notifications-menu-list.hide {
    display: none;
}
.notifications-menu-list[data-count="0"] .view-all {
    display: none;
}
li.notifications {
    position: relative;
}
.notifications-menu-list {
    position: absolute;
    right: 0;
    background: white;
    border: 1px solid lightgrey;
    min-width: 330px;
    overflow: hidden;
    padding: 0;
    font-size: 14px;
    top: 0;
}
.notifications-menu-list li {
    width: 100%;
    margin: 0 !important;
    text-align: left;
    padding: 9px 20px 9px 30px;
    position: relative;
}
.notifications-menu-list li:nth-child(1),
.notifications-menu-list[data-count="0"] li {
    padding-left: 20px;
}
.notifications-menu-list li.new strong {
     margin-left: 28px;
     color: #e02946;;
 }
.notifications-menu-list li.new:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #e02946;
    display: inline-block;
    position: absolute;
    z-index: 1;
    text-align: center;
    color: white;
    top: calc(50% - 3px);
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 -10px;
}
.notifications-menu-list li:first-child {
    background-color: #e02946;;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}
.notifications-menu-list .view-all a {
    border-top: 1px solid lightgrey;
    width: 100%;
    padding: 8px 0 2px 0;
    display: block;
    text-align: center;
}
.nav > li.notifications > a {
    z-index: 1;
}
.nav > li.notifications:hover .icon-bell svg path {
    fill: white !important;
}
.nav > li.notifications:hover .notifications-menu-list {
    display: block;
}
.view-notification {
    cursor: pointer;
}
.view-notification > * {
    pointer-events: none;
}
.nav > li.notifications .icon-bell-white {
    display: none;
}

.smmes.list section > h3 {
    text-transform: uppercase;
}
.smmes.list .view > span,
.smmes.list .view > span > svg {
    pointer-events: none;
}
.show-tender-application h1 {
    margin-bottom: 10px;
}
.show-tender-application > p {
    margin: 2px 0;
}.show-tender-application > p > span {
    font-weight: bold;
 }
.show-tender-application embed {
    width: 100%;
    min-height: 480px;
    margin-top: 20px;
}
.show-tender-application .actions {
    text-align: center;
}
.show-tender-application .actions button {
    margin-left: 20px;
    display: inline-block;
}
.small-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dbe4f0;
}
.small-avatar img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
}
tr[data-id*="industry"] .nav .edit-save,
tr[data-id*="industry"] .nav .edit-cancel {
    display: none;
}
tr[data-id*="industry"].editing .nav .edit-save,
tr[data-id*="industry"].editing .nav .edit-cancel {
    display: block;
}
tr[data-id*="industry"].editing .nav .edit,
tr[data-id*="industry"].editing .nav .trash {
    display: none;
}
