#company_logo_img {
    max-width: 250px;
    max-height: 160px;
    cursor: pointer;
}

#main_submit:disabled {
    background: #88cdd0 !important;
    cursor: default !important;
}

.disabled {
    background: #88cdd0 !important;
    cursor: default !important;
}

#deactivate:disabled {
    background: #88cdd0 !important;
    cursor: default !important;
}

#deactivate-orders:disabled {
    background: #88cdd0 !important;
    cursor: default !important;
}

#select_acc_header {
    border-top: 1px solid #bfbfbf;
    margin-top: 70px;
    padding-top: 10px;
}

#forgotten_acc {
    line-height: 18px;
}

#div_ctp_calculation {
    width: 360px;
    font-weight: bold;
    margin-left: 230px;
}

#div_ctp_calculation span {
    width: 50%;
    font-weight: normal;
    display: inline-block;
    padding: 3px 1%;
    float: none;
}

#div_ctp_calculation span:nth-child(even) {
    width: 68%;
}

#div_ctp_calculation span:nth-child(odd) {
    width: 28%;
    font-weight:
}

#div_ctp_calculation p {
    margin-bottom: 0;
    background: #c8d6e5;
    padding: 3px 1%;
    font-weight: normal;
}

#div_ctp_calculation span:nth-child(4n+4),
#div_ctp_calculation span:nth-child(4n+5) {
    background: #c8d6e5;
}

.sub-header {
    width: 70%;
    padding-left: 80px;
}

.sub-header h2 {
    font-size: 15px;
    /* font-weight: 200 !important; */
}

.txt-bold {
    font-weight: bold !important;
}