.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6, .main-header .logo{
    font-family: 'Open Sans Hebrew';
}
.clear{
    clear: both;
}
.skin-zofim .main-header .navbar {
    background-color: #367757;
}
.skin-zofim .main-sidebar {
    background-color: #509674;
}

.main-header {
    position: fixed;
    max-height: 100px;
    z-index: 1030;
    width: 100%;
}

.display-table{
    display: table;
}

a:active, a:focus, a:hover{
    color: #ffd203;
}

.main-header a.logo {
    background-color: #509674;
    border-bottom: 1px solid #50a77d;
}

.main-header .logo, .sidebar-toggle{
    color: #fff;
}

.user-panel>.image>img{
    border:0;
}

.notifications-menu a{
    color: #fff;
}

.box-header .box-title, .box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
    display: inline-block;
    font-size: 26px;
    margin: 0;
    line-height: 1;
}

.form-group label {
    font-weight: 500;
    font-size: 17px;
}

.form-element .form-control select{
    border: 1px solid rgba(0,0,0,.15) ;
}

.box, .content-header, .submit-box{
    width: auto;
    max-width: 768px;
    margin: 0 auto;
}

.box{
    margin-bottom: 25px;
}

.medical-issue-other{
    display: none;
}

.thank-you{
    text-align: center;
    display: none;
}

.file-selected{
    display: none;
    color: #367757;
    font-weight: bold;
    padding: 5px 0;
}

.personal-data-form{
    display: none;
}

.slimScroll{
    border: 1px solid #d2d6de;/* 
    height: 152px;
    overflow-y: scroll; */
    padding: 9px;
}

[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

[type=radio] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}


span.no-error, label.no-error{
    color: #212529 !important;
}
button[type="submit"]{
    float: right;
}
.ajax{
    float: right;
    width: 32px;
    height: 32px;
    background-image: url(../images/ajax.gif);
    background-size: contain;
    display: none;
    margin: 0 10px;
}

td {
    border: 1px solid #d8d8d8;
    padding: 7px 12px;
}

.account-list {
    margin: 0 auto;
    display: none;
    max-width: 1024px;
}

td a{
    text-decoration: underline;
}

.abilities-table td:nth-child(1), .abilities-table td:nth-child(2), .abilities-table td:nth-child(4) {
    width: 21%;
}

.abilities-table .help-block,
.general-suggestion-table .help-block{
    color: red;
    padding-top: 5px;
}

.form-group .radio {
    float: right;
    overflow: hidden;
    /* position: relative; */
    display: table;
}
.form-group .radio label{
    font-size: 15px;
}

[type=radio]:checked+label, [type=radio]:not(:checked)+label {
    font-weight: 400;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    padding-right: 25px;
    margin-left: 12px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type=radio]+label:after, [type=radio]+label:before {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
}

.abilities-table .form-group label {
    font-size: 14px;
}

.abilities-table tbody td:nth-child(1){
    font-weight: bold;
}
.table-container {
   overflow-x: auto;
}
#account_list {
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
}
#account_list thead{
    font-weight: bold;
}

.fake-thead{
    display: none;
}

tr.exists {
    font-style: italic;
    color: #969595;
}

.passport-image{
    position: absolute;
    width: 120px;
    top: 81px;
    left: 0;
}

#netivim-table{
    text-align: center;
    max-width: 100%;
    width: 100%;
}

#netivim-table thead{
    font-weight: bold;
}

td span:first-child {
    display: block;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 7px;
}
td span:nth-child(2) {
    display: block;
    padding-top: 7px;
}

.double-td{
    padding-left: 0;
    padding-right: 0;
}

.double-td span{
    padding: 0 12px;
}

#hagshama_table{
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 13px;
}

#hagshama_table thead{
    font-weight: bold;
}

#hagshama_table td:nth-child(1), #hagshama_table td:nth-child(2), #hagshama_table td:nth-child(3){
    width: 15%;
}

#hagshama_table td:nth-child(4){
    width: 55%;
}

.hagshama-questions{
    display: none;
}

.submit-hagshama{
    display: none;
}

.hide-for-desktop{
    display: none;
}

.index-page-container{
    max-width: 1170px;
    margin: 0 auto;
}

