.main-sidebar, .left-side {
height: 100%;
overflow: hidden scroll;
max-height: 100%;
}
 
.forget-form {
    display: none;
}

.register-form {
    display: none;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

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

.profile-cover {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    /*border-radius: 2px;*/
    /*padding: 20px;*/
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -12px;
    /*background-color: #999999;*/
    z-index: 100;
    /*
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    */
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

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

.timeline-badge > a {
    color: #C5C7C5 !important;
}

.timeline-badge a:hover {
    color: #FF531F !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    padding: 20px;
    margin-bottom: 0;
    background: #fff;
}

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

.timeline-footer {
    padding: 20px;
    background-color: #f4f4f4;
}

.timeline-header {
    padding: 20px;
    background-color: #f4f4f4;
}

.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}

.timeline-heading {
    background: #fff;
}

.facebook-share-box {
    width: 100%;
}

.facebook-share-box .share-form {
    padding: 2%;
}

.facebook-share-box .share {
    -webkit-transition: 0.1s ease-out height;
    -moz-transition: 0.1s ease-out height;
    -ms-transition: 0.1s ease-out height;
    -o-transition: 0.1s ease-out height;
    transition: 0.1s ease-out height;
    clear: both;
    background: white;
    border: 2px solid #dddddd;
    margin-bottom: 10px;
    position: relative;
}

.facebook-share-box .share .arrow {
    background: url(../img/arrow.png) no-repeat #dddddd;
    position: absolute;
    width: 14px;
    height: 10px;
    left: 4px;
    display: inline;
    top: -10px;
    -webkit-transition: 0.3s ease-out all;
    -moz-transition: 0.3s ease-out all;
    -ms-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
}

.facebook-share-box .post-types li a {
    color: #085083;
    text-decoration: none;
}

.facebook-share-box .post-types li a.active {
    color: #404040;
}

.facebook-share-box .post-types {
    padding-left: 5px;
}

.facebook-share-box ul {
    list-style: none;
    margin-bottom: 9px;
}

.facebook-share-box .post-types li {
    display: inline;
    margin-right: 10px;
}

.message {
    border-radius: 0;
    border: none;
}

.panel {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.timeline-images {
    margin: 2px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 20px
    }

    ul.timeline > li > .timeline-panel {
        float: right;
        margin-right: 2%;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.message-item {
    margin-bottom: 25px;
    margin-left: 40px;
    position: relative;
}

.message-item .message-inner {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}

.message-item .message-inner:before {
    border-right: 10px solid #ddd;
    border-style: solid;
    border-width: 10px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -20px;
    top: 6px;
    width: 0;
}

.message-item .message-inner:after {
    border-right: 10px solid #fff;
    border-style: solid;
    border-width: 10px;
    color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -18px;
    top: 6px;
    width: 0;
}

.message-item:before {
    background: #fff;
    border-radius: 2px;
    bottom: -30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    width: 3px;
}

.message-item:after {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    content: "";
    height: 15px;
    left: -36px;
    position: absolute;
    top: 10px;
    width: 15px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.message-item .message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.message-item .message-head .avatar {
    margin-right: 20px;
}

.message-item .message-head .user-detail {
    overflow: hidden;
}

.message-item .message-head .user-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0;
}

.message-item .message-head .post-meta > div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

.message-item .message-head .post-meta > div {
    color: #333;
    font-weight: bold;
    text-align: right;
}

.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

img {
    min-height: 40px;

}

.team-members .panel-body {
    padding: 0px;
}

.team-members.project-overview-column {
    max-height: 100%;
    overflow: hidden;
}

.team-members.project-overview-column .panel-body {
    max-height: 100%;
    overflow: scroll;
}

.team-members .media {
    margin-top: 0px;
    border-bottom: 1px solid #f0f0f0;
}

.team-members .media:last-child {
    border-bottom: 0px;
}

.team-members .media-left {
    padding: 10px;
}

.team-members .media-body {
    padding-right: 10px;
    padding-top: 10px;
}

#from, #to, #from_branch, #to_branch, #from_loan, #to_loan, #from_repayment, #to_repayment {
    width: 200px;
    float: left;
}

.borderOk {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

table #hours_and_earnings td, table #tax_deductions td, table #pre_tax_deductions td, table #after_tax_deductions td, table #payslip_employee_header td, table #payslip_employer_header td, table #pay_period_and_salary td, table #summary td, table #net_pay_distribution td, table #messages td {
    padding: 2px;
}


/* Custom styles */
.content-wrapper {
    min-height: calc(100vh - 101px)!important;
}

::-webkit-scrollbar {
    width: 7px;
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 1px solid rgb(145, 143, 143);
    border-width: 1px 0;
    border-radius: 20px
}

::-webkit-scrollbar-track {
    background: #ececec;
    width: 0;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.sidebar .user-panel .pull-left.image {
    max-width: 100%;
    width: 48px;
    height: 48px;
    background: #636769;
    border-radius: 34px;
    position: relative;
}
.sidebar .user-panel .pull-left.image i{
    font-size: 28px!important;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.swal2-modal .swal2-title {
    font-size: 28px!important;
    line-height: 30px!important;
}
.swal2-icon.swal2-info, .swal2-icon.swal2-question, .swal2-icon.swal2-warning {
    font-size: 50px!important;
    line-height: 70px!important;
    text-align: center!important;
}
.swal2-icon {
    width: 70px!important;
    height: 70px!important;
    margin: 20px auto 20px!important;
}

.btn:focus, .swal2-modal .swal2-styled:focus {
    outline: none!important;
}
.swal2-modal .swal2-styled {
    margin-bottom: 16px!important;
}

body .icheckbox_square-blue {
    margin-right: 8px;
}
select#to {
    width: 100%;
    margin-bottom: 10px;
}
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}
body .checkbox label, body .radio label {
    padding-left: 10px;
}
#loan_fees_type {
    text-align: center;
}
#loan_fees_type .iradio_square-blue {
    margin: 0 8px;
}

.share_sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.share_sec ul li span {
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
h5.px-2 {
    padding: 8px 10px;
}
.share_sec .resend {
    text-transform: capitalize;
}
.select_lender {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
/* Page design */

div#investor_questions, .subsec_box {
    margin: 24px 0;
    border: 1px solid #d2d6de;
    padding: 24px;
}

div#investor_questions p:first-child {
    padding-top: 0;
}

div#investor_questions p {
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    font-weight: 600;
    background-color: #fff;
    padding-top: 16px;
}
p#payin_bank_inforatmation {
    margin: 30px;
    margin-bottom: 0;
}
#investor_questions label:first-letter {
    text-transform: capitalize;
}

#investor_questions .iradio_square-blue {
    margin: 0 5px;
}
.subsec_box label {
    margin-right: 24px;
    margin-left: 5px;
}
#payout_bank_information, #payin_cheque_number, 
#payout_bank_information, #payout_cheque_number, .top_space {
    margin-top: 16px;
}
p#payin_bank_inforatmation, #pay_now_number {
    margin: 30px;
    margin-bottom: 0;
}
.help_msg {
    padding: 10px 0;
    color: #737373;
} 
#pay_now_number span {
    font-weight: 700;
    margin-right: 5px;
}
#investor_questions label {
    margin-right: 16px;
}
.box-body select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}
.box-body select:focus {
    border-color: #3c8dbc;
    box-shadow: none;
    outline: none;
}
.subsec_box.investor_payment_sec{
    margin: 24px 0;
    padding: 24px;
    border:unset;
}

.subsec_box.investor_payment_sec label{
    margin-right: 24px;
    margin-left: 5px;
}




/* Responsive styles */
@media only screen and (max-width:980px) {

}

@media only screen and (max-width:1024px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

@media only screen and (max-width:600px) {
    .checkbox label, .radio label {
        padding-left: 0px;
    }
}



