.btn-slim-page-back {
    border: none !important;
    font-size: 28px;
    margin: 0px;
    margin-right: 8px;
    color: #2e344d;
}

.btn-slim-action {
    margin: 0px;
    margin-top: 12px;
    margin-right: 8px;
}

h3.claim-subheader {
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 12px;
    font-weight: 400;
    color: #2e344d;
}

.claim-tool {
    padding: 0px 6px 6px;
    margin-bottom: 8px;
}

.claim-tool .btn-tool-main {
    border-radius: 5px;
    border: none;
    margin-right: 10px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
    background: #efefef;
}

.claim-tool .btn-tool-main .fa {
    margin-right: 6px;
}

.claim-tool label {
    margin-top: 5px;
    margin-right: 18px;
    font-weight: 500;
    color: #333;
    margin-left: 10px;
    font-size: 15px;
}

.claim-tool .form-group {
    margin-bottom: 0px;
}

.claim-tool .spacer {
    border-left: 2px solid #d5d5d5;
    margin-left: 20px;
    margin-right: 8px;
    box-shadow: 1px 0px 3px #d9d9d9;
}

.image-toolbar {
    width: 100%;
    height: 5vh;
}

.image-view {
    width: 100%;
    height: 95vh;
    overflow: auto; /* show scrollbars when inner content is larger */
    border: 1px solid #ccc;
}

.konva-container {
    display: inline-block; /* width/height follow content size */
}

.excel-tab {
    width: 100%;
    overflow-x: visible;
    overflow-y: auto;
}

.excel-deleted-cell {
    text-align: center;
    text-decoration: line-through;
    color: #f8e1e9
}

.jdropdown-container {
    position: fixed !important;
    z-index: 9999; /* make sure it sits on top of your grid */
}

.jcalendar-content {
    position: fixed !important;
    z-index: 9999; /* make sure it sits on top of your grid */
}

.vertical-input-group .input-group:first-child {
    padding-bottom: 0;
}

.vertical-input-group .input-group:first-child * {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.vertical-input-group .input-group:last-child {
    padding-top: 0;
}

.vertical-input-group .input-group:last-child * {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.vertical-input-group .input-group:not(:last-child):not(:first-child) {
    padding-top: 0;
    padding-bottom: 0;
}

.vertical-input-group .input-group:not(:last-child):not(:first-child) * {
    border-radius: 0;
}

.vertical-input-group .input-group:not(:first-child) * {
    border-top: 0;
}

.vl {
    border-left: 3px solid;
    height: 100%;
}

/* Hide the “down” icon when collapsed */
.btn[data-toggle="collapse"][aria-expanded="false"] .fa-angle-down {
    display: none;
}

/* Hide the “right” icon when expanded */
.btn[data-toggle="collapse"][aria-expanded="true"] .fa-angle-right {
    display: none;
}

/* Ensure the visible icon displays inline */
.btn .fa {
    display: inline-block;
}

.benefit-card-header {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.analysis-job-internal-listing {
    height: 45vh;
    overflow-y: scroll;
}

.ellipsis {
    display: inline-block;
    max-width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
