﻿/*LESS Variables*/
@font-face {
  font-family: 'assistant';
  font-weight: 400;
  font-style: normal;
  src: url('/Themes/fonts/Assistant-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'assistant';
  font-weight: 700;
  font-style: normal;
  src: url('/Themes/fonts/Assistant-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'assistant';
  font-weight: 800;
  font-style: normal;
  src: url('/Themes/fonts/Assistant-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'assistant';
  font-weight: 200;
  font-style: normal;
  src: url('/Themes/fonts/Assistant-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'assistant';
  font-weight: 300;
  font-style: normal;
  src: url('/Themes/fonts/Assistant-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'assistant';
  font-weight: 600;
  font-style: normal;
  src: url('/Themes/fonts/Assistant-SemiBold.ttf') format('truetype');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0;*/

  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.ComponentText {
  display: none;
}
/* HTML5 Display-Role Reset For Older Browsers */
article,
aside,
details,
figcaption,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
blockquote {
  display: block;
}
/*--------------------------------------*/
/*----------------Layout----------------*/
/*--------------------------------------*/
html {
  overflow-x: hidden;
  min-height: 100%;
}
body {
  color: #555555;
  font-family: Arial, Helvetica, sans-serif;
  direction: rtl;
  min-height: 100%;
}
/*.wrapper { min-width: 1024px; overflow: hidden; margin-right: 10px; background-color: #fff; }*/
/*--------------------------------------*/
/*----------------List-----------------*/
/*--------------------------------------*/
ol {
  list-style-type: decimal;
}
ul {
  list-style-type: disc;
}
ul ul {
  list-style: circle;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
blockquote,
q {
  quotes: none;
}
ins {
  text-decoration: underline;
}
del {
  text-decoration: line-through;
}
mark {
  background: none;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
a img {
  vertical-align: middle;
}
/*--------------------------------------*/
/*----------------Table-----------------*/
/*--------------------------------------*/
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  text-align: right;
}
/*--------------------------------------*/
/*----------------Form------------------*/
/*--------------------------------------*/
input[type="text"],
input[type="password"],
textarea {
  padding: 0 5px;
  text-align: right;
}
select {
  border: solid 1px #afafaf;
}
select,
input[type="text"] {
  text-align: right;
  direction: rtl;
  outline-color: transparent;
}
input[type="submit"],
input[type="button"],
input[type="file"],
button {
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
input,
select {
  vertical-align: middle;
}
.checkbox,
.radio {
  float: right;
  margin-left: 5px;
  margin-top: 1px;
}
/*--------------------------------------*/
/*----------------Clear-----------------*/
/*--------------------------------------*/
.clear-right {
  clear: right;
}
.clear-left {
  clear: left;
}
.clear-both {
  clear: both;
}
/*--------------------------------------*/
/*----------------Float-----------------*/
/*--------------------------------------*/
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.float-none {
  float: none !important;
}
/*--------------------------------------*/
/*---------------Position---------------*/
/*--------------------------------------*/
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.no-border {
  border: medium none !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
.center {
  margin: 0 auto;
}
/*--------------------------------------*/
/*---------------Display----------------*/
/*--------------------------------------*/
.block {
  display: block !important;
}
.none {
  display: none !important;
}
.visibile {
  visibility: visible !important;
}
.hidden {
  visibility: hidden !important;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.inline-block {
  display: inline-block;
}
/*--------------------------------------*/
/*----------------Text------------------*/
/*--------------------------------------*/
.text-right {
  text-align: right;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left;
}
.ver-top {
  vertical-align: top !important;
}
.ver-middle {
  vertical-align: middle !important;
}
.ver-bottom {
  vertical-align: bottom !important;
}
.ver-super {
  vertical-align: super !important;
}
.line {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
/*--------------------------------------*/
/*--------------Direction---------------*/
/*--------------------------------------*/
.rtl {
  direction: rtl;
}
.ltr {
  direction: ltr;
}
/*--------------------------------------*/
/*--------------Font Size---------------*/
/*--------------------------------------*/
.fs8 {
  font-size: 8px !important;
}
.fs9 {
  font-size: 9px !important;
}
.fs10 {
  font-size: 10px !important;
}
.fs11 {
  font-size: 11px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs28 {
  font-size: 28px !important;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  text-align: right;
  direction: rtl ;
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  font: normal 2em Arial, Helvetica, sans-serif;
}
h2 {
  font: normal 26px/31px Arial, Helvetica, sans-serif;
}
h3 {
  font: normal 24px/1 Arial, Helvetica, sans-serif;
}
h4 {
  font: bold 16px/1.5 Arial, Helvetica, sans-serif;
}
h5 {
  font: normal 22px/1 Arial, Helvetica, sans-serif;
}
h6 {
  font: normal 18px/1 Arial, Helvetica, sans-serif;
}
a {
  color: #555555;
  text-decoration: none;
  cursor: pointer;
  text-align: right;
}
a:hover {
  text-decoration: none;
}
.valid {
  color: red;
}
.leftColumn,
.rightColumn {
  min-height: 200px;
}
.overflowHid {
  overflow: hidden;
}
#CenterColumnBottom,
#CenterColumn {
  overflow: hidden;
  clear: both;
}
#CenterColumnBottom {
  padding-top: 25px;
  padding-bottom: 10px;
}
#CenterColumnBottom > div {
  float: right;
}
#CenterColumn > div {
  float: right;
}
.greyBg {
  background: #ededed;
  position: absolute;
  z-index: -1;
  width: 100%;
  border-top: 2px solid #ccc;
  -webkit-box-shadow: inset 0px 6px 26px 0px #cccccc, 0px 3px 10px 0px #cccccc;
  box-shadow: inset 0px 6px 26px 0px #cccccc, 0px 3px 10px 0px #cccccc;
}
.widthSet {
  width: 100%;
  max-width: 1000px;
  /*overflow: hidden;*/
}
input[type="text"],
input[type="number"],
select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 1px 1px 0px #dddddd;
  -moz-box-shadow: 0px 1px 1px 0px #dddddd;
  -webkit-box-shadow: 0px 1px 1px 0px #dddddd;
}
textarea {
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 1px 1px 0px #dddddd;
  -moz-box-shadow: 0px 1px 1px 0px #dddddd;
  -webkit-box-shadow: 0px 1px 1px 0px #dddddd;
}
.mandatory {
  color: red;
  width: 5px;
  float: right;
  margin-left: 2px;
}
.greenArrow {
  width: 15px;
  height: 12px;
  display: block;
  background: url(/images/greenArrow.png) no-repeat left 0;
  position: absolute;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  padding: 5px 0 5px 5px;
  background: #fff;
  direction: rtl;
  border: 1px solid #d3d3d3;
}
.hide {
  display: none;
}
.generalBtn {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #ffffff !important;
  font-size: 1.1em;
  padding: 9px;
  text-align: center;
  cursor: pointer;
}
.generalBtn a:hover {
  text-decoration: none !important;
}
.disableBtn {
  cursor: default !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* Shay 18-05-2016 */
.searchResultTest {
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1%;
}
.searchResultTest:hover {
  background-color: #f3fafd;
}
.searchResultTest .headerSearch {
  font-family: Arial;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 1%;
  font-size: 1.1em;
  font-weight: bold;
  color: #064588;
  max-width: 90%;
}
.searchResultTest .headerSearch a {
  color: #064588;
}
.searchResultTest .headerSearch:hover {
  text-decoration: underline;
}
.searchResultTest .descriptionSearch {
  margin-right: 10px;
  margin-bottom: 0.5%;
  font-size: 1em;
  color: #555555;
  display: block;
  max-width: 90%;
}
.searchResultTest .linkSearch {
  margin-right: 10px;
  font-size: 0.9em;
  color: #086BD4;
  max-width: 90%;
}
.searchResultTest .linkSearch a {
  color: #086BD4;
}
.searchResultTest .leftArrowSearch {
  background: url('/images/Green_Arrow_Zakaut.png') no-repeat -8px -34px;
  width: 25px;
  height: 35px;
  top: 30%;
  left: 2%;
  position: absolute;
}
.searchResultTest .leftArrowSearch a {
  display: block;
  width: 26px;
  height: 38px;
}
.SearchMedicalCenters .accessibilityDiv {
  display: none;
  margin-top: 65px;
}
.SearchMedicalCenters .accessibilityDiv .checkbox {
  margin-top: 0px;
}
.SearchMedicalCenters .accessibilityDiv .accessibilityLbl {
  float: right;
  display: inline-block;
  margin-left: 10px;
}
.ltrDoctorLicense {
  font-size: 15px;
}
.multiAddress {
  line-height: 26px;
  margin-right: 5px;
}
.addressIcon {
  background: url(/images/Arrows.png) -64px 3px no-repeat !important;
}
.expertsPhone {
  text-align: left;
  direction: ltr;
  width: 35%;
}
.expertsPaymentType {
  width: 11% !important;
}
.expertsRemarks {
  width: 22%;
}
.expertiseDiv {
  min-width: 75px !important;
}
.ddlSurgeryGroupsEnabled {
  background-color: white;
}
.ddlSurgeryGroupsDisabled {
  background-color: #ebebe4;
}
.PregnancyCalculator .congratulationDiv {
  display: none;
}
.PregnancyCalculator .currentWeekDetails {
  display: inline-block;
}
.PregnancyCalculator .monthAndThird {
  display: inline-block;
}
.PregnancyCalculator .currentWeekLink {
  color: blue;
  text-decoration: underline;
}
.PregnancyCalculator .birth {
  display: none;
}
.PregnancyCalculator .dateError {
  display: none;
}
.PregnancyCalculator #cal {
  background: url(/images/cal.png) no-repeat left center;
  background-size: 20px;
  height: 25px;
  width: 200px;
  cursor: pointer;
}
.PregnancyCalculator #cal::-ms-clear {
  display: none;
}
.PregnancyCalculator .dateText {
  font-weight: bold;
}
.ui-textpopup-box {
  z-index: 100;
}
.ui-textpopup-box .ui-corner-top > .ui-state-default {
  color: black !important;
}
.ui-textpopup-box .ui-corner-top > .ui-state-default.ui-state-hover {
  color: black !important;
}
.ui-textpopup-box .ui-state-active a {
  color: #828282 !important;
}
.ui-textpopup-box .ui-state-active:hover {
  color: #828282 !important;
}
.ui-textpopup-box .ui-widget-header {
  border-color: #aed0ea !important;
}
.ui-textpopup-box .ui-state-hover,
.ui-textpopup-box .ui-widget-content .ui-state-hover,
.ui-textpopup-box .ui-widget-header .ui-state-hover,
.ui-textpopup-box .ui-state-focus,
.ui-textpopup-box .ui-widget-content .ui-state-focus,
.ui-textpopup-box .ui-widget-header .ui-state-focus {
  background-color: #deedf7 !important;
  color: #1c94c4 !important;
  border: 1px solid #cccccc !important;
}
.ui-textpopup-box .ui-widget-header {
  border: 1px solid #aed0ea;
  background: #deedf7 url(/static/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-textpopup-box .ui-state-active,
.ui-textpopup-box .ui-widget-content .ui-state-active,
.ui-textpopup-box .ui-widget-header .ui-state-active {
  border: 1px solid #deedf7;
  background: #ffffff url(/static/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #aed0ea;
}
.ui-textpopup-box .ui-state-active a,
.ui-textpopup-box .ui-state-active a:link,
.ui-textpopup-box .ui-state-active a:visited {
  color: #aed0ea;
  text-decoration: none;
}
.PregnancyWeeksSlider {
  margin-top: 20px;
  margin-bottom: 30px;
}
.PregnancyWeeksSlider .sliderHeader {
  margin-bottom: 30px;
}
.PregnancyWeeksSlider .lslide {
  text-align: center !important;
}
.PregnancyWeeksSlider .sliderWrapper {
  width: 300px;
  margin-right: 40px;
}
.PregnancyWeeksSlider .light-slider {
  height: 30px;
}
.PregnancyWeeksSlider .slideArrow {
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
  position: absolute;
  background-repeat: no-repeat;
  width: 31px;
  height: 23px;
  display: inline-block;
  background-size: contain;
}
.PregnancyWeeksSlider .prevArrow {
  top: 1px;
  left: -25px;
  background-image: url('/images/arrowLeft.png');
}
.PregnancyWeeksSlider .nextArrow {
  right: -45px;
  top: 1px;
  background-image: url('/images/arrowRight.png');
}
.PregnancyWeeksSlider .slideArrow:hover {
  opacity: 1;
}
.PregnancyWeeksSlider .active a .tooltiptext {
  visibility: hidden;
  width: 30px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  margin-bottom: -60px;
  opacity: 0;
  transition: opacity 1s;
}
.PregnancyWeeksSlider .active .tooltiptext::after {
  content: "";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.PregnancyWeeksSlider .active a:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.PregnancyWeeksSlider .activeBlue a {
  color: #064588;
}
.BlueBtn {
  background: #0154A4;
  box-shadow: inset 0 0 2px 1px #356aa0;
  -moz-box-shadow: inset 0 0 2px 1px #356aa0;
  -webkit-box-shadow: inset 0 0 2px 1px #356aa0;
}
.GreyBtn {
  background: #505559;
}
.lightBlue {
  background-color: #e0f3fa;
  border: 1px solid #E9E9E9;
}
.white {
  background-color: #fff;
}
span.blue {
  color: #356AA0;
}
span.green {
  color: #007d3e;
}
span.red {
  color: red;
}
a,
.ui-autocomplete,
div {
  -webkit-tap-highlight-color: transparent;
}
.EmergencyErrorMessage {
  color: red;
}
/*.ui-corner-all{

	width: 400px !important;
	left: 48.5% !important;
}*/
.formsAutoBox {
  width: 50%;
}
/*footer*/
footer {
  margin-top: 20px;
  clear: both;
  overflow: hidden;
}
footer .footer ul {
  list-style-type: none;
  text-align: center;
}
footer .footer ul li {
  display: inline;
}
footer .footer ul li a {
  color: #102B4B;
  font-family: Assistant;
  font-size: 14px;
  padding: 0 5px;
  border-left: 1px solid #102B4B;
}
footer .footer ul li a:hover {
  text-decoration: underline;
}
footer .footer ul li:last-child a {
  border-left: 0;
}
/*Social*/
.socialIcons {
  list-style-type: none;
  float: left;
}
.socialIcons li {
  padding: 0 5px;
  border-right: 1px solid #e8e8e8;
  float: left;
}
.socialIcons li a {
  color: #356a9f;
  font-size: 14px;
  margin: 0 3px;
}
.socialIcons li a:hover {
  text-decoration: underline;
}
.socialIcons li a span {
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-left: 3px;
  vertical-align: -2px;
}
.socialIcons li a span.send {
  background: url(/images/socialIcons.png) no-repeat 0 0;
}
.socialIcons li a span.print {
  background: url(/images/socialIcons.png) no-repeat -18px 0;
}
.socialIcons li.shareFB {
  border-left: 1px solid #e8e8e8;
  border-right: 0;
}
.socialIcons li.shareFB .alt {
  display: none;
  position: absolute;
  bottom: -18px;
  left: 25px;
  border: 1px solid #ccc;
  background: #FAFAFA;
  text-align: center;
  font-size: 10px;
  box-shadow: 2px 2px 2px 1px #999;
  border-radius: 2px;
  padding: 2px;
}
.sendFriendPopup {
  width: 32%;
  min-width: 300px;
}
.sendFriendPopup .sendFormWrapper {
  width: 92%;
  margin-right: 20px;
}
.sendFriendPopup .sendFormWrapper .form-group {
  overflow: hidden;
  margin-bottom: 10px;
}
.sendFriendPopup .sendFormWrapper label {
  float: right;
  margin-top: 3px;
  width: 140px;
}
.sendFriendPopup .sendFormWrapper .BlueBtn {
  padding: 6px 15px;
}
/*breadCrumbs*/
.breadCrumbs {
  float: right;
  text-align: right;
  margin-bottom: 20px;
  width: 385px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.breadCrumbs a {
  font-size: 15px;
  color: #356a9f;
  margin: 0 3px;
}
.breadCrumbs a:hover {
  text-decoration: underline;
}
.breadCrumbs span {
  font-size: 15px;
  margin: 0 3px;
}
/*Inner Page Title*/
.innerPageTitle {
  position: relative;
  min-height: 50px !important;
  margin-bottom: 20px;
  box-shadow: 1px 1px 20px 0 #dddddd;
  -moz-box-shadow: 1px 1px 20px 0 #dddddd;
  -webkit-box-shadow: 1px 1px 20px 0 #dddddd;
}
.innerPageTitle img {
  width: 100%;
  height: auto;
  min-height: 65px;
}
.innerPageTitle h1 {
  width: 100%;
  position: absolute;
  bottom: -1px;
  right: 0;
  padding: 0.5% 0;
  color: #356aa0;
  background: url(/images/titleBg.png) repeat-x;
  line-height: 1.2;
}
.innerPageTitle h1 span {
  display: block;
  margin: 0 auto;
}
.innerPageTitle .feather {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #ffffff 100%);
}
/*Slider - homepage*/
.Slider {
  width: 73.5%;
  max-height: 291px;
  background: #ededed;
}
.Slider .flexslider {
  border: 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  min-height: 135px;
}
.Slider .flexslider .slides li {
  opacity: 0;
}
.Slider .flexslider .slides li a:focus {
  outline: 1px solid #4D90FE;
}
.Slider .flex-caption {
  width: 50%;
  /*height: 210px;*/
  position: absolute;
  top: 10%;
  right: 4%;
  font-size: 20px;
}
.Slider .flex-caption h3 {
  margin-top: 10px;
  font-size: 20px;
  color: #333;
}
.Slider .flex-caption h3:first-child {
  font-weight: bold;
}
.Slider .flex-caption p {
  font-size: 16px;
  margin-top: 3%;
}
.Slider .flex-caption span.readMore {
  color: #48aa27;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
.Slider .flex-control-nav {
  z-index: 9;
}
.Slider .flex-control-nav a:focus {
  outline: 1px solid #4D90FE;
}
/*Carousel - Inner page*/
.Carousel {
  margin-bottom: 20px;
}
.Carousel .flexslider {
  border: 0;
}
.Carousel .flexslider .slides {
  min-height: 415px;
  margin-right: 0;
}
.Carousel h2 {
  font-size: 2.3em;
  font-weight: bold;
  margin-bottom: 10px;
}
.Carousel .flex-caption {
  display: block;
  background: #414141;
  color: #ffffff;
  padding: 1.2% 2%;
  border-top: 1px solid #ffffff;
  text-decoration: none;
}
.Carousel .flex-caption p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.Carousel .flex-caption h3 {
  margin-bottom: 5px;
  margin-top: 0;
}
.Carousel .flex-direction-nav .flex-prev {
  height: 84px;
  width: 55px;
  background: url(/images/carouselArrows.png) left 0 no-repeat;
  left: 0;
  top: 150px;
}
.Carousel .flex-direction-nav .flex-next {
  height: 84px;
  width: 55px;
  background: url(/images/carouselArrows.png) right 0 no-repeat;
  right: 0;
  top: 150px;
}
/*Login*/
.LoginWrapper {
  width: 24.8%;
  max-height: 359px;
  float: left !important;
}
.pageHeaderRow .LoginWrapper {
  position: absolute;
  left: 0;
  z-index: 9;
}
.pageHeaderRow .LoginWrapper .openTab {
  display: block;
}
.pageHeaderRow .LoginWrapper .Login {
  background: none #D8F0FA;
}
.pageHeaderRow .LoginWrapper .iframeWrapper {
  height: 0px;
  overflow: hidden;
  box-shadow: 1px 0px 4px 0 #cccccc;
  -moz-box-shadow: 1px 0px 4px 0 #cccccc;
  -webkit-box-shadow: 1px 0px 4px 0 #cccccc;
}
.LoginWrapper .openTab {
  display: none;
  background: url(/images/myfileTab.png) no-repeat;
  width: 163px;
  height: 34px;
  margin: 0px 40px 0 0;
  cursor: pointer;
}
.LoginWrapper .openTab a {
  font: bold 14px Arial;
  color: #356aa0;
  vertical-align: -5px;
  margin-right: 20px;
}
/*#loginIframe { .gradient(right, @lighterBlue, #ffffff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@lighterBlue, endColorstr=@white, GradientType=1);
    .pageHeaderRow & { background: #D6F0FA; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
    body { padding: 0 !important; }
}*/
/*.Login { width: 100%; height: 285px; padding: 0 1%; .gradient(right, @lighterBlue, #ffffff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@lighterBlue, endColorstr=@white, GradientType=1);
    h2 { color: #3975b4; font: bold 24px/1.5 Arial,Helvetica,sans-serif; margin-top: 10px;
        img.float-left { margin: 7px 3px; }
    }
    .loginEnter { background: @lightBlue; .border-radius(5px,5px,5px,5px); color: @white; font-size: 16px; padding: 0px 23px; float: left; margin-left: 1px; }
    .loginForm { display: table; margin: 13px 0;
        label { display: table-cell; width: 80px; color: #444; }
        input[type="text"] { display: table-cell; }
    }
    ul { list-style-type: none; margin-top: 27px;
        li { margin: 10px 0;
            a { font-size: 15px; color: @darkGreen; display: block;
                &.bold { font-size: 16px; }
            }
            span { width: 6px; height: 10px; display: inline-block; background: url(../images/Arrows.png) no-repeat -42px -13px; margin-left: 7px; }
        }
    }
}*/
/*Article Gallery*/
.margin0 {
  margin-left: 0 !important;
}
.moreArticles {
  margin-top: 20px;
}
.moreArticles .ArticleShort.span4 {
  height: 225px;
}
.moreArticlesTitle {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  border-bottom: 4px solid #356aa0;
  color: #727679;
}
.ArticleGallery {
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
}
.ArticleGallery .ArticleShort {
  width: 23%;
  max-height: 225px;
  margin: 0 0 20px 0;
  /*height: 220px;*/
  border-bottom: 3px solid #e8e8e8;
  background: #fff;
  /*float: right !important;*/
  cursor: pointer;
  transition: border ease 0.3s;
  -webkit-transition: border ease 0.3s;
  -moz-transition: border ease 0.3s;
  box-shadow: 0 0 5px 0 #e8e8e8;
  -moz-box-shadow: 0 0 5px 0 #e8e8e8;
  -webkit-box-shadow: 0 0 5px 0 #e8e8e8;
  position: relative;
  overflow: hidden;
}
.ArticleGallery .ArticleShort:hover {
  border-color: #007d3e;
}
.ArticleGallery .ArticleShort .articleShortText {
  margin: 2% 4%;
}
.ArticleGallery .ArticleShort .articleShortText h2,
.ArticleGallery .ArticleShort .articleShortText h6 {
  color: #356aa0;
  margin: 10px 0 9px 0;
  font-size: 18px;
  line-height: 1;
}
.ArticleGallery .ArticleShort .articleShortText pre {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  white-space: pre-line;
}
.ArticleGallery .ArticleShort .articleShortLink {
  bottom: 4px;
  left: 5px;
}
.ArticleGallery .ArticleShort.span4 {
  background: #ededed;
}
.ArticleGallery .ArticleShort.span4 .ArticleImg img {
  width: 100%;
  height: auto;
}
.ArticleGallery .open-article {
  display: none;
}
.ArticleGallery.boxes .ArticleShort {
  margin-bottom: 25px;
}
#InnerCenterColumn .ArticleGallery.boxes .ArticleShort {
  background: #ededed;
}
.ArticleGallery.boxes .ArticleShort .articleShortText {
  height: 100px;
}
.ArticleGallery.boxes .articleShortText {
  height: 100px;
  overflow: hidden;
}
.ArticleGallery.boxesBigArticle .ArticleShort.span12 {
  background: #ecf6fa !important;
  height: 200px;
  margin-bottom: 25px;
}
.ArticleGallery.boxesBigArticle .ArticleShort.span12 .ArticleImg {
  float: left;
  margin: 10px 25px;
  /* img { width: 100%; height: auto; }*/
}
.ArticleGallery.boxesBigArticle .ArticleShort.span12 .articleShortText {
  width: 50%;
}
.ArticleGallery.boxesBigArticle .ArticleShort.span12 .articleShortText h2,
.ArticleGallery.boxesBigArticle .ArticleShort.span12 .articleShortText h6 {
  font-size: 20px;
  margin-bottom: 10px;
}
.ArticleGallery.boxesBigArticle .ArticleShort.span12 .articleShortText p {
  font-size: 16px;
  line-height: 22px;
}
.ArticleGallery.boxesBigArticle .ArticleShort.span4 {
  margin-bottom: 25px;
}
#InnerCenterColumn .ArticleGallery.boxesBigArticle .ArticleShort.span4 {
  background: #ededed;
}
.ArticleGallery.lines .ArticleShort {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ArticleGallery.lines .ArticleShort.span12 {
  border-color: #e8e8e8;
  border-width: 1px;
  border-right-width: 5px;
  border-style: solid;
  max-height: 114px;
}
.ArticleGallery.lines .ArticleShort:hover {
  border-right-color: #007d3e;
}
.ArticleGallery.lines .ArticleShort .ArticleImg {
  float: right;
  margin: 5px;
}
.SearchGeneral {
  margin-top: 10px;
}
.MiddleContentHP {
  padding: 0px!important;
}
.MiddleContentHP .ArticleShort.span3 {
  border: 0;
  box-shadow: none;
  margin: 0!important;
  margin-right: 10px!important;
  border-radius: 0!important;
  height: 250px!important;
  max-height: 250px;
  width: 230px;
}
.MiddleContentHP .ArticleShort.span3 .articleShortText {
  font-size: 20px;
  margin: 2% 0;
}
.MiddleContentHP .ArticleShort.span3 .articleShortText h2,
.MiddleContentHP .ArticleShort.span3 .articleShortText h6 {
  color: #102B4B;
  margin: 10px 0 9px 0;
  font-size: 21.33px;
  line-height: 1;
  font-family: Assistant;
}
.MiddleContentHP .ArticleShort.span3 .articleShortText pre {
  font-family: Assistant;
}
.MiddleContentHP div.ArticleShort.span3:first-child {
  margin-right: 0px!important;
}
.MiddleContentHP .open-article {
  color: #0055A4;
  font-family: Assistant;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.heb .open-article {
  display: block!important;
}
.heb .greenArrow {
  display: none;
}
/*Article full*/
.ArticleFull {
  font: normal 14px/1.5 Arial, Helvetica, sans-serif;
}
.ArticleFull .articleImg {
  float: right;
  margin-left: 22px;
}
.ArticleFull a {
  color: #007d3e;
  text-decoration: underline;
}
.ArticleFull .articleSubTitle {
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0;
}
.ArticleFull .articleAuthor,
.ArticleFull .articleDate {
  font-size: 1em;
  color: #717374;
  margin-bottom: 5px;
}
.ArticleFull .articleDate {
  margin-bottom: 15px;
}
.ArticleFull .articleContent {
  overflow: hidden;
  font-size: 14px;
}
.ArticleFull .articleContent ul,
.ArticleFull .articleContent ol {
  list-style-position: outside;
  margin-right: 30px;
  display: table;
}
.ArticleFull .articleContent ul li,
.ArticleFull .articleContent ol li {
  margin-bottom: 5px;
  display: list-item;
}
.ArticleFull .articleContent > a {
  color: #007d3e;
  text-decoration: underline;
}
.ArticleFull .articleContent table {
  font-size: 14px;
  margin-bottom: 20px;
}
.ArticleFull .articleContent table th {
  color: #ffffff;
  background: #356a9f;
  font-size: 14px;
  font-weight: normal;
  padding: 1.5%;
}
.ArticleFull .articleContent table th a {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}
.ArticleFull .articleContent table tr:nth-child(even) {
  background-color: #e0f3fa;
}
.ArticleFull .articleContent table tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.ArticleFull .articleContent table td {
  padding: 1.1%;
  border-bottom: 1px solid #c6c6ca;
  font-size: 1.1em;
}
.ArticleFull .articleContent table td .mapTrigger {
  cursor: pointer;
  color: #0053a4;
  float: right;
  margin-top: 3px;
  line-height: 23px;
}
.ArticleFull .articleContent table td .mapTrigger:hover {
  text-decoration: underline;
}
.ArticleFull .articleContent table td .mapTrigger span {
  display: inline-block;
  width: 15px;
  height: 25px;
  float: right;
  background: url(/images/Arrows.png) -64px 0px no-repeat;
  vertical-align: -6px;
  margin-left: 2px;
}
.ArticleFull .articleContent table td .mapTrigger a {
  float: left;
  margin-top: 5px;
}
.ArticleFull .articleContent table td .BlueBtn {
  display: inline-block;
  vertical-align: -10px;
  padding: 6px;
}
.ArticleFull .articleContent table td .BlueBtn a {
  color: #fff;
  white-space: nowrap;
}
.ArticleFull .articleContent table td .phone,
.ArticleFull .articleContent table td .fax {
  width: 130px;
}
.ArticleFull .articleContent table td .phone span,
.ArticleFull .articleContent table td .fax span {
  font-size: 1.1em;
  padding-left: 2px;
}
.ArticleFull .articleContent table td.drName {
  width: 160px;
}
.ArticleFull .articleContent table td .phone {
  margin-bottom: 6px;
}
.ArticleFull .articleContent table td a {
  font-size: 1em;
  color: #0053a4;
}
.ArticleFull .articleContent table td a:hover {
  text-decoration: underline;
}
.ArticleFull h3 {
  color: #356aa0;
  font: normal 18px/1.5 Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.ArticleFull h4 {
  color: #555;
  font: normal 18px/1.5 Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.ArticleFull h5 {
  color: #356aa0;
  font: bold 16px/1.5 Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.ArticleFull h6 {
  color: #555;
  font: bold 16px/1.5 Arial, Hlvetica, sans-serif;
  margin-top: 10px;
}
.ArticleFull .articleTitle {
  font: bold 26px/26px Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.ArticleFull .socialIcons {
  border-top: 1px solid #e8e8e8;
  width: 100%;
  margin: 25px 0 10px 0;
  padding-top: 15px;
}
/*Join Leumit*/
.Join {
  width: 96%;
  height: 100px;
  padding: 5px;
  background: #fff;
  border: 1px solid #e0f3fa;
  box-shadow: 1px 1px 10px 2px #e0f3fa;
  -moz-box-shadow: 1px 1px 10px 2px #e0f3fa;
  -webkit-box-shadow: 1px 1px 10px 2px #e0f3fa;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}
#CenterColumnBottom .Join {
  width: 71.8%;
  margin: 0 1.3% 0 0.9%;
}
.joinWrapper .joinLeumitLogo {
  float: right;
  text-align: right;
}
.joinWrapper .joinLeumitLogo img {
  max-height: 30px;
  width: auto !important;
}
.joinWrapper p {
  margin: 1.5% 0;
  font-size: 14px;
  float: right;
  margin-right: 10px;
}
#InnerCenterColumn .joinWrapper .span3 {
  width: 30.076923%;
  margin-left: 1%;
}
.joinWrapper .block {
  clear: right;
  margin: 0 !important;
}
.joinWrapper .block .valid-msg {
  margin: -5px 10px 0 0 !important;
}
.joinWrapper .block .valid-msg span {
  margin: 0 !important;
}
.joinWrapper .block .valid-msg:after {
  display: table;
  content: "";
}
.joinWrapper .regexError {
  float: right;
  margin-top: -8px;
}
.joinForm {
  /*clear: both;*/
  overflow: hidden;
  clear: both;
}
.joinForm .sendBtn {
  background: #48aa27;
  box-shadow: inset 0 0 2px 1px #356a9f;
  -moz-box-shadow: inset 0 0 2px 1px #356a9f;
  -webkit-box-shadow: inset 0 0 2px 1px #356a9f;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #ffffff;
  font-size: 16px;
  padding: 7px 8px;
  float: left;
  line-height: 1;
  margin-left: 7px;
  margin-top: 19px;
}
.joinForm label {
  display: block;
  margin: -1px 5px 0 5px;
  text-align: right;
}
.joinForm .inline-block {
  width: 29%;
  float: right;
}
.joinForm .joinEmail {
  direction: ltr;
  text-align: left;
}
.joinForm input {
  float: right;
}
.joinForm .joinMand {
  float: right;
}
.confirmJoinMsg {
  clear: both;
  text-align: center;
  font-weight: bold;
  color: #007d3e;
  font-size: 14px;
}
#ShowJoinForm {
  color: #356a9f;
}
#ShowJoinForm:hover {
  text-decoration: underline;
}
/*Banner*/
.Banner {
  cursor: pointer;
  text-align: center;
}
#CenterColumnBottom .Banner {
  width: 23%;
  margin: 0 1% 0 0;
}
.Banner img {
  max-width: 100%;
  height: auto;
}
/*Link Button*/
.LinkButton {
  color: #356aa0;
  text-decoration: none !important;
  display: block;
  padding: 9%;
  background: #ffffff;
  background: -moz-linear-gradient(bottom, #e0f3fa -20%, #ffffff 30%);
  background: -webkit-gradient(bottom, color-stop(-20%, #e0f3fa), color-stop(30%, #ffffff));
  background: -webkit-linear-gradient(bottom, #e0f3fa -20%, #ffffff 30%);
  background: -o-linear-gradient(bottom, #e0f3fa -20%, #ffffff 30%);
  background: -ms-linear-gradient(bottom, #e0f3fa -20%, #ffffff 30%);
  background: linear-gradient(bottom, #e0f3fa -20%, #ffffff 30%);
  background-image: -ms-linear-gradient(bottom, #e0f3fa -20%, #ffffff 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0f3fa, GradientType=0);
  box-shadow: inset 0px -1px 4px 0px #e8e8e8;
  -moz-box-shadow: inset 0px -1px 4px 0px #e8e8e8;
  -webkit-box-shadow: inset 0px -1px 4px 0px #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
}
.LinkButton img {
  vertical-align: middle;
  margin-right: 2%;
}
.LinkButton .span7 {
  display: table;
  margin-right: 0;
}
.LinkButton .span7 p {
  color: #356a9f;
  font-size: 22px;
  margin: 5px 0;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
.LinkButton a {
  text-decoration: none !important;
}
.TextContent .LinkButton {
  margin-bottom: 0 !important;
}
.TextContent .LinkButton table td {
  border-bottom: none !important;
}
.TextContent .LinkButton table tr:nth-child(odd) {
  background-color: transparent !important;
}
/*SEARCH - General*/
.searchForm {
  clear: both;
  background: #e0f3fa;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  border-top: 0;
  font-size: 0.9em;
  position: relative;
}
.searchForm h2 {
  color: #ffffff;
  font-size: 1.4em;
  padding: 7px 0;
  padding-right: 60px;
  background: #064588;
  position: relative;
}
.searchForm h2 span {
  display: block;
  position: absolute;
  right: 7px;
  bottom: 0;
  width: 54px;
  height: 54px;
  background: url(/images/searchTitleIcon.png) right bottom no-repeat;
}
.searchForm .formContainer {
  margin: 1.5em 1em 0 1em;
  /*overflow: hidden;*/
}
.searchForm .formContainer.advancedForm {
  display: none;
  margin: 0 1em 1.5em 1em;
}
.searchForm .row-fluid .span6.form-horizontal {
  /*display: table;*/
  border-spacing: 0.8em;
  /*margin: 2% 0;*/
}
.searchForm .control-group {
  margin: 10px 0;
}
.searchForm .control-group .control-label {
  width: 15%;
  margin: 0 1% 0 3%;
  text-align: right;
  float: right;
}
.searchForm .control-group .languagesHeader {
  width: 5%;
}
.searchForm .control-group .controls {
  /*display: table-cell;*/
  vertical-align: middle;
  overflow: hidden;
  padding: 1px;
}
.searchForm .control-group .span3,
.searchForm .control-group .searchSurgery .control-group {
  display: table !important;
}
.searchForm .control-group .span3 span,
.searchForm .control-group .searchSurgery .control-group span {
  display: table-cell;
  vertical-align: middle;
}
.searchForm .openAdvSearch {
  color: #0154A4;
  cursor: pointer;
}
.searchForm .openAdvSearch:hover {
  text-decoration: underline;
}
.searchForm .textLink {
  color: #0154A4;
  cursor: pointer;
}
.searchForm .textLink:hover {
  text-decoration: underline;
}
.searchForm .openServiceList {
  color: #0154A4;
  cursor: pointer;
}
.searchForm .openServiceList:hover {
  text-decoration: underline;
}
.searchForm .openServiceList img {
  margin-left: 4px;
  margin-right: 5px;
}
.searchForm .BlueBtn {
  display: inline-block;
  padding: 6px 15px;
}
.searchForm .marginBottom {
  margin: 3%;
  width: auto;
}
.searchForm .marginBottom .float-left {
  text-align: left;
}
.SearchMedicalCenters .searchForm .marginBottom .float-left,
.SearchServiceCenters .searchForm .marginBottom .float-left {
  margin-left: 17px;
}
.searchForm .operationHours .checkbox {
  margin-bottom: 4%;
}
.searchForm input[type="radio"] {
  margin: -1px 5px 0 0;
}
.searchForm .cleanForm {
  margin-left: 20px;
  color: #0154A4;
}
/*Hearing Aid Calculator*/
.inlineList {
  padding-right: 5%;
}
.inlineList .inlineListParagraph {
  list-style-type: none;
  padding-right: 2%;
}
.inlineList ol {
  list-style-type: none;
}
.supplierNameAddress {
  max-width: 150px;
}
.phoneNumber {
  text-align: right;
  min-width: 105px;
  direction: ltr;
}
.price {
  text-align: center;
  direction: ltr;
}
.resultTitleDispaly {
  display: none;
}
.secondResultTitleDispaly {
  display: none;
}
#lblSummaryPerSupplier {
  padding-top: 15px;
}
.divSecondSearch {
  margin-bottom: 10px;
}
ul.searchResultsTable .searchResultHead > div {
  text-align: center;
}
.searchSurgeriesHead div {
  text-align: right !important;
}
.mobileMode {
  display: none;
}
.chkbxColumn {
  text-align: center;
}
/*End of Hearing Aid Calculator*/
.labelInfo {
  position: relative;
  border-left: 1px solid #ccc;
  box-shadow: inset 1px 0px 0px 0px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px 0px #ffffff;
  -webkit-box-shadow: inset 1px 0px 0px 0px #ffffff;
  float: right;
  margin-left: 5px;
  padding-left: 5px;
  /*.arrow-right { display: none; position: absolute; top: 7px; left: 0; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 7px solid #e8e8e8; }*/
}
.labelInfo .quesMark {
  display: none;
  color: #7895A5;
  font-size: 14px;
  font-weight: bold;
  width: 17px;
  height: 15px;
  border: 1px solid #c6c6ca;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  text-align: center;
  padding: 2px 0;
  background: #e0f3fa;
  background-image: -webkit-linear-gradient(top, #ffffff, #e0f3fa);
  background-image: -moz-linear-gradient(top, #ffffff, #e0f3fa);
  background-image: -webkit-gradient(top, #ffffff, #e0f3fa);
  background-image: -o-linear-gradient(top, #ffffff, #e0f3fa);
  background-image: linear-gradient(top, #ffffff, #e0f3fa);
  background-image: -ms-linear-gradient(top, #ffffff, #e0f3fa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0f3fa, GradientType=0);
  margin-left: 5px;
}
.SearchMedicines .labelInfo .quesMark {
  display: inline-block !important;
}
.labelInfo .tooltip {
  display: none;
  position: absolute;
  padding: 5px;
  background: #f3fbfe;
  border: 1px solid #e8e8e8;
  font-size: 11px;
  font-weight: normal;
  width: 100px;
  overflow: hidden;
  height: auto;
  z-index: 3;
  top: 0;
  right: 23px;
  border-radius: 3px;
  color: #7895A5;
}
.searchResultsSummery {
  font-size: 0.9em;
}
.searchResultsSummery .searchResultsTitle {
  color: #356aa0;
  font-size: 20px;
}
.searchResultsSummery .searchResultsTitle > div {
  min-height: 20px;
  margin-top: 5px;
}
.searchResultsSummery .span3 {
  padding-top: 5px;
  float: none !important;
}
.searchResultsSummery .span3 > span {
  color: #a1a1a1;
}
.searchResultsSummery .span12 {
  min-height: 22px !important;
}
.constraints {
  border-style: solid;
  border: solid #356aa0;
  border-width: 1px;
  padding-bottom: 10px;
}
.constraints_header {
  margin-top: -4.3vh;
  position: absolute;
  margin-right: 42px;
  color: #356aa0;
  font: normal 18px/1.5 Arial, Helvetica, sans-serif;
}
.more_details {
  text-decoration: underline;
  color: #356a9f;
  font-size: 1rem;
  cursor: pointer;
  text-align: right;
}
.detailsConstrains {
  width: 58px;
  margin-right: 15px;
}
.detailsConstrainsmoreDetails {
  width: 85px;
  margin-right: 15px;
}
.data {
  margin-right: 16px;
  margin-top: 6vh;
}
.constraints_img {
  background: url(/images/RD.svg) 0 0 no-repeat;
  display: inline-block;
  width: 20px;
  height: 21px;
  background-size: 100% 100%;
  float: right;
  margin-right: 13px;
  margin-top: -4vh;
}
table.searchResultsTable {
  font-size: 14px;
  margin-bottom: 20px;
}
table.searchResultsTable th {
  color: #ffffff;
  background: #356a9f;
  font-size: 14px;
  font-weight: normal;
  padding: 1.5%;
}
table.searchResultsTable th a {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}
table.searchResultsTable tr:nth-child(even) {
  background-color: #e0f3fa;
}
table.searchResultsTable tr:nth-child(odd) {
  background-color: #f6f6f6;
}
table.searchResultsTable td {
  padding: 1.1%;
  border-bottom: 1px solid #c6c6ca;
  font-size: 1.1em;
}
table.searchResultsTable td .mapTrigger {
  cursor: pointer;
  color: #0053a4;
  float: right;
  margin-top: 3px;
  line-height: 23px;
}
table.searchResultsTable td .mapTrigger:hover {
  text-decoration: underline;
}
table.searchResultsTable td .mapTrigger span {
  display: inline-block;
  width: 15px;
  height: 25px;
  float: right;
  background: url(/images/Arrows.png) -64px 0px no-repeat;
  vertical-align: -6px;
  margin-left: 2px;
}
table.searchResultsTable td .mapTrigger a {
  float: left;
  margin-top: 5px;
}
table.searchResultsTable td .BlueBtn {
  display: inline-block;
  vertical-align: -10px;
  padding: 6px;
}
table.searchResultsTable td .BlueBtn a {
  color: #fff;
  white-space: nowrap;
}
table.searchResultsTable td .phone,
table.searchResultsTable td .fax {
  width: 130px;
}
table.searchResultsTable td .phone span,
table.searchResultsTable td .fax span {
  font-size: 1.1em;
  padding-left: 2px;
}
table.searchResultsTable td.drName {
  width: 160px;
}
table.searchResultsTable td .phone {
  margin-bottom: 6px;
}
table.searchResultsTable td a {
  font-size: 1em;
  color: #0053a4;
}
table.searchResultsTable td a:hover {
  text-decoration: underline;
}
table.searchResultsTable.doctorDetailsMainBranch th {
  width: 14%;
}
table.searchResultsTable.doctorDetailsTable th {
  width: 12%;
}
ul.searchResultsTable {
  font-size: 14px;
  margin-bottom: 20px;
  list-style-type: none;
  display: table;
  width: 100%;
}
ul.searchResultsTable .searchResultHead {
  background: #356a9f;
  width: 100%;
  display: table-row;
}
ul.searchResultsTable .searchResultHead > div {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  padding: 1.1%;
  display: table-cell;
}
ul.searchResultsTable .searchResultHead > div a {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
}
ul.searchResultsTable .searchResultBody {
  border-bottom: 1px solid #c6c6ca;
  overflow: hidden;
  width: 100%;
  display: table-row;
}
ul.searchResultsTable .searchResultBody:nth-child(even) {
  background-color: #e0f3fa;
}
ul.searchResultsTable .searchResultBody:nth-child(odd) {
  background-color: #f6f6f6;
}
ul.searchResultsTable .searchResultBody > div {
  padding: 1.1% 0.8%;
  font-size: 1.1em;
  display: table-cell;
}
ul.searchResultsTable .searchResultBody > div .mapTrigger {
  cursor: pointer;
  color: #0053a4;
  float: right;
  margin-top: 3px;
  line-height: 23px;
}
ul.searchResultsTable .searchResultBody > div .mapTrigger:hover {
  text-decoration: underline;
}
ul.searchResultsTable .searchResultBody > div .mapTrigger span {
  display: inline-block;
  width: 15px;
  height: 25px;
  float: right;
  background: url(/images/Arrows.png) -64px 0px no-repeat;
  vertical-align: -6px;
  margin-left: 2px;
}
ul.searchResultsTable .searchResultBody > div .mapTrigger a {
  float: left;
  margin-top: 5px;
}
ul.searchResultsTable .searchResultBody > div .BlueBtn {
  display: inline-block;
  vertical-align: -10px;
  padding: 6px 0;
  width: 100%;
  background: transparent;
  box-shadow: none;
}
ul.searchResultsTable .searchResultBody > div .BlueBtn a {
  text-decoration: none;
  background: url('/images/Visit.png') no-repeat right center;
  height: 19px;
  color: White !important;
  display: block;
  vertical-align: middle;
  text-align: center;
  padding: 2px;
}
ul.searchResultsTable .searchResultBody > div .phone,
ul.searchResultsTable .searchResultBody > div .fax {
  width: 120px;
}
ul.searchResultsTable .searchResultBody > div .phone span,
ul.searchResultsTable .searchResultBody > div .fax span {
  font-size: 1.1em;
  padding-left: 2px;
}
ul.searchResultsTable .searchResultBody > div .phone {
  margin-bottom: 6px;
}
ul.searchResultsTable .searchResultBody > div a {
  font-size: 1em;
  color: #0053a4;
}
ul.searchResultsTable .searchResultBody > div a:hover {
  text-decoration: underline;
}
ul.searchResultsTable .searchResultBody > div img.gender {
  vertical-align: text-top;
  height: 42px;
}
ul.searchResultsTable .searchResultBody > div img.virtualAppointment {
  width: 22px;
  float: left;
  margin-left: 10px;
}
ul.searchResultsTable .searchResultBody div.phoneColumn {
  direction: ltr;
}
ul.searchResultsTable .searchResultBody div.name {
  float: right;
  margin-right: 5px;
  position: relative;
}
ul.searchResultsTable div.name {
  width: 120px;
}
ul.searchResultsTable div.address {
  width: 140px;
}
ul.searchResultsTable div.name.searchDoctorsName {
  width: 95px;
}
ul.searchResultsTable div.address.searchDoctorsAddress {
  width: 115px;
}
ul.searchResultsTable div.searchDoctorsAppointmentLink {
  min-width: 80px;
}
ul.searchResultsTable div.telemedicineLabel {
  font-size: 0.8em;
  margin-top: 10px;
}
ul.searchResultsTable div.telemedicineLabel img {
  vertical-align: middle;
  width: 23px;
  height: 23px;
}
.printAllResults {
  display: none;
}
.divHospitalsListWrapper {
  direction: ltr;
}
div.divHospitalsList {
  position: absolute;
  width: 43%;
  font-size: 0.8em;
  border: 1px solid #356A9f;
  background-color: #F0F9FE;
  display: none;
  padding: 8px;
  direction: rtl;
}
.litICD9CodeNumber {
  display: inline-block;
}
.divProgramPublic {
  display: none;
  width: 52%;
  float: left;
  font-weight: bold;
}
#divPrices {
  display: inline-block;
  float: left;
  text-align: center;
  width: 55%;
  display: none;
}
#divPrices .divPricesElements {
  display: inline-block;
  float: right;
  margin-left: 1%;
}
#divPrices .divPricesImg {
  margin-top: 0.5%;
}
#divPrices .divPricesSpacer {
  width: 6%;
  display: inline-block;
  float: right;
}
#divPrices .lblDeductible {
  font-weight: bold;
  display: block;
  padding-bottom: 1%;
  width: 80%;
}
.DoctorDetails,
.PharmacyDetail,
.MedicalCenterDetails,
.EmergencyDetails {
  overflow: hidden;
}
.DoctorDetails h2,
.PharmacyDetail h2,
.MedicalCenterDetails h2,
.EmergencyDetails h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
  color: #555;
}
.DoctorDetails h3,
.PharmacyDetail h3,
.MedicalCenterDetails h3,
.EmergencyDetails h3 {
  font-size: 22px;
  font-weight: normal;
  color: #356aa0;
  margin-bottom: 7px;
}
.DoctorDetails .searchInfo,
.PharmacyDetail .searchInfo,
.MedicalCenterDetails .searchInfo,
.EmergencyDetails .searchInfo {
  overflow: hidden;
  margin-bottom: 10px;
}
.DoctorDetails .searchInfo .control-group.span6,
.PharmacyDetail .searchInfo .control-group.span6,
.MedicalCenterDetails .searchInfo .control-group.span6,
.EmergencyDetails .searchInfo .control-group.span6 {
  clear: both;
  margin-bottom: 10px;
}
.DoctorDetails .FreeText,
.PharmacyDetail .FreeText,
.MedicalCenterDetails .FreeText,
.EmergencyDetails .FreeText {
  clear: both;
}
.DoctorDetails .span8,
.PharmacyDetail .span8,
.MedicalCenterDetails .span8,
.EmergencyDetails .span8 {
  margin-bottom: 7px;
}
.DoctorDetails .span8 .comma:last-of-type,
.PharmacyDetail .span8 .comma:last-of-type,
.MedicalCenterDetails .span8 .comma:last-of-type,
.EmergencyDetails .span8 .comma:last-of-type {
  display: none;
}
.DoctorDetails .mapTrigger a,
.PharmacyDetail .mapTrigger a,
.MedicalCenterDetails .mapTrigger a,
.EmergencyDetails .mapTrigger a {
  color: #0053a4;
}
.DoctorDetails .mapTrigger a:hover,
.PharmacyDetail .mapTrigger a:hover,
.MedicalCenterDetails .mapTrigger a:hover,
.EmergencyDetails .mapTrigger a:hover {
  text-decoration: underline;
}
.DoctorDetails .BoldFont,
.PharmacyDetail .BoldFont,
.MedicalCenterDetails .BoldFont,
.EmergencyDetails .BoldFont {
  margin-left: 5px;
}
.DoctorDetails .orderQueue,
.PharmacyDetail .orderQueue,
.MedicalCenterDetails .orderQueue,
.EmergencyDetails .orderQueue {
  float: left;
  padding: 10px 15px;
  margin-top: 15px;
}
.DoctorDetails .outerAppointment,
.PharmacyDetail .outerAppointment,
.MedicalCenterDetails .outerAppointment,
.EmergencyDetails .outerAppointment {
  background-image: url(/images/doctorimLogo.gif);
  width: 60px;
  background-repeat: no-repeat;
  height: 22px;
}
.DoctorDetails table.searchResultsTable th,
.PharmacyDetail table.searchResultsTable th,
.MedicalCenterDetails table.searchResultsTable th,
.EmergencyDetails table.searchResultsTable th {
  width: 14.28%;
}
.DoctorDetails ul,
.PharmacyDetail ul,
.MedicalCenterDetails ul,
.EmergencyDetails ul {
  list-style-position: outside;
  margin-right: 30px;
}
.DoctorDetails img.virtualAppointment,
.PharmacyDetail img.virtualAppointment,
.MedicalCenterDetails img.virtualAppointment,
.EmergencyDetails img.virtualAppointment {
  width: 21px;
  vertical-align: top;
}
.DoctorDetails .hoursAllBranches {
  display: none;
}
.DoctorDetails .hoursAllBranches .doctorDetailsTable th {
  width: 12% !important;
}
.DoctorDetails .doctorHoursTrigger {
  color: #356a9f;
  font-weight: bold;
  cursor: pointer;
}
.DoctorDetails h3 {
  margin-top: 10px;
}
.DoctorDetails .telemedicinelabel {
  display: block;
}
.DoctorDetails .telemedicinelabel img {
  vertical-align: middle;
  margin: 5px;
  width: 23px;
  height: 23px;
}
.doctorWorkingHoursAllBranches1 {
  border-left: 2px solid white;
  border-right: 2px solid white;
  padding: 0.59% !important;
  padding-top: 1.1% !important;
  padding-bottom: 1.1% !important;
  text-align: center;
}
.doctorWorkingHoursAllBranches2 {
  border: 2px solid white;
  padding: 0.59% !important;
  padding-top: 1.1% !important;
  padding-bottom: 1.1% !important;
  text-align: center;
}
.doctorWorkingHoursMainBranch1 {
  border-left: 2px solid white;
  border-right: 2px solid white;
  text-align: center;
}
.doctorWorkingHoursMainBranch2 {
  border: 2px solid white;
  text-align: center;
}
.backToResults {
  color: #356a9f;
  /*font-weight: bold;*/
  text-decoration: underline;
  margin-top: 20px;
  display: block;
  /*&:hover { text-decoration: underline; }*/
}
.outerAppointmentContainer {
  padding-right: 5px;
}
.outerAppointmentContainer #popupHeader {
  color: #fff;
  font-size: 1.3em;
  padding: 0.55em 0;
  padding-right: 3em;
  background: #064588;
  position: relative;
}
.outerAppointmentContainer #popupHeader span {
  background: url(/images/searchTitleIcon.png) no-repeat;
  display: block;
  position: absolute;
  right: 7px;
  bottom: 0;
  width: 54px;
  height: 54px;
}
.outerAppointmentContainer .outerAppointmentMessage {
  background-color: #fff;
  color: #555555;
  font-size: 100%;
  margin-top: 15px;
  padding-right: 5px;
}
.outerAppointmentContainer .outerAppointmentMessage .mainMessage {
  font-size: 1.1em;
  padding-bottom: 0.8em;
}
.outerAppointmentContainer .outerAppointmentMessage .docTorimIcon {
  background: url(/images/doctorimLogo.gif) no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 28px;
  width: 90px;
  vertical-align: middle;
  margin: 0 3px;
}
.outerAppointmentContainer .list {
  padding: 0px 30px 20px;
}
.outerAppointmentContainer .btnLocation {
  margin: 4% 42%;
}
.outerAppointmentContainer .cancelDocTorimBtn {
  background: url(/images/cancelDocTorimBtn.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  height: 25px;
  width: 170px;
}
.docTorimBtn {
  background: url(/images/doctorimBtn.png) no-repeat;
  height: 37px;
  width: 81px;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
}
.lettersContainer .lettersContainerInner {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
  max-width: 497px;
}
.lettersContainer .lettersContainerInner.engLettersContainer a {
  float: left;
}
.lettersContainer .lettersContainerInner a {
  margin-left: 10px;
  margin-bottom: 10px;
}
.lettersContainer .lettersContainerInner a:hover {
  color: #0053a4;
  text-decoration: underline;
}
.autoCompleteTagsMedicinse {
  width: 95%;
  margin-right: 3%;
}
.SearchMedicines #pnError {
  float: right;
  clear: both;
  margin-right: 19%;
  margin-bottom: 5px;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  support: IE7;
  font-weight: normal;
  font-size: medium !important;
}
.clinicIcon {
  display: inline-block;
  width: 32px;
  height: 20px;
  background: url(/images/clinicLeumit.png) 0 0 no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  float: right;
  margin-right: 5px;
  margin-top: 3px;
}
.accessibilityIcon {
  display: none;
  width: 25px;
  height: 20px;
  background: url(/images/accessibility.png) 0 0 no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  float: right;
  margin-right: 5px;
  margin-top: 3px;
}
.MedicalCenterDetails .constraints {
  border-style: solid;
  border: solid #356aa0;
  border-width: 1px;
  padding-bottom: 10px;
}
.MedicalCenterDetails .header {
  margin-top: -4.3vh;
  position: absolute;
  margin-right: 42px;
  color: #356aa0;
  font: normal 18px/1.5 Arial, Helvetica, sans-serif;
}
.MedicalCenterDetails .header {
  margin-top: -4.3vh;
  position: absolute;
  margin-right: 42px;
  color: #356aa0;
  font: normal 18px/1.5 Arial, Helvetica, sans-serif;
}
.MedicalCenterDetails .more_details {
  text-decoration: underline;
  color: #356a9f;
  font-size: 1rem;
  cursor: pointer;
  text-align: right;
}
.MedicalCenterDetails .detailsConstrains {
  width: 58px;
  margin-right: 15px;
}
.MedicalCenterDetails .detailsConstrainsmoreDetails {
  width: 85px;
  margin-right: 15px;
}
.MedicalCenterDetails .data {
  margin-right: 16px;
  margin-top: 6vh;
}
.MedicalCenterDetails .constraints_img {
  background: url(/images/RD.svg) 0 0 no-repeat;
  display: inline-block;
  width: 20px;
  height: 21px;
  background-size: 100% 100%;
  float: right;
  margin-right: 13px;
  margin-top: -4vh;
}
.MedicalCenterDetails .accessibilitySection {
  color: #0f55a4;
}
.MedicalCenterDetails .accessibilitySection ul {
  margin-right: 0px;
  list-style-type: none;
}
.MedicalCenterDetails .accessibilitySection li {
  margin-top: 20px;
  margin-bottom: 20px;
}
.MedicalCenterDetails .accessibilitySection .FreeText .TextTitle {
  display: inline-flex;
  cursor: pointer;
}
.MedicalCenterDetails .accessibilitySection .FreeText .TextTitle .dropdownIcon {
  background: url(/Leumit/images/Accessibility/Dropdown.png) 0 0 no-repeat;
  width: 10px;
  height: 6px;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: 21px;
  margin-right: 9px;
  transform: rotate(180deg);
}
.MedicalCenterDetails .accessibilitySection .parkIcon {
  background: url(/images/Accessibility/accessPark.png) 0 0 no-repeat;
  display: inline-block;
  width: 32px;
  height: 30px;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  float: right;
  /*margin-right: 5px;*/

}
.MedicalCenterDetails .accessibilitySection .routeIcon {
  background: url(/images/Accessibility/accessComfortable.png) 0 0 no-repeat;
  display: inline-block;
  width: 32px;
  height: 30px;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  float: right;
  /*margin-right: 5px;*/

}
.MedicalCenterDetails .accessibilitySection .WCIcon {
  background: url(/images/Accessibility/accessWC.png) 0 0 no-repeat;
  display: inline-block;
  width: 32px;
  height: 30px;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  float: right;
  /*margin-right: 5px;*/

}
.MedicalCenterDetails .accessibilitySection .elevatorIcon {
  background: url(/images/Accessibility/accessElevator.png) 0 0 no-repeat;
  display: inline-block;
  width: 32px;
  height: 30px;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  float: right;
  /*margin-right: 5px;*/

}
.MedicalCenterDetails .accessibilitySection .accessibilityText {
  min-width: 143px;
  display: inline-block;
}
.MedicalCenterDetails .accessibilitySection .accessibilityNo {
  background: url(/images/Accessibility/no.png) 0 0 no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.MedicalCenterDetails .accessibilitySection .accessibilityYes {
  background: url(/images/Accessibility/yes.png) 0 0 no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.MedicalCenterDetails .accessibilitySection .hardHearingIcon {
  background: url(/images/Accessibility/accessHardHearing.png) 0 0 no-repeat;
  display: inline-block;
  width: 32px;
  height: 30px;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  float: right;
  /*margin-right: 5px;*/

}
.index {
  list-style-type: none;
  margin: 10px 0;
}
.index li {
  color: #a1a1a1;
}
.index .clinicIcon {
  background-position: 5px 0;
  margin-top: -3px;
}
/* Popups */
.popupOverlay,
.popupOverlay-FloatingMessage {
  display: none;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
  z-index: 70;
}
.generalPopup {
  display: none;
  position: absolute;
  top: 20%;
  right: 50%;
  margin-right: -20%;
  background: #ffffff;
  padding: 10px;
  z-index: 999;
  box-shadow: 0px 0px 25px 0 #333333;
  -moz-box-shadow: 0px 0px 25px 0 #333333;
  -webkit-box-shadow: 0px 0px 25px 0 #333333;
}
.generalPopup .popupHeader {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 10px;
  background: #0053a4;
  color: #ffffff;
}
.generalPopup h2 {
  font-size: 26px;
}
.generalPopup .closePopup {
  float: left;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #51ac27;
  background: #ffffff;
  color: #0053a4;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 7px;
  left: 10px;
}
.generalPopup p {
  font-size: 14px;
}
.generalPopup .BlueBtn {
  display: inline-block;
}
/* message popup */
.FloatingMessage {
  width: 33%;
  min-width: 600px;
  margin-right: -300px;
  display: block;
}
.FloatingMessage .msgText {
  padding: 0 10px;
}
.SocialPopUpRegxVLD {
  /*margin-right: 40%;*/
  float: right;
  margin-right: 33%;
}
/*Contact*/
.contactForm .control-group {
  margin-bottom: 20px;
}
.contactForm .control-group textarea {
  height: 70px;
}
.contactForm .control-label {
  display: inline-block;
}
.contactForm .formContainer {
  padding: 20px 20px 0 20px;
  background: #F6F6F6;
  border: 1px solid #E9E9E9;
  overflow: hidden;
}
.contactForm .topText {
  padding: 10px;
  background: #e0f3fa;
  overflow: hidden;
  margin-bottom: 5px;
  border: 1px solid #DBF2FA;
}
.contactForm .styleFileInput {
  position: relative;
}
.contactForm .styleFileInput .GreyBtn {
  padding: 0 10px;
}
.contactForm .styleFileInput input.fileInput {
  position: absolute;
  top: 0px;
  right: 0;
  opacity: 0;
  -moz-opacity: 0;
  /*filter:alpha(opacity:0);*/
  z-index: 2;
}
.contactForm .styleFileInput .filePath {
  border: 0;
  box-shadow: 0 0 0 0 #dddddd;
  -moz-box-shadow: 0 0 0 0 #dddddd;
  -webkit-box-shadow: 0 0 0 0 #dddddd;
  background-color: transparent;
}
.contactForm .ui-autocomplete-input {
  width: 82% !important;
}
.contactForm #ddlContactSubjects {
  width: 100% !important;
}
.contactForm .ddlPhonePrefix {
  margin: 0!important;
}
.contactForm .ddlPhonePrefix select {
  width: 100%;
}
.contactForm .messgaeTextbox textarea {
  height: 120px;
  resize: none;
}
.listenToYou .control-group {
  margin-bottom: 10px;
  margin-left: 1%!important;
}
.listenToYou .BlueBtn {
  float: none!important;
}
.captchaWrapper #txtCaptcha {
  text-transform: none !important;
}
/*FreeText*/
.FreeText {
  font: normal 14px/1.5 Arial, Helvetica, sans-serif;
}
.FreeText .TextContent {
  margin-bottom: 20px;
  overflow: hidden;
}
.FreeText a {
  color: #007d3e;
  text-decoration: underline;
  -ms-word-break: break-all;
  word-break: break-all;
}
.FreeText ul,
.FreeText ol {
  list-style-position: outside;
  margin-right: 30px;
}
.FreeText ul li,
.FreeText ol li {
  margin-bottom: 5px;
}
.FreeText h3 {
  color: #356aa0;
  font: normal 18px/1.5 Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.FreeText h4 {
  color: #555;
  font: normal 18px/1.5 Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.FreeText h5 {
  color: #356aa0;
  font: bold 16px/1.5 Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.FreeText h6 {
  color: #555;
  font: bold 16px/1.5 Arial, Hlvetica, sans-serif;
  margin-top: 10px;
}
.FreeText table {
  font-size: 14px;
  margin-bottom: 20px;
}
.FreeText table th {
  color: #ffffff;
  background: #356a9f;
  font-size: 14px;
  font-weight: normal;
  padding: 1.5%;
}
.FreeText table th a {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}
.FreeText table tr:nth-child(even) {
  background-color: #e0f3fa;
}
.FreeText table tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.FreeText table td {
  padding: 1.1%;
  border-bottom: 1px solid #c6c6ca;
  font-size: 1.1em;
}
.FreeText table td .mapTrigger {
  cursor: pointer;
  color: #0053a4;
  float: right;
  margin-top: 3px;
  line-height: 23px;
}
.FreeText table td .mapTrigger:hover {
  text-decoration: underline;
}
.FreeText table td .mapTrigger span {
  display: inline-block;
  width: 15px;
  height: 25px;
  float: right;
  background: url(/images/Arrows.png) -64px 0px no-repeat;
  vertical-align: -6px;
  margin-left: 2px;
}
.FreeText table td .mapTrigger a {
  float: left;
  margin-top: 5px;
}
.FreeText table td .BlueBtn {
  display: inline-block;
  vertical-align: -10px;
  padding: 6px;
}
.FreeText table td .BlueBtn a {
  color: #fff;
  white-space: nowrap;
}
.FreeText table td .phone,
.FreeText table td .fax {
  width: 130px;
}
.FreeText table td .phone span,
.FreeText table td .fax span {
  font-size: 1.1em;
  padding-left: 2px;
}
.FreeText table td.drName {
  width: 160px;
}
.FreeText table td .phone {
  margin-bottom: 6px;
}
.FreeText table td a {
  font-size: 1em;
  color: #0053a4;
}
.FreeText table td a:hover {
  text-decoration: underline;
}
.FreeText table.doctorDetailsMainBranch th {
  width: 14%;
}
.FreeText table.doctorDetailsTable th {
  width: 12%;
}
/*Free Text - contentPlugin*/
.contentplugin.InlineArticle {
  position: relative;
  clear: both;
  font: normal 14px/1.5 Arial, Helvetica, sans-serif;
  float: left;
  width: 260px;
  border: 1px solid #e0f3fa;
  margin: 10px;
  /*#InnerSideColumn & { border: 1px solid #e1f3fa; }*/
}
.contentplugin.InlineArticle ul {
  list-style-position: outside;
  margin-right: 15px;
}
.contentplugin.InlineArticle p {
  padding: 10px;
}
.contentplugin.InlineArticle .greenArrow {
  bottom: 5px;
  left: 5px;
}
.contentplugin.InlineArticle h3 {
  color: #356aa0;
  font: normal 18px/1.2 Arial, Helvetica, sans-serif;
  background: #F2FAFD;
  padding: 10px 5px;
}
/*paging*/
.paging {
  clear: both;
  text-align: center;
  color: #ccc;
  font-weight: bold;
  margin: 15px 0;
}
.paging a {
  display: inline-block;
  color: #356aa0;
  margin: 0 3px;
}
.paging a.prev span,
.paging a.next span {
  width: 15px;
  height: 12px;
  display: block;
  background: url(/images/greenArrow.png) no-repeat right 2px;
  color: transparent;
  float: left;
}
.paging a.next span {
  background-position: left 2px;
}
.cleanForm:hover {
  text-decoration: underline;
}
/*BMI Calculator / How much calculator */
.calculators .formContainer {
  margin-bottom: 20px;
  padding: 10px;
  background: #F6F6F6;
  border: 1px solid #E9E9E9;
  overflow: hidden;
}
.calculators .formContainer .control-group {
  margin-top: 10px;
}
.calculators .formContainer .control-group .control-label {
  margin-top: 5px;
}
.calculators .formContainer .control-group input {
  text-align: center;
}
.calculators .formContainer .BlueBtn {
  width: 18%;
  float: left;
  padding: 6px 0;
}
.calculators .formContainer .cleanForm,
.calculators .formContainer .addFamilyMember {
  color: #356aa0;
}
.calculators .formContainer .cleanForm:hover,
.calculators .formContainer .addFamilyMember:hover {
  text-decoration: underline;
}
.calculators .formContainer .cleanForm {
  color: #356aa0;
  float: left;
  margin: 8px 20px;
}
.calculators .formContainer .addFamilyMember {
  padding-top: 8px;
}
.calculators .span4 {
  margin-top: 48px;
}
.calculators .resultsCalculator h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 3px solid #0053a4;
  margin-bottom: 10px;
}
.calculators .resultsCalculator .resultsWrapper {
  border: 1px solid #E9E9E9;
  padding: 15px 0;
  margin-bottom: 20px;
}
.calculators .resultsCalculator .resultsWrapper .span2,
.calculators .resultsCalculator .resultsWrapper .span3 {
  color: #0053a4;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.calculators .resultsCalculator .resultsWrapper .span2 div,
.calculators .resultsCalculator .resultsWrapper .span3 div {
  font-size: 35px;
  font-weight: normal;
}
.calculators .resultsCalculator .resultsWrapper .span8 p {
  font-size: 14px;
  line-height: 1.5;
}
.calculators .resultsCalculator .resultsWrapper .BMIscale {
  margin: 30px 10px 0 10px;
  width: 724px;
}
.calculators .resultsCalculator .resultsWrapper .BMIscale .BMIarrow {
  width: 23px;
  height: 80px;
  background: url(/images/BMIarrow.png) right bottom no-repeat;
  position: absolute;
  top: -29px;
  left: 10px;
}
.calculators .resultsCalculator .shekel {
  display: inline-block;
  float: right;
  width: 21px;
  height: 17px;
  background: url(/images/shekel.jpg) no-repeat;
  margin-top: 17px;
  margin-right: 9px;
}
.calculators .resultsCalculator .insuranceTitle {
  color: #0053a4;
  font-weight: bold;
  font-size: 20px;
}
.calculators .resultsCalculator .freeInsurance {
  font-size: 14px;
}
.HowMuchCalculator .select2 {
  width: 80px;
}
.HowMuchCalculator .select2 .select2-choice {
  height: 30px;
  background: #fff;
}
.HowMuchCalculator .select2 .select2-choice .select2-chosen {
  height: 30px;
  margin-right: 10px;
}
.HowMuchCalculator .select2 .select2-choice .select2-arrow {
  background: #fff;
  border: 0;
}
.pls {
  display: none;
}
.BoldFont {
  font-weight: bold !important;
}
.EligibilitySearch .searchForm .control-group .control-label {
  width: 20%;
}
.EligibilitySearch .searchForm .float-left {
  margin-left: 45px;
}
.EligibilitySearch .mainTextTitle {
  margin-bottom: 10px;
  overflow: hidden;
}
/*Content plugins - search*/
.contentplugin[codename="SearchServiceCentersShort"],
.contentplugin[codename="EligibilitySearchShort"],
.contentplugin[codename="SearchMedicalCentersShort"],
.contentplugin[codename="SearchPharmaciesShort"],
.contentplugin[codename="SearchEmergencyCenterShort"],
.contentplugin[codename="SearchDoctorsShort"],
.contentplugin[codename="SearchMedicinesShort"] {
  float: left;
  width: 35%;
  margin: 5px;
}
.contentplugin {
  padding-right: 2%;
}
.contentplugin .control-label {
  width: 20% !important;
}
.contentplugin .cityAutocomplete {
  width: 100% !important;
}
.contentplugin .cityAutocomplete .select2-container {
  width: 100% !important;
}
.contentplugin .cityAutocomplete .select2-container ul.select2-choices {
  margin-right: 0;
}
.clean {
  color: #356aa0;
  cursor: pointer;
  margin-left: 10px;
}
.clean:hover {
  text-decoration: underline;
}
.SearchMedicines .searchForm .control-group .control-label {
  width: auto !important;
  white-space: nowrap;
}
.SearchMedicines .searchResultsSummery .searchResultsTitle > div {
  display: inline-block;
  margin-left: 5px;
}
.SearchMedicines .drugWidth {
  min-width: 80px;
}
.SearchMedicines ul.searchResultsTable .searchResultHead > div {
  padding: 5px 10px;
  width: 11%;
}
.SearchMedicines ul.searchResultsTable .searchResultHead > div:first-child {
  width: 28%;
}
.loader,
.mainLoader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  margin-left: -100px;
  margin-top: -75px;
  z-index: 9;
  /*background: #fff; opacity: 0.7; filter: alpha(opacity=70); border-radius: 5px;*/
}
.mapPopup {
  position: absolute;
  width: 600px;
  height: 450px;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -250px;
  overflow: hidden;
}
.mapPopup .close {
  cursor: pointer;
  font-weight: bold;
  color: #356aa0;
}
.specializationListPopup {
  width: 320px;
  height: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -250px;
  overflow: hidden;
}
.specializationListPopup .close {
  cursor: pointer;
  font-weight: bold;
  color: #356aa0;
  float: left;
}
.specializationWrraper {
  width: 350px;
}
.specializationListContainer {
  width: 90%;
  height: 330px;
}
.scheduleOuterAppointmentPopup {
  width: 589px;
  height: 453px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -250px;
  overflow: hidden;
}
.scheduleOuterAppointmentPopup .close {
  cursor: pointer;
  font-weight: bold;
  color: #356aa0;
  float: left;
}
.outerAppointmentContainer {
  width: 95%;
}
.searchExplanationPopup {
  width: 450px;
  height: 330px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -250px;
  overflow: hidden;
}
.searchExplanationPopup .close {
  cursor: pointer;
  font-weight: bold;
  color: #356aa0;
  float: left;
}
.searchExplanationContainer {
  width: 95%;
  height: 330px;
}
/*blockquote*/
blockquote {
  overflow: hidden;
  margin: 5px 0;
  font-weight: bold;
  font-style: italic;
}
blockquote > * {
  display: inline-block;
  float: right;
}
blockquote .quoteStart {
  width: 15px;
  height: 11px;
  background: url(/images/qoutes.png) left top no-repeat;
  float: right;
  margin-left: 5px;
}
blockquote .quoteEnd {
  width: 15px;
  height: 11px;
  background: url(/images/qoutes.png) left bottom no-repeat;
  float: right;
  /*margin-right: 5px;*/
  margin-top: 8px;
}
/*autocomplete*/
.ui-autocomplete {
  max-height: 365px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff !important;
}
.ui-autocomplete .ui-menu-item a {
  font: normal 14px/1.5 Arial, Helvetica, sans-serif;
  color: #555;
}
.ui-autocomplete .ui-menu-item a.ui-state-focus {
  background: #e0f3fa;
  color: #555;
  font-weight: normal;
  border: none;
  border-radius: 0;
}
.ui-autocomplete .ui-menu-item a:active {
  background: #e0f3fa;
}
.supplierTitle {
  font-weight: bold;
  color: #356aa0;
  font-size: 16px;
  margin-top: 10px;
}
.supplierSubTitle {
  font-weight: bold;
  color: #555;
}
.searchResults ul li a {
  color: #356a9f !important;
  text-decoration: underline;
}
.searchResults .breadCrumbs {
  width: auto !important;
  overflow: visible !important;
}
.searchResults .breadCrumbs a {
  text-decoration: none;
}
.searchResults .breadCrumbs span,
.searchResults .breadCrumbs a {
  font-size: 13px;
}
.searchResults .breadCrumbs span {
  margin: 0 2px !important;
}
/*Mobile Welcome Page*/
.mobileWelcomePage .headerTable td {
  text-align: center;
  padding: 0;
}
.mobileWelcomePage .headerTable td a img {
  vertical-align: 5px;
}
.redColor span {
  color: #C20000 !important;
}
/*EmergencySearch*/
.EmergencySearch .searchResultHead > div {
  text-align: right!important;
}
/************************************/
/*           LANGUAGES              */
/************************************/
/*RUSSIAN*/
.rus nav .nav > li {
  min-width: 9.5%;
}
.rus nav .nav > li.generalSearch {
  width: 0;
  min-width: 0;
  overflow: hidden;
}
.rus .breadCrumbs {
  direction: ltr;
}
.rus .breadCrumbs a {
  direction: ltr;
  font-size: 14px;
}
.rus .breadCrumbs span {
  direction: ltr;
  font-size: 14px;
}
.rus .pageHeaderRow .LoginWrapper {
  right: 0;
  left: auto;
}
.rus .pageHeaderRow .LoginWrapper .openTab {
  margin: -5px 0 0 40px;
}
.rus .pageHeaderRow .LoginWrapper .openTab a {
  margin-right: 40px;
}
.rus .FreeText h3,
.rus .FreeText h4,
.rus .FreeText h5,
.rus .FreeText h6 {
  direction: ltr;
}
.rus .ArticleFull h3,
.rus .ArticleFull h4,
.rus .ArticleFull h5,
.rus .ArticleFull h6 {
  direction: ltr;
}
.rus header .header ul li.fontSize {
  direction: ltr;
}
.rus header .header .serviceInfo {
  margin: 5px 35px 15px 15px;
}
/*ENGLISH*/
.eng nav .nav > li {
  min-width: 9.5%;
}
.eng nav .nav > li.generalSearch {
  width: 0;
  min-width: 0;
  overflow: hidden;
}
.eng .breadCrumbs {
  direction: ltr;
}
.eng .breadCrumbs a {
  direction: ltr;
}
.eng .breadCrumbs span {
  direction: ltr;
}
.eng .pageHeaderRow .LoginWrapper {
  right: 0;
  left: auto;
}
.eng .pageHeaderRow .LoginWrapper .openTab {
  margin: -5px 0 0 40px;
}
.eng .pageHeaderRow .LoginWrapper .openTab a {
  margin-right: 40px;
}
.eng .FreeText h3,
.eng .FreeText h4,
.eng .FreeText h5,
.eng .FreeText h6 {
  direction: ltr;
}
.eng .ArticleFull h3,
.eng .ArticleFull h4,
.eng .ArticleFull h5,
.eng .ArticleFull h6 {
  direction: ltr;
}
.eng header .header ul li.fontSize {
  direction: ltr;
}
/*ARABIC*/
.arab nav .nav > li.generalSearch {
  width: 0;
  overflow: hidden;
}
.arab header .header ul li.fontSize .fs18 .arrow_up {
  float: right;
  margin-top: 10px;
}
/*FRENCH*/
.fr nav .nav > li {
  min-width: 9.5%;
}
.fr nav .nav > li.generalSearch {
  width: 0;
  min-width: 0;
  overflow: hidden;
}
.fr .breadCrumbs {
  direction: ltr;
}
.fr .breadCrumbs a {
  direction: ltr;
}
.fr .breadCrumbs span {
  direction: ltr;
}
.fr .pageHeaderRow .LoginWrapper {
  right: 0;
  left: auto;
}
.fr .pageHeaderRow .LoginWrapper .openTab {
  margin: -5px 0 0 40px;
}
.fr .pageHeaderRow .LoginWrapper .openTab a {
  margin-right: 40px;
}
.fr .FreeText h3,
.fr .FreeText h4,
.fr .FreeText h5,
.fr .FreeText h6 {
  direction: ltr;
}
.fr .FreeText a {
  -ms-word-break: break-word;
  word-break: break-word;
}
.fr .ArticleFull h3,
.fr .ArticleFull h4,
.fr .ArticleFull h5,
.fr .ArticleFull h6 {
  direction: ltr;
}
.fr header .header ul li.fontSize {
  direction: ltr;
}
/*HEBREW*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.arrArrowDown {
  width: 8px;
  height: 6px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-position-x: left;
  background-position-y: bottom;
}
.arrArrowUp {
  width: 8px;
  height: 6px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-position-x: left;
  background-position-y: bottom;
}
.FreeText a {
  word-break: normal;
}
header {
  width: 100%;
  /*height: 100px;*/
  overflow: hidden;
  border-top: 2px solid #005fa9;
  background: #ffffff;
  background-image: -moz-linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
  background-image: -webkit-gradient(linear, top bottom, color-stop(0%, #d3eef9), color-stop(51%, #edfaff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3eef9', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
}
header .header {
  margin: 0 auto;
  max-width: 1045px;
  padding: 10px 0;
}
header .header .LeumitLogo {
  display: block;
  float: right;
  width: 180px;
  outline: none;
}
header .header .LeumitLogo img {
  width: 100% !important;
  height: auto !important;
}
header .header > .span8 {
  margin-left: 0;
}
header .header .serviceInfo {
  color: #005fa9;
  font: bold 16px Arial, Helvetica, sans-serif;
  margin: 5px 35px 15px 60px;
}
header .header ul {
  list-style-type: none;
  float: none;
  margin: 4px 10px 0 20px;
}
header .header ul li {
  float: left;
  padding: 0 9px;
  border-left: 1px solid #d3d3d3;
}
header .header ul li a {
  color: #0e7a4b;
  font-size: 13px;
}
header .header ul li:hover {
  text-decoration: underline;
}
header .header ul li.fontSize {
  margin-top: -2px;
}
header .header ul li.fontSize > a {
  color: white;
  margin: 0 3px;
  cursor: pointer;
  /*padding: 1px 4px;*/
  /*&:hover { border: 1px solid #c7d301; background: #f5f5f5; -webkit-box-shadow: inset 1px 1px 1px #ededed; -moz-box-shadow: inset 1px 1px 1px #ededed; box-shadow: inset 1px 1px 1px #ededed; }*/
}
header .header ul li.fontSize > a .arrow_down {
  display: inline-block;
  width: 8px;
  height: 6px;
  background: url(/Themes/images/sortingArrow_down.png) 0 bottom;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 6px;
}
header .header ul li.fontSize > a .arrow_up {
  display: inline-block;
  width: 8px;
  height: 9px;
  background: url(/Themes/images/sortingArrow_up.png) 0 top;
  background-repeat: no-repeat;
  vertical-align: middle;
}
header .header ul li.fontSize:hover {
  text-decoration: none;
}
header .header .headerSocialIcons {
  float: left;
  clear: left;
}
header .header .headerSocialIcons .BlueBtn {
  float: left;
  margin-top: 5px;
  padding: 7px 15px;
  font-size: 15px;
  margin-right: 15px;
}
header .header .seperatorOtherLanguages {
  border-right: 2px solid #C2C1C1;
}
header .header .divNewHeaderOtherLanguages {
  display: flex;
  float: right;
}
header .header .divNewHeaderOtherLanguages .btnSelectLanguages {
  margin-right: 15px !important;
}
header .header .divNewHeaderOtherLanguages .fontSize {
  margin-right: 5px !important;
}
header .header .divNewHeaderOtherLanguages .selectLanguages {
  left: 1090px !important;
}
header .header .fontSize {
  float: right;
  margin-top: 25px;
  margin-right: 50px;
}
header .header .btnSelectLanguages {
  cursor: pointer;
  float: right;
  margin-top: 25px;
}
header .header .btnSelectLanguages label {
  cursor: pointer;
}
header .header .btnSelectLanguages .arrow_down {
  display: inline-block;
  width: 11px;
  height: 9px;
  background: url(/images/arrow_down.png) 0 top;
  background-repeat: no-repeat;
  vertical-align: middle;
}
header .header .btnSelectLanguages .lan_icon {
  display: inline-block;
  width: 32px;
  height: 30px;
  background: url(/images/lan_icon.png) 0 top;
  background-repeat: no-repeat;
  vertical-align: middle;
}
header .header .selectLanguages {
  display: none;
  float: right;
  background-color: white;
  width: 195px;
  position: absolute;
  left: 613px;
  top: 105px;
  z-index: 9999;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 2px 11px 5px rgba(0, 0, 0, 0.18);
  border-bottom: 11px solid #0055A4;
  text-align: center;
}
header .header .selectLanguages div {
  border-bottom: 1px solid #f1f5f9;
  margin-right: 10px;
  margin-left: 10px;
  height: 45px;
  align-items: center;
  justify-content: center;
  display: flex;
}
header .header .selectLanguages .firstDiv {
  margin-top: -23px;
}
header .header .selectLanguages .arrow_up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
  position: relative;
  bottom: 15px;
  display: inline-block;
}
header .header .LengAndFontFixPos {
  background: #0055A4;
  border-radius: 20px 20px;
}
header {
  width: 100%;
  /*height: 100px;*/
  overflow: hidden;
  background: none;
  border: 0;
}
header .header {
  margin: 0 auto ;
  /*height: 60px;*/
  padding: 25px 0 16px 0;
}
header .header .LeumitLogo {
  float: right;
  width: 211px;
  outline: none;
}
header .header .LeumitLogo img {
  width: 100% !important;
  height: auto !important;
}
header .header > .span8 {
  margin-left: 0;
}
header .header .serviceInfo {
  color: #0055A4;
  font: 24px assistant;
  font-weight: regular;
  float: right;
  margin: 30px 18px 0 0;
}
header .header .serviceInfo span {
  padding: 0 18px;
}
header .header .serviceInfo span div {
  display: inline-block;
}
header .header .serviceInfo .seperator {
  border-left: 2px solid #C2C1C1;
}
header .header .headerSocialIcons {
  float: left;
  clear: left;
}
header .header .headerSocialIcons .joinLink {
  background: url(/images_new/JoinTop.png);
  width: 208px;
  height: 68px;
  padding: 0;
  box-shadow: none;
  margin: 0;
  margin-top: -10px;
}
@media all and (max-width: 640px) {
  header .header .headerSocialIcons .BlueBtn.joinLink {
    background-repeat: no-repeat;
  }
  header .header .serviceInfo {
    width: 60%;
  }
  header .header .serviceInfo span {
    display: block;
    float: right;
  }
  header .header .headerSocialIcons .joinLink {
    margin-top: -60px;
    height: 60px;
  }
  header .header .LeumitLogo {
    margin-right: 13px;
    margin-bottom: 5px;
  }
  header .header .serviceInfo .seperator {
    margin-left: -10px;
    padding-left: 10px;
  }
  .eng header .header .LeumitLogo {
    margin-right: 90px !important;
  }
  .eng header .header .serviceInfo {
    width: 43%  !important;
  }
  .eng .header .serviceInfo {
    margin: 0 !important;
  }
  .eng header .header .seperatorOtherLanguages {
    border-left: 2px solid #C2C1C1;
    border-right: 0;
  }
  .eng nav .leftBtns > div {
    margin-left: 0;
  }
  .eng nav .myfileBtn {
    margin: 9px 4px 0 0;
  }
  .fr header .header .LeumitLogo {
    margin-right: 90px !important;
  }
  .fr header .header .serviceInfo {
    width: 43%  !important;
  }
  .fr .header .serviceInfo {
    margin: 0 !important;
  }
  .fr header .header .seperatorOtherLanguages {
    border-left: 2px solid #C2C1C1;
    border-right: 0;
  }
  .rus header .header .LeumitLogo {
    margin-right: 90px !important;
  }
  .rus header .header .serviceInfo {
    width: 43%  !important;
  }
  .rus .header .serviceInfo {
    margin: 0 !important;
  }
  .rus header .header .seperatorOtherLanguages {
    border-left: 2px solid #C2C1C1;
    border-right: 0;
  }
  body .white-block {
    border-radius: unset !important;
    padding: 0 !important;
  }
  nav .generalSearch {
    display: none;
    width: 100%;
  }
  nav .myfileBtn {
    float: left !important;
    padding: 0px 5px 0 5px !important;
    background-image: none !important;
    margin-left: 7px  !important;
  }
  .header-seperator {
    background: none !important;
  }
  .flex-control-nav {
    margin-top: 10px !important;
    position: relative !important;
  }
  /*footer {
    display: none;
  }*/
  .joinUs-leumi-img {
    height: 184px !important;
    width: 98vw !important;
  }
  .MiddleContentHP .ArticleShort.span3 .articleShortText {
    margin: 0;
  }
  .MiddleContentHP .ArticleShort.span3 .articleShortText h2 {
    text-align: center;
    color: #102b4b;
    font-weight: 550;
    margin-right: 10px;
    margin-left: 10px;
  }
  .MiddleContentHP .ArticleShort.span3 {
    width: 100%;
    border-top: #ededed solid 16px;
    margin: 0px   !important;
    margin-bottom: 0px   !important;
  }
  #ArticleRepeaterContainer > div {
    height: auto!important;
    max-height: none;
  }
  .MiddleContentHP .open-article {
    position: unset;
    text-align: center;
    margin-bottom: 5%;
    color: #0055a4;
  }
  .MiddleContentHP .ArticleShort.span3 .articleShortText pre {
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
  }
  .searchBtn {
    background-image: url(/images_new/SearchIcon02.png) !important;
    background-position: center;
    background-repeat: no-repeat;
  }
  nav .leftBtns > div {
    background-color: white !important;
    -webkit-box-shadow: unset !important;
    border: none !important;
    border-radius: unset !important;
    float: right;
  }
  .openNavBtn {
    background-image: url(/images_new/Menu.png) !important;
    background-repeat: no-repeat;
  }
  .whiteLine {
    display: none;
  }
  nav .myfileBtn span {
    background: url(/images_new/Me.png) no-repeat 0px 0px !important;
    width: 35px !important;
    height: 35px !important;
    background-size: 35px 35px !important;
    margin-right: 3px;
  }
  nav .leftBtns {
    margin: 21px 0 0 0 !important;
  }
  nav .nav > li {
    background: none !important;
    background-color: #f0f7fe !important;
    box-shadow: none  !important;
  }
  nav .leftBtns .searchBtn {
    margin-top: -5px !important;
  }
  .Menu slides {
    width: 100% !important;
  }
  .select2-drop.select2-with-searchbox {
    width: 100% !important;
    height: 100% !important;
  }
  .generalSearch .searchIcon {
    margin-top: 70px !important;
  }
  .select2-drop.select2-with-searchbox {
    margin-left: 0px !important;
    margin-top: 65px !important;
  }
  nav .nav li .subMenu .topGradiant {
    height: 0px !important;
  }
  .LoginWrapper {
    background-color: white !important;
  }
  .MenuWrapper_new ul.Menu {
    float: left;
  }
  .MenuWrapper_new ul.Menu .menuOpenArrow {
    display: none !important;
  }
  nav .nav > li .subMenu ul li a {
    background: none !important;
  }
  nav .nav > li .subMenu ul li {
    background: white !important;
  }
  nav .nav li .navItemText {
    line-height: 36px  !important;
    padding-right: 31px !important;
    background: url(/images_new/plus.png) no-repeat 100% 8px !important;
    margin-right: 10px !important;
    border-right: none  !important;
  }
  nav .nav > li .subMenu ul li {
    padding-right: 10px !important;
  }
  nav .nav li .subMenu ul li a {
    font-size: 18px  !important;
  }
  nav .nav li .subMenu {
    box-shadow: none !important;
  }
  .ArticleGallery {
    margin-top: -10px !important;
  }
  .ArticleGallery .ArticleShort .articleShortText pre {
    color: #102b4b;
    font-size: 18px;
  }
  #CenterColumnBottom {
    padding: 0px !important;
  }
  .ArticleGallery .ArticleShort .ArticleImg img {
    margin-top: 25px  !important;
  }
  .join-button {
    display: none;
  }
  .join-popup {
    display: none;
  }
  .flex-next {
    background: url(/images_new/ArrowRight.jpg) no-repeat !important;
    height: 68px !important;
    margin-right: -17px !important;
    margin-top: -34px !important;
  }
  .flex-prev {
    background: url(/images_new/ArrowLeft.jpg) no-repeat !important;
    height: 68px !important;
    margin-left: -9px !important;
    margin-top: -34px !important;
  }
  .MenuWrapper_new {
    margin-top: -18px !important;
  }
  .fontSize {
    display: none !important;
  }
  .btnSelectLanguages {
    display: none !important;
  }
  .selectLanguages {
    display: none !important;
  }
}
nav {
  width: 100%;
  height: 42px;
  position: relative;
  z-index: 60;
}
nav .navshadow {
  position: relative;
  height: 100%;
  box-shadow: 0px 2px 10px 0px #a1a1a1;
  -moz-box-shadow: 0px 2px 10px 0px #a1a1a1;
  -webkit-box-shadow: 0px 2px 10px 0px #a1a1a1;
  border-bottom: 1px solid #e8e8e8;
  background: #0d3869;
  background-image: -webkit-linear-gradient(top, #0052a2, #0d3869);
  background-image: -moz-linear-gradient(top, #0052a2, #0d3869);
  background-image: -webkit-gradient(top, #0052a2, #0d3869);
  background-image: -o-linear-gradient(top, #0052a2, #0d3869);
  background-image: linear-gradient(top, #0052a2, #0d3869);
  background-image: -ms-linear-gradient(top, #0052a2, #0d3869);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0052a2', endColorstr='#0d3869', GradientType=0);
}
nav .nav {
  list-style-type: none;
  width: 100%;
  max-width: 1000px;
  /*&:after { content: ""; clear: both; display: block; }*/
}
nav .nav > li {
  width: 18.2%;
  padding: 0 0px;
  text-align: right;
  float: right;
  border-right: 2px solid #0d3869;
  border-left: 1px solid #0052a2;
  position: relative;
}
nav .nav > li:first-child {
  border-right: 0;
  padding-right: 10px;
}
nav .nav > li > div {
  display: block;
  font: normal 18px/40px Arial, Helvetica, sans-serif;
  color: #ffffff;
  position: relative;
}
nav .nav > li .navItemText {
  float: right;
  margin-right: 20px;
  margin-left: 10px;
  cursor: default;
  color: #fff;
}
nav .nav > li .mainNavArrow {
  width: 4px;
  height: 10px;
  display: inline-block;
  background: url(/images/navArrows.png) no-repeat left 0;
  vertical-align: middle;
}
nav .nav > li.generalSearch {
  width: 247px;
  padding: 0;
  border-left: none;
}
nav .nav > li.generalSearch:hover {
  background: #0d3869;
  background-image: -webkit-linear-gradient(top, #0052a2, #0d3869);
  background-image: -moz-linear-gradient(top, #0052a2, #0d3869);
  background-image: -webkit-gradient(top, #0052a2, #0d3869);
  background-image: -o-linear-gradient(top, #0052a2, #0d3869);
  background-image: linear-gradient(top, #0052a2, #0d3869);
  background-image: -ms-linear-gradient(top, #0052a2, #0d3869);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0052a2', endColorstr='#0d3869', GradientType=0);
}
nav .nav > li .subMenu {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  background: #0568BB;
  z-index: 100;
  width: 360px;
}
nav .nav > li .subMenu ul {
  list-style-type: none;
  margin: 10px;
  float: right;
  min-width: 135px;
}
nav .nav > li .subMenu ul li {
  -moz-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
  /*span { width: 4px; height: 10px; display: block; background: url(../images/navArrows.png) no-repeat left 0; margin-right: 4px; margin-left: 4px; margin-top: 12px; margin-bottom: 5px; float: right; }*/

}
nav .nav > li .subMenu ul li :hover {
  background-color: #3786C8;
}
nav .nav > li .subMenu ul li a {
  font: normal 16px/1.2 Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  padding-left: 4px;
  display: block;
  max-width: 145px;
  background: url(/images/navArrows_left.png) right 12px no-repeat;
}
nav .nav > li.open {
  height: 42px;
  background: #0568bb;
  background-image: -webkit-linear-gradient(top, #08589f, #0568bb);
  background-image: -moz-linear-gradient(top, #08589f, #0568bb);
  background-image: -webkit-gradient(top, #08589f, #0568bb);
  background-image: -o-linear-gradient(top, #08589f, #0568bb);
  background-image: linear-gradient(top, #08589f, #0568bb);
  background-image: -ms-linear-gradient(top, #08589f, #0568bb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08589F', endColorstr='#0568BB', GradientType=0);
}
nav .myfileBtn {
  /*width: 180px;*/
  height: 45px;
  float: right;
  margin: 9px 7px 0 0;
  text-align: right;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #356a9f;
  font: bold 18px/45px Arial, Helvetica, sans-serif;
  padding: 0 15px 0 10px;
  cursor: pointer;
  background: #ffffff;
  background-image: -moz-linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
  background-image: -webkit-gradient(linear, top bottom, color-stop(0%, #d3eef9), color-stop(51%, #edfaff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3eef9', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
}
nav .myfileBtn span {
  display: inline-block;
  width: 11px;
  height: 6px;
  background: url(/images/Arrows.png) no-repeat -52px -18px;
  vertical-align: middle;
}
nav .leftBtns {
  margin: 8px 0 0 7px;
}
nav .leftBtns > div {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 5px;
  background-color: #48aa27;
  box-shadow: inset 1px 1px 15px 0px #224d13;
  -moz-box-shadow: inset 1px 1px 15px 0px #224d13;
  -webkit-box-shadow: inset 1px 1px 15px 0px #224d13;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #333;
  cursor: pointer;
}
nav .leftBtns .openNavBtn .whiteLine {
  width: 60%;
  height: 4px;
  margin: 4px auto;
  background: #ffffff;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
nav .leftBtns .openNavBtn .whiteLine:first-child {
  margin: 13px auto 4px auto;
}
nav .leftBtns .openNavBtn .mobileNav {
  list-style-type: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 58px;
}
nav .leftBtns .openNavBtn .mobileNav li {
  border-bottom: 1px solid #fff;
  background: #05488e;
}
nav .leftBtns .openNavBtn .mobileNav li a {
  color: #ffffff;
}
nav .leftBtns .searchBtn {
  background-image: url(/images/mobileMagnify.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: 68% 68%;
  -o-background-size: 68% 68%;
  -webkit-background-size: 68% 68%;
  background-size: 68% 68%;
}
.subMenu:hover {
  display: block;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
}
/*general search */.generalSearch {
  width: 247px;
  padding: 0;
  border-left: none;
  /*input[type="text"] { width: 90%; height: 32px; margin: 4px auto; display: block; font-size: 14px; .border-radius(3px,3px,3px,3px); border: none; background-color: @white; color: #bababa; }*/

}
.generalSearch .select2-container {
  width: 247px;
  margin-top: 4px;
}
.generalSearch .select2-container .select2-choice {
  width: 245px;
  height: 32px;
  background: #fff;
  padding: 0;
}
.generalSearch .select2-dropdown-open .select2-choice .select2-arrow,
.generalSearch .select2-container .select2-choice .select2-arrow {
  display: none;
}
.generalSearch .select2-container .select2-choice > .select2-chosen {
  line-height: 32px;
  margin-right: 15px;
  font-size: 14px;
}
.generalSearch .searchIcon {
  width: 27px;
  height: 30px;
  background: url(/images/Arrows.png) no-repeat 3px 4px;
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
}
.generalSearch .select2-container-active {
  cursor: pointer;
}
/* general search dropdown - should apply only to general search*/
.select2-drop.select2-with-searchbox .select2-search input {
  background: none;
}
.select2-drop.select2-with-searchbox .select2-results ul.select2-result-sub li td {
  color: #555;
  font-size: 14px;
}
.select2-drop.select2-with-searchbox .select2-results .select2-highlighted {
  background: #e0f3fa;
  color: #555;
}
.select2-drop.select2-with-searchbox .select2-results .select2-result-label td {
  color: #05488e;
  font-size: 14px;
}
#searchBtn {
  margin-top: 6px;
  padding: 7px 12px;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 20px;
}
.select2-container .select2-choice abbr {
  right: 4px;
  top: 9px;
}
.generalSearchResults {
  width: 100%;
  padding: 0;
  border-left: none;
  /*input[type="text"] { width: 90%; height: 32px; margin: 4px auto; display: block; font-size: 14px; .border-radius(3px,3px,3px,3px); border: none; background-color: @white; color: #bababa; }*/

}
.generalSearchResults .select2-container {
  width: 100%;
  margin-top: 4px;
}
.generalSearchResults .select2-container .select2-choice abbr {
  right: 4px;
  top: 9px;
}
.generalSearchResults .select2-container .select2-choice {
  width: 99.5%;
  height: 32px;
  background: #fff;
  padding: 0;
  border: 1px solid #d3d3d3;
}
.generalSearchResults .select2-dropdown-open .select2-choice .select2-arrow,
.generalSearchResults .select2-container .select2-choice .select2-arrow {
  display: none;
}
.generalSearchResults .select2-container .select2-choice > .select2-chosen {
  line-height: 32px;
  margin-right: 20px !important;
  font-size: 14px;
}
.generalSearchResults .searchIcon {
  width: 27px;
  height: 30px;
  background: url(/images/Arrows.png) no-repeat 3px 4px;
  position: absolute;
  top: 5px;
  left: 5px;
}
nav {
  width: 100%;
  height: 42px;
  position: relative;
  z-index: 60;
  padding-bottom: 17px;
}
nav .navshadow {
  position: relative;
  height: 100%;
  background: none;
  border: none;
  box-shadow: none;
}
nav .nav {
  list-style-type: none;
}
nav .nav li {
  width: auto;
  text-align: right;
  float: right;
  border: NONE;
  position: relative;
  padding-top: 7px;
  margin-left: 4px;
}
nav .nav li:first-child {
  border-right: 0;
  padding-right: 0px;
}
nav .nav li:first-child .navItemText {
  border: 0;
}
nav .nav li > div {
  display: block;
  color: #102B4B;
  font-family: Assistant;
  font-size: 20px;
  line-height: 20px;
  position: relative;
}
nav .nav li .navItemText {
  float: right;
  padding-right: 13px;
  padding-left: 13px;
  margin: 0;
  margin-right: -3px;
  cursor: default;
  color: #102B4B;
  line-height: 20px;
  border-right: 2px solid #C2C1C1;
}
nav .nav li .subMenu {
  display: none;
  position: absolute;
  top: 28px;
  right: 0;
  z-index: 100;
  width: 506px;
  background: #fff;
  box-shadow: -2px 5px 6px 1px rgba(0, 0, 0, 0.25);
}
nav .nav li .subMenu .topGradiant {
  background: linear-gradient(90deg, #2fbf4e 0%, #40c0ac 47%, #0da9e3 100%);
  height: 17px;
}
nav .nav li .subMenu ul {
  list-style-type: none;
  margin: 10px;
  float: right;
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
nav .nav li .subMenu ul li {
  display: block;
  border-bottom: 1px solid #F1F5F9;
  float: none;
  padding: 5px 0;
  /*span { width: 4px; height: 10px; display: block; background: url(../images/navArrows.png) no-repeat left 0; margin-right: 4px; margin-left: 4px; margin-top: 12px; margin-bottom: 5px; float: right; }*/

}
nav .nav li .subMenu ul li:last-child {
  border: 0;
}
nav .nav li .subMenu ul li :hover {
  background: #fff;
  color: #4984bb;
}
nav .nav li .subMenu ul li a {
  color: #102b4b;
  font-size: 16px;
  font-family: assistant;
  width: auto;
  max-width: none;
}
nav .nav li.open {
  height: 28px;
  background: linear-gradient(90deg, #30b7c7 0%, #0da9e3 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
nav .nav li.open .navItemText {
  color: #fff;
  font-size: 20px;
}
nav .generalSearch {
  border-left: none;
  float: left;
}
nav .myfileBtn {
  /*width: 180px;*/
  height: 45px;
  float: right;
  margin: 9px 7px 0 0;
  text-align: right;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: black;
  font: 18px/45px Arial, Helvetica, sans-serif;
  padding: 0 15px 0 10px;
  cursor: pointer;
  background: #ffffff;
  background-image: -moz-linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
  background-image: -webkit-gradient(linear, top bottom, color-stop(0%, #d3eef9), color-stop(51%, #edfaff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3eef9', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #d3eef9 0%, #edfaff 51%, #ffffff 100%);
}
nav .myfileBtn span {
  display: inline-block;
  width: 11px;
  height: 6px;
  background: url(/images/Arrows.png) no-repeat -52px -18px;
  vertical-align: middle;
}
nav .leftBtns {
  margin: 8px 0 0 7px;
}
nav .leftBtns > div {
  width: 35px;
  height: 34px;
  background-size: 29px 22px;
  display: inline-block;
  margin-right: 5px;
  background-color: #48aa27;
  box-shadow: inset 1px 1px 15px 0px #224d13;
  -moz-box-shadow: inset 1px 1px 15px 0px #224d13;
  -webkit-box-shadow: inset 1px 1px 15px 0px #224d13;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #333;
  cursor: pointer;
}
nav .leftBtns .openNavBtn .whiteLine {
  width: 60%;
  height: 4px;
  margin: 4px auto;
  background: #ffffff;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
nav .leftBtns .openNavBtn .whiteLine:first-child {
  margin: 13px auto 4px auto;
}
nav .leftBtns .openNavBtn .mobileNav {
  list-style-type: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 58px;
}
nav .leftBtns .openNavBtn .mobileNav li {
  border-bottom: 1px solid #fff;
  background: #05488e;
}
nav .leftBtns .openNavBtn .mobileNav li a {
  color: #ffffff;
}
nav .leftBtns .searchBtn {
  background-image: url(/images/mobileMagnify.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  float: left;
  -moz-background-size: 68% 68%;
  -o-background-size: 68% 68%;
  -webkit-background-size: 68% 68%;
  background-size: 68% 68%;
}
.subMenu:hover {
  display: block;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
}
/*general search */.generalSearch {
  width: 343px;
  border-left: none;
  /*input[type="text"] { width: 90%; height: 32px; margin: 4px auto; display: block; font-size: 17.3px; .border-radius(3px,3px,3px,3px); border: none; background-color: @white; color: #bababa; }*/

}
.generalSearch .select2-container {
  width: 343px;
  padding: 0 28px;
  margin-top: 0px;
}
.generalSearch .select2-container .select2-choice {
  width: 313px;
  height: 26px;
  background: #fff;
  padding: 0;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
}
.generalSearch .select2-dropdown-open .select2-choice .select2-arrow,
.generalSearch .select2-container .select2-choice .select2-arrow {
  display: none;
}
.generalSearch .select2-container .select2-choice > .select2-chosen {
  line-height: 26px;
  margin-right: 15px;
  font-size: 17.33px;
}
.generalSearch .searchIcon {
  width: 27px;
  height: 30px;
  background: url(/images_new/searchIcon.png) no-repeat 5px 2px;
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
}
.generalSearch .select2-container-active {
  cursor: pointer;
}
.generalSearch .select2-chosen {
  color: #A0A0A0;
  font-family: Assistant;
  font-size: 17.33px;
}
/* general search dropdown - should apply only to general search*/
.select2-drop.select2-with-searchbox {
  margin-top: -41px;
  padding-top: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
  border: 0;
  margin-left: -5px;
}
.select2-drop.select2-with-searchbox .select2-no-results,
.select2-drop.select2-with-searchbox .select2-searching {
  background: #fff;
  padding: 0 15px;
}
.select2-drop.select2-with-searchbox .select2-search {
  padding: 0 15px;
}
.select2-drop.select2-with-searchbox .select2-search input {
  width: 313px;
  height: 26px!important;
  background: #fff;
  padding: 0;
  border: 1px solid #BBCFE4;
  border-radius: 15px;
  padding-right: 15px;
  background: url(/images_new/searchIcon.png) no-repeat 10px center;
}
.select2-drop.select2-with-searchbox .select2-results {
  background: #fff;
  padding: 0 15px;
}
.select2-drop.select2-with-searchbox .select2-results ul.select2-result-sub li td {
  color: #555;
  font-size: 14px;
}
.select2-drop.select2-with-searchbox .select2-results .select2-highlighted {
  background-color: #F9F9F9;
}
.select2-drop.select2-with-searchbox .select2-results .select2-result-label {
  color: #102B4B;
  font-size: 16px;
  font-wieght: bold;
}
.select2-drop.select2-with-searchbox .select2-results .select2-match {
  font-weight: normal;
  color: #4984BB;
}
.select2-drop.select2-with-searchbox .select2-results .select2-result-with-children {
  border-top: 1px solid #EEF3F8;
}
.select2-drop.select2-with-searchbox::after {
  content: ' ';
  background: linear-gradient(90deg, #3fb85a 0%, #119dc0 100%);
  width: 100%;
  height: 10px;
  display: block;
}
#searchBtn {
  margin-top: 6px;
  padding: 7px 12px;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 20px;
}
.select2-container .select2-choice abbr {
  right: 4px;
  top: 9px;
}
.generalSearchResults {
  width: 100%;
  padding: 0;
  border-left: none;
  /*input[type="text"] { width: 90%; height: 32px; margin: 4px auto; display: block; font-size: 14px; .border-radius(3px,3px,3px,3px); border: none; background-color: @white; color: #bababa; }*/

}
.generalSearchResults .select2-container {
  width: 100%;
  margin-top: 4px;
}
.generalSearchResults .select2-container .select2-choice abbr {
  right: 4px;
  top: 9px;
}
.generalSearchResults .select2-container .select2-choice {
  width: 99.5%;
  height: 32px;
  background: #fff;
  padding: 0;
  border: 1px solid #d3d3d3;
}
.generalSearchResults .select2-dropdown-open .select2-choice .select2-arrow,
.generalSearchResults .select2-container .select2-choice .select2-arrow {
  display: none;
}
.generalSearchResults .select2-container .select2-choice > .select2-chosen {
  line-height: 32px;
  margin-right: 20px !important;
  font-size: 14px;
}
.generalSearchResults .searchIcon {
  width: 27px;
  height: 30px;
  background: url(/images/Arrows.png) no-repeat 3px 4px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.header-seperator {
  height: 6px;
  background: linear-gradient(270deg, #0da9e4 0%, #2fc04b 100%);
  margin-buttom: 17px;
}
.login-close-popup-mobile {
  display: none;
}
.btnSelectLanguagesMobile {
  display: none;
}
.selectLanguagesMobile {
  display: none;
}
/***********/
/* MOBILE */
/*********/
@media all and (max-width: 640px) {
  nav > div.navshadow.navbar > div.mobile.float-left.leftBtns {
    float: right !important;
  }
  nav .generalSearch {
    border-left: none;
    float: right;
  }
  .generalSearch .select2-container .select2-choice {
    width: 313px;
    height: 40px;
    background: #fff;
    padding: 0;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
  }
  .generalSearch .select2-container .select2-choice > .select2-chosen {
    line-height: 40px;
    margin-right: 15px;
    width: 100%;
    font-size: 17.33px;
  }
  .login-close-popup-mobile {
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: 10px;
    position: absolute;
    z-index: 9999;
    left: 0px;
    display: none;
  }
  .headNavBar {
    height: 6px;
    background: linear-gradient(270deg, #0da9e4 0%, #2fc04b 100%);
  }
  .searchIcon {
    display: none;
  }
  .select2-drop.select2-with-searchbox::before {
    content: ' ';
    background: linear-gradient(90deg, #3fb85a 0%, #119dc0 100%);
    width: 100%;
    height: 6px !important;
    display: block;
  }
  .select2-drop.select2-with-searchbox::after {
    display: none !important;
  }
  .select2-drop.select2-with-searchbox {
    padding-top: 0 !important;
  }
  .select2-drop.select2-with-searchbox .select2-search {
    padding-top: 15px;
  }
  .select2-drop.select2-with-searchbox .select2-search input {
    width: 100%;
    height: 31px!important;
    background: url(/images_new/searchIcon.png) no-repeat 10px center;
  }
  .btnSelectLanguagesMobile {
    display: block!important;
    cursor: pointer;
    float: left;
    margin-top: 15px;
  }
  .btnSelectLanguagesMobile label {
    cursor: pointer;
    color: black;
    font: 18px Arial, Helvetica, sans-serif;
  }
  .btnSelectLanguagesMobile .arrow_down {
    display: inline-block;
    width: 13px;
    height: 9px;
    background: url(/images_new/DD_arrow.png) 0 top;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .btnSelectLanguagesMobile .lan_icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/images_new/Lan_Icon.png) 0 top;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .selectLanguagesMobile {
    float: right;
    background-color: white;
    width: 100%;
    top: 65px;
    z-index: 9999;
    box-shadow: 0 2px 11px 5px rgba(0, 0, 0, 0.18);
    border-bottom: 11px solid #0055A4;
    text-align: center;
    position: absolute;
  }
  .selectLanguagesMobile div {
    border-bottom: 1px solid #f1f5f9;
    margin-right: 10px;
    margin-left: 10px;
    height: 45px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .selectLanguagesMobile .arrow_up {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
    position: relative;
    bottom: 15px;
    display: inline-block;
  }
}
.Top10Menu {
  margin-bottom: 15px;
  clear: both;
}
.MenuWrapper {
  position: relative;
  z-index: 55;
}
.MenuWrapper ul.Menu {
  list-style-type: none;
  text-align: center;
}
.MenuWrapper ul.Menu li {
  width: 88px;
  height: 100px;
  /*float: right;*/
  display: inline-block;
  margin: 0 0.33%;
  border-bottom: 1px solid #b4b4b4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.MenuWrapper ul.Menu li a {
  display: block;
  height: 100%;
}
.MenuWrapper ul.Menu li a .table {
  background: #fff;
  width: 100%;
  height: 40%;
  position: relative;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.MenuWrapper ul.Menu li a .table .table-cell {
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  padding: 0 2px;
}
.MenuWrapper ul.Menu li a .menuIconBg {
  position: relative;
  overflow: hidden;
  height: 60%;
  background: #ffffff;
  background: -moz-linear-gradient(bottom, #e0f3fa 0%, #ffffff 45%);
  background: -webkit-gradient(bottom, color-stop(0%, #e0f3fa), color-stop(45%, #ffffff));
  background: -webkit-linear-gradient(bottom, #e0f3fa 0%, #ffffff 45%);
  background: -o-linear-gradient(bottom, #e0f3fa 0%, #ffffff 45%);
  background: -ms-linear-gradient(bottom, #e0f3fa 0%, #ffffff 45%);
  background: linear-gradient(bottom, #e0f3fa 0%, #ffffff 45%);
  background-image: -ms-linear-gradient(bottom, #e0f3fa 0%, #ffffff 45%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaf7fc, GradientType=0);
  box-shadow: inset 0px -4px 7px -4px #a1a1a1;
  -moz-box-shadow: inset 0px -4px 7px -4px #a1a1a1;
  -webkit-box-shadow: inset 0px -4px 7px -4px #a1a1a1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -moz-border-top-left-radius: 10px;
}
.MenuWrapper ul.Menu li a .menuIconBg .menuItemHover {
  display: none;
  width: 100%;
  height: 100%;
  background: url(/images/menuItemBG_hover.png) no-repeat;
  position: absolute;
  top: 0;
  box-shadow: inset 0px -4px 7px -2px #459620;
  -moz-box-shadow: inset 0px -4px 7px -2px #459620;
  -webkit-box-shadow: inset 0px -4px 7px -2px #459620;
}
.MenuWrapper ul.Menu li a .menuIconBg .menuItemIcon {
  width: 78px;
  height: 60px;
  position: absolute;
  top: 4px;
  right: 50%;
  margin-right: -39px;
  background-position: left top;
}
.MenuWrapper ul.Menu li a .menuIconBg .menuItemIconHover {
  width: 78px;
  height: 60px;
  position: absolute;
  top: 60px;
  right: 50%;
  margin-right: -39px;
  background-position: left -83px;
}
.MenuWrapper ul.Menu li a .menuIconBg img {
  width: 80%;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -40%;
}
.MenuWrapper ul.Menu li.menuOpenArrow {
  display: none;
}
.clearTop10 {
  width: 100%;
  height: 100px;
  clear: both;
}
/*Menu styles for Destktop and Tablet - innerpage*/
@media all and (min-width: 750px) {
  #InnerSideColumn .MenuWrapper {
    min-height: 120px;
  }
  #InnerSideColumn .MenuWrapper ul.Menu {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #ededed;
    height: 100px;
    padding: 10px 0;
    min-width: 100%;
    box-shadow: 1px 1px 3px 0px #a1a1a1;
    -moz-box-shadow: 1px 1px 3px 0px #a1a1a1;
    -webkit-box-shadow: 1px 1px 3px 0px #a1a1a1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #InnerSideColumn .MenuWrapper ul.Menu li {
    float: left;
    margin: 0 5px 10px 5px !important;
  }
  #InnerSideColumn .MenuWrapper .menuOpenArrow {
    display: block;
    height: 120px;
    width: 25px !important;
    position: absolute;
    right: -5px;
    top: 0;
    border-left: 1px solid #ffffff;
    background: #ffffff;
    background-image: -webkit-linear-gradient(left, #e0f3fa, #ffffff);
    background-image: -moz-linear-gradient(left, #e0f3fa, #ffffff);
    background-image: -webkit-gradient(left, #e0f3fa, #ffffff);
    background-image: -o-linear-gradient(left, #e0f3fa, #ffffff);
    background-image: linear-gradient(left, #e0f3fa, #ffffff);
    background-image: -ms-linear-gradient(left, #e0f3fa, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0f3fa, endColorstr=#ffffff, GradientType=0);
    box-shadow: 1px 1px 3px 0px #a1a1a1;
    -moz-box-shadow: 1px 1px 3px 0px #a1a1a1;
    -webkit-box-shadow: 1px 1px 3px 0px #a1a1a1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 999;
    cursor: pointer;
  }
  #InnerSideColumn .MenuWrapper .menuOpenArrow > div {
    background: url(/images/menuOpenArrow.png) right 0 no-repeat;
    width: 10px;
    height: 17px;
    margin: 50px auto;
  }
}
.Top10Menu {
  margin-bottom: 7px;
  clear: none;
  width: 73.5%;
}
.MenuWrapper_new {
  position: relative;
  z-index: 55;
}
.MenuWrapper_new .join-button {
  position: absolute;
  left: 0;
  bottom: 0;
}
.MenuWrapper_new ul.Menu {
  list-style-type: none;
  text-align: right;
  box-shadow: 3px 2px 5px 1px rgba(0, 0, 0, 0.16);
}
.MenuWrapper_new ul.Menu li {
  width: 113px;
  height: 68px;
  /*float: right;*/
  display: inline-block;
  border-right: solid 1px #EEF3F8;
}
.MenuWrapper_new ul.Menu li a {
  display: block;
  height: 100%;
  text-align: center;
}
.MenuWrapper_new ul.Menu li a .menu-item-icon {
  display: block;
  margin: auto;
  margin-top: 15px;
}
.MenuWrapper_new ul.Menu li a .menu-item-text {
  color: #000000;
  font-family: Assistant;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  margin-top: 8px;
}
.MenuWrapper_new ul.Menu li.menuOpenArrow {
  display: none;
}
.clearTop10 {
  width: 100%;
  height: 100px;
  clear: both;
}
.join-popup {
  display: none;
  background: linear-gradient(270deg, #1aae98 0%, #9ac60a 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 68px;
}
.join-popup .close {
  font-size: 28px;
  color: #fff;
  position: absolute;
  right: 7px;
  top: 16%;
  cursor: pointer;
  right: 2%;
}
iframe.joinIframe {
  width: 93%;
  position: absolute;
  left: 10px;
  top: 5px;
}
.joinForm_new {
  background: #fff;
  font-family: assistant!important;
  padding-bottom: 12px;
}
.joinForm_new .inline-block {
  padding: 0 5px;
  width: auto;
  vertical-align: top;
}
.joinForm_new .inline-block label {
  color: #102B4B;
  font-family: Assistant;
  font-size: 16px;
  font-weight: 600;
}
.joinForm_new .inline-block input {
  border: 1px solid #CFD8E2;
  border-radius: 11px;
  height: 21px;
  width: 126px;
  padding-right: 25px;
  font-family: assistant;
}
.joinForm_new .inline-block input.joinPhone {
  background: url(/images_new/Phone.png) 135px center no-repeat;
}
.joinForm_new .inline-block input.joinName {
  background: url(/images_new/Name.png) 135px center no-repeat;
}
.joinForm_new .inline-block input.joinEmail {
  background: url(/images_new/Mail.png) 135px center no-repeat;
}
.joinForm_new .inline-block input.joinPhoneNumber {
  background: url(/images_new/Phone.png) 135px center no-repeat;
}
.joinForm_new .inline-block .block {
  margin-top: -5px;
}
.joinForm_new .inline-block .block .valid-msg {
  font-size: 11px;
  margin-right: 7px;
}
.joinForm_new .buttons {
  vertical-align: top;
}
.joinForm_new .buttons .externalJoin {
  color: #0055A4;
  font-size: 12px;
  display: block;
  padding: 3px;
}
.joinForm_new .buttons input.sendBtn.btn_to_join {
  margin-right: 0 !important;
}
.joinForm_new .buttons input.sendBtn {
  background: url(/images_new/back.png);
  border: 0;
  height: 26px;
  width: 149px;
  margin: 0;
  border-radius: 0;
  float: right;
  box-shadow: none;
}
.joinForm_new .confirmJoinMsg {
  background: #fff;
  width: 93%;
  position: absolute;
  font-family: assistant!important;
  left: 10px;
  top: 5px;
  padding: 7px;
  color: #102B4B;
  font-family: Assistant;
  font-size: 16px;
  font-weight: 600;
}
.joinForm_new .confirmJoinMsg a {
  float: left;
}
/*Menu styles for Destktop and Tablet - innerpage*/
@media all and (min-width: 750px) {
  #InnerSideColumn .MenuWrapper {
    min-height: 120px;
  }
  #InnerSideColumn .MenuWrapper ul.Menu {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #ededed;
    height: 100px;
    padding: 10px 0;
    min-width: 100%;
    box-shadow: 1px 1px 3px 0px #a1a1a1;
    -moz-box-shadow: 1px 1px 3px 0px #a1a1a1;
    -webkit-box-shadow: 1px 1px 3px 0px #a1a1a1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #InnerSideColumn .MenuWrapper ul.Menu li {
    float: left;
    margin: 0 5px 10px 5px !important;
  }
  #InnerSideColumn .MenuWrapper .menuOpenArrow {
    display: block;
    height: 120px;
    width: 25px !important;
    position: absolute;
    right: -5px;
    top: 0;
    border-left: 1px solid #ffffff;
    background: #ffffff;
    background-image: -webkit-linear-gradient(left, #e0f3fa, #ffffff);
    background-image: -moz-linear-gradient(left, #e0f3fa, #ffffff);
    background-image: -webkit-gradient(left, #e0f3fa, #ffffff);
    background-image: -o-linear-gradient(left, #e0f3fa, #ffffff);
    background-image: linear-gradient(left, #e0f3fa, #ffffff);
    background-image: -ms-linear-gradient(left, #e0f3fa, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0f3fa, endColorstr=#ffffff, GradientType=0);
    box-shadow: 1px 1px 3px 0px #a1a1a1;
    -moz-box-shadow: 1px 1px 3px 0px #a1a1a1;
    -webkit-box-shadow: 1px 1px 3px 0px #a1a1a1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 999;
    cursor: pointer;
  }
  #InnerSideColumn .MenuWrapper .menuOpenArrow > div {
    background: url(/images/menuOpenArrow.png) right 0 no-repeat;
    width: 10px;
    height: 17px;
    margin: 50px auto;
  }
}
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */

  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */

  -webkit-box-sizing: border-box;
  /* webkit */

  -moz-box-sizing: border-box;
  /* firefox */

  box-sizing: border-box;
  /* css3 */

}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('/Themes/images/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: 9998;
  /* styles required for IE to work */

  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #d3d3d3;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  /*border: 1px solid #5897fb;*/

  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  /*border-top: 1px solid #5897fb;*/

}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -o-linear-gradient(bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/Themes/images/select2.png') no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff url('/Themes/images/select2.png') no-repeat 100% -22px;
  background: url('/Themes/images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('/Themes/images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('/Themes/images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('/Themes/images/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('/Themes/images/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('/Themes/images/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('/static/select2-spinner.gif') no-repeat 100%;
  background: url('/static/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('/static/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('/static/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('/static/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('/static/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('/static/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  /*border: 1px solid #5897fb;*/

  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
/* results */
.select2-results {
  max-height: 310px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
  color: #0154A4;
  font-size: 18px;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #356aa0;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('/static/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 30px;
  min-width: 150px;
  line-height: 30px;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 1px 1px 0px #dddddd;
  -moz-box-shadow: 0px 1px 1px 0px #dddddd;
  -webkit-box-shadow: 0px 1px 1px 0px #dddddd;
  background: #fff;
  overflow: hidden;
}
.select2-locked {
  /*padding: 3px 5px 3px 5px !important;*/

}
.select2-container-multi.select2-container-active .select2-choices {
  /*border: 1px solid #5897fb;*/

  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: right;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  /*padding: 5px;*/

  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('/static/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 5px 3px 0 0;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  left: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('/Themes/images/select2.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  /*text-decoration: underline;*/

  font-weight: bold;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    /* background-image: url('select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;*/
  
  }
  /*.select2-search input {
        background-position: 100% -21px !important;
    }*/
}
div.tabsContainer {
  border: 0;
  background: none;
}
div.tabsContainer ul.tabsHeader {
  border: 0;
  background: none;
  direction: rtl;
}
div.tabsContainer ul.tabsHeader li.tab {
  border-radius: 0;
  float: right;
  background: none;
  border: 0;
  height: 44px;
  line-height: 44px;
  background: url(/images/tabs-sprite_1px.png) repeat-x 0px 0px;
  display: inline-block;
  padding: 0;
  margin-right: 17px;
  margin-left: 25px;
}
div.tabsContainer ul.tabsHeader li.tab a {
  float: none;
  color: #064588;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  height: 46px;
  display: inline-block;
  font-weight: normal;
}
div.tabsContainer ul.tabsHeader li.tab span.hiddenBold {
  font-weight: bold;
  visibility: hidden;
}
div.tabsContainer ul.tabsHeader li.tab::before {
  content: "a";
  display: inline-block;
  width: 17px;
  margin-right: -17px;
  height: 44px;
  background: url(/images/tabs-sprite_sides.png) no-repeat -45px 0px;
  color: transparent;
}
div.tabsContainer ul.tabsHeader li.tab::after {
  content: "a";
  display: inline-block;
  width: 37px;
  margin-left: -37px;
  height: 44px;
  background: url(/images/tabs-sprite_sides.png) no-repeat 0px 0px;
  color: transparent;
}
div.tabsContainer ul.tabsHeader li.tab.ui-tabs-active {
  background-image: url(/images/tabs-sprite_1px.png);
  background-position-y: -75px;
  z-index: 40!important;
}
div.tabsContainer ul.tabsHeader li.tab.ui-tabs-active a {
  font-weight: bold;
}
div.tabsContainer ul.tabsHeader li.tab.ui-tabs-active::before {
  background-image: url(/images/tabs-sprite_sides.png);
  background-position-y: -75px;
}
div.tabsContainer ul.tabsHeader li.tab.ui-tabs-active::after {
  background-image: url(/images/tabs-sprite_sides.png);
  background-position-y: -75px;
}
div.tabsContainer div.tabView {
  border: 1px solid #064588;
  margin-top: -1px;
  z-index: 0;
}
body {
  background: #ededed!important;
  font-family: assistant!important;
}
body .white-block {
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0 4px 13px 10px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  padding: 24px 25px 24px 18px;
}