.rating-columns{
    width: 450px;
    min-height: 200px;
    display: flex;
}
.rating-columns .rating-column{
    width: 50%;
    height: 100%;
    min-height: 200px;
    margin: 0 2%;
    box-sizing: border-box;
}
.rating-columns ul{
    margin: 10px 0;
    min-height: 200px;
    height: 100%;
    padding: 1px 0px;
    position: relative;
}
.rating-column #selections {
    background-color: rgba(95, 158, 223, 0.2);
    list-style: decimal;
    padding: 8px 35px 8px 11px;
    border: 1px solid rgb(198, 209, 220);
    line-height: 1.4;
}
.rating-column #selections li{
    cursor: move;
    padding-bottom: 3px;
}
.rating-column #options{
    list-style: none;
    background-color: #f9f9f9;
}
.rating-column #options li{
    color: #fff;
    margin: 8px 22px 8px 7px;
    padding: 5px 10px;
    position: relative;
    cursor: move;
    min-width: 10px;
    background-color: #5F9EDF;
    text-align: center;
}
span.ion-arrow-move {
    position: absolute;
    top: 4px;
    right: -18px;
    font-size: 1rem;
    color: #000;
}
.rating-column #selections .ion-arrow-move {
    display: none;
}
#selections.empty:after {
    content: 'גררו אפשרות מרשימת האפשרויות';
    position: absolute;
    width: 100%;
    text-align: center;
    color: #a5a5a5;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    padding: 0 10px;
}
#options.empty:after {
    content: 'אין אפשרויות נוספות';
    position: absolute;
    width: 100%;
    text-align: center;
    color: #a5a5a5;
    transform: translateY(-50%);
    top: 50%;
    padding: 0 4px;
}
.options-tracks-rating,
.options-regions-rating{
    margin-bottom: 40px;
    width: 600px;
}

.options-regions-rating.rating-columns .rating-column{
    height: 700px;
}
.options-tracks-rating #options li .form-group,
.options-regions-rating #options li .form-group{
    display: none;
}
.options-tracks-rating #selections li .form-group,
.options-regions-rating #selections li .form-group{
    display: block;
}

.submit-options-tracks, .options-tracks-screen-2,
.submit-options-regions, .options-regions-screen-2{
    display: none;
}

.interested-information.form-group .radio{
    margin: 0;
}
.forgot-pass{
    float: left;
    padding-top: 12px;
    text-decoration: underline;
}

.skills-list .checkbox, .languages .checkbox{
    width: 50%;
    float: right;
    margin: 5px 0;
}
.communes-table{
    width: 100%;
}

.skills-list .help-block,
.options-radio .help-block{
    display: none;
}

.skills-list.has-error .help-block,
.options-radio.has-error .help-block{
    display: block;
}

.pnimiot-options .help-block,
.options-radio .help-block{
    color: red;
}

.pnimiot-options.inactive{
    opacity: 0.3;
    pointer-events: none;
}

@media all and (max-width: 768px){
    .passport-image{
        display: none;
    }
    .hide-for-desktop{
        display: inline-block;
        font-weight: bold;
    }
    .abilities-table table, .abilities-table tr, .abilities-table td {
        display: block;
        width: 100% !important;
        border-bottom: 1px solid #d8d8d8;
    }
    .abilities-table td{
        padding: 16px 5px;
        border-bottom: 1px;
    }
    .general-suggestion-table thead{
        display: none;
    }
    .hagshama-table-container thead{
        display: none;
    }
    
    .abilities-table tr.text{
        margin-bottom: 6px;
    }

    .abilities-table tr.text td{
        border-top: 0;
    }

    .form-group .radio{
        float: none;
        margin: 0 auto;
    }

    .general-suggestion-table table, .general-suggestion-table tbody, .general-suggestion-table tr, .general-suggestion-table td {
        display: block;
        float: right;
    }

    .general-suggestion-table td:not(.fake-thead) {
        width: 50%;
        height: 50px;
        float: right;
    }
    

    .hagshama-table-container table, .hagshama-table-container tbody, .hagshama-table-container tr, .hagshama-table-container td {
        display: block;
        float: right;
    }

    #hagshama_table td{
        width: 100% !important;
        border-bottom: 0;
    }

    #hagshama_table{
        border-bottom: 1px solid #d8d8d8;
    }

    .fake-thead {
        display: block;
        width: 50%;
        padding: 8px 11px;
        height: 100px;
    }
    .rating-columns {
        width: 100%;
        display: table;
    }
    .rating-columns .rating-column {
        width: 80%;
        height: 100%;
        min-height: 200px;
        margin: 0 10% 20px;
        box-sizing: border-box;
    }

    .skills-list .checkbox{
        width: 100%;
        float: none;
        margin: 0;
    }

    .skills-list .checkbox label, .languages .checkbox label{
        font-size: 14px;
        padding-left: 0 !important;
    }

    .options-regions-rating.rating-columns .rating-column{
        height: auto;
    }
}