@media screen and (min-width: 992px) {
    .desktop {
        display: block !important;
    }
    .mobile {
        display: none !important;
    }
}
@media screen and (max-width: 991px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}

img {
    max-width: 100%;
}


.form-group .checkbox label, .form-group .radio label, .form-group label, .form-group option {
    color: black;
}
.bgBlue .form-group .checkbox label, .bgBlue .form-group .radio label, .bgBlue .form-group label, .bgBlue .form-control {
    color: white;
}


[lang=he] label {
    left: auto;
    right: 0;
}


[lang=he] .inputFeedbacksCont {
    right: auto;
    left: 0;
}


.form-control-feedback {
    display: none;
    right: 5px;
    left: auto;
}
.has-success.has-feedback .form-control-feedback.glyphicon-ok {
    display: block;
}
.has-warning.has-feedback .form-control-feedback.glyphicon-warning-sign {
    display: block;
}
.has-error.has-feedback .form-control-feedback.glyphicon-remove {
    display: block;
}




.ui-selectmenu-button {
    height: 34px;
    line-height: 20px;
}
.ui-selectmenu-icon.ui-icon {
    margin-top: 2px;
}



.bottomFixed {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


.nowrap {
    white-space: nowrap;
}