html, body {
    font-size: 14px;
}

.outer-box {
    width: 100%;
    margin: 5px auto;
    padding: 0;

}

.outer-box1 {
    width: 600px;
    margin: 5px auto;
    padding: 0;
    box-shadow: 0 0 3px #666666;
}

.top-title {
    padding: 5px;
    background: rgb(37, 29, 50);
    color: #eeeeee;
    text-align: center
}

.pt-3-half {
    padding-top: 1.4rem;
}

.frm-box {

    width: 470px;
    margin: 15px auto;
}

select {
    width: 100%;
    border-radius: 0
}

label {
    font-weight: 600
}

.objectID {
    padding: 5px;
    width: 100px;
    border: 2px solid #cccccc;
}

.form-control, .sx {
    border-radius: 0 !important;
    padding: 0;
    border: 1px solid #eeeeee;
}

.dx {
    padding: 2px !important;
    border-radius: 0
}

.dates {
    width: 100%;
    padding: 5px;
    border: 2px solid #cccccc;
}

.btngen {
    margin-top: 27px;
    border-radius: 2px;
    font-weight: 600
}

.btnexecScript {
    margin-top: 0;
    border-radius: 2px;
    font-weight: 600
}

.btnnewEntry {
    margin-top: 0;
    border-radius: 2px;
    font-weight: 600;
    background: #03e016;
    border: 0;
}

.btnsaveConfig {
    margin-top: 0;
    border-radius: 2px;
    font-weight: 600;
    background: #fcd708;
    border: 0;
    color: #333333
}

.invoices {
    width: 950px;
    margin: 30px auto;
    text-align: center;

}

.card, .card-body {
    background: none !important
}

.ctable {
    box-shadow: 0 0 3px #999999;
    font-size: 13px !important
}

.ctable th {
    background: #f8d404;
    font-size: 13px !important;
    color: #333333
}

.ctable tr:hover {
    background: #e3fdcb;
    cursor: pointer
}

.ctable .neg {
    color: #ff0000 !important
}

.ctables th {
    background: #59f566;
    font-size: 13px !important;
}

.ctabled th {
    background: #8dc0fa;
    font-size: 13px !important;
}

.ctable .gt {
    font-weight: 600;
    background: #e3ffe7
}

.nopm {
    padding: 0;
    margin: 0
}

h4 {
    color: #555555;
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
}

#msg {
    display: none;
    margin: 10px;
    color: #ff0000
}

.ctabled th {
    position: sticky;
    top: 0;
}


#invoiceDetails::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#invoiceDetails::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#invoiceDetails::-webkit-scrollbar-thumb {
    background-color: #0ae;

    background-image: -webkit-gradient(linear, 0 0, 0 100%,
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.5, transparent), to(transparent));
}

.excelsheet {
    color:#000;
    font-size: 18px;
    text-decoration: none;
}

.excelsheet:hover {
    text-decoration: none;
}