.w-20 {
    width: 20% !important
}

.w-15 {
    width: 15% !important
}

.w-10 {
    width: 10% !important
}

.w-100px {
    width: 100px !important
}

.w-125px {
    width: 125px !important
}

.w-150px {
    width: 150px !important
}

.w-175px {
    width: 175px !important
}

.w-200px {
    width: 200px !important
}

div.btn-group.bootstrap-select.form-control.show-tick > button {
    height: 30px !important;
}

div.btn-group.bootstrap-select.form-control.show-tick > button > span.filter-option.pull-left
{
    top: -3px;
    position: relative !important;
}

div.btn-group.bootstrap-select.form-control.show-tick > button::after {
    position: relative;
    top: -6px;
}

div.company_detail > h4.logo > img {
    width: 340px !important;
}

#LogoMenu {
    width: 160px !important;
    border: none !important;
    padding: 5px 5px 5px 5px !important;
    border-radius: 0% !important;
    -webkit-border-radius: 0% !important;
}

/* Hide full size image by default */
#fullsize-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    z-index: 9999; /* Ensure it's above everything else */
}
#fullsize-image {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    background: white;
}


.col-medline {
    color: #003a5d !important
}

td > div.checkbox > label {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    /*position: relative;
    top: -1.6rem;*/
}


#TableExpenseReportDraft td:nth-child(1),
#TableExpenseReportManager td:nth-child(1),
#TableExpenseReportAnalyst td:nth-child(1),
#TableExpenseReportFinance td:nth-child(1)
{
    width: 30%;
}

#TableExpenseReportDraft td:nth-child(2),
#TableExpenseReportManager td:nth-child(2),
#TableExpenseReportAnalyst td:nth-child(2),
#TableExpenseReportFinance td:nth-child(2)
{
    width: 20%;
}

#TableExpenseReportDraft td:nth-child(3),
#TableExpenseReportManager td:nth-child(3),
#TableExpenseReportAnalyst td:nth-child(3),
#TableExpenseReportFinance td:nth-child(3)
{
    width: 15%;
}

#TableExpenseReportDraft td:nth-child(4),
#TableExpenseReportManager td:nth-child(4),
#TableExpenseReportAnalyst td:nth-child(4),
#TableExpenseReportFinance td:nth-child(4)
{
    width: 15%;
}

#TableExpenseReportDraft td:nth-child(5),
#TableExpenseReportManager td:nth-child(5),
#TableExpenseReportAnalyst td:nth-child(5),
#TableExpenseReportFinance td:nth-child(5)
{
    width: 20%;
}