<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear {
    clear: both;
}

.btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

#contact-fields-container {
    /*display: none;*/
}

.jobs-container {
    width: 767px;
    color: #231f20;
    direction: rtl;
    font-family: ShlagerRegular;
    padding-bottom: 50px;
    margin: 0 auto;
    margin-top: 10px;
}

    .jobs-container .jumbo {
        min-height: 104px;
        background-color: #d8d8d8;
        padding: 20px;
        position: relative;
    }

        .jobs-container .jumbo .jobs-icon {
            position: absolute;
            left: 35px;
            top: 15px;
        }

        .jobs-container .jumbo .jumbo-content {
            padding-left: 140px;
        }

        .jobs-container .jumbo .jumbo-title {
            font-size: 120%;
            padding-bottom: 8px;
        }

    .jobs-container .jobs-item {
        padding-right: 40px;
    }

.jobs-item + .jobs-item {
    border-top: 1px solid #c4c4c4;
    margin-top: 30px;
    padding-bottom: 20px;
}

.jobs-container .jobs-item .job-content {
    padding-right: 15px;
}

.jobs-container .jobs-item .title {
    font-size: 110%;
    line-height: 24px;
    margin-top: 30px;
}

    .jobs-container .jobs-item .title .title-sep {
        height: 24px;
        width: 5px;
        display: inline-block;
        background-color: #c4c4c4;
        vertical-align: middle;
        margin-left: 10px;
    }

    .jobs-container .jobs-item .title .job {
        color: #545454;
        padding-left: 25px;
        padding-right: 8px;
    }

.jobs-container .jobs-item .status-box-container {
    text-align: center;
    margin-top: 20px;
    display: none;
}

    .jobs-container .jobs-item .status-box-container .status-box {
        height: 41px;
        line-height: 41px;
        background-color: #606261;
        border: 1px solid #c4c4c4;
        color: #fff;
        display: inline-block;
        margin: 0 auto;
        padding: 0 10px;
        font-size: 115%;
    }

.jobs-container .jobs-item .jobs-form #contact-fields-container {
    float: right;
}

.jobs-container .jobs-item .jobs-form .btn-resume {
    float: left;
    font-weight: bold;
    margin-top: 5px;
}

    .jobs-container .jobs-item .jobs-form .btn-resume::before {
        content: '';
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAdCAMAAACZrWzKAAAAXVBMVEXc29vd3Nve3d3///7v7eze3dz//v3u7Ovt6+rf3t7w7u339vXk4uLr6en29PP18/Lj4uH7+vnl5OTn5uX9/Pvg39/l4+Ph4N/49/b6+ffz8PDo5+b+/fzm5eT39fQ2l8SaAAAAy0lEQVR4Xm1QB7bDIAxDMiO7u3//+x+zgBsSSmXDi0UioRg6uhYGxDs6Lji0dIY9TGhoBC+nF+20zyKj23sbujTPA1mLIM39h9OHQtNwOInI9xGVJQ9eEq5TFceKolyG2fIrMj732WG74HyVfOCXW2ahlg6XLlh76VVhtQSrnwIqzVip103pFXx+Amh4Tn81en17GXf4/B9DEamV1BL1Eai03WMIw4+KdIWKZYO9NyJ4jqZiNblq97+ywue2qn3ckpzTynEaEEzh3+EB4WMP5m4p7O8AAAAASUVORK5CYII=') /*E:\YKM-Projects\TivTaamGroup.Israco\TivTaamGroup.Israco.Website\img\resume-icon.png*/;
        display: inline-block;
        height: 29px;
        width: 25px;
        vertical-align: middle;
        margin-left: 10px;
    }

    .jobs-container .jobs-item  .jobs-form .file-name {
    direction: ltr;
    display: inline-block;
    max-width: 128px;
    overflow: hidden;
    text-align: right;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.jobs-container .jobs-item a.w-button {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAjAgMAAAAh9ChdAAAADFBMVEWrqqqZmZmZmZnb3N3PiGVrAAAAA3RSTlPs5TkmgmK7AAAAIUlEQVR4XrXCAREAAAgCsY9mCfuYhxQ0U0uwG+vs14XmAHpqOaDD9L2zAAAAAElFTkSuQmCC') /*E:\YKM-Projects\TivTaamGroup.Israco\TivTaamGroup.Israco.Cms\img\BUTT-STRIP.png*/; /*img/BUTT STRIP.png*/
    display: inline-block;
    background-position: bottom;
    background-repeat: repeat-x;
    height: 33px;
    line-height: 37px;
    color: #231f20;
    padding: 3px 10px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-weight: bold;
    float: right;
}

</pre></body></html>