@charset "utf-8";
.genFormMultipleTitle, .genFormTextText{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 8px;
}
.genFormTextText{
    font-size: 16px;
    font-weight: bold;
}

.genFormInputText{
    font-size: 16px;
    height: 40px;
}

textarea.form-control{
    height: 120px;
}

#sendForm .form-group .genFormCheckboxField{
    margin: 0 5px;
}


#sendForm .form-group .iradio_flat-green{
    margin: 10px 15px;

}

.dynamicSubmit{
    display: block;
    font-size: 16px;
    padding: 10px 60px;
    background-color: #1abc9c;
    color: #fff;
    border-radius: 3px;
    border: 2px solid #1abc9c;
    height: max-content;
}

.dynamicSubmit:hover, .dynamicSubmit:focus{
    background-color: #fff;
    color: #1abc9c;
    outline: none;
}

#autocompleteDiv{
    font-size: 18px;
}

#autocompleteDiv:not(:empty){
    border: 1px solid #848484;
    padding: 10px;
    height: 150px;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 3px 3px 4px #0000002e;
}

#autocompleteDiv > div{
    border-bottom: 1px solid #ced4da;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.answerText, .errorMassege{
    margin-top: 50px;
    margin-bottom: 20px;
    color: #18a98d;
    font-size: 29px;
    font-weight: bold;
}

#sendForm{
    margin-top: 30px;
}
.select2-container {
    margin-bottom:14px;
}
.select2-container--default .select2-selection--multiple.form-control,
.form-control{
    max-width: 340px;
    height: 50px;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    border-right: 5px solid #19bd9b;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.select2-container .select2-search--inline .select2-search__field{
    height: 20px;
    line-height:20px;
    font-family:inherit !important;
}
.select2-container .select2-selection--multiple:last-child {
    margin:0;
}
 .form-control:last-child{
    margin-bottom: 14px;
}

.inline-check {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.radio-inline, .checkbox-inline{
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    /*float: left;
    width: 290px;*/
    max-width:90%;
}

.form-control[type=file]{
    height: auto;
}

.form-control[type=file]:invalid ~ label{
    /* background-color: #ea3e3e; */
}

.form-control[type=file]:invalid ~ label:hover, .form-control[type=file]:invalid ~ label:focus{
    background-color: #ea3e85;
}

.file-input-container{
    position: relative;
    width: 340px;
    margin-bottom: 14px;
}

.file-input-container input[type=file]{
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
}

.file-label{
    flex-shrink: 0;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 4px;
    background-color: #19bd9b;
    color: #fff;
    padding: 10px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: background-color 150ms ease;
}

.file-label:hover, .file-label:focus{
    background-color: #ea3e85;
}

.file-input-name{
    display: flex;
    align-items: center;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 47px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#mandatorySign{
  font-size: 12px;
  vertical-align: text-top;
}

.genFormInputTextarea{
    max-height: 200px;
    min-height: 95px;
}

.selectpicker{
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    max-width: 340px;
    height: 50px;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    margin-bottom: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.form-group .select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

/*reference notice */
.notice {
    background: #f7f7f7;
    padding: 15px;
    border-top: 5px solid #19bd9b;
    font-weight: bold;
    font-size: 18px;
    display:inline-block;
    width:100%;
    clear:both;
    margin-bottom:10px;
}
.notice a {
    white-space: nowrap;
}

.file-invalid-error{
    font-size: 14px;
    color: red;
    font-weight: bold;
    align-self: center;
    padding: 5px;
    position: absolute;
    bottom: -20px;
}

.invalid-recaptcha:before{
    color: red;
    font-size: 14px;
    font-weight: bold;
    content: 'נא לסמן שאינך רובוט';
}

.date-input{
    text-align: center;
    position: relative;
}

.date-input[data-empty=true]:before{
    content: attr(placeholder);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/*modal answer text */
.modal-content {
    border-radius:0;
    background: url('/webfiles/icons/popupBg.webp');
    background-size:cover;
    height:500px;
    border:0;   
}
.modal-body {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction:column;
    text-align: center;
}
.modal-body p {
    color: #2C2764;
    font-size:18px;
    margin:0;
}
.modal-body h1,.modal-body h2,.modal-body h3,.modal-body h4,.modal-body h5,.modal-body h6 {
    color: #E3307D;
    font-weight:bold;
    font-size:18px;
    margin:0;
}
.btn-close {
    width: 2em;
    height: 2em;
    background-size: 1.5em;
}
.modal-backdrop.show {
    opacity:0.8;
}
h1{
    font-size: 40px !important;
}

h2{
    font-size: 24px;
}

/* Responsive Video Embed */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoDescription{
    background-color: #1B1B1B;
    padding: 10px;
    font-size: 14px;
    color: #FFF;
    border-top: 1px solid #474747;
}

/* END Responsive Video Embed */


.articlePage .richtext{
    font-size: 18px;
    color: #222222;
    margin-bottom: 20px;
}

.articlePage{
    margin-bottom: 25px;
}

.innerImg{
    position: relative;
    /* max-width: 632px; */
    margin: 0 auto 23px auto;
}

.videoEmbed{
    max-width: 640px;
    margin: 0 auto 23px auto;
}

.videoAndImageDescription{
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 35px;
    padding: 6px 13px 0px 6px;
}


/* Fixing owl carousel for hebrew */
.owl-carousel{
    direction: ltr;
    margin-bottom: 20px;
}

.owl-item img{
    margin: 0 auto;
}
/* END Fixing owl carousel for hebrew */



.eventRegisterButton a, .eventRegisterButton a:visited{
    width: 100%;
    max-width: 340px;
    display: block;
    background-color: #19bd9b;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* azure crm external form */
.marketing-field .lp-form-fieldInput{
    max-width: 340px;
    height: 50px;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    margin-bottom: 0px;
    border-right: 5px solid #19bd9b;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.marketing-field .lp-form-fieldInput:focus{
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

.marketing-field .lp-form-fieldInput[type=checkbox]{
    margin-inline-end: 10px;
    width: 20px;
    height:30px;
}

.marketing-field .lp-form-field label{
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 8px;
}

.lp-form-button{
    display: block;
    font-size: 16px;
    padding: 10px 60px;
    background-color: #1abc9c;
    color: #fff;
    border-radius: 3px;
    border: 2px solid #1abc9c;
    height: max-content;
}

.lp-form-button:hover, .lp-form-button:focus{
    background-color: #fff;
    color: #1abc9c;
    outline: none;
}
/* end azure crm external form */

table th {
    background:#1abc9c;
    color:#fff;
    padding:5px;
}
table td {
    border-bottom: 1px solid #eee;
    padding:5px;
}
tr:nth-child(odd) {
    background: #fafafa;
}
/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .videoAndImageDescription{
        height: inherit;
        padding-bottom: 5px;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){

}
