body {
    overflow-y: hidden;
}

.content-container {
    min-height: 100vh;
    height: auto;
    overflow-y: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 768px) {
    .search-form {
        flex-direction: column;
    }

    .keyword-search-input-label {
        min-width: 100%;
    }

    table {
        display: block;
        overflow-x: auto;
    }
}


.image_border {
    position: relative;
    padding: 2px;
    cursor: pointer;
    /*border: 2px solid;*/
}

    .image_border.clicked {
        cursor: default;
        outline: 1px solid #000000;
        outline-offset: -2px;
        background-color: #f2f0ef;
        /* Add this to make the clicked state very visible */
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
        /*border: 1px solid #000000;*/
    }

    .image_border:hover:not(.clicked) {
        cursor: pointer;
    }

.tooltip {
    position: absolute;
    visibility: hidden;
    width: 80px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    opacity: 0;
    transition: opacity 0.3s;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
}

    .tooltip::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

.image_border:hover .tooltip {
    visibility: visible;
    opacity: 1;
    /*bottom: 125%;*/
    /* left: 50%;
    transform: translateX(-50%);*/
}

/* Ensure tooltip appears above other elements */
.tooltip {
    z-index: 1;
}

.no-alternate-row-colors tr {
    background-color: white !important;
}

.image_border {
    display: inline-block;
    padding: 5px 18px;
    /* border: 1px solid #333; */
    border: 1px solid transparent; /* Initial border is transparent */
    transition: all 0.3s ease; /* Smooth transition effect */
    border-radius: 5px;
}

    .image_border:hover {
        border-color: #333; /* Change this to your desired color */
    }


.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

    li img {
        width: 30px;
        height: 30px;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }

.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .hover-box::after {
        content: "GridView";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

.grayscale-img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
}

.list-icon {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

    .list-icon::before {
        content: '\e800';
        font-family: 'Material Icons';
    }


.menu-icon {
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}

.menu, .signin {
    display: flex;
    align-items: center;
    background-color: transparent; /* Initially transparent */
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s, box-shadow 0.3s, border 0.3s; /* Smooth transition */
    border: 2px solid transparent; /* Initial border */
    width: 3%; /* Set width to 20% of the screen for both */
    max-width: 200px; /* Optional: Limit max width */
    min-height: 50px; /* Set a minimum height for consistency */
}

.menu-text {
    flex-grow: 1;
    font-size: 16px;
    color: #333;
    margin-right: 5px; /* Adjust this value to bring the arrow closer */
    text-decoration: none; /* No underline initially */
    transition: text-decoration 0.3s; /* Smooth transition for underline */
}

.menu:hover .menu-text {
    text-decoration: underline; /* Underline on hover */
}


.line {
    width: 18px;
    height: 2px;
    background-color: #333;
    margin: 1px 0;
}

.content-container > .container #manage-bar.search-panel .search-form > .clear-field-button {
    display: none;
    position: absolute;
    line-height: 40px;
    background: none;
    border: none;
    padding: 0;
    max-height: 20px;
    top: 14px;
    left: 240px;
}

.content-container > .container #manage-bar.search-panel .actions-container .filter-options .action-grid-view-container {
    margin-right: -12px;
}

.content-container > .container #manage-bar.search-panel .actions-container .filter-options .action-grid-view-container {
    margin-right: -12px;
}

.filter-options li {
    display: inline-block;
    text-align: center;
    list-style-type: none;
    margin: 0;
    font-size: 18px;
    line-height: 60px;
}

.content-container > .container #manage-bar.search-panel .actions-container .filter-options li > #action-grid-view {
    padding-right: 1px;
}


#manage-bar .actions-container .icon-link, .manage-bar-alike .actions-container .icon-link, #manage-bar .actions-container .icon-link:link, .manage-bar-alike .actions-container .icon-link:link, #manage-bar .actions-container .icon-link:visited, .manage-bar-alike .actions-container .icon-link:visited {
    padding-left: 3px;
    padding-right: 3px;
    height: 46px;
    line-height: 40px;
    color: #686868;
    text-align: center;
}

.filter-options a, .filter-options a:link, .filter-options a:visited {
    color: #6d6e70;
    display: block;
    width: 59px;
    height: 59px;
    text-align: center;
    line-height: 58px;
}

a {
    text-decoration: none !important;
}

a {
    cursor: pointer;
    -webkit-transition: color .15s;
    -moz-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s;
}

#manage-bar .actions-container .icon-link:before, .manage-bar-alike .actions-container .icon-link:before, #manage-bar .actions-container .icon-link:link:before, .manage-bar-alike .actions-container .icon-link:link:before, #manage-bar .actions-container .icon-link:visited:before, .manage-bar-alike .actions-container .icon-link:visited:before, #manage-bar .actions-container .icon-link span, .manage-bar-alike .actions-container .icon-link span, #manage-bar .actions-container .icon-link:link span, .manage-bar-alike .actions-container .icon-link:link span, #manage-bar .actions-container .icon-link:visited span, .manage-bar-alike .actions-container .icon-link:visited span {
    color: #686868;
}

#manage-bar .actions-container .icon-link, .manage-bar-alike .actions-container .icon-link, #manage-bar .actions-container .icon-link:link, .manage-bar-alike .actions-container .icon-link:link, #manage-bar .actions-container .icon-link:visited, .manage-bar-alike .actions-container .icon-link:visited {
    padding-left: 3px;
    padding-right: 3px;
    height: 46px;
    line-height: 40px;
    color: #686868;
    text-align: center;
}


    #manage-bar .actions-container .icon-link, .manage-bar-alike .actions-container .icon-link, #manage-bar .actions-container .icon-link:link, .manage-bar-alike .actions-container .icon-link:link, #manage-bar .actions-container .icon-link:visited, .manage-bar-alike .actions-container .icon-link:visited {
        padding-left: 3px;
        padding-right: 3px;
        height: 46px;
        line-height: 40px;
        color: #686868;
        text-align: center;
    }

.content-container > .container #manage-bar.search-panel .search-form > button {
    position: absolute;
    line-height: 27px;
    padding: 6px 10px;
    text-decoration: none;
    top: 0;
    left: 265px;
    height: 100%;
    max-width: 44px;
    font-family: "hrcore-small";
    color: #686868;
}

body button[type="submit"] {
    font-family: 'proxima-nova', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

.btn {
    line-height: 16px;
    -webkit-transition: background-color .15s;
    -moz-transition: background-color .15s;
    -o-transition: background-color .15s;
    transition: background-color .15s;
    box-shadow: none;
    outline: 0;
    border: none;
}

.icon-xs {
    font-family: "hrcore-small";
    font-size: 16px;
}

.icon {
    speak: none;
    display: inline-block;
    font-family: "hrcore-medium";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-link {
    color: #428bca;
    font-weight: normal;
    border-radius: 0;
}


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.content-container > .container #manage-bar.search-panel .search-form .keyword-search-input-label {
    width: 100%;
    max-width: 300px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    /*font-weight: bold;*/
}

.hide {
    display: none !important;
}

.content-container > .container #manage-bar.search-panel .search-form .form-control#keyword-search-input {
    padding-right: 35px;
    max-width: 100%;
    margin: 5px 0;
    height: 37px;
    border: 1px solid transparent;
    color: #6d6c69;
    border: 1px solid #989590 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.content-container > .container #manage-bar.search-panel .search-form .form-control {
    font-size: 17px;
}

.form-control {
    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 rgba(0, 0, 0, .075); */
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    /* -webkit-transition: border-color ease-in-out .15s, 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;
}

input, button {
    font-weight: 400;
}

input, button, select, textarea {
    font-family: inherit;
    /* font-size: inherit;
                                                    line-height: inherit; */
}

.container {
    display: flex;
    flex-direction: column;
}

.item {
    width: 100px;
    height: 100px;
    margin: 10px;
}

.item-1 {
    background-color: #ffcccb;
}

.item-2 {
    background-color: #ccffcc;
}

#manage-bar, .manage-bar-alike {
    margin-top: 35px;
    height: 58px;
    border: 1px solid #d3d3d1;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}

.content-container > .container .jobs-container {
    position: relative;
    min-height: 328px;
}


.content-container > .container .job-search-header-container {
    margin-top: 35px;
    padding: 0;
    position: relative;
    font-size: 16px;
    color:black;
}

.content-container > .container #manage-bar.search-panel .search-form {
    margin-right: 215px;
}
