﻿@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.eot);
    src: url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.woff) format('woff'), url(/styles/fonts/OpenSans/opensanshebrew-regular-webfont.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew Bold';
    font-style: normal;
    font-weight: 400;
    src: url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.eot);
    src: url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.woff) format('woff'), url(/styles/fonts/OpenSans/opensanshebrew-bold-webfont.ttf) format('truetype');
}

html {
    direction: rtl;
}

body {
    margin: 0px auto;
    background-color: #f1f1f1;
    font-family: 'Open Sans Hebrew';
    direction: rtl;
}

body form {
    min-width: 260px;
    max-width: 1280px;
    margin: auto;
}

body header {
    background-color: #ffffff;
}

.body-container {
    margin: auto;
    max-width: 980px;
}

.header-text {
    font-size: 40px;
    line-height: 56px;
    color: #ffffff;
    margin-top: 8px;
}

.list-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100%);
    margin: auto;
    align-items: stretch;
    margin-top: -10px;
}

.clmn-bigitem {
    flex-basis: calc(((100% / 12) * 8) - 4px);
    text-align: center;
    margin: 10px 0 0 10px;
    overflow: auto;
}

.clmn-smallitem {
    flex-basis: calc(((100% / 12) * 4) - 7px);
    text-align: center;
    margin: 10px 0 0 10px;
    overflow: auto;
}

.Box1 {
    overflow: inherit !important
}

.clmn-bigitem-box, .clmn-smallitem-box {
    margin: 0px 0px 0px 0px;
    border: solid 1px #dedede;
    height: 300px;
    background-color: #fff;
    height: 426px;
}

.clmn-bigitem-box-title {
    padding-top: 14px;
    height: 22px;
    font-family: 'Open Sans Hebrew Bold';
    font-size: 19px;
    text-align: center;
}

.clmn-bigitem-box-jobs {
    font-size: 16px;
    padding-top: 3px;
    font-family: 'Open Sans Hebrew'
}

.clmn-bigitem-box-trend {
    color: #259f00;
    font-size: 14px;
    padding-top: 11px
}

.clmn-bigitem-box-trend-arrow {
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #259f00;
}

.engine-box {
    background-color: #464646;
    color: #ffffff;
    height: 298px;
    margin: auto;
    padding: 0px 15px;
}

.engine-box-title {
    font-size: 19px;
    font-family: 'Open Sans Hebrew Bold';
    padding-top: 11px;
    padding-bottom: 30px;
}

.engine-box-lbl {
    font-size: 13px;
    line-height: 16px;
    color: #fe8b1f;
    font-family: 'Open Sans Hebrew Bold';
    padding-top: 11px;
    text-align: right;
    width: 100%;
    margin: auto;
}

.engine-box-btn {
    font-size: 15px;
    width: 162px;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fe8b1f;
    padding: 8px;
    margin: 0px auto;
    font-family: 'Open Sans Hebrew Bold';
    color: #fff;
    cursor: pointer
}

    .engine-box-btn:hover {
        background-color: #f37123;
        color: #fff;
    }

.engine-box-btn-img {
    display: inline-block;
    margin: -4px 2px;
}

.engine-box-details-container {
    min-height: 70px;
    width: 100%;
    color: #fff
}

.engine-box-details-sub1 {
    font-size: 14px;
    padding-top: 8px;
    text-align: right;
}

.engine-box-details-sub2 {
    font-size: 14px;
    padding-top: 3px;
    text-align: right;
}

.engine-box-details-sub3 {
    font-size: 14px;
    padding-top: 3px;
    text-align: right;
}

#txtCategory, #txtCity {
    margin-top: 8px;
    width: 100%;
    height: 44px;
    font-family: 'Open Sans Hebrew';
    font-size: 16px;
    background: #464646;
    outline: none;
    color: #fff;
    border: none;
    border-radius: 5px;
    border: solid 1px #dedede;
    padding: 5px 11px;
    box-sizing: border-box;
}

.listitem {
    direction: rtl
}

.space10 {
    height: 10px
}

/* If the screen size is 880px or less,*/
@media only screen and (max-width: 880px) {

    .clmn-smallitem {
        flex-basis: calc(((100% / 12) * 6) - 5px);
        margin-right: 0px;
        margin-left: 0px;
    }

    .clmn-bigitem {
        flex-basis: calc(((100% / 12) * 12));
        margin: 10px 0px 0px 0px;
    }

    .list-items > .listitem:nth-child(3),
    .list-items > .listitem:nth-child(5),
    .list-items > .listitem:nth-child(6),
    .list-items > .listitem:nth-child(9),
    .list-items > .listitem:nth-child(11),
    .list-items > .listitem:nth-child(13),
    .list-items > .listitem:nth-child(15),
    .list-items > .listitem:nth-child(17),
    .list-items > .listitem:nth-child(19) {
        margin-left: 10px;
    }

    .Box1 {
        order: 2
    }

    .Box2 {
        order: 1
    }

    .Box3 {
        order: 3
    }

    .Box4 {
        order: 4
    }

    .Box5 {
        order: 6
    }

    .Box6 {
        order: 5
    }

    .Box7 {
        order: 7
    }

    .Box8 {
        order: 8
    }

    .Box9 {
        order: 9
    }

    .Box10 {
        order: 10
    }

    .Box11 {
        order: 11
    }

    .Box12 {
        order: 12
    }
}

/* If the screen size is 550px or less,*/
@media only screen and (max-width: 550px) {
    .engine-box-details-sub1, .engine-box-details-sub2,
    .engine-box-details-sub3 {
        font-size: 13px;
        line-height: 16px;
    }
}

/* If the screen size is 500px or less,*/
@media only screen and (max-width: 500px) {
    .clmn-bigitem {
        flex-basis: 100% !important;
    }

    .clmn-smallitem {
        flex-basis: 100% !important;
    }

    .list-items > .listitem {
        margin: 0px 0px 10px 0px !important;
    }

    .list-items {
        margin-top: 0px !important;
    }

    .Article-item:nth-child(4) {
        padding: 0px 25px;
    }

    .Box1 {
        order: 4
    }

    .Box2 {
        order: 1
    }

    .Box3 {
        order: 2
    }

    .Box4 {
        order: 5
    }

    .Box5 {
        order: 3
    }

    .Box6 {
        order: 5
    }

    .Box7 {
        order: 7
    }

    .Box8 {
        order: 8
    }

    .Box9 {
        order: 9
    }

    .Box10 {
        order: 10
    }

    .Box11 {
        order: 11
    }

    .Box12 {
        order: 12
    }

    .header-text {
        font-size: 29px;
        line-height: 39px;
    }
}

/* If the screen size is 881px or more,*/
@media only screen and (min-width: 881px) {
    .list-items {
        flex-wrap: wrap !important;
    }

        .list-items > .listitem:nth-child(1),
        .list-items > .listitem:nth-child(4),
        .list-items > .listitem:nth-child(6),
        .list-items > .listitem:nth-child(9),
        .list-items > .listitem:nth-child(12),
        .list-items > .listitem:nth-child(14),
        .list-items > .listitem:nth-child(16),
        .list-items > .listitem:nth-child(18) {
            margin-left: 0;
        }
}

/* If the screen size is 1100px or more,*/
@media only screen and (min-width: 1100px) {
    /*.Article-item:nth-child(3) {
        padding: 0px 70px;
    }

    .Article-item:nth-child(4) {
        padding: 0px 40px;
    }*/
}

/* If the screen size is 920px or more,*/
@media only screen and (min-width: 920px) {
    .engine-box-details-sub1, .engine-box-details-sub2,
    .engine-box-details-sub3 {
        font-size: 16px;
    }
}

/* If the screen size is 1100px or less,*/
@media only screen and (max-width: 1100px) {
    .clmn-smallitem-box-city {
        font-size: 11px !important;
    }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fe8b1f;
    font-family: 'Open Sans Hebrew Bold'
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fe8b1f;
    font-family: 'Open Sans Hebrew Bold'
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #fe8b1f;
    font-family: 'Open Sans Hebrew Bold'
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #fe8b1f;
    font-family: 'Open Sans Hebrew Bold'
}

input[type=text]:focus {
    border-color: #fe8b1f !important;
}

#TopParentCategoriesJobsCountChild {
    position: relative
}

.arrow-back-icon {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}

.TopParentCategoriesJobsCount-Title {
    padding-top: 13px;
    margin: auto;
    font-size: 19px;
    color: #000;
    font-family: 'Open Sans Hebrew Bold';
    line-height: 22px
}

.TopParentCategoriesJobsCount-ch-Header-container,
.TopParentCategoriesJobsCount-Header-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    font-family: 'Open Sans Hebrew Bold';
    font-size: 13px;
    line-height: 16px;
    align-items: center;
    justify-content: center;
    margin: 18px 6px 6px 6px;
    padding: 0px 7px;
}

.TopParentCategoriesJobsCount-Header-item:nth-child(1) {
    flex: 1 1 38%;
    text-align: right;
}

.TopParentCategoriesJobsCount-Header-item:nth-child(2) {
    flex: 1 1 23%;
    text-align: center;
}

.TopParentCategoriesJobsCount-Header-item:nth-child(3) {
    flex: 1 1 39%;
    text-align: center;
}

.TopParentCategoriesJobsCount-ch-Header-item:nth-child(1) {
    flex: 1 1 44%;
    text-align: right;
}

.TopParentCategoriesJobsCount-ch-Header-item:nth-child(2) {
    flex: 1 1 22%;
    text-align: center;
}

.TopParentCategoriesJobsCount-ch-Header-item:nth-child(3) {
    flex: 1 1 34%;
    text-align: center;
    white-space: nowrap
}

.TopParentCategoriesJobsCount-ch-item-container,
.TopParentCategoriesJobsCount-item-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    font-family: 'Open Sans Hebrew';
    font-size: 13px;
    line-height: 16px;
    border-radius: 5px;
    border: solid 1px #dedede;
    height: 43px;
    align-items: center;
    justify-content: center;
    margin: 0px 6px 20px 6px;
    padding: 0px 7px 0px 7px;
}

.TopParentCategoriesJobsCount-item:nth-child(1) {
    flex: 1 1 38%;
    text-align: right;
}

.TopParentCategoriesJobsCount-item:nth-child(2) {
    flex: 1 1 23%;
    text-align: center;
}

.TopParentCategoriesJobsCount-item:nth-child(3) {
    flex: 1 1 29%;
    text-align: center;
}

.TopParentCategoriesJobsCount-item:nth-child(4) {
    flex: 0 1 10%;
    text-align: left;
}

.TopParentCategoriesJobsCount-ch-item:nth-child(1) {
    flex: 1 1 44%;
    text-align: right;
}

.TopParentCategoriesJobsCount-ch-item:nth-child(2) {
    flex: 1 1 22%;
    text-align: center;
}

.TopParentCategoriesJobsCount-ch-item:nth-child(3) {
    flex: 1 1 34%;
    text-align: center;
}

.TopParentCategoriesJobsCount-arr-g {
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #259f00;
}

.TopParentCategoriesJobsCount-arr-r {
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #e80101;
}

.TopParentCategoriesJobsCount-g {
    color: #259f00
}

.TopParentCategoriesJobsCount-r {
    color: #e80101
}

.Article-container {
    padding: 0px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /*justify-content: center;*/
    align-items: center;
    cursor: pointer;
    height: 100%;
    /*margin: 0px 20px;*/
}

.Article-img {
    padding: 10px !important
}

    .Article-img img {
        width: 100%;
        height: 100%;
    }

.Article-mador {
    color: #106ca8;
    font-family: 'Open Sans Hebrew';
    font-size: 14px
}

.Article-title {
    font-family: 'Open Sans Hebrew Bold';
    font-size: 19px;
}

.Article-subtitle {
    font-family: 'Open Sans Hebrew';
    font-size: 16px
}

.Article-btn {
    font-family: 'Open Sans Hebrew Bold';
    width: 110px;
    border-radius: 5px;
    background-color: #106ca8;
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
    padding: 10px;
    background-color: #106ca8;
    box-shadow: 0px 4px 9px 0px;
    color: #0000007d;
}

    .Article-btn:hover {
        background-color: none;
        box-shadow: none
    }

.Article-item {
    /*padding: 0px 20px;*/
    display: flex;
    align-items: center;
    line-height: 21px;
}

    .Article-item:nth-child(1) {
        order: 0;
        flex: 0 1 89px;
        align-self: center;
        width: calc(100% - 20px)
    }

    .Article-item:nth-child(2) {
        order: 0;
        flex: 0 1 25px;
        align-self: center;
    }

    .Article-item:nth-child(3) {
        order: 0;
        flex: 0 1 70px;
        align-self: center;
    }

    .Article-item:nth-child(4) {
        order: 0;
        flex: 0 1 150px;
        align-self: center;
        overflow: auto;
        display: flex;
        align-items: baseline;
    }

    .Article-item:nth-child(5) {
        order: 0;
        flex: 0 1 50px;
        align-self: center;
    }

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

#engine-box-cat-container {
    position: relative;
    z-index: 2
}

#engine-box-cit-container {
    position: relative;
    z-index: 1;
}

.engine-box-filter-list-cat, .engine-box-filter-list-cit {
    position: absolute;
    right: 0px;
    top: 53px;
    width: 99%;
    max-height: 281px;
    border-radius: 5px;
    border: solid 1px #dedede;
    background-color: #ffffff;
    overflow: auto;
}

.engine-box-filter-list-item {
    border-bottom: solid 1px #dedede;
    font-size: 16px;
    color: #000000;
    text-align: right;
    padding: 9px 12px 9px 0px;
    cursor: pointer;
}

    .engine-box-filter-list-item.autocomplete-active {
        background-color: #f1f1f1;
    }

    .engine-box-filter-list-item:hover {
        background-color: #e9e9e9;
    }

#chart-JobsActualChart {
    display: block;
    width: 92%;
    height: 303px;
    margin: 14px auto 0px auto;
    direction: ltr;
}

.contestant-per-category-title {
    padding-top: 14px;
    font-family: 'Open Sans Hebrew Bold';
    font-size: 19px;
    text-align: center;
    line-height: 18px;
}

.contestant-per-category-title-s {
    padding: 10px 0px;
    font-family: 'Open Sans Hebrew';
    font-size: 14px
}

.users-count-found-job-title {
    padding-top: 14px;
    font-family: 'Open Sans Hebrew Bold';
    font-size: 19px;
    text-align: center;
    cursor: pointer
}

.users-count-found-job-title-s {
    font-family: 'Open Sans Hebrew';
    font-size: 16px;
    text-align: center;
    cursor: pointer
}

#chart-UsersCountTotalFoundJob {
    display: block;
    width: 92%;
    height: 320px;
    margin: 25px auto 0px auto;
    direction: ltr;
}

#chart-ContestantPerCategory {
    display: block;
    width: 92%;
    margin: 10px auto 0px auto;
    direction: ltr;
}

#chart-CitiesJobsCountPerMonthChart {
    display: block;
    width: 92%;
    margin: 10px auto 0px auto;
    direction: ltr;
    height: 270px
}

.input-city-clear-x, .input-category-clear-x {
    position: absolute;
    left: 5px;
    top: 19px;
    color: #fe8b1f;
    cursor: pointer;
    display: none;
    background-color: #464646;
    width: 20px;
}

.clmn-smallitem-box-city {
    font-size: 13px;
    line-height: 16px;
    width: 80%;
    margin: auto;
}
