@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;
}
/*Base setings page*/  
.institute-page{
    text-align: start;
    margin-bottom: 25px;
}
.institute-page .sepLine{
    width: 100%;
    height: 1px;
    background-color: #C4C2C1;
    margin-bottom: 10px;
}
.institute-page .richtext{
    font-size: 18px;
    color: #222222;
    margin-bottom: 20px;
}
a, a:visited {
    color: #1ABC9C;
    transition: all 0.2s ease;
}

.institute-page .richtext h1{
    font-size: 40px ;
}

.institute-page .richtext h2{
    font-size: 26px ;
}
.itemIcon i {
    font-size: 30px;
    color: #ffffff;
}
a h3, 
a:visited h3 {
    text-decoration: none;
    color: #222222;
}
a:hover h3{
    color: #19bd9b;
}


.institute-page a:hover{
    text-decoration: none;
}

.institute-page .innerImg{
    position: relative;
    max-width: 632px;
    margin: 0 auto 23px auto;
}
/*Title Page*/
.institute-page .title-page{
    padding-bottom: 1px;
    background-color: #f0f0f0;
    border-radius: 5px 5px 0 0;
    width: 100%;
}
.institute-page .title-page h1{
    color: #232323;
    padding: 18px 16px;
    margin: 0px;
    font-size: 33px;
}
/*Content*/
.box-border{
    border-radius:0 0 5px 5px;
    border: 1px solid #f0f0f0;
    padding: 15px 15px 30px 15px;
    margin-bottom: 30px;
    overflow-wrap: anywhere;
}
.half-box-one{
    border-left: 1px solid #f0f0f0;
}
.half-box-one ,.half-box{
    font-size: 16px;
    color: #333333;
}
.half-box{
    padding-right: 15px ;
}
/*Button page*/
.event-register-button{
    width: auto;
    margin-bottom: 20px;
    text-align: center;
    width:40%;
}
.event-register-button a.btn, .event-register-button a.btn:visited{
    background-color: #19bd9b;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100%;
    display:inline-block;
}
.event-register-button a.btn.blueBtn {
    background-color:#161e72;
}
.buttons-wrapper {
    border-top:1px solid #f1f1f1;
}
.event-register-button a.btn:hover,
.event-register-button a.btn:focus,
.event-register-button a.btn:active{
    background-color: #34495e;
}
.event-register-button a.btn.blueBtn:hover,
.event-register-button a.btn.blueBtn:focus,
.event-register-button a.btn.blueBtn:active {
    background-color:#ea3d84;
}
.event-register-button a.subtxt {
    font-weight:bold;
    color:#000;
    display:inline-flex;
    margin-top:10px;
}
.event-register-button a.subtxt:hover {
    color:rgb(52, 73, 94);
}
.doctors-title{
    margin-bottom: 20px;
    text-align: center;
}

/*search Box Button*/ 
.searchBoxButton {
    background-color: #17bd99;
    padding: 12px 16px;
    color: #ffffff;
    font-size: 16px;
    text-align: -webkit-center;
    display: table-cell;
    cursor: pointer;
    border-radius: inherit!important;
    -webkit-border-top-left-radius: 5px!important;
    -webkit-border-bottom-left-radius: 5px!important;
    -moz-border-radius-topleft: 5px!important;
    -moz-border-radius-bottomleft: 5px!important;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;

}
.searchRow {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
    display: table;
    width: 100%;
    text-align:center;
}
.searchBox {
    padding: 0 10px;
    height: 60px;
    color: #16274d;
    font-size: 16px;
    border: 1px solid #c1c1c1;
    -webkit-box-shadow: inset 0 0 5px 0 #d9d8d6;
    box-shadow: inset 0 0 5px 0 #d9d8d6;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
}

.institute-page .mapLink{
    color: #1abc9c;
    font-size: 16px;
    display: inline-block;
}

.institute-page .locationTitle{
    display: inline-block;
    margin-left: 7px;
}

.institute-page h2{
    margin-bottom: 14px;
}

h2.clinicTeamTitle{
    text-align: center;
    margin-bottom: 25px;
}

.showMoreButton{
    margin-bottom: 20px;
    padding-top: 0px;
    width: 100%;
    max-width: 256px;
    background-color: #fff;
}

.infoCircle{
    background-color: #14a6cb;
    display: table-cell;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.infoCircle svg{
    width: 32px;
    height: 32px;
}

.infoCircle *{
    fill: #fff;
}

h3.infoText{
    display: table-cell;
    vertical-align: middle;
    color: #222222;
    padding-right: 70px;
}

.infoWrap{
    display: table;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ececec;
}

.infoWrap:hover .infoCircle{
    background-color: #34495e;
}

.itemIcon{
    background-color: #19bd9b;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h5{
    font-size: 16px;
}

.itemText{
    display: flex;
    align-items: center;
    height: 60px;
}

.wazeLink{
	display: none;
}

.title-link{
    display: none;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}

.icon-waze{
	width: 40px;
    height: 40px;
    max-width:40px;
    max-height:40px;
}
.institute-page .doctors-slider > .item{
    border-bottom: none;
}

a.labs-ticker-title{
    font-size: 24px;
    padding-bottom: 1px;
    background-color: #f0f0f0;
    border-radius: 5px 5px 0 0;
    padding: 18px 16px;
    width: 100%;
    display: inline-block;
    color: #333;
    font-weight: bold;
}
a.labs-ticker-title:hover {
    color: #17bd99;
}
.news-ticker{
    border: 1px solid #f0f0f0;
    padding: 0 10px;
    margin-bottom: 10px;
    border-radius: 0 0 5px 5px;
    height: 350px;
    overflow: hidden;
}
.news-ticker .vm-container{
    padding: 0 10px;
    width: 100%;
}
.news-item{
    border-top: 2px solid #2bb99b;
    background-color: #f7f7f7;
    color: #333333;
    padding: 15px;
    margin-bottom: 12px;
    direction: rtl;
}
.news-ticker:hover{
    cursor: grab;
}
.news-ticker:active{
    cursor: grabbing;
}
.news-item-title{
    font-size: 24px;
    color: #161e72;
}
.news-item-content{
    font-size: 16px;
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .infoCol{
        margin-bottom: 15px;
        border-bottom: 1px solid #c7c7c7;
        padding-bottom: 15px;
        border-left: 0px;
    }
    .galleryArrowLeft{
        left: -15px;
    }
    .galleryArrowRight{
        right: -15px;
    }
   
    .half-box-one{
        border-left: none;
    }
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .wazeLink{
        width: 100%;
        display: block;
        text-align: center;
    }

    .title-link{
        display: block;
        font-size: 16px;
        color: #000;
        font-weight: 600;
        margin-bottom: 5px;
        width: 100%;
        text-align: center;
    }

    .icon-waze{
        width: 40px;
        height: 40px;
        max-width:40px;
        max-height:40px;
        display: block;
        margin: 0 auto;
    }
    .event-register-button{
        width:100%;
    }

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    h3.infoText{
        padding-right: 20px;
    }
}
