/* Minification failed. Returning unminified contents.
(6621,36): run-time error CSS1031: Expected selector, found '1a4'
 */
/*! jQuery UI - v1.10.4 - 2014-04-02
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ffffff&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ffffff&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
/**/
  .tooltipSelectorClass
  {
      text-decoration:none;
      cursor:pointer;
      color:#407bad;
  }

  .ui-tooltip, .arrow:after {
    background: white;
    border: 1px solid #cfd3d6;
  }
  .ui-tooltip {
    color: white;
    border-radius: 20px;
    font: 20px;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
  }

  .ui-tooltip ul li 
  {
      clear:both;
      white-space:nowrap;
      font-size: 11px;
      display:list-item;
      list-style:disc;
      list-style-position:initial;
  }

  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 28px;
    top: -5px;
    width: 8px;
    height: 8px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }  
  
/* For IE8 */
@media \0screen {
    .arrow:after {
        top: 0;
        width: 0;
        height: 0;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 8px solid #cfd3d6;
    }
}

/**/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.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;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("../images/jquery-ui/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px 24px 8px 12px;
	position: absolute;
	z-index: 9999;
	max-width: 600px;
	-webkit-box-shadow: 0 0 10px #c3c3c3;
	box-shadow: 0 0 10px #c3c3c3;
    box-shadow: 0 0 10px #c3c3c3\9;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	/*background: #eeeeee url("../images/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;*/ /* image not exists anymore */
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("../images/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("../images/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09 !important;
	background: #fdf5ce url("../images/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("../images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("../images/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("../images/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../images/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("../images/jquery-ui/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../images/jquery-ui/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("../images/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("../images/jquery-ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

/* Reset styles for all elements - site defaults */
html, body, form, iframe, 
h1, h2, h3, h4, h5, h6, div, span, label, button,
ul, li, ol, dt, dl, dd, summary, caption,
address, legend, article, canvas, details, nav, section, object, p,
nav, aside, details, menu, figcaption, figure, hgroup, header, footer, article, section, fieldset {
    font-size: 16px; color: inherit; margin: 0; padding: 0; border: 0; }

html { font-size: 16px; height: 100%; }
body {
    min-height: 90%;
     padding-bottom: 5px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    direction: rtl;
    text-align: right;
    background-color: White;
    color: #575757;
    margin: 0 auto;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
body * {
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

nav, aside, details, menu, figcaption, figure, hgroup, header, footer, article, section { display: block; }

table { border-collapse: collapse; font-size: 16px; }
ul, ol { list-style-type: none; font-size: 16px; }
li { display: inline-block; }

ul.bulleted-list { list-style: disc; padding-right: 10px;}

ul.bulleted-list li { display: list-item; text-align: right;}

img { /*width: 100%; height: auto;*/ background-color: transparent; border: 0; }

a { font-size: 16px; color: #407bad; text-decoration: none; }
a:hover, a:focus, a:active { text-decoration: none; font-size: 16px; font-family: Arial; }
a:link, a:visited { color: #407bad; } 

p a { text-decoration: underline; }

label { cursor: pointer; display: inline-block }
caption { display: none; }

input { font-size: 16px; margin: 0; }
input[type=text], input[type=number], input[type=password]
 { -webkit-appearance: none; 
   height: 36px; padding: 3px 5px; 
   background-color: #fff; 
   border: 1px solid #c6c6c6; 
   color: #575757;
   box-shadow: inset 0.035px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=submit], input[type=button] { -webkit-appearance: none; } /* remove default style on buttons on iphone */

input[type=checkbox], input[type=radio] {
    width: 20px; height: 20px; vertical-align: middle;
}

select {
    height: 36px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #fff;
    background-image: url(../../images/mobile/combo.svg);
    background-position: center left 2px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    border: 1px solid #c6c6c6;
    color: #575757;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: inset 0.035px 2px 6px 0 rgba(0, 0, 0, 0.1);
    padding-right: 5px;
}

input[type=checkbox] {
    border-radius: 3px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    color: #575757;
    box-shadow: inset 0.035px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

input[type=checkbox]:checked {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iU2hhcGVfN19jb3B5XzZfeEEwX0ltYWdlXzFfIg0KCSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0IDE4Ig0KCSBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAxOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjNTc1NzU3IiBkPSJNMjMuMSwzLjFsLTIuNS0yLjRjLTAuMy0wLjMtMC44LTAuMy0xLjEsMEw5LDEwLjlMNC41LDYuNWMtMC4zLTAuMy0wLjgtMC4zLTEuMSwwTDAuOSw5DQoJCWMtMC4zLDAuMy0wLjMsMC44LDAsMWw3LjUsNy4zYzAuMSwwLjEsMC4zLDAuMiwwLjUsMC4yYzAuMiwwLDAuNC0wLjEsMC41LTAuMkwyMy4xLDQuMmMwLjEtMC4xLDAuMi0wLjMsMC4yLTAuNQ0KCQlDMjMuMywzLjUsMjMuMywzLjMsMjMuMSwzLjF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==');
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-size: 14px 14px;
}

input[type=checkbox]:checked:disabled {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iU2hhcGVfN19jb3B5XzZfeEEwX0ltYWdlXzFfIg0KCSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0IDE4Ig0KCSBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAxOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRTVFM0UzIiBkPSJNMjMuMSwzLjFsLTIuNS0yLjRjLTAuMy0wLjMtMC44LTAuMy0xLjEsMEw5LDEwLjlMNC41LDYuNWMtMC4zLTAuMy0wLjgtMC4zLTEuMSwwTDAuOSw5DQoJCWMtMC4zLDAuMy0wLjMsMC44LDAsMWw3LjUsNy4zYzAuMSwwLjEsMC4zLDAuMiwwLjUsMC4yYzAuMiwwLDAuNC0wLjEsMC41LTAuMkwyMy4xLDQuMmMwLjEtMC4xLDAuMi0wLjMsMC4yLTAuNQ0KCQlDMjMuMywzLjUsMjMuMywzLjMsMjMuMSwzLjF6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==') /*../../images/mobile/checked_disabled.svg*/;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-size: 14px 14px;
    border-color: #e5e3e3;
}

hr { border: 0; padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, h1 span { color: #407bac; }
h3, h3 span { color: #407bac; font-weight: bold;  }

h1, h1 span { font-size: 18px; }
h2, h2 span { font-size: 16px; }
h3, h3 span { font-size: 16px; }
h4, h4 span { font-size: 16px; }
h5, h5 span { font-size: 16px; }

fieldset > legend {display: none;}


/*#region font-face*/
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal; font-weight: normal;
    src: url('/OnlineWeb/Css/fonts/OpenSansHebrew-Regular-webfont.eot');
    src: url('/OnlineWeb/Css/fonts/OpenSansHebrew-Regular-webfont.eot') format('embedded-opentype'),
         url('/OnlineWeb/Css/fonts/opensanshebrew-regular-webfont.woff') format('woff'),
         url('/OnlineWeb/Css/fonts/OpenSansHebrew-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew Bold';
    font-style: normal; font-weight: normal;
    src: url('/OnlineWeb/Css/fonts/OpenSansHebrew-Bold-webfont.eot');
    src: url('/OnlineWeb/Css/fonts/OpenSansHebrew-Bold-webfont.eot') format('embedded-opentype'),
         url('/OnlineWeb/Css/fonts/opensanshebrew-bold-webfont.woff') format('woff'),
         url('/OnlineWeb/Css/fonts/OpenSansHebrew-Bold.ttf') format('truetype');
}
/*#endregion font-face*/


/********** All the web styles to convert to Mobile **********/

/* From Old SmallFont.css */
.TextBlue18px { font-size: 1.3rem; }
.sessionAlert { font-size: 1rem; }
/* End From Old SmallFont.css */


.title_color { color: #407bac; }
.orange_text { color: #B65C03; }
.red_text { color: #d90000; }
.BlueSubTitle18px { font-size: 18px; color: #407bac; }

.NotificationBox {border-top: 1px solid #cfd3d6; border-bottom: 1px solid #cfd3d6; background-color: #edf1f4; vertical-align: middle; padding: 5px; margin: 20px 0 20px 0;}

.HelpWrapperPos { float: left; margin-top: 43px; vertical-align: bottom; text-align: left; display: inline-block; }
.PointerCursor:hover { cursor: pointer;}
.vertical_align_all { vertical-align: middle; display: inline-block; }
.vertical_align_all * { vertical-align: middle; display: inline-block; }

.UnorderedListOfLinks { margin-left: -4px; text-align: left; vertical-align: middle; }
.UnorderedListOfLinks a { font-size: 14px; padding: 0 1px 0 4px; vertical-align: middle; display: inline-block; }
.UnorderedListOfLinks img { vertical-align: middle; display: inline-block; }
.UnorderedListOfLinks p { margin:0; }
.UnorderedListOfLinks .seperator { margin: 0 2px 0 5px; border-left: 1px solid #407bac; height: 1em; width: 1px; vertical-align: middle; display: inline-block; }

.search_bar { padding: 5px; border:1px solid #cfd3d6; background: #edf1f4; min-height:36px;}

.customer_service_wrapper {text-align: center; font-weight: 600; font-size: 12px;}
a.support_centerIcon_box, span.support_centerIcon_box { 
    width:114px; height: 20px; background-color: #B65C03; border-radius:5px; color:#fff !important;
    text-decoration:none; padding:5px 2px 0 3px; display: inline-block; text-align: center;
}
a.support_centerIcon_box:hover { text-decoration: underline; } 
                          
.DivWinHelp {background: #f2f7fb; color: #01559d; border: 1px solid #909497; border-radius:5px;}

.HoverTextDecorationNone:hover
{
    text-decoration: none;
}
/*******************************************************/


.PageDirection { direction: rtl; }
.DirRTL { direction: rtl; }
.DirLTR { direction: ltr; }

.DisplayNone { display: none; }
.DisplayBlock { display: block; }
.DisplayBlockImp { display: block !important; }
.DisplayInlineBlock { display: inline-block; }
.DisplayInlineBlockImp { display: inline-block !important; }
.DisplayInline { display: inline; }
.DispBlock { display: block; }
.DispInlineBlock { display: inline-block; }
.ActivePage { padding: 3px 7px 3px 7px; color: #fff; font-weight: 700; background: #407bac; border-radius: 5px; }

.FloatRight { float: right; }
.FloatLeft { float: left; }

.OverflowHidden { overflow: hidden; }

.ClearRight { clear: right; }
.ClearLeft { clear: left; }
.ClearBoth { clear: both; }

.liMenu { display: inline; border: 0; padding: 0; list-style-type: none; }
.liMenuSeparator { display: inline; padding: 0 4px 0 4px; border: 0; list-style-type: none; }
.liNoBullet { display: block; border: 0; list-style-type: none; }
.liNoStyle { list-style-type: none; }
.liBlock { display: block; float: right; border: 0; list-style-type: none; }

.valignTop { vertical-align: top; }
.valignBott { vertical-align: bottom; }
.valignMid { vertical-align: middle; }

.AlignRight { text-align: right; }
.AlignLeft { text-align: left; }
.AlignCenter { text-align: center; }

.NoBorderSpc { border-spacing: 0px; }
.CursorText { cursor: text; }

.PosRelative { position: relative; }
.PosRelativeImp { position: relative !important; }
.ZIndex0 { z-index: 0; }
.ZIndex1 { z-index: 1; }
.ZIndex2 { z-index: 2; }

.LinkLookLike { color: #407bad; text-decoration: underline; }
.LinkLookLike:hover { display: inline-block; text-decoration: underline; cursor: pointer; }
.LinkLookLikeInline { color: #407bad; text-decoration: underline; }
.LinkLookLikeInline:hover { display: inline; text-decoration: underline; cursor: pointer; }
.InnerLinkUnderline A:hover { text-decoration: underline; }

.noMargin { margin: 0; }
.noPadding { padding: 0; }
.NoPaddNoMarg { padding: 0; margin: 0; }
.NoMarginInsideP p { margin: 0; }

.NoDisplay { display: none; }
.NoDisplayImp { display: none !important; }
.NoVisibility { visibility: hidden; }
.NoWidth { width: 0; display: none; }


.NoLink { cursor: default; }
.NoLink:hover { text-decoration: none !important; }
.NoDecoration, .NoDecoration:hover, .NoDecoration:focus, .NoDecoration:active, .NoDecoration:link, .NoDecoration:visited{ text-decoration: none; }
.NoPointer { cursor: not-allowed; }
.NoBorder { border: none; }
.NoBorderImportant { border: none !important; }
.NoBorderWidMax { border: none; width: 100%; }


.TextNoWrap { white-space: nowrap; }
.TextNoWrapImportant { white-space: nowrap !important; }

.BoldStyle { font-weight: bold; }
.FontWeightNormal { font-weight: normal; }


/* Width Area */
.Width0px { width: 0; }
.Width1px { width: 1px; }
.Width2px { width: 2px; }
.Width3px { width: 3px; }
.Width4px { width: 4px; }
.Width5px { width: 5px; }
.Width6px { width: 6px; }
.Width7px { width: 7px; }
.Width8px { width: 8px; }
.Width9px { width: 9px; }
.Width10px { width: 10px; }
.Width11px { width: 11px; }
.Width12px { width: 12px; }
.Width13px { width: 13px; }
.Width14px { width: 14px; }
.Width15px { width: 15px; }
.Width16px { width: 16px; }
.Width17px { width: 17px; }
.Width18px { width: 18px; }
.Width19px { width: 19px; }
.Width20px { width: 20px; }
.Width21px { width: 21px; }
.Width22px { width: 22px; }
.Width24px { width: 24px; }
.Width27px { width: 27px; }
.Width30px { width: 35px; }
.Width35px { width: 35px; }
.Width40px { width: 40px; }
.Width43px { width: 43px; }
.Width48px { width: 48px; }
.Width55px { width: 55px; }
.Width60px { width: 60px; }
.Width67px { width: 67px; }
.Width70px { width: 70px; }
.Width75px { width: 75px; }
.Width90px { width: 90px; }
.Width93px { width: 93px; }
.Width100px { width: 100px; }
.Width125px { width: 125px; }
.Width132px { width: 132px; }
.Width150px { width: 150px; }
.Width160px { width: 160px; }
.Width180px { width: 180px; }
.Width193px { width: 193px; }
.Width230px { width: 230px; }
.Width240px { width: 240px; }
.Width241px { width: 241px; }
.Width330px { width: 330px; }
.Width400px { width: 400px; }
.Width499px { width: 499px; }
.Width500px { width: 500px; }
.Width552px { width: 552px; }
.Width575px { width: 575px; }
.Width717px { width: 717px; }

.Width5 { width: 5%; }
.Width20 { width: 20%; }
.Width24 { width: 24%; }
.Width28 { width: 28%; }
.Width30 { width: 30%; }
.Width97 { width: 97%; }
.WidthMax { width: 100%; }

.Width132pxBlock { width: 132px; display: block; }
.Width130pxBlock { width: 130px; display: block; }
/* End Width Area */


/* Height Area */
.Height0px { height: 0px; }
.Height1px { height: 1px; }
.Height2px { height: 2px; }
.Height3px { height: 3px; }
.Height4px { height: 4px; }
.Height5px { height: 5px; }
.Height6px { height: 6px; }
.Height7px { height: 7px; }
.Height8px { height: 8px; }
.Height9px { height: 9px; }
.Height10px { height: 10px; }
.Height11px { height: 11px; }
.Height12px { height: 12px; }
.Height13px { height: 13px; }
.Height14px { height: 14px; }
.Height15px { height: 15px; }
.Height16px { height: 16px; }
.Height17px { height: 17px; }
.Height18px { height: 18px; }
.Height19px { height: 19px; }
.Height20px { height: 20px; }
.Height21px { height: 21px; }
.Height23px { height: 23px; }
.Height24px { height: 24px; }
.Height25px { height: 25px; }
.Height26px { height: 26px; }
.Height27px { height: 27px; }
.Height33px { height: 33px; }
.Height50px { height: 50px; }
.Height90px { height: 90px; }
.Height280px {height:280px; }
.Height375px {height:375px; }
.Height400px { height: 400px; }
.Height500px { height: 500px; }

.HeightMax { height: 100%; }
/* End Height Area */


/* Margin Area */
.MarginTopMinus2px { margin-top: -2px; }
.MarginTopMinus3px { margin-top: -3px; }

.MarginTop3px { margin-top: 3px; }
.MarginTop4px { margin-top: 4px; }
.MarginTop8px { margin-top: 8px !important; }
.MarginTop10px { margin-top: 10px; }
.MarginTop12px { margin-top: 12px; }
.MarginTop13px { margin-top: 13px; }
.MargTop14px { margin-top: 14px; }
.MargTop16px { margin-top: 16px;}
.MargTop20px { margin-top: 20px;}
.MargTop29px { margin-top: 29px; }
.MargTop43px { margin-top: 43px; }
.MargTop50px { margin-top: 50px; }
.MargTop15px { margin-top: 15px; }

.marginBottomMinus1px { margin-bottom: -1px; }
.MargBottom3px { margin-bottom: 3px; }
.MarginBottom4px { margin-bottom: 4px; }
.MargBott5px { margin-bottom: 5px; }
.MarginBottom8px { margin-bottom: 8px; }
.MargBottom11px { margin-bottom: 11px; }
.MarginBottom12px {margin-bottom:12px; }
.MarginBottom16px { margin-bottom: 16px; }
.MarginBottom20px { margin-bottom: 20px; }
.MarginBottom30px
{
    margin-bottom: 30px;
}
.MarginRight0px { margin-right: 0px !important; }
.MarginRight1px { margin-right: 1px; }
.MarginRight2px { margin-right: 2px; }
.MarginRight3px { margin-right: 3px; }
.MarginRight4px { margin-right: 4px; }
.MarginRight8px { margin-right: 8px; }
.MarginRight12 { margin-right: 12px; }
.MarginRight10px { margin-right: 10px; }
.MarginRight14px { margin-right: 14px; }
.MarginRight17px { margin-right: 17px; }
.MarginRight20px { margin-right: 20px; }
.MarginRight36px { margin-right: 36px;}
.MarginRight40px { margin-right: 40px;}
.MarginRight76px { margin-right: 76px; }

.MarginRight100px { margin-right: 100px; }
.MarginRight140px { margin-right: 140px; }

.MarginLeft0 { margin-left: 0px; }
.MarginLeft1px { margin-left: 1px; }
.MarginLeft2px { margin-left: 2px; }
.MarginLeft3px { margin-left: 3px; }
.MarginLeft4px { margin-left: 4px; }
.MarginLeft6px { margin-left: 6px; }
.MarginLeft25px { margin-left: 25px; }
.MarginLeft40px { margin-left: 40px; }

.Margin5px { margin: 5px; }

.MarginTopBottom0 { margin-top: 0px; margin-bottom: 0px; }
.MarginTopLeftMinus1 { margin-left: -1px; margin-top: -1px; }

.MarginTopMinus17pxForIE7 { }
/* End Margin Area */



/* Padding Area */
.NoPaddingImp { padding: 0 !important;}
.NoPaddingBottomImp { padding-bottom: 0 !important;}

.paddTop4px { padding-top: 4px; }
.paddingTop9px { padding-top: 9px; }
.paddingTop8px { padding-top: 8px; }
.paddingTop12px { padding-top: 12px; }
.paddingTop20px { padding-top: 20px; }
.paddingTop14px { padding-top: 14px; }
.paddingTop16px { padding-top: 16px; }
.paddingTop35px { padding-top: 35px; }

.paddingBottom2px { padding-bottom: 2px; }
.paddingBottom3px { padding-bottom: 3px; }
.PaddingBottom7px { padding-bottom: 7px; }
.PaddingBottom8px { padding-bottom: 8px; }
.PaddingBottom10px { padding-bottom: 10px; }
.PaddingBottom12px { padding-bottom: 12px; }
.PaddingBottom16px { padding-bottom: 12px; }
.PaddingBottom20px { padding-bottom: 20px; }
.paddingBottom22px { padding-bottom: 22px; }
.paddingBottom32px { padding-bottom: 32px; }

.PaddRight3px { padding-right: 3px; }
.PaddRight4px { padding-right: 4px; }
.PaddRight5px { padding-right: 5px; }
.PaddingRight8px { padding-right: 8px; }
.PaddingRight15px { padding-right: 15px; }
.PaddingRight10px { padding-right: 10px; }
.PaddingRight20px { padding-right: 20px; }
.PaddingRight30px { padding-right: 30px; }
.PaddingRight50px { padding-right: 50px; }
.PaddingRight127px { padding-right: 127px; }

.PaddingLeft1px { padding-left: 1px; }
.PaddingLeft3px { padding-left: 3px; }
.PaddingLeft8px { padding-left: 8px; }
.PaddingLeft30px { padding-left: 30px; }
.PaddingLeft60px { padding-left: 60px; }

.Padding1px { padding: 1px; }
.Padding8px { padding: 8px; }

.PaddingTopBottom0 { padding-top: 0px; padding-bottom: 0px; }
/* End Padding Area */


.BottomPadding1px { padding-bottom: 1px; }
.BottomPadding2px { padding-bottom: 2px; }
.BottomPadding4px { padding-bottom: 4px; }

.BottomPadding18px { padding-bottom: 18px; }

.BottomPadding22px { padding-bottom: 22px; }
.BottomPadding29px { padding-bottom: 29px; }
.TopPadding18px { padding-top: 18px; }
.TopPadding1px { padding-top: 1px; }
.TopPadding3px { padding-top: 3px; }
.TopPadding2px { padding-top: 2px; }
.RightPadding2px { padding-right: 2px; }
.RightPadding15px { padding-right: 15px; }

.TopPadding5px { padding-top: 5px; }
.TopPadding10px { padding-top: 10px; }
.TopPadding11px { padding-top: 11px; }
.TopPadding12px { padding-top: 12px; }
.TopPadding8px { padding-top: 8px; }
.LeftPadding2px { padding-left: 2px; }
.LeftPadding0px { padding-left: 0px; }
.LeftPadding3px { padding-left: 3px; }
.LeftPadding16px { padding-left: 16px; }
.LeftPadding11px { padding-left: 11px; }
.LeftPadding21px { padding-left: 21px; }

.Right149 { right: 149px; }
.Right150 { right: 150px; }
.Right159 { right: 159px; }
.RightPadding23px { padding-right: 23px; }
.RightPadding3px { padding-right: 3px; }
.RightPadding5px { padding-right: 5px; }
.RightPadding6px { padding-right: 6px; }
.RightPadding7px { padding-right: 7px; }
.RightPadding8px { padding-right: 8px; }
.RightPadding9px { padding-right: 9px; }
.RightPadding16px { padding-right: 16px; }
.RightPadding4px { padding-right: 4px; }
.LeftPadding4px { padding-left: 4px; }
.LeftPadding5px { padding-left: 5px; }
.LeftPadding8px { padding-left: 8px; }
.LeftPadding10px { padding-left: 10px; }

.LineHeight20 { line-height: 20px; }
.LineHeight15 { line-height: 15px; }

.InsideTitle {color: #407bac; font-size:16px; font-weight:bold; }
.BlueBoldText {color: #407bac; font-weight:bold; }
.DisplayListItem {display:list-item;}


.MinHeight150 {min-height: 150px}
.MinHeight470 { min-height: 470px; }

.BillingButtonsPadding {padding-top:14px!important; padding-bottom:16px!important;}
.DrugDetailsTableHeadRightAligned { vertical-align: top; text-align: right; padding-right: 5px; white-space: normal; }

h5.actions-text {font-size: 16px;}
.result_counter_text { color: #407bac; font-weight: bold;}

.ModuleTitle { width: 79%; display: inline-block; }

/* MainTitleWithHelp */
.MainTitleWithHelpWrapper { 
    position:relative; width: 111%; margin-right: -5.5%; background-color: #fff;
    border-top: 1px solid #cfd3d6; border-bottom: 1px solid #cfd3d6;
}
.MainTitleWithHelpWrapper > h1 { margin: 0; text-align: right; display: inline-block; font-weight: bold; color:#407bac; max-width:78%; padding:3% 15px 3%;}
.MainTitleWithHelpWrapper > a:first-of-type { display:none }
/* End MainTitleWithHelp */


/*********  loaderScreen  *********/
.loaderScreen {
    width: auto; height: auto; padding: 10px;
    position: fixed; top: 50%; right: 50%; margin: -80px -60px 0 0;
    z-index: 1000000; direction: rtl; filter: alpha(opacity=80); opacity: 0.8;
    background-color: White; border: 1px solid #cccccc; font: bold 14px Arial;
    text-align: center; vertical-align: middle;
    border-radius: 10px;
}
.loaderScreen > div { width: 60px; padding: 4px 10% 0 10%; background-color: white; margin: 0 auto; text-align: center; }
.loaderScreen img { width: 100%; height: auto; margin: 0 auto; text-align: center; display: block; }
.loaderScreen span { margin: 0 auto; text-align: center; display: block; color: #222; text-decoration: none; outline: none; }
.loaderScreenNoDisableBG { 
        position: fixed; top: 0; left: 0;        
        text-align: center; vertical-align: middle; }
.loaderScreenDisableBG { position: fixed; top: 0; left: 0; z-index: 100000;
    filter: alpha(opacity=80); opacity: 0.8; background-color: #f4f4f4;
    width: 100%; height: 100%; text-align: center; vertical-align: middle; }
/******** End loaderScreen ********/


/******** UnorderedListOfLinksClinicOrders ********/
.UnorderedListOfLinksClinicOrders { vertical-align: middle; }
.UnorderedListOfLinksClinicOrders a { padding: 0 10px; text-decoration: underline; vertical-align: middle; display: inline-block; }
.UnorderedListOfLinksClinicOrders p { margin:0; }
.UnorderedListOfLinksClinicOrders .seperator { border-left: 1px solid #3D9CDC; height: 1em; width: 1px; vertical-align: middle; display: inline-block; }
/******** End UnorderedListOfLinksClinicOrders ********/

.FontSize20px
{
    font-size:20px;
}

.ClalitGridActions a.online_blue_button p { font-size: 1.4rem; }

/******** Survey ********/
.MainTitleWithHelpWrapperSurvey {margin-right:2px;}
/******** End Survey ********/
.ButtonEmail{
    width: 100%; 
    font-size: 1.4rem;
    text-decoration: none !important; 
    border: 0; 
    background: #407bac; 
    padding-right: 5px; 
    padding-left: 5px; 
    cursor: pointer; 
    color: white !important; 
    min-width: 55px; 
    display: inline-block; 
    text-align: center; 
    margin: 0 auto; 
    line-height: 37px;
    border-radius: 5px;  
}

.ButtonEmail p {
    font-size: 1.4rem;
    text-align: center; 
}

.ButtonEmailPad {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.ButtonEmailPad20px {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
}


/********** The new Mobile styles **********/

.MobileNoDisplay { display: none !important; }
.MobileDisplayNone { display: none; }
.HiddenKeyboardFocus { position: absolute; top: -5000px; }
.DisplayNone { display: none; }
.DisplayBlock { display: block; }
.DisplayBlockImp { display: block !important; }
.DisplayInlineBlock { display: inline-block; }
.DisplayInline { display: inline; }
.DispBlock { display: block; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.MarginRight7px { margin-right:7px; }
hr { background-color: #407bac; height: 2px; }

.vertical_align_pos { position: relative; top: 50%; transform: translateY(-50%); }

.body_cpl { padding: 0 5%; padding-bottom: 30px; /*this is footer_wrapper_to_bottom height */ }

.btn {
    color: #FFFFFF;
    background: #407bac;
    border: 1px solid #407bac;
    padding: 3px 10px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.btn_font_size { font-size: 1.4rem; }
.btn_font_size p { font-size: 1.4rem; }

/* Lightbox web mobile */
.lightbox_web_mobile_block_bg { 
    width: 100%; height: 100%; 
    text-align: center; vertical-align: middle;    
    position: fixed; top: 0; left: 0; z-index: 100000; 
    filter: alpha(opacity=80); opacity: 0.8; background-color: gray;
}
.lightbox_web_mobile { 
    position: fixed; top: 50%; right: 5%; width: 90%; padding: 10px;
    box-shadow: 3px 3px 5px #888; background-color: white;
    border: 1px solid #717171;
    z-index: 10000001;
}
.lightbox_web_mobile *::-webkit-scrollbar { 
    -webkit-appearance: none; width: 7px;
}
.lightbox_web_mobile *::-webkit-scrollbar-thumb { 
    border-radius: 5px; background-color: #cfd3d6; -webkit-box-shadow: 0 0 1px #cfd3d6;
}

.lightbox_web_mobile > a > img { width: 100%; height: auto; }
.lightbox_web_mobile .close { 
    float: left; clear: both; display: block;
    width: 25px; height: 25px; outline: none;
}
.lightbox_web_mobile .submit { float: left; /*margin-right: 25%; width: 50%;*/ }
.button_with_arabic { padding-top: 0; padding-bottom: 0; }

.lightbox_web_mobile .BlueText { 
    color: #407bac; font-size: 1.5rem; font-weight: bold; width: 100%; 
    margin: 0 auto; text-align: center; display: inline-block;
}

.lightbox_web_mobile .lightbox_content { 
    min-width: 200px; min-height: 47px; margin-top: 30px; margin-bottom: 10px; clear: both;
    overflow-y: auto; overflow-x: hidden;    
    font-family: 'Open Sans Hebrew', Arial, sans-serif;
    padding: 0 5px;
}

.lightbox_web_mobile .online_blue_button {
  width: 100%;
  font-size: 1.4rem;
  text-decoration: none !important;
  border: 0;
  background: #407bac;
  padding-right: 5px;
  padding-left: 5px;
  cursor: pointer;
  color: white !important;
  min-width: 55px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  line-height: 37px;
  border-radius: 5px;
}


.lightbox_web_mobile_web { 
    width: 420px; right: 50%; margin-right: -210px;
    position: fixed; top: 50%; padding: 10px;
    box-shadow: 3px 3px 5px #888; background-color: white;
    border: 1px solid #717171;
    z-index: 1000001;
    font-size: 12px; 
    border-radius: 10px;
}
.lightbox_web_mobile_web .close { 
    float: left; clear: both; display: block;
    width: 27px; height: 27px;
    margin: -25px 0 0 -25px;
}
.lightbox_web_mobile_web .submit { float: left; clear: both; }
.lightbox_web_mobile_web .lightbox_content { 
    min-width: 200px; min-height: 70px; margin-top: 30px; margin-bottom: 10px; clear: both;
}

/* #region lightbox web mobile */

.lightbox-container * {
    box-sizing: border-box;
}

.lightbox-container .lightbox_web_mobile_block_bg {
    display: none;
}

.lightbox-container .lightbox_web_mobile {
    text-align: center;
    top: 14vh;
    border-radius: 0;
    display: none;
    padding: 20px 50px;
    border: 1px solid #6f6f6f;
    background-color: white;
    box-shadow: none;
}

.file-upload-lightbox-container.lightbox-container .lightbox_web_mobile {
    top: 10vh;
    padding: 0px;
    height: 80vh;
}

.file-upload-lightbox-container.lightbox-container .lightbox_web_mobile iframe {
    height: 69vh!important;
    width: 100%!important;
}

.lightbox-container .lightbox_web_mobile .ModalCloseButton {
    position: absolute;
    top: 5px;
    left: 10px;
}

.lightbox-container .lightbox_web_mobile .lightbox-body {
    padding: 20px 0;
}

.lightbox-container .lightbox_web_mobile .lightbox-body * {
    line-height: 25px;
    font-size: 18px;
}

.lightbox-container .lightbox_web_mobile .ModalCloseButton .LeftTopButton {
    background: transparent url(/OnlineWeb/Images/LightBoxBlueCloseBtn.gif) no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    direction: ltr;
    text-indent: -9999px;
}

.lightbox-container .lightbox_web_mobile .lightbox-footer {
    white-space: nowrap;
}

.lightbox-container .lightbox_web_mobile .online_blue_button {
    font-weight: normal;
    width: 45%;
    padding: 0 5px 2px 5px!important;
    margin: 0 4px;
}

.lightbox-container .lightbox_web_mobile .lightbox-body p {
    padding: 5px 0;
}

.lightbox-container .lightbox_web_mobile h3 {
    font-size: 24px;
    color: #555555;
    line-height: 30px;
    padding-top: 28px;
}


/* #endregion lightbox web mobile */

/* End Lightbox web mobile */


/*#region lightbox_web_mobile_two_btns */
#lightbox_web_mobile_two_btns { padding-bottom: 30px; font-size: 16px; text-align: center; }
#lightbox_web_mobile_two_btns .btn { margin: 0 10px; padding: 5px 15px; }
#lightbox_web_mobile_two_btns .btn.submit { float: none; }
#lightbox_web_mobile_two_btns .lightbox_content { margin: 10px 0 30px 0; }
#lightbox_web_mobile_two_btns .lightbox_content p { margin-bottom: 10px; font-size: 16px !important; }
#lightbox_web_mobile_two_btns .lightbox_content p span { font-size: 16px !important; }
/*#endregion lightbox_web_mobile_two_btns */


/******** UnorderedListOfLinksClinicOrders ********/
.UnorderedListOfLinksClinicOrders { vertical-align: middle; }
.UnorderedListOfLinksClinicOrders a { padding: 0 10px; text-decoration: underline; vertical-align: middle; display: inline-block; }
.UnorderedListOfLinksClinicOrders p { margin:0; }
.UnorderedListOfLinksClinicOrders .seperator { border-left: 1px solid #3D9CDC; height: 1em; width: 1px; vertical-align: middle; display: inline-block; }
/******** End UnorderedListOfLinksClinicOrders ********/

/* ModalPopupTimeout - for Session TimeOut LightBox */
div.ModalPopupTimeout * { font-family: Arial; }
.ModalPopupTimeout {
    box-shadow: 3px 3px 5px #888; background-color: #fff; font-size: 12px; 
    border: 1px solid #717171; z-index: 10000003 !important;
    width: 90%; right: 5%; min-height:180px; padding: 10px 29px 10px 22px; position: fixed; top: 200px;
 }
.ModalPopupTimeout h3 { padding-bottom: 10px; }
.ModalPopupTimeout h3 span {font-size: 20px;}
.ModalPopupTimeout div {font-size: 14px;}
.ModalPopupTimeout .TimeoutMsgContainer { padding-top: 15px; }
.ModalPopupTimeout .TimeoutBtnsContainer { 
    margin: 50px auto 0 auto; width: 100%; text-align: center;
}
.ModalPopupTimeout .TimeoutBtnsContainer > div { display: inline-block; width: 40%; }
.ModalPopupTimeout .TimeoutBtnsContainer .TimeoutCancelBtnContainer { margin-left: 10px; }
.ModalPopupTimeout .TimeoutBtnsContainer .online_blue_button {
    width: 100%;
    font-size: 22px;
    text-decoration: none !important;
    border: 0;
    background: #407bac;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
    color: white !important;
    min-width: 55px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    line-height: 37px;
    border-radius: 5px;
}
/* End ModalPopupTimeout - for Session TimeOut LightBox */

/*************************** Start ResponsiveBottomMenu **********************/
.MobileBottomMenuWrapper { width: 100%; text-align: center; }
.MobileBottomMenu { /*display: table;*/ width: 100%; text-align: center; vertical-align: middle; white-space: nowrap; }
.MobileBottomMenu ul { display: block; }
.MobileBottomMenu li { display: inline-block; margin-left: 4.7%; }
.MobileBottomMenu li:last-of-type { margin-left: 0; }
.MobileBottomMenu a { font-weight: bold; vertical-align: middle; display: inline-block; }
.MobileBottomMenu img { vertical-align: middle; display: inline-block; }
/*.MobileBottomMenu { display: table; width: 100%; text-align: center; vertical-align: middle; white-space: nowrap; }
.MobileBottomMenu ul { display: table-row; }
.MobileBottomMenu li { display: table-cell; }
.MobileBottomMenu a { font-weight: bold; vertical-align: middle; display: inline-block; }
.MobileBottomMenu img { vertical-align: middle; display: inline-block; }*/
/*************************** End ResponsiveBottomMenu ************************/
/************************** Start ResponsiveBottomBanner ********************/
.MobileBanner { margin: 30px 5% 17px 5%; }
/************************** End ResponsiveBottomBanner ********************/
/************************** Start ResponsiveAttentionBox ***************************/
.ResponsiveAttentionBox { white-space:nowrap; width:100%; border-top: 1px solid #cfd3d6; border-bottom: 1px solid #cfd3d6; background-color: #edf1f4;  padding:10px 2% 10px 2%; margin: 20px 0 20px 0; }
.ResponsiveAttentionBox img { vertical-align:top; min-width:13px; width:13px; height:14px; }
.ResponsiveAttentionBox span { display:inline-block; white-space:normal; width:95%; padding-right: 1%; text-align:right; }
/************************** End ResponsiveAttentionBox *****************************/
.TitleBarForMobile { width: 111%; margin-right: -5.5%; border: 1px solid #cfd3d6; background-color: #EDF1F4; position:relative;}
.TitleBarForMobile .MainTitleWithHelpWrapper { margin-right: 5%; border: none;}
/********************************* Search region Magnifying Glass ********************************************/
.MagnifyingGlassMobile {
    float:left; margin-left: 8%;
    background-repeat: no-repeat; 
    background-size: 100% 100%;
    width: 11vw; height: 9vw; 
    display: inline-block; 
    overflow:hidden;
    position:absolute; bottom:0;
    left:-3%;
}
.FilterRegionVisible { background-image: url('../../Images/Mobile/SearchWhite_tab.svg'); }
.FilterRegionHidden {background-image: url('../../Images/Mobile/SearchBlue_tab.svg'); }
/******************************* Search region Magnifying Glass end ******************************************/

.MainTitleBackBtnMobile {
    display: none;
    float:left; margin-left: 5%;
   /* width: 14px; height: 9.9px;*/
    overflow:hidden;
    /*position:absolute; bottom:-7px;left:-3%;*/
    font-size: 18px;
    font-weight: bold;
    background: url(../../Images/Mobile/left_arrow.svg) no-repeat 0 center;
    background-size: 12px 12px;
    padding: 3% 15px 3% 15px;
}

/******************************* START NoResultsFound Control ************************************/
.MobileNoResultsWrapper { width: 100%; display:inline-block; direction:rtl; padding: 10px 2%; }
.MobileNoResultsWrapper span { text-align:right; }
/******************************* END NoResultsFound Control ************************************/
/******************************* START PDFLightBox Control ************************************/
.MobilePdfLightBoxCloseBtn {
    background: #407bac;
    border: 1px solid #407bac;
    padding: 3px 10px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.MobilePdfLightBoxCloseBtn span { color: #FFFFFF; }
.MobilePdfLightBoxXImg > img { width: 100%; height: auto; }
.MobilePdfLightBoxXImg { float: left; clear: both; display: block;
    width: 25px; height: 25px; outline: none; }
/******************************* END PDFLightBox Control ************************************/

.MobileBacklLinkArrow  {
    width:100%;
    line-height: 30px;
    border-bottom: 1px solid #cfd3d6;
}
    .MobileBacklLinkArrow a { width: 100%; display: block; }
    .MobileBacklLinkArrow a span { font-weight:bold; font-size:1.1rem; }
    .MobileBacklLinkArrow a span.imgBlueArrow { 
        display: inline-block; width:15px; height:18px; background: url(../../Images/Mobile/left_arrow.svg) no-repeat;
        background-size: 18px 15px;
        vertical-align: middle; margin-right: 15%;
        float: left; margin-top: 6px;
    }

.navSeparator { display:none; }
.navBlock { width: 100%; text-align: center; margin: 10px 0 0 0; }

span.NextPrevLink,
a.NextPrevLink{  
    width:48%; height: auto;
    color: #fff;
    text-align: center; vertical-align: middle;
    background-repeat: no-repeat;
    padding: 10px 0;
    font-size: 1.3rem;
    font-weight: 700;
}
span.NextPrevSpan > p, a.NextPrevLink > p { font-size: 1.3rem; }
a.NextPrevLink:first-of-type,
span.NextPrevLink:first-of-type { display:inline-block; padding-right:10px; }
a.NextPrevLink:last-child,
span.NextPrevLink:last-child { display:inline-block; padding-left:10px; }

.RightPagerButton {
    background: #407bac;
    background: url(/OnlineWeb/Images/Mobile/White_Arrow_Right.png), #407bac;
    /*background: url(/OnlineWeb/Images/Mobile/White_Arrow_Right.png), linear-gradient(#006db1, #004e94);*/
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
.LeftPagerButton
{
    background: #407bac;
    background: url(/OnlineWeb/Images/Mobile/White_Arrow_Left.png), #407bac;
    background-position: 5% 50%;
    background-repeat: no-repeat;
}

span.RightPagerButton
{
    background: #bebebe;
    background: url(/OnlineWeb/Images/Mobile/White_Arrow_Right.png), #bebebe;
    /*background: url(/OnlineWeb/Images/Mobile/White_Arrow_Right.png), linear-gradient(#e4e4e4, #bebebe);*/
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
span.LeftPagerButton
{
    background: #bebebe;
    background: url(/OnlineWeb/Images/Mobile/White_Arrow_Left.png), #bebebe;
    background-position: 5% 50%;
    background-repeat: no-repeat;
}  

/*#region OnlinePagerContainer*/
.OnlinePagerContainer { padding-top: 10px; white-space: nowrap; text-align: center; }
.OnlinePagerContainer .PagerNumberLink, .OnlinePagerContainer img { display: none; }
.OnlinePagerContainer span, .OnlinePagerContainer a { width: 48%; height: auto; color: #fff; text-align: center; vertical-align: middle; background-repeat: no-repeat; display: inline-block; padding: 10px 0; font-size: 20px; }
.OnlinePagerContainer span.PagerDisabled { background: #bebebe; background: url(../../Images/Mobile/White_Arrow_Right.png), #bebebe; background-repeat: no-repeat; background-position: 95% 50%; }
.OnlinePagerContainer span.PagerDisabled:last-child, .OnlinePagerContainer span.PagerDisabled:nth-last-child(2) { background: #bebebe !important; background: url(../../Images/Mobile/White_Arrow_Left.png), #bebebe !important; background-repeat: no-repeat !important; background-position: 5% 50% !important; }
.OnlinePagerContainer a { background: #407bac; background: url(../../Images/Mobile/White_Arrow_Right.png), #407bac; background-repeat: no-repeat; background-position: 95% 50%; }
.OnlinePagerContainer a.PagerLink:last-child, .OnlinePagerContainer a.PagerLink:nth-last-child(2) { background: #407bac !important; background: url(../../Images/Mobile/White_Arrow_Left.png), #407bac !important; background-repeat: no-repeat !important; background-position: 5% 50% !important; }
/*#endregion OnlinePagerContainer*/

.PageDescriptionMobile { 
    padding: 10px 0;  margin-bottom: 10px; 
    border-bottom: 1px solid #cfd3d6;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow])
{
    display: none;
}

.PDFErrorStyle
{
    padding-top: 35px;
    color: #d90000;
    font-weight: bold;
    text-align: center;
    font-size:1.4rem;
}

::-webkit-calendar-picker-indicator, .unstyled::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.MobileField
{
    float:right;
    clear:both;
    width:100%;
    padding-bottom:8px;
}
.MobileFieldNoPadding
{
    float:right;
    clear:both;
    width:100%;
}
.MobileBold
{
    font-weight:bold;
}
.DescriptionBlockMobile { margin-top: 10px; padding-bottom: 10px; }
.LinkLikeSpanForMobile {color: #575757;}


/*#region ucBarGraph */
    .ucBarGraph { width: 260px; min-height: 29px; margin: 4px auto 0 auto; vertical-align: top; white-space: nowrap; }
    .ucBarGraph > span, .ucBarGraph > div { display: inline-block; vertical-align: top; }
    .ucBarGraph .BarGraphEmptyContainer { width: 83px; height: 24px; background: url('../../Images/barGraphEmpty.gif') no-repeat center top; display: inline-block; }
    .ucBarGraph .BarGraphEmptyContainer > span,
    .ucBarGraph .BarGraphEmptyContainer > img { display: inline-block; }
    .ucBarGraph .ucMinValue { width: 40px; text-align: right; }
    .ucBarGraph .ucMaxValue { width: 40px; text-align: left; }
    .ucBarGraph .LowExtremeValue {
        width: 25px; height: 24px; color: #d90000;
        margin-top: -4px; line-height: 40px; font-size: 12px; text-align: center;
    }
    .ucBarGraph .HighExtremeValue {
        width: 25px; height: 24px; color: #d90000;
        margin-top: -4px; line-height: 40px; font-size: 12px; text-align: center;
    }
    .ucBarGraph .NormalValue { 
        float: left; position: relative; min-width: 12px; color:#008000; width: auto; height: auto;
        background: url('../../Images/positive_value_arrow.png') no-repeat center top; 
        margin-top: 2px; line-height: 47px; font-size: 12px; text-align: center;
    }
    .ucNegativeArrow { background: url('../../Images/negative_value_arrow.png') no-repeat center top; }
/*#endregion ucBarGraph */
    .BlueTitle { color: #407bad !important; }

    .blue_button_standart {
      width: 100%;
      font-size: 1.4rem;
      text-decoration: none !important;
      border: 0;
      background: #407bac;
      padding-right: 5px;
      padding-left: 5px;
      cursor: pointer;
      color: white !important;
      min-width: 55px;
      display: inline-block;
      text-align: center;
      margin: 0 auto;
      line-height: 37px;
      border-radius: 5px;
    }
    .blue_button_standart span { font-size: 1.4rem; }

    .olive_green_button {
      width: 100%;
      font-size: 1.4rem;
      text-decoration: none !important;
      border: 0;
      background: #689135;
      background: -moz-linear-gradient(top, #628737 33%, #6a9634 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(33%,#628737), color-stop(100%,#6a9634));
      background: -webkit-linear-gradient(top, #006db1 33%,#6a9634 100%);
      background: -o-linear-gradient(top, #628737 33%,#6a9634 100%);
      background: -ms-linear-gradient(top, #628737 33%,#6a9634 100%);
      background: linear-gradient(to bottom, #628737 33%,#6a9634 100%);
      padding-right: 5px;
      padding-left: 5px;
      cursor: pointer;
      color: white !important;
      min-width: 55px;
      display: inline-block;
      text-align: center;
      margin: 0 auto;
      line-height: 37px;
      border-radius: 5px;
    }
    .olive_green_button span { font-size: 1.4rem; }

    .button_disabled {
    display: inline-block;
    width: 47%;
    line-height: 37px;
    border-radius: 5px;
    cursor: pointer;
    text-align:center;
    font-size: 1.4rem;
    text-decoration: none !important;
    border: 1px solid #909497;
    background-color: #f2f7fb;
    min-width: 55px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0 auto;
   }
  .button_disabled span { color: #7F7F7F !important; font-size: 1.4rem; }
 
    .TwoSideBySideButtonsContainer a:first-child { display:inline-block; width:48%; float:right; }
    .TwoSideBySideButtonsContainer a:last-child { float: left; display:inline-block; width:48% }

    .BlueLineBackground { background: #407bad; color: #FFFFFF;  width:100%; padding-right:8px; margin-bottom:20px; }

    
.accept_icon_mobile{
    background: url("../../Images/Mobile/v_icon.svg") no-repeat scroll 0 0 transparent;
    float:none;
    height: 65px;
    margin: 0;
    width: 65px;
    margin-left: auto;
    margin-right: auto;
}
   
/*#region Captcha*/
.LBD_Warning {
    display: none;
}
/*#endregion Captcha*/   

#MedReferralsControlContainer { padding-top:0px !important; }
#MedReferralsControlContainer .MedReferralsData { padding-right: 25px; }
#MedReferralsControlContainer {  margin-left: 4%; }
#MedReferralsControlContainer .PFDisclaimer { margin-bottom:15px;}
#MedReferralsControlFooter { border-bottom: 2px solid #BCD1E1;  margin-right:4%; margin-top:8px; margin-bottom:15px; }


.CollapseArrow { float: left; vertical-align: top; margin-left: 0 !important; margin-top: 0px; width: 20px; height: 20px; background: url('../../Images/Mobile/DownArrowPink.png') no-repeat; background-size: 55% 55%; display: inline-block; }
.CollapseArrowClose { float: left; margin-left: 0 !important; margin-top: 0px; width: 25px; height: 20px; background: url('../../Images/Mobile/UpArrowPink.png') no-repeat; background-size: 55% 55%; display: inline-block; }

/* #region ol-popup */
div.ol-popup {
    margin-right: 0; width: 90%; padding: 30px; 
    top: 50% !important; left: 50% !important;
    transform: translate(-50%, -50%); right: auto !important;
    box-shadow: 3px 3px 5px #888; border-radius: 0; border: 0;
    z-index: 10000002; text-align: center; background-color: #fff;
}
div.ol-popup .close-outer { 
    position: absolute; top: 5px; left: 10px; padding-top: 5px;
    text-align: left; cursor: pointer; display: block;
}
div.ol-popup .close { 
    width: 34px; height: 34px; overflow: hidden;  
    background: transparent url(/OnlineWeb/Images/LightBoxBlueCloseBtn.gif) no-repeat; 
    display: block; direction: ltr; text-indent: -9999px;
}
div.ol-popup .body { 
    padding: 20px 0px; line-height: 20px;
}

div.ol-popup.alert { padding-top: 95px; }
div.ol-popup.alert:before { 
    content: "\e901";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding-top: 45px;
    font-size: 48px;
    color: #e96621;
}
/* #endregion ol-popup */

.BorderColorRed { border-color:red !important; }


/********** Master Pages **********/
/*#region base_master */
.base_master .top_header_extra img.app_header_logo {
    display: inline-block;
    vertical-align: bottom;
    width: 90%;
    padding: 0 0 10px 0;
}

.base_master {
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    border-right: 1px solid #cfd3d6;
    border-left: 1px solid #cfd3d6;
    width: 100%;
}

    .base_master:after {
        content: " ";
        display: block;
        clear: both;
    }

    .base_master .top_header_extra img {
        width: 100%;
        height: auto;
    }

    .base_master .top_header_extra {
        width: 250vw;
        min-height: 67px;
        margin: 0 auto;
        text-align: center;
        white-space: normal;
        color: #407bac;
        background-color: #F5F5F5;
    }

    .base_master .top_header {
        display: table;
        width: 100vw;
        margin: 0 auto;
        text-align: center;
        color: #407bac;
        background-color: #F5F5F5;
    }

    .base_master .top_container {
        display: table-row;
        width: 100vw;
    }

        .base_master .top_container > div {
            display: table-cell;
            vertical-align: top;
            padding-top: 8px;
        }

.top_right, .top_left {
    width: 21vw;
}

.onlineHeader .top_right img,
.onlineHeader .top_left img {
    max-width: 45px;
}

.base_master .top_container > div img {
    width: 14vw;
}

.base_master [id$="pnlActiveUserGreeting"] {
    clear: both;
    overflow-x: hidden;
    float: right;
    width: 70vw;
    margin-right: -75vw; /* only 70vw - leave 5vw for left margin */
    text-align: right;
    direction: rtl;
}

.base_master div.top_center {
    width: 60vw;
    text-align: center;
}

    .base_master div.top_center > span {
        padding-left: 4px;
        width: 100%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
    }

.base_master .top_center h2 {
    max-width: 76%;
    font-size: 16px;
    color: #407bac;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.base_master .top_center h1 span {
    margin-top: -1px;
    font-size: 24px;
    color: #407bac;
    font-weight: bold;
    display: block;
}

.base_master .center h1 span {
    margin-top:8px;
    font-size: 24px;
    color: #407bac;
    font-weight: bold;
    display: block;
}

.base_master div.top_left { /*padding-left: 4vw;*/
}

    .base_master div.top_left .menu_collapse_icon {
    }

.base_master .top_hr {
    height: 5px;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}

.base_master .top_right { /*padding-right: 4vw;*/
}

.base_master .body_container {
    margin-right: -75vw;
    width: 100vw;
}

.footer_wrapper_to_bottom {
    width: 99%;
    position: absolute;
    bottom: 10px;
}

.base_master .footer_wrapper {
    display: none;
    margin: 10px auto;
    text-align: center;
}

.base_master .footer_container {
    padding: 0 5%;
}

.base_master .bottom_hr {
    margin: 0 5% 10px 5%;
    height: 1px;
}

.responsive_base_master .bottom_hr {
    margin: 30px 5% 10px 5%;
    background-color: #407bac;
    height: 2px;
}

.main_menu_home_page,
.mobile_family_menu_username {
    max-width: 0;
    margin-top: 15px;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px !important;
    font-weight: bold;
}

.main_menu_home_page {
    float: left;
    margin-left: -10vw;
}

.mobile_family_menu_username {
    float: right;
    /*max-width: 0;*/
    padding-top: 4px;
    margin-right: 10vw;
}

.mobile_family_menu,
.body_container .body_wrapper,
.mobile_main_menu {
    /*min-height: 82vh;*/
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    white-space: normal;
}

.mobile_family_menu {
    width: 75vw;
    font-weight: bold;
    background-color: #F2F1F1;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(169, 168, 168, 0.4);
    -moz-box-shadow: 1px 1px 1px 1px rgba(169, 168, 168, 0.4);
    box-shadow: 1px 1px 1px 1px rgba(169, 168, 168, 0.4);
}

.base_master .body_container .body_wrapper {
    position: relative;
    width: 100vw;
}

.mobile_main_menu {
    width: 75vw;
    font-size: 1rem;
    font-weight: bold;
    background-color: #F2F1F1;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(169, 168, 168, 0.4);
    -moz-box-shadow: 1px 1px 1px 1px rgba(169, 168, 168, 0.4);
    box-shadow: 1px 1px 1px 1px rgba(169, 168, 168, 0.4);
}

    .mobile_main_menu .MainMenu .NotesGlimpseMenuItem {
        display: none;
    }

    .mobile_main_menu .MainMenu {
        padding: 1px;
    }

        .mobile_main_menu .MainMenu > li:nth-child(2) > a {
            border-top: none;
        }

        .mobile_main_menu .MainMenu > li:last-child > a {
            border-bottom: none;
            text-decoration: none !important;
            border: 0;
            border-radius: 0;
            background: #407bac;
            line-height: 4rem;
            padding-right: 0;
            color: #fff !important;
            display: inline-block;
            text-align: center;
            margin: 0 auto;
        }

    .mobile_main_menu .MenuItem {
        display: block;
        width: 100%;
    }

    .mobile_main_menu .MenuItemLink {
        line-height: 4rem;
        height: 4rem;
        border-top: 1px solid white;
        width: 100%;
        display: block;
        border-bottom: 1px solid #cccbcb;
        padding-right: 9vw;
        background: url(/OnlineWeb/Images/Mobile/left_arrow.svg) no-repeat 20px;
        position: relative;
        background-size: 5%;
        text-decoration: none;
    }

.MainMenu > li.MenuItemNoChildren:not(:last-child) a {
    background-image: none !important;
}

.mobile_main_menu .menuItemActive .MenuItemLink {
    background: url(/OnlineWeb/Images/Mobile/blueArrow_down.svg) no-repeat 15px;
    background-size: 8%;
    line-height: 4rem;
    height: 4rem;
}

.mobile_main_menu .uiTabContainer {
    display: none;
    background-color: #E6E6E7;
}

.mobile_main_menu .ui-menu-line > li {
    display: block;
    width: 100%;
    background-color: #E6E6E7;
}

    .mobile_main_menu .ui-menu-line > li > a,
    .mobile_main_menu .ui-item-content > div {
        display: none;
    }

.mobile_main_menu .ui-item-content > h3 {
    padding-right: 9vw;
    font-weight: bold;
    color: #407bac;
    border-top: 1px solid #cccbcb;
    border-bottom: 1px solid white;
}

    .mobile_main_menu .ui-item-content > h3 > a {
        line-height: 4rem;
        color: #407bac;
        width: 100%;
        display: inline-block;
    }

/*#endregion base_master */


/*#region Login Master */
.NonSecuredMasterPageV6 img {
    width: 100%;
    height: auto;
}

.NonSecuredMasterPageV6 .bottom_banner {
    padding: 16px 5%;
}

.NonSecuredMasterPageV6 .bottom_menu {
    padding: 0 5% 10px 5%;
}

.NonSecuredMasterPageV6 .bottom_hr {
    margin: 0 5% 13px 5%;
    height: 1px;
}
/*#endregion */

.top_menu_logo_container {
    width: 100%;
}

.clalit_logo_link {
    margin-top: 13px;
    display: block;
}

    .clalit_logo_link img {
        max-width: 140px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

.responsive_secured_external_body div.top_center {
    padding-top: 2.8vh;
}

.responsive_secured_external_body .DeclarationFormWrapper {
    width: 100%;
}

.responsive_secured_external_body .agreementOuterDiv {
    background-color: #EDF1F4;
}

.responsive_secured_external_body .top_header_extra {
    width: 100%;
}

.responsive_secured_external_body .mobile_family_menu {
    width: 0;
}

.responsive_secured_external_body .mobile_main_menu {
    width: 0;
}

.responsive_base_master div.body_container {
    margin-right: 0;
}

#responsive_base_container .footer_wrapper_quick_inside {
    margin-right: 75%;
    width: 100%;
}

#responsive_base_container .body_container {
    font-size: 0;
}

    #responsive_base_container .body_container > div {
        font-size: 16px;
    }
/********** End Master Pages **********/


/*#region onlinewebquick footer*/
.quick_footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    white-space: normal;
}

    .quick_footer hr {
        margin: 25px 0 0 0;
        height: 1px;
    }

.bottom_btns {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-right: .5%;
    padding-left: .5%;
    width: 100%;
}

    .bottom_btns a {
        width: 49%;
        display: inline-block;
    }

        .bottom_btns a:last-child {
            text-align: left;
        }

        .bottom_btns a img {
            float: right;
            width: 87%;
            margin-right: -2%;
        }

        .bottom_btns a:last-child img {
            float: left;
            margin-left: -2%;
        }

.bottom_Links a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    text-decoration: underline;
}

.quick_bottom_note {
    text-align: right;
    margin-top: 12px;
    clear: both;
}
/*#endregion*/


.HiddenNavigationHeadline {
    position: absolute;
    top: -5000px;
}

/* lab_history_mobile */
.lab_history_mobile .MarginRight8px {
    margin-right: 0;
}

.lab_history_mobile .PaddingRight15px {
    padding: 0 6% 0 6%;
}
/* End lab_history_mobile */

/******************* Navigation Bar *****************************/
.navigation_bar_menu {
    padding: 1px;
    color: #4E4E4E;
}

    .navigation_bar_menu ul li:last-child {
        border-bottom: 0;
    }

    .navigation_bar_menu li {
        width: 100%;
        vertical-align: middle;
        border-bottom: 1px solid #cccbcb;
        border-top: 1px solid white;
    }

    .navigation_bar_menu .MenuUserImgContainer {
        width: 41%;
        display: inline-block;
    }

        .navigation_bar_menu .MenuUserImgContainer img {
            margin-right: 9vw;
            vertical-align: middle;
            width: 41%;
            height: auto;
        }

    .navigation_bar_menu .MenuUserImgLnk {
        width: 100%;
        display: inline-block;
    }

    .navigation_bar_menu li > a {
        line-height: 4rem;
        height: 4rem;
        vertical-align: middle;
        display: inline-block;
    }

        .navigation_bar_menu li > a.MenuUserChildLink {
            margin-right: -5vw;
            width: 60%;
        }

.FStabBg_MobileOn {
    padding: 1px;
    color: #407bac;
}

a.FStabBg_MobileOff {
    padding: 1px;
    color: #4E4E4E;
    font-size:14px ;
}

.MedicineHead a{
    font-size:14px;
}
/******************* Navigation Bar End *****************************/

/*******************LabOrderDetails *****************************/

.MobileLabOrderPersonalDetails {
    padding: 2px;
}

    .MobileLabOrderPersonalDetails h2 {
        display: block;
        width: 100%;
    }

        .MobileLabOrderPersonalDetails h3 span,
        .MobileLabOrderPersonalDetails h2 span {
            font-size: 1.1rem !important;
            color: #4E4E4E;
            font-weight: bold !important;
        }

.MobileGuidelinesTitle {
    border-top: 1px solid #cfd3d6;
    padding-top: 10px;
    color: #4E4E4E;
}

.mobile_lab_order_details div.PageDescriptionMobile {
    margin-bottom: 0;
}

.MobileLabOrderGuidelines td > div {
    width: 95%;
}

.MobileLabOrderGuidelines .AttentionBox {
    width: 98.7vw;
}
/******************* LabOrderDetails End *****************************/

/******************* DetailedTestsResultMicro *****************************/
.LabDetailsMicroKotOrganism {
    margin: 5px 0;
}
/******************* END DetailedTestsResultMicro *****************************/

/******************* Wizard 3 Steps **********************/
.wizard_tabs_wrapper {
    width: 100%;
}

    .wizard_tabs_wrapper img {
        width: 100%;
        height: auto;
    }

    .wizard_tabs_wrapper ol {
        display: none;
    }

.mobile_checkbox_declaration_wrapper > * {
    vertical-align: top;
}

.mobile_checkbox_declaration_wrapper label.MobileChkDescription {
    margin-right: 5px;
    width: 85%;
}

.MobileWizardBtn a.online_blue_button,
.MobileWizardBtn input.online_blue_button {
    display: block;
    line-height: 37px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 1.4rem;
    text-decoration: none !important;
    border: 0;
    background: #407bac;
    color: #FFFFFF;
    min-width: 55px;
}

    .MobileWizardBtn a.online_blue_button span {
        color: #FFFFFF;
        font-size: 1.4rem;
    }

.MobileWizardBtn a.mobile_blue_button_narrow {
    display: inline-block;
    width: 47%;
}

.MobileWizardFormTitle {
    margin: 10px 0 10px 0;
}

    .MobileWizardFormTitle h3 span {
        font-size: 1.25rem;
    }

/******************* END Wizard 3 Steps **********************/

/******************* LabTestDetails *****************************/
.mobile_lab_test_details .MainTitleWithHelpWrapper {
    background: none;
    width: 100%;
    margin-right: 0;
    border: none;
}

    .mobile_lab_test_details .MainTitleWithHelpWrapper > h1 {
        padding: 10px 0 10px;
    }

.mobile_lab_test_details .BottomGrayLine {
    border-bottom: 1px solid #cfd3d6 !important;
}

#LabTestDetails .navBlock a:last-of-type,
#LabTestDetails .navBlock span:last-of-type { 
    padding: 10px 14px;
}
/******************* End LabTestDetails *****************************/

.ErrorMessageText {
    padding: 10px 0 10px 0;
    display: block;
}

/******************* PersonalDetailsAccordion *****************************/
.mobile_personal_details_accordion tr td,
.mobile_personal_details_accordion tr td.Width10,
.mobile_personal_details_accordion tr td.Width20,
.mobile_personal_details_accordion tr td.Width30,
.mobile_personal_details_accordion tr td.Width40 {
    display: block;
    width: 100%;
}

.mobile_personal_details_accordion tr.MessagesReminderRow td:first-child {
    padding-top: 10px;
}

.mobile_personal_details_accordion tr.MessagesReminderRow td:last-child {
    padding-bottom: 15px;
}

.mobile_personal_details_accordion tr.MessagesReminderRow td {
    padding-bottom: 10px;
}

    .mobile_personal_details_accordion tr.MessagesReminderRow td span.mobile_margin_chkbox:not(:first-of-type) {
        margin-right: 5%;
    }

.mobile_personal_details_accordion tr td.AlignLeft {
    text-align: start;
}

.mobile_personal_details_accordion tr td.mobile_tblsuccess_btn {
    text-align: left;
}

.mobile_personal_details_accordion tr td.AlignCenter {
    text-align: right;
}

.mobile_personal_details_accordion tr td.MobileBackBtn {
    text-align: left;
}

.mobile_personal_details_accordion tr td.mobile_personal_back_button a.online_blue_button {
    height: 37px !important;
}

.mobile_personal_details_accordion tr td.mobile_no_height {
    height: 0;
}

.mobile_personal_details_accordion tr td.mobile_height_auto {
    height: auto;
}

.mobile_personal_details_accordion.ErrorMessage {
    margin-bottom: 20px;
}

.mobile_personal_details_accordion div.newsletter_validators {
    height: auto;
}

.mobile_personal_details_accordion tr td.NewsletterCheckBox {
    padding-top: 16px;
}

    .mobile_personal_details_accordion tr td.NewsletterCheckBox > div:first-child {
        padding-bottom: 16px;
    }

    .mobile_personal_details_accordion tr td.NewsletterCheckBox div.clalit_chkbox {
        display: inline-block;
    }

    .mobile_personal_details_accordion tr td.NewsletterCheckBox div.young_chkbox {
        display: inline-block;
        margin-right: 5%;
    }

    .mobile_personal_details_accordion tr td.NewsletterCheckBox .TextWidthLogin {
        direction: ltr;
        padding-left: 5px;
    }

.mobile_personal_details_accordion a.online_blue_button {
    display: inline-block;
    width: 47%;
    line-height: 37px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 1.2rem;
    text-decoration: none !important;
    border: 0;
    background: #407bac;
    min-width: 55px;
}

    .mobile_personal_details_accordion a.online_blue_button span {
        color: #FFFFFF;
        font-size: 1.2rem;
    }

.mobile_personal_details_accordion a.online_gray_button {
    display: inline-block;
    width: 47%;
    line-height: 37px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 1.2rem;
    text-decoration: none !important;
    border: 1px solid #909497;
    background-color: #f2f7fb;
    min-width: 55px;
}

    .mobile_personal_details_accordion a.online_gray_button span {
        color: #7F7F7F !important;
        font-size: 1.2rem;
    }

.mobile_personal_details_accordion .TextWidthLogin {
    margin: 10px 0 10px 0;
}

.mobile_personal_details_accordion .TopPadding18px {
    padding: 18px 0 18px 0;
}

.mobile_personal_details_accordion .NewsletterButtonsSpacer {
    margin-left: 4%;
}

.mobile_personal_details_accordion .ddl_mobile {
    display: inline-block;
    width: 25%;
    height: 36px;
    border: 1px solid #cecece;
    border-radius: 5px;
    margin-right: 3%;
}

.mobile_personal_details_accordion .textboxBorderGray {
    display: inline-block;
    width: 70%;
    height: 36px;
    border-radius: 5px;
    margin: 10px 0 10px 0;
}

.mobile_personal_details_accordion .TBLargeSize {
    display: inline-block;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    margin: 10px 0 10px 0;
}

.mobile_personal_details_accordion .zipCode {
    width: 15%;
    display: inline-block;
    margin: 5px 0 10px 0;
}

    .mobile_personal_details_accordion .zipCode label {
        direction: rtl;
    }

    .mobile_personal_details_accordion .zipCode input {
        width: 100%;
        padding: 0;
    }

.mobile_personal_details_accordion div.DisplayInlineBlock {
    display: block;
}

.mobile_personal_details_accordion .popup_buttons a.online_blue_button {
    height: 37px;
}

.mobile_personal_details_accordion .Width300px {
    width: 95vw;
}

.mobile_personal_details_accordion .MessagesRemindersDesc {
    padding: 10px 0 10px 0;
}

.DGSubscriberSrvOut .TopPadding8px {
    padding: 0;
}

.mobile_personal_details_accordion .AccordionSuccessMsg {
    width: 100%;
    height: 80px;
    margin-top: 15px;
}
/******************* End PersonalDetailsAccordion *****************************/

/******************* Begin MobileToWebSwitch *****************************/

.mobile_switch_page_wrapper {
    width: 100%;
    text-align: center;
    margin-top: 10vh;
}

.switch-buttons-wrapper {
    margin-top: 4vh;
}

.TransferPageButton {
    width: 48%;
    display: inline-block;
}

.ok-button {
    float: right;
}

.cancel-button {
    float: left;
}

.switch-buttons-wrapper a.online_blue_button {
    display: inline-block;
    line-height: 37px;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    font-size: 1.2rem;
    text-decoration: none !important;
    border: 1px solid #407bac;
    background: #407bac;
    min-width: 55px;
}

.switch-buttons-wrapper a.online_gray_button {
    min-width: 55px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    line-height: 37px;
    font-size: 1.2rem;
    background-color: #f2f7fb;
    color: #407bad !important;
    border: 1px solid #909497;
    cursor: pointer;
}

.switch-buttons-wrapper a.online_blue_button > span {
    color: #fff;
    font-size: 1.2rem;
}

.switch-buttons-wrapper a.online_gray_button > span {
    font-size: 1.2rem;
}

.PromptText, .PromptText > div {
    font-weight: 800;
    font-size: 1.2rem;
    color: #000;
}

/******************* End MobileToWebSwitch *****************************/

/***************************** Form17 *****************************/
.Form17 .TableContainerWrapper {
    margin-top: 0;
}

.form17Explain {
    border-bottom: 1px solid #cfd3d5;
}

.form17SubtitleOrangeAdd {
    display: none;
}

#form17Links {
    margin: 5px 0 10px;
}

    #form17Links a {
        height: 54px;
        font-weight: 600;
        color: #fff;
        font-size: 18px;
        vertical-align: middle;
        text-align: center;
        padding: 6px;
        display: inline-block;
        padding-top: 17px
    }

    #form17Links span {
        height: 54px;
        font-weight: 600;
        color: #fff;
        font-size: 18px;
        vertical-align: middle;
        text-align: center;
        padding-top: 17px;
    }

    #form17Links a {
        background-color: #407bac;
        text-decoration: none;
    }

    #form17Links span {
        background-color: #7e7e7f;
    }

    #form17Links li:nth-of-type(even) {
        width: calc(50% - 2px);
        margin: 3px 0 0 0;
        display: inline-block;
    }

    #form17Links li:nth-of-type(odd) {
        width: calc(50% - 1px);
        margin: 3px 0 0 3px;
        display: inline-block;
    }

div.Form17 .Form17CheckBoxContainer > input { top: 0; position: static; margin-top: 10px; display: inline-block; vertical-align: middle; }
div.Form17 .Form17CheckBoxContainer > label { margin-top: 10px; display: inline-block; vertical-align: middle; }

/*************************** End Form17 **************************/

/***************************** Debt Payment *****************************/
.mobile_debt_payment_wrapper .MarginRight40px {
    margin-right: 0;
}

.mobile_debt_payment_wrapper .PaddingRight8px, .PaddingRight15px {
    padding-right: 0;
}

.mobile_debt_payment_wrapper .mobile_payment_buttons {
    width: 100%;
}

    .mobile_debt_payment_wrapper .mobile_payment_buttons .PaddRight4px {
        padding-right: 4%;
    }

.mobile_debt_payment_wrapper .mobile_payment_button {
    float: left;
    margin-top: 0 !important;
}

.mobile_debt_payment_wrapper select,
.mobile_debt_payment_wrapper input {
    border: solid 1px #cecece;
    width: 50%;
}

.mobile_debt_payment_wrapper a.online_blue_button {
    display: inline-block;
    width: 47%;
    line-height: 37px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 1.2rem;
    text-decoration: none !important;
    border: 0;
    background: #407bac;
    min-width: 55px;
}

    .mobile_debt_payment_wrapper a.online_blue_button span {
        color: #FFFFFF;
        font-size: 1.2rem;
    }

.mobile_debt_payment_wrapper a.online_gray_button {
    display: inline-block;
    width: 47%;
    line-height: 37px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 1.2rem;
    text-decoration: none !important;
    border: 1px solid #909497;
    background-color: #f2f7fb;
    min-width: 55px;
}

    .mobile_debt_payment_wrapper a.online_gray_button span {
        color: #7F7F7F !important;
        font-size: 1.2rem;
    }

.DebtPaymentCheckList td tr:first-child td {
    padding-bottom: 6px;
}

.PaymentIfCG_Iframe {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border: 0;
}

.DebtTotalGradient {
    background: #407bac;
    color: #FFFFFF;
    width: 100%;
}

    .DebtTotalGradient td {
        padding-top: 8px;
    }

.DebtPaymentTitle {
    margin-bottom: 5px !important;
}

.DebtPaymentDisplayNone {
    display: none !important;
}

.DebtPaymentTD1 {
    width: 70% !important;
    display: table-cell !important;
}

.DebtPaymentTD2 {
    width: 30% !important;
    display: table-cell !important;
}

    .DebtPaymentTD2 select {
        width: 100%;
        padding-right: 10px;
    }

.DebtPaymentMarginTop12px {
    margin-top: 12px;
}

.debt-payment-mobile-height {
    height: 50px;
}

.DebtPaymentSumText {
    padding-right: 28px !important;
}
/***************************** End Debt Payment *****************************/


/***************************** Message Notifications *****************************/
.NSItemDivMain {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px 3px 9px;
    border: solid 1px #cdcdcc;
}

.NSItemDiv {
    min-height: 48px;
    width: 100%;
    padding: 0 5px 0 0;
    float: right;
    font-size: 16px !important;
    color: #575757;
}

.NSNoteFirstName {
    display: block;
    margin-top: 10px;
}

.NSItemImg {
    display: inline-block;
    float: right;
    padding-bottom: 7px;
}

.NSItemDateValue {
    font-size: 16px;
    height: 30px;
    width: calc(100% + 24px);
    color: #575757;
    margin-bottom: 10px;
    font-weight: bold;
    padding-top: 6px;
    display: block;
    background-color: #f7f7f7;
    margin-right: -15px;
    text-align: center;
}

.NSButtonsContainer {
    margin: 5px 0 0 0;
    vertical-align: bottom;
    width: 100%;
    text-align: left;
    display: inline-block;
}

    .NSButtonsContainer a {
        width: 100%;
        text-align: center;
    }

        .NSButtonsContainer a.online_blue_button {
            display: inline-block;
            color: #fff;
            line-height: 37px;
            border-radius: 5px;
            margin-top: 10px;
            margin-bottom: 5px;
            cursor: pointer;
            text-align: center;
            font-size: 22px;
            padding-bottom: 3px;
            text-decoration: none !important;
            border: 0;
            background: #407bac;
            min-width: 55px;
        }

.NSNoteNotRead {
    font-weight: bold;
}

.NSRptEndBorder {
    border-top: solid 1px #dddddd;
    display: inline-block;
    clear: both;
    width: 100%;
}

.NSPagerContainer {
    white-space: nowrap;
}

    .NSPagerContainer .PagerNumberLink, .NSPagerContainer img {
        display: none;
    }

    .NSPagerContainer span, .NSPagerContainer a {
        width: 48%;
        height: auto;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        background-repeat: no-repeat;
        display: inline-block;
        padding: 10px 0;
        font-size: 20px;
    }

        .NSPagerContainer span.PagerDisabled {
            background: #bebebe;
            background: url(../../Images/Mobile/White_Arrow_Right.png), #bebebe;
            background-repeat: no-repeat;
            background-position: 95% 50%;
        }

            .NSPagerContainer span.PagerDisabled:last-child, .NSPagerContainer span.PagerDisabled:nth-last-child(2) {
                background: #bebebe !important;
                background: url(../../Images/Mobile/White_Arrow_Left.png), #bebebe !important;
                background-repeat: no-repeat !important;
                background-position: 5% 50% !important;
            }

    .NSPagerContainer a {
        background: #407bac;
        background: url(../../Images/Mobile/White_Arrow_Right.png), #407bac;
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

        .NSPagerContainer a.PagerLink:last-child, .NSPagerContainer a.PagerLink:nth-last-child(2) {
            background: #407bac !important;
            background: url(../../Images/Mobile/White_Arrow_Left.png), #407bac !important;
            background-repeat: no-repeat !important;
            background-position: 5% 50% !important;
        }
/***************************** End Message Notifications *****************************/

/******************* NotificationServices Page and Control *******************/
.NotesGlimpseMain {
    display: none; /*To be change by JS*/
    height: 24px;
    text-align: right;
    z-index: 100000;
    vertical-align: middle;
    position: relative;
    right: -12%;
    top: -1px;
}
/* Iphone4, Iphone4s */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:portrait) {
    .NotesGlimpseMain {
        right: -5%;
    }

    .base_master .top_center h2 {
        max-width: 70%;
    }
}

.NotesGlimpseMainHoverForDelay {
    background: url(/OnlineWeb/Images/NotificationServices/NotesGlimpseRightBorder.png ) no-repeat bottom right !important;
}

.NotesGlimpse {
    z-index: 999999;
    box-shadow: 0 3px 8px rgba(0,0,0,.25);
}
    /***********************/
    .NotesGlimpse * {
        padding: 0;
        margin: 0;
        list-style: none;
        vertical-align: middle;
    }

.NotesGlimpseContainerWrapper {
    z-index: 999999;
    background-color: #fff;
}

.NotesGlimpse:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid #000;
    border-color: transparent transparent #fff;
}

.NotesGlimpseContainer {
    text-align: right;
    list-style: none;
    background: url(/OnlineWeb/Images/NotificationServices/NotesGlimpseMiddleLeft.png) repeat-y left center;
}

    .NotesGlimpseContainer ul {
        padding: 11px 4px 7px 0;
        margin: 0 6px 0 6px;
    }

    .NotesGlimpseContainer li {
        padding: 0 13px 5px 31px;
        display: block;
        white-space: nowrap;
        height: 40px;
        border-bottom: 1px solid #e9e9e9;
    }

        .NotesGlimpseContainer li span {
            color: Black !important;
            display: inline-block;
        }

            .NotesGlimpseContainer li span:hover {
                cursor: pointer;
            }

.NotesGlimpseIcon {
    width: 7px;
    height: 13px;
    display: inline-block;
    overflow: hidden;
}

    .NotesGlimpseIcon img {
        padding: 0;
        margin: 0;
        display: inline-block;
    }

.NotesGlimpseSubject {
    padding-right: 5px;
    width: auto;
}

.NotesGlimpseName {
    padding-right: 20px;
    padding-left: 20px;
}

.NotesGlimpseDate {
    display: inline-block;
}

.NotesGlimpseFotterWrapper {
    background-color: #f3f3f3;
}

.NotesGlimpseFotter {
    height: 36px;
    background: url(/OnlineWeb/Images/NotificationServices/NotesGlimpseBottomLeft.png) no-repeat left top;
    margin-right: 24px;
}

    .NotesGlimpseFotter a {
        padding: 6px 12px 0 0;
        display: inline-block;
        text-decoration: underline !important;
        vertical-align: top;
    }

        .NotesGlimpseFotter a:hover {
            color: Green !important;
            float: right;
            position: absolute;
        }

.NotesGlimpseOpener {
    width: 0;
    display: block;
    text-align: center;
    line-height: 18px;
    padding: 0;
    margin-bottom: 1px;
}

    .NotesGlimpseOpener a {
        margin-top: 3px;
        display: none;
    }

        .NotesGlimpseOpener a:hover {
            text-decoration: underline;
            display: none;
        }

#NotesGlimpseIndicator::before {
    content: attr(data-glimpscount);
    display: inline-block;
    min-width: 18px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 1px 1px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 1px 1px rgba(0,0,0,.5);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 1px 1px rgba(0,0,0,.5);
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    border-radius: 4em;
    background-color: #cd0307;
    border: 2px solid #fff;
    margin-top: 0 !important;
    padding: 2px 0 0 0;
}

#NotesGlimpseIndicator {
    /*width: 55px;
    height: 40px;*/
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s top ease-in, .3s opacity ease-in;
    -moz-transition: .3s top ease-in, .3s opacity ease-in;
    -o-transition: .3s top ease-in, .3s opacity ease-in;
    transition: .3s top ease-in, .3s opacity ease-in;
    background-size: 7vw 5vw; /*32x23*/
    margin-top: 0 !important;
}

.NotesGlimpseNoLink {
    padding: 0 0 5px 0;
    display: inline-block;
    color: White;
    font-weight: bold;
    border: none;
}

.NotesGlimpseOpenerLink {
}

.NotesGlimpseMenuItem {
    border: 0;
}

.NSMainHead {
    display: block;
    width: 100%;
    margin: 10px 0 12px 0;
    font-weight: bold;
    color: #575757;
}

/***************** End NotificationServices Page and Control ******************/

.InsideTable a.online_blue_button span {
    color: #FFFFFF;
    font-size: 1.4rem;
}

.InsideTable a.online_blue_button {
    line-height: 37px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 1.4rem;
    text-decoration: none !important;
    border: 1px solid #407bac;
    background: #407bac;
    min-width: 47%;
    display: block;
}

.InsideTable a.online_gray_button span {
    color: #FFFFFF;
    font-size: 1.4rem;
}

.InsideTable a.online_gray_button {
    line-height: 37px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 1.4rem;
    text-decoration: none !important;
    border: 1px solid #407bac;
    background: #407bac;
    min-width: 55px;
    display: block;
}

div.ChooseChanelBtnsContainer {
    float: none;
    width: 100%;
    white-space: nowrap;
}

    div.ChooseChanelBtnsContainer > div {
        width: 47%;
        margin-left: 4%;
    }

        div.ChooseChanelBtnsContainer > div:last-child {
            margin-left: 0;
        }



/*** Clinic Orders ***/
.CO_WidthMax {
    width: 100%;
}

    .CO_LeftPanel, .CO_RightPanel, .CO_RenewText1, .CO_WidthMax tr td,
    .CO_InnerPanel .SL_date_head {
        width: 100%;
        display: block;
    }

.CO_TitleLabel, .CO_RenewText1 {
    padding-top: 15px !important;
    padding-bottom: 2px !important;
}

.CO_InnerPanel .SL_date_head, .CO_RequiredFields {
    padding-top: 1rem !important;
}

    .CO_InnerPanel .SL_date_head br {
        display: none;
    }

.CO_LeftPanel {
    margin-top: 1rem;
    border-top: 1px solid #cfd3d6;
    padding-top: 1rem;
}

.CO_InnerPanel {
    padding: 0;
}

.CO_RequestType, .CO_WidthTextField {
    width: 100%;
}

.CO_RequestForm {
    padding: 11px 15px 11px 15px;
}

.CO_GreyBorder {
    margin-top: 15px;
    background: #edf1f4;
}

.CO_Phone, .CO_RenewMonth {
    width: 70%;
}

.CO_RenewText2 {
    padding-right: 2%;
}

.CO_PhoneCode {
    width: 27%;
    float: left;
}

.CO_PaddingTD {
    padding: 0;
}

.CO_PaddingRight p {
    padding-top: 15px;
}

.CO_PaddingRight10 {
    padding-right: 0;
}

.CO_PaddingBottom {
    padding-bottom: 0 !important;
}

.textboxBorderGray {
    height: 36px;
    border-radius: 5px;
}

.CO_InnerPanel .errorCss {
    line-height: 14px;
}

.CO_InnerPanel .errorStar {
    color: #B65C03 !important;
    font-weight: normal !important;
    margin-right: -9px;
}

.CO_InnerPanel .CO_RequiredFields .errorStar:nth-child(2) {
    margin-right: 0;
}

.CO_Send_Button {
    float: none;
    margin-top: 5px;
}

    .CO_Send_Button a.online_blue_button {
        display: inline-block;
        width: 100%;
        line-height: 37px;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        text-align: center;
        font-size: 1.2rem;
        text-decoration: none !important;
        border: 0;
        background: #407bac;
        min-width: 55px;
    }

        .CO_Send_Button a.online_blue_button span {
            color: #FFFFFF;
            font-size: 1.2rem;
        }

.CO_InnerPanel input[type='date'] {
    background: white url('/OnlineWeb/Images/Mobile/Calendar_Ico.png') no-repeat 5px 5px;
    background-size: 25px auto;
    clear: both;
    display: block;
    width: 100% !important;
    padding-right: 5px;
    margin-top: 2px;
    text-align: right;
    height: 36px;
    border-radius: 5px;
    line-height: 30px;
}

.CO_InnerPanel img {
    display: none;
}

.CO_InnerPanel table {
    width: 100%;
}

.CO_InnerPanel .TextArialNormalBold {
    font-weight: normal;
}

.ForgotUserNameUserDataMobile {
    width: 100%;
}

    .ForgotUserNameUserDataMobile td {
        float: right;
        clear: both;
        width: 100%;
    }

        .ForgotUserNameUserDataMobile td:nth-child(3) {
            display: none;
        }

.ResetPassword .ResetUserPassButtonUp {
    margin-top: 10px;
    padding-bottom: 0;
}

    .ResetPassword .ResetUserPassButtonUp > div {
        padding-bottom: 0;
    }

.ResetPassword .PaddingBottom12px {
    padding-bottom: 0;
}

.ResetUserPassWrapper {
    border: 1px solid #cfd3d5;
    background: #edf1f4;
    width: 100%;
    display: inline-block;
    padding-top: 8px;
}

.ResetUserPassWrapperPadding {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 16px;
}

.ResetUserPassDownLink {
    position: relative;
    top: 120px;
}

.ResetUserPassFooterMargin {
    margin-bottom: 55px;
}

.ResetUserPassButtonsDisplayMode {
    display: inline-block;
}

.ChooseChanelFooterMargin {
    margin-bottom: 0;
}

/**/
/************* Login Captcha *************/
.outerCaptchaDiv .LBD_CaptchaDiv {
    max-width: 100%;
}

.outerCaptchaDiv .LBD_CaptchaImageDiv {
    max-width: 80%;
    float: right;
}

    .outerCaptchaDiv .LBD_CaptchaImageDiv > a > img {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 98% !important;
        height: 42px !important;
        float: right;
    }

.outerCaptchaDiv div.LBD_CaptchaIconsDiv {
    max-width: 14vw;
    margin: 0 !important;
    float: left;
}

.outerCaptchaDiv .LBD_ReloadLink {
    width: 14vw !important;
}
/*********** End Login Captcha ***********/


/******** responsive_base_master and QuickLogin ********/
.QuickLogin .InsideTitle {
    display: none;
}

.QuickLogin div[id$="divDescription"] {
    display: none;
}

.QuickLogin .userDetailsFieldset > input[type=button] {
    display: none;
}

.QuickLogin .userDetailsFieldset {
    white-space: normal;
    border: 0;
}

    .QuickLogin .userDetailsFieldset > label {
        padding-bottom: 5px;
        color: #407bac;
        width: 100%;
        display: block;
    }

        .QuickLogin .userDetailsFieldset > label:last-of-type {
            padding-top: 20px;
        }

    .QuickLogin .userDetailsFieldset > input {
        width: 100%;
        display: block;
    }

    .QuickLogin .userDetailsFieldset .UserIdValidators {
        padding-top: 5px;
    }

    .QuickLogin .userDetailsFieldset .UserYearOfBirthValidators {
        padding-top: 5px;
    }

    .QuickLogin .userDetailsFieldset .btn-div {
        margin-top: 10px;
    }

    .QuickLogin .userDetailsFieldset > .btn-div a {
        width: 100%;
        display: block;
        color: #FFFFFF;
        padding: 5px 10px 6px 10px;
        background-color: #407bac;
        border: 1px solid #407bac;
        text-align: center;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .QuickLogin .userDetailsFieldset > .btn-div a span {
            font-size: 1.4rem;
        }

.quick_login_header {
    width: 100%;
    margin: 25px 0 8px 0;
    padding-right: 5%;
    padding-left: 5%;
}

    .quick_login_header > img {
        width: 60%;
        height: auto;
        margin-right: 0;
        visibility: hidden;
    }

    .quick_login_header > .language-button-wrapper {
        float: left;
        position: relative;
        top: 15px;
    }

        .quick_login_header > .language-button-wrapper .LanguageLink {
            width: 70px;
            /*height: 30px;*/
            display: inline-block;
            color: #FFFFFF;
            background: #407bac;
            border: 1px solid #407bac;
            padding: 6px 10px;
            text-align: center;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

.QuickLogin {
}

    .QuickLogin h1.ui-header-text {
        text-align: center;
    }

        .QuickLogin h1.ui-header-text span {
            font-size: 160%;
            color: #505050;
            white-space: normal;
            line-height: 94%;
        }

    .QuickLogin div.CO_Title_Underline {
        display: none;
    }

    .QuickLogin .mainDivPosition {
        padding: 0 5%;
    }

    .QuickLogin .MainDescription {
        text-align: center;
        margin-top: 6px;
        white-space: normal;
    }

        .QuickLogin .MainDescription > span > span {
            font-size: 105% !important;
            color: #505050 !important;
            white-space: normal;
            margin-top: 6px;
        }

    .QuickLogin hr.top_hr {
        border: 0;
        background-color: #407bac;
        height: 2px;
        margin: 10px 0 15px 0;
    }

    .QuickLogin .capcha-panel {
        margin-top: -27px;
    }

    .QuickLogin .QuickRequiredMessage {
        color: red;
    }

    .QuickLogin div.capcha-panel {
        text-align: right !important;
    }

        .QuickLogin div.capcha-panel input {
            text-align: left;
        }

    .QuickLogin div.errorSummaryContainer {
        margin-top: 10px;
        white-space: normal;
    }

    .QuickLogin div.LBD_CaptchaDiv {
        margin-bottom: 50px !important;
    }

    /* style for captcha on quick mobile (tamuz/survey/debtpayment)  */
    .QuickLogin .CaptchaLoginPanel .capcha-panel {
        width: 100% !important;
    }

        .QuickLogin .CaptchaLoginPanel .capcha-panel input {
            width: 100%;
        }

    .QuickLogin .CaptchaLoginPanel .label-field {
        margin-bottom: 10px;
    }

    .QuickLogin .CaptchaLoginPanel .online_blue_button {
        width: 100%;
        display: block;
        color: #fff;
        padding: 5px 10px 6px 10px;
        background-color: #407bac;
        border: 1px solid #407bac;
        text-align: center;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .QuickLogin .CaptchaLoginPanel .online_blue_button span {
            font-size: 1.4rem;
        }

/******** End responsive_base_master and QuickLogin ********/


/******************* Medicine Purchase **************************/
.MedicineSearchPanelWrapper {
    padding: 0 6% 0 6%;
    margin-top: 15px;
}

.OnlineTopTabLinks {
    padding: 14px 0 10px 0;
}

    .OnlineTopTabLinks span, .OnlineTopTabLinks a {
        height: 38px;
        font-weight: 600;
        color: #fff;
        font-size: 1.2rem;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        display: inline-block;
        padding: 6px;
    }

    .OnlineTopTabLinks a {
        background-color: #407bac;
        text-decoration: none;
    }

    .OnlineTopTabLinks span {
        background-color: #7e7e7f;
    }

    .OnlineTopTabLinks li:nth-of-type(even) {
        width: calc(50% - 2px);
        margin: 3px 0 0 0;
        display: inline-block;
    }

    .OnlineTopTabLinks li:nth-of-type(odd) {
        width: calc(50% - 1px);
        margin: 3px 0 0 3px;
        display: inline-block;
    }


.MedicineSearchPanelWrapper input[type=text] {
    clear: both;
    display: block;
    width: 100% !important;
    padding-right: 5px;
    text-align: right;
    height: 36px;
    border-radius: 5px;
    line-height: 30px;
    margin-right: 0 !important;
}

.MedicineSearchPanelWrapper label {
    float: none !important;
}

.MedicineSearchPanelWrapper .ZIndex1 label,
.MedicineSearchPanelWrapper .ZIndex0 label {
    margin-bottom: 10px;
}

.MedicineSearchContent {
    border-bottom: 1px solid #cfd3d5;
}
/****************** End Medicine Purchase ***********************/

.ChooseChanelList td:last-of-type {
    padding-top: 8px;
}

.ChooseChanelList label {
    padding-right: 10px;
    width: 80%;
    vertical-align: middle;
}


/****************** Eligibility ***********************/
.BackToSubjects {
    float: left;
    margin-left: 8.5%;
    background: url('/OnlineWeb/Images/Mobile/back_all.png') no-repeat;
    background-size: 100% 100%;
    width: 12vw;
    height: 9.9vw;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: -3%;
}

.MainSubjects {
    margin-top: 10px;
}

.EligibilityQueryPos > h3 > span {
    font: inherit;
    color: #575757 !important;
    font-weight: bold;
}

.MainSubjects .MainSubjectsHead h3 {
    margin: 2px 0 10px 0;
    font-size: 1.25rem;
}

.MainSubjects .MainSubjectsUL > li > div {
    display: table;
    height: 3rem;
    width: 100%;
}

.MainSubjects .SubSubjectsOpener {
    display: table-cell;
    vertical-align: middle;
    height: 3rem;
    text-align: center;
    width: calc(100% + 2px);
    color: white;
}

.EligibilitySearchCover > * {
    float: right;
}

.MainSubjects .SubSubjectsOpener h4 {
    font-weight: bold;
}

.MainSubjects .SubSubjectsOpenerActive {
    height: 2rem;
    padding-bottom: 5px;
    text-align: right;
    width: 100%;
    color: #407bac;
}

    .MainSubjects .SubSubjectsOpenerActive h4 {
        font-weight: bold;
        font-size: 18px;
    }

.MainSubjects .MainSubjectsULActive {
    -webkit-column-count: auto !important; /* Chrome, Safari, Opera */
    -moz-column-count: auto !important; /* Firefox */
    column-count: auto !important;
    width: 100%;
    margin-top: -10px;
}

    .MainSubjects .MainSubjectsULActive > li {
        background: none;
    }

.MainSubjects ul {
    width: calc(100% + 2px);
    vertical-align: top;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 2px; /* Chrome, Safari, Opera */
    -moz-column-gap: 2px; /* Firefox */
    column-gap: 2px;
}

.MainSubjects li {
    margin: 2px 0;
    width: calc(100% - 2px);
    vertical-align: top;
    background-color: #407bac;
}

.MainSubjects .MainSubjectsUL {
    margin-bottom: 20px;
    display: block;
}

    .MainSubjects .MainSubjectsUL li {
        display: inline-block;
    }


.MainSubjects .SubSubjectsUL li {
    vertical-align: middle;
    height: 3rem;
    margin: 2px 0;
    width: calc(100% - 2px);
    background: #75797a !important;
}

.MainSubjects .SubSubjectsUL a {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0 10px;
    white-space: normal;
    width: 100%;
    color: white;
    display: block;
    text-align: center;
    font-weight: bold;
}

/*.MainSubjects .SubSubjectsUL li { background: #75797a !important; }
.MainSubjects .SubSubjectsUL a { 
    padding: 10px; height: 3rem; white-space: normal;
    width: 100%; color: white; display: block; text-align: center; font-weight: bold;
}*/
.EligibilityCoverageType > div {
    display: inline-block;
}

.eligibilityresultimage {
    width: 42px;
}

.EligibilityQueryPos > h2 {
    width: 100%;
    display: block;
}

    .EligibilityQueryPos > h2 > span {
        width: 100%;
        font-weight: bold;
    }
/****************** End Eligibility ***********************/

/***************** ExceptionMedRequests ******************/
.ExceptionExpireDateCol div {
    display: inline-block;
}

.ExceptionMedRequestGrid {
    margin: 10px 0 10px 0;
}

.ExceptionMedRequestHeader .LT_search_wrapper {
    padding: 0 14px;
}

    .ExceptionMedRequestHeader .LT_search_wrapper div.SearchPanelTitle {
        font-weight: bold;
        margin-top: 15px;
    }

    .ExceptionMedRequestHeader .LT_search_wrapper div.SL_date_head:first-child label {
        margin-top: 5px;
    }

    .ExceptionMedRequestHeader .LT_search_wrapper input[type='date'] {
        margin-bottom: 0;
    }

.ExceptionExpireDateCol img {
    position: relative;
    top: 2px;
    left: 2px;
}

.ExceptionMedValidation img {
    position: relative;
    top: 2px;
}

.ExceptionMedREquestError {
    margin-top: 20px;
    font-weight: bold;
}

.ExceptionMedREquestMissingData {
    margin-top: 10px;
    font-weight: bold;
}
/***************** END ExceptionMedRequests ******************/

/***************** Billing monthly report ******************/
.mobileBillingTotal {
    width: 100%;
    text-align: center;
    background-color: #edf1f4;
    border: 1px solid #edf1f4;
    margin-bottom: 20px;
}

    .mobileBillingTotal > span {
        font-size: 1.3rem;
        font-weight: bold;
    }

.ReportingDetailsL2Wrapper .TitleMethodOfPayment {
    padding: 10px 0 10px 0;
    font-weight: bold;
    border-bottom: 1px solid #cfd3d6;
}

.ReportingDetailsL2Wrapper .ClalitGridWrapper {
    margin: 20px 0 20px 0;
}

.ReportingDetailsL2Wrapper .MonthlyReportDetails {
    margin: 10px 0 10px 0;
    font-size: 1.25rem;
    color: #407bac;
}

    .ReportingDetailsL2Wrapper .MonthlyReportDetails div {
        display: inline-block;
        width: 100%;
    }

        .ReportingDetailsL2Wrapper .MonthlyReportDetails div span:first-child {
            font-weight: bold;
        }

.ReportingDetailsL2Wrapper .LT_search_wrapper {
    margin-top: 15px;
}

    .ReportingPageL1Wrapper .LT_search_wrapper span,
    .ReportingDetailsL2Wrapper .LT_search_wrapper span {
        font-weight: bold;
    }

    .ReportingPageL1Wrapper .LT_search_wrapper a.online_blue_button span,
    .ReportingDetailsL2Wrapper .LT_search_wrapper a.online_blue_button span {
        font-weight: normal;
    }

.ReportingPageL1Wrapper .LT_search_wrapper .wrapper-dropdown {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    height: 36px;
    width: 100%;
    top: -25px;
}


/***************** END Billing monthly report ******************/

/*********** BillingReport *************/

div.form17DivDateRange,
div.form17DivDateRange div,
div.form17DivDateRange label,
div.form17DivDateRange select,
div.form17DivDateRange a {
    display: block;
    width: 100%;
}

    div.form17DivDateRange.PaddingRight15px {
        padding: 0 14px;
    }

    div.form17DivDateRange div.PaddingBottom10px {
        padding-bottom: 0;
    }

.search_bar > span, .search_bar label {
    clear: both;
    color: #4E4E4E;
    font-weight: bold;
}

.search_bar label {
    margin-top: 15px;
}

.search_bar a.online_blue_button {
    line-height: 37px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    text-decoration: none !important;
    border: 1px solid #407bac;
    background: #407bac;
    min-width: 55px;
}

    .search_bar a.online_blue_button span {
        color: #FFFFFF;
        font-size: 22px;
    }

#BillingReportingPageCtrl #divMainText {
    padding: 10px 0;
}
/*********** END BillingReport *************/

/***************** MushlamReportingPage ******************/
.MushlamReportingContainer .MeasuresTopInner {
    display: none;
}

.MushlamReportingContainer .contentHead_A { /*display: none !important;*/
}

.MushlamReportingContainer > div:first-of-type {
    float: none;
    padding: 10px;
}

#MushlamSlidingDoors {
    display: none;
    min-height: 0;
}

    #MushlamSlidingDoors > div {
        padding: 15px 10px 12px 10px;
    }

    #MushlamSlidingDoors .ClalitGridTableMobile th {
        display: none;
    }

    #MushlamSlidingDoors .ClalitGridTableMobile td {
        width: 100%;
        display: block;
    }

    #MushlamSlidingDoors .ClalitGridTableMobile .ThMovedToTd {
        margin-left: 5px;
        font-weight: bold;
    }

.MushlamPanel {
    position: static;
}

.MushlamPanelContainer {
    float: none;
    padding: 10px 0;
    width: 100%;
}

    .MushlamPanelContainer .MeasuresTopInner {
        display: none;
    }

.ClaimsMenuContainer {
    position: relative;
    width: 111%;
    margin-right: -5.5%;
    margin-bottom: 20px;
}

.ClaimUserCtrlDiv > div {
    background-color: white;
}

.rptClaimMenuDiv li {
    clear: both;
    margin-top: 3px;
    padding-top: 1px;
    width: 100%;
    display: block;
    border-top: 1px solid #00549a;
    box-shadow: inset 1px 1px 0 white;
    background: linear-gradient(to bottom, #004183 1%,#177dbd 100%);
}

    .rptClaimMenuDiv li > a {
        color: white;
        width: 100%;
        display: block;
        padding: 10px 10px 10px 25px;
        background: url(/OnlineWeb/Images/Mobile/ProfileDetails/ArrowDown.png) no-repeat 10px;
        background-size: 15px 10px;
    }

.rptClaimMenuDiv a.SelectedClaim {
    background: url(/OnlineWeb/Images/Mobile/ProfileDetails/ArrowUp.png) no-repeat 10px;
    background-size: 15px 10px;
}

.rptClaimMenuDiv li > a span, .rptClaimMenuDiv li > a div {
    width: 100%;
    font-weight: bold;
}

    .rptClaimMenuDiv li > a span.StatusText, .rptClaimMenuDiv li > a div.StatusText {
        font-weight: normal !important;
    }

.rptClaimMenuDiv li div.contentHead_A h2 {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    float: none;
}

.rptClaimMenuDiv li:first-of-type {
    background: #219647;
    border-top: 2px solid #219647;
}

    .rptClaimMenuDiv li:first-of-type div.contentHead_A {
        display: none !important;
    }

    .rptClaimMenuDiv li:first-of-type a {
    }

        .rptClaimMenuDiv li:first-of-type a span {
            display: block;
        }

.BgBottomLeft_A, .BgBottomRight_A {
    float: none;
}

.rptClaimMenuDiv .DENIED, .rptClaimMenuDiv .TREATING, .rptClaimMenuDiv .APROVED,
.rptClaimMenuDiv .APROVED_EX_GRATIA, .rptClaimMenuDiv .APPEAL_RECIEVED, .rptClaimMenuDiv .MISSING_DOC {
    display: none;
}

.MushlamReportingContainer > #pageFooter {
    padding: 0 10px 10px 10px;
}

    .MushlamReportingContainer > #pageFooter span {
        display: inline-block;
    }

    .MushlamReportingContainer > #pageFooter > div:first-of-type {
        padding: 5px 0 10px 0;
    }

.MushlamAttentionBox {
    padding: 10px 5%;
    margin: 10px -3vw 10px 0;
    width: 100vw;
    white-space: nowrap;
    border: 1px solid #cfd3d6;
    background-color: #edf1f4;
}

    .MushlamAttentionBox .noteImg_A {
        vertical-align: top;
        min-width: 13px;
        width: 13px;
        height: auto;
        background: url(/OnlineWeb/Images/Info_Ico.png) no-repeat right center;
    }

    .MushlamAttentionBox > div > span[id$='lblFtrSensitivityNote'] {
        display: inline-block;
        white-space: normal;
        width: 95%;
        padding-right: 1%;
        text-align: right;
    }

    .MushlamAttentionBox > div > span[id$='lblFtlSubmitClaim'] {
        margin: 2px 10px 0 0;
        display: inline-block;
        white-space: normal;
        width: 95%;
        padding-right: 1%;
        text-align: right;
    }

    .MushlamAttentionBox > div > span a {
        margin-right: 2px;
        display: inline-block;
    }

    .MushlamAttentionBox .MarginBottom16px {
        margin-bottom: 0;
    }

    .MushlamAttentionBox .phoneImg_A, .MushlamPanel .phoneImg_A {
        display: none;
    }

.MushlamPanel .BottomGrayLine {
    display: none;
}
/***************** END MushlamReportingPage ******************/

/***************** MushlamMarketingPage ******************/
.MushlamMarketingPageContainer > div > span[id$='lblTextChapter1'] {
    padding-top: 10px;
    display: block;
}
/***************** END MushlamMarketingPage ******************/

/*** ExpertQuestions AllFields ***/
.EQClientFilterBox {
    display: none;
}

.eq_container_all {
    width: 100%;
}

    .eq_container_all .title_description {
        margin: 10px 10px 0 10px;
        display: block;
    }

    .eq_container_all .NavBarRadioOption {
        display: none;
    }

        .eq_container_all .NavBarRadioOption input[type=radio] {
            margin-left: 5px;
        }

    .eq_container_all .buttons {
        display: none !important;
    }

    .eq_container_all .NavigationBodyDiv h2 {
        color: #407bac;
        margin: 15px 10px -5px 10px;
        font-size: 1.25rem;
        font-weight: bold;
    }

    .eq_container_all .overview,
    .eq_container_all .overview li,
    .eq_container_all .overview li > div {
        width: 100% !important;
    }

        .eq_container_all .overview li > div tr > td:first-of-type {
            width: 15%;
        }

        .eq_container_all .overview li > div tr > td:last-of-type {
            padding-right: 10px;
            vertical-align: middle;
        }

        .eq_container_all .overview li > div img {
            border-radius: 100%;
            width: 100% !important;
            height: auto;
        }

    .eq_container_all #slider1 .viewport {
        position: static;
        overflow: auto;
        height: auto;
    }

    .eq_container_all #slider1 ul.overview {
        position: static;
        height: auto !important;
    }

        .eq_container_all #slider1 ul.overview .NavigateBottomBorder {
            padding: 0;
        }

    .eq_container_all .list_of_experts {
        position: relative;
        background: url('/OnlineWeb/Images/Mobile/left_arrow.svg') no-repeat 20px;
        background-size: 5%;
        margin-bottom: 10px;
        border-bottom: 1px solid #cfd3d6;
    }

        .eq_container_all .list_of_experts li {
            margin: 7px 15px 6px 0;
        }

            .eq_container_all .list_of_experts li a {
                text-decoration: none;
            }

    .eq_container_all .list-header a {
        display: none;
    }

    .eq_container_all .list-header h3 {
        background-color: #407bac;
        color: white !important;
        display: block;
    }

        .eq_container_all .list-header h3 span {
            padding: 3px 10px 4px 10px;
            color: white;
            display: block;
        }

    .eq_container_all .overview > li {
        display: block;
        text-decoration: none;
        overflow: hidden;
    }

    .eq_container_all .overview_hide > li {
        display: none;
    }

/*** End ExpertQuestions AllFields ***/


/*** ExpertQuestions SpecificField ***/
.eq_main_container > :not(:last-child) {
    margin-right: 5%;
    margin-left: 5%;
}

.eq_main_container input[type=text], .eq_main_container textarea {
    width: 100%;
    border: solid 1px #cecece;
    font-size: 16px;
    font-family: arial;
    color: #7d7d7d;
}

.eq_main_container > h2:first-of-type {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}

    .eq_main_container > h2:first-of-type > a {
        float: left;
        clear: left;
    }

    .eq_main_container > h2:first-of-type > .EQSeperator {
        display: none;
    }

    .eq_main_container > h2:first-of-type > span {
        padding: 4px 0 4px 10px;
        display: inline-block;
        font-size: 1.25rem;
    }

    .eq_main_container > h2:first-of-type > a > span {
        display: inline-block;
        color: #FFFFFF !important;
        background: #407bac;
        border: 1px solid #407bac;
        text-align: center;
        border-radius: 3px;
        font-size: 1.25rem;
        padding: 3px 10px;
        margin: 0;
    }

.eq_main_container .online_blue_button {
    width: 100%;
    display: block;
    color: #FFFFFF;
    background: #407bac;
    border: 1px solid #407bac;
    text-align: center;
    border-radius: 3px;
    font-size: 22px;
    padding: 3px 10px;
    margin: 0;
    margin-top: 5px;
    height: 37px;
}

.eq_main_container a.online_blue_button {
    width: 100%;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    text-decoration: none !important;
    border: 1px solid #407bac;
    background: #407bac;
    height: 37px;
}

    .eq_main_container a.online_blue_button span {
        color: #FFFFFF;
        font-size: 22px;
    }

.EQExpertFieldDescription {
    display: block;
    clear: both;
}

    .EQExpertFieldDescription p {
        padding: 0;
        margin: 0;
    }

.EQHelpSign {
    display: none;
}

.eq_doctors_images {
    width: 100%;
}

    .eq_doctors_images li {
        padding: 10px 0;
        width: 100%;
        display: inline-block;
    }

.NavigateExpertImage {
    width: 17%;
    height: auto;
    border-radius: 100%;
    vertical-align: middle;
}

.eq_doctors_images .LinkLookLikeInline {
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.EQAcceptedAgreement {
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
}

.eq_subject_history_list {
    width: 100%;
    display: block;
}

    .eq_subject_history_list > li {
        width: 100%;
        display: block;
        margin-left: 150px;
    }

.rpt_subjects_container {
    padding: 10px;
}

    .rpt_subjects_container > div {
        width: 100%;
    }

    .rpt_subjects_container .eq_thumb_container {
        display: none;
    }

.eq_acrobat {
    display: none;
}

.EQMainDiv {
    padding: 15px;
    background-color: #f3f3f3;
    border: 1px solid #cfd3d6;
}

    .EQMainDiv > div {
        width: 100% !important;
    }

    .EQMainDiv .ErrorColor {
        margin: 0 -9px 0 1px;
        vertical-align: top;
    }

    .EQMainDiv .existing_question_validation_error {
        margin-right: 5px;
        display: block;
    }

    .EQMainDiv .EQEmailTbx {
        margin-bottom: 5px;
    }

    .EQMainDiv > div:nth-of-type(-n+3) .EQGrayBlackText {
        margin: -3px 2px 2px 0;
        display: inline-block;
        vertical-align: top;
    }

    .EQMainDiv > div:nth-of-type(-n+3) span[id$='lblQuestionTitle'] {
        margin-right: -1px;
    }

    .EQMainDiv > div span:last-of-type {
        margin-right: -1px;
        width: 90% !important;
    }

.EQLineSeparator {
    margin-bottom: 15px;
}

.eq_old_questions_answers > h2 {
    padding: 3px 3% 3px 0;
    width: 100%;
    background-color: #219647;
}

    .eq_old_questions_answers > h2 span {
        color: white;
        display: inline-block;
        font-size: 22px !important;
        font-weight: normal;
        padding-top: 3px;
    }

.eq_old_open {
    background: url(/OnlineWeb/Images/Mobile/ProfileDetails/ArrowDown.png) 3% 50% no-repeat;
    background-size: 15px 10px;
    text-decoration: none;
    min-height: 37px;
}

.eq_old_close {
    background: url(/OnlineWeb/Images/Mobile/ProfileDetails/ArrowUp.png) 3% 50% no-repeat;
    background-size: 15px 10px;
    text-decoration: none;
    min-height: 37px;
}

.eq_old_questions_answers {
    margin-top: 15px;
}

    .eq_old_questions_answers .rpt_subjects_container {
        display: block;
    }

.eq_title_new {
    color: #407bac;
    font-weight: bold;
}

.EQSingleAnswerQuestionPrefix {
    font-weight: bold;
    display: block;
}

.EQSingleAnswerQuestionDiv {
    padding: 10px 10px;
    overflow-x: hidden;
}

.EQIsAnswer {
    width: 100%;
    padding: 5px 10px 7px 10px;
    background-color: #f3f3f3;
    border: 1px solid #cfd3d6;
}

.EQResumePopupPosition {
    display: none;
}

#EQResumePopupIfrmContainer #ResumeFrame {
    width: 100% !important;
}

.EQLightBoxBodyDiv {
    display: none;
}

.EQPopupForMobile {
    font-weight: bold;
    margin: 0 auto;
    display: block;
}

.eq_expert_turn li.eq_ad_question span.eq_ad_question_field_bg {
    display: none;
}
/*** End ExpertQuestions SpecificField ***/


.ResetUserPassWrapper .outerCaptchaDiv .LBD_CaptchaImageDiv {
    min-width: 90%;
    float: right;
}

.ResetUserPassWrapper .LBD_CaptchaDiv {
    min-width: 98%;
}

.ResetUserPassWrapper .LBD_CaptchaImageDiv a {
    width: 100%;
}

ul.home_list_elemnt li a.home_blue_line {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

quartrly-report-mobile-dropdown {
    height: 50px;
}

quartrly-report-mobile-button {
    height: 55px;
}

.DisabledItem a, .DisabledItem, .DisabledItem a:hover, .DisabledItem a:link, .DisabledItem a:visited {
    color: Gray !important;
    text-decoration: none !important;
    white-space: nowrap;
    font-weight: normal !important;
}

.prescriptions-info > div {
    margin-bottom: 4px;
}

.prescriptions-info-label {
    font-weight: bold;
    padding-left: 5px;
}

.prescriptions-info-medlist {
    vertical-align: top;
    display: inline-block;
    width: 50%;
}

    .prescriptions-info-medlist > li > a {
        color: #575757;
        pointer-events: none;
    }

.prescriptions-info-commertial {
    width: 100%;
}

/******** Survey ********/
.QuickLoginSurvey .userDetailsFieldset {
    margin: 0;
    width: 95% !important;
}

    .QuickLoginSurvey .userDetailsFieldset .btn-div {
        margin-right: 0;
    }

.QuickLoginSurveyWrapperSurvey *,
.QuickLoginSurvey span {
    font-size: 18px;
}

.QuickLoginSurveyWrapperTransfer {
    margin-right: -5%;
}

.QuickLoginSurveyWrapperTransferBody {
    margin-right: -3%;
}

    .QuickLoginSurveyWrapperTransferBody iframe {
        width: 96%;
        min-height: 750px;
    }

.mobile_Survey a.online_blue_button {
    display: inline-block;
    width: 47%;
    line-height: 37px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    background: #407bac;
    border: 1px solid #407bac;
    min-width: 55px;
    color: #FFFFFF;
}

    .mobile_Survey a.online_blue_button span {
        font-size: 1.4rem;
    }

.mobile_Survey span {
    font-size: 18px;
}

.QuickLoginSurveyWrapperSurvey .MainDescription {
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
}

.MinHeightUnsetImp {
    min-height: unset !important;
}
/******** End Survey ********/

.lnkMedicationStockCheck {
    text-align: right !important;
    background-image: none !important;
    background: transparent !important;
}

    .lnkMedicationStockCheck > span {
        color: #407bac;
        display: inline !important;
        font-weight: bold;
        padding-right: 28px;
    }

    .lnkMedicationStockCheck > img {
        width: 30px;
        position: absolute;
        right: 0;
        vertical-align: middle;
        height: auto;
        margin-top: 6px;
        margin-left: 3px;
    }

.DatepickerTextBox {
    margin-bottom: 6px !important;
}

#gvExceptionMedRequests .ClalitGridTable tr.ClalitGridRow,
#gvChronicMedications .ClalitGridTable tr.ClalitGridRow,
#gvPatientPrescriptions .ClalitGridTable tr.ClalitGridRow,
#MedicineSearchCustomGrid .ClalitGridTable tr.ClalitGridRow {
    padding: 7px 10px 3px 10px !important;
}

#gvPatientPrescriptions td.ClalitGridActions:last-child {
    padding-top: 8px !important;
    margin-bottom: 10px;
}

/******* OTP Registration Popup *********/
.OTPRegPanel .OTPRegTitle {
    font-size: 18px;
    font-weight: bold;
    color: #608435;
}

.OTPRegSubtitle, .OTPRegSubtitle span {
    font-weight: normal !important;
    color: #608435 !important;
    line-height: 20px;
}

.OTPRegDesc, modalPopupDesc {
    margin: 5px 0 10px 0;
}

    .OTPRegDesc span,
    .modalPopupDesc span {
        font-size: 15px;
    }

.OTPRegContent {
    height: 165px;
    padding: 5px;
    border: 1px solid #608435;
    text-align: right;
    margin: 5px 2% 5px 2%;
}

.OTPRegContentMobile {
    height: calc( 80vh - 150px );
}

    .OTPRegContentMobile .InnerDiv {
        height: calc( 80vh - 170px ) !important;
        float: none;
    }

    .OTPRegContent .InnerDiv {
        height: 150px;
        width: 99%;
        overflow-y: auto;
        direction: ltr;
        padding: 1px;
        margin: 0px;
        border: 0px solid #608435;
        line-height: 18px;
        float: left;
    }

        .OTPRegContent .InnerDiv::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
            border-radius: 10px;
        }

        .OTPRegContent .InnerDiv::-webkit-scrollbar {
            width: 10px;
            background-color: #F5F5F5;
        }

        .OTPRegContent .InnerDiv::-webkit-scrollbar-thumb {
            background-color: #AAA;
            border-radius: 10px;
        }

        .OTPRegContent .InnerDiv .DivInBorder {
            direction: rtl;
            border: 0px solid #608435;
            padding: 1px 8px 0 5px;
            margin: 0px;
            min-height: 450px;
            font-size: 14px;
        }

.OTPRegPanel, .modalPopupPanel {
}

    .OTPRegPanel, .OTPRegPanel .LeftApproveButton,
    .modalPopupPanel, .modalPopupPanel .LeftApproveButton {
        text-align: center;
    }

        .OTPRegPanel .LeftApproveButton,
        .modalPopupPanel .LeftApproveButton {
            padding: 10px 2% 5px 2%;
        }

            .OTPRegPanel .LeftApproveButton .online_blue_button span,
            .modalPopupPanel .LeftApproveButton .online_blue_button span {
                font-weight: normal;
                color: #fff;
                font-size: 1.3rem;
            }

        .OTPRegPanel .LeftApproveButtonStage2 {
            padding: 18px 5% 8px 5%;
        }

        .OTPRegPanel * {
            outline: none;
        }

        .OTPRegPanel .popupTitle,
        .modalPopupPanel .popupTitle {
            padding: 10px 2% 0 2%;
        }

        .OTPRegPanel .online_blue_button,
        .modalPopupPanel .online_blue_button {
            background: #608435;
            width: 100%;
            height: 40px;
            border-radius: 0;
            line-height: 37px;
            display: block;
        }

        .OTPRegPanel .ModalCloseButton,
        .modalPopupPanel .ModalCloseButton {
            float: left;
            top: 0;
            left: 0;
            padding-top: 0;
        }

            .OTPRegPanel .ModalCloseButton .OTPLeftTopButton,
            .modalPopupPanel .ModalCloseButton .LeftTopButton {
                width: 34px;
                height: 34px;
                display: block;
                direction: ltr;
            }

.OTPSecondLevelAttention {
    margin: 0 6% 10px 6%;
}

.OTPRegPanel .OTPSecondLevelAttention span {
    font-size: 18px;
}

.OTPRegPanel .OTPSecondLevel .OTPRegDesc {
    color: #608435;
    margin: 0 6% 0 6%;
}

    .OTPRegPanel .OTPSecondLevel .OTPRegDesc span,
    .OTPRegPanel .OTPFourthLevel .OTPRegDesc span {
        font-size: 18px;
        font-weight: normal;
    }

.OTPRegPanel .OTPSecondLevel .TextWidthLogin {
    display: inline-block;
    border-radius: 0;
    width: 70%;
}

.OTPRegPanel .OTPSecondLevel .LabelForMobile,
.OTPRegPanel .OTPSecondLevel .LabelForEmail,
.modalPopupPanel .LabelForEmail {
    text-align: right;
    font-size: 16px;
    padding: 10px 6% 10px 6%;
}

.LabelForEmailOut {
    text-align: center;
    font-size: 16px;
    padding: 10px 10% 10px 10%;
}
.OTPRegPanel .OTPSecondLevel .ValidatorField,
.OTPRegPanel .OTPThirdLevel .ValidatorField {
    text-align: right;
    padding: 0 6% 0 6%;
}

.OTPRegPanel .OTPSecondLevel .AreaCodeField {
    width: 15%;
    direction: ltr;
}

.OTPRegPanel .OTPSecondLevel .EmailField,
.modalPopupPanel .EmailField {
    width: 90%;
    direction: ltr;
}

.OTPRegPanel .OTPSecondLevel .LeftApproveButton {
    padding-top: 20px;
}

.OTPRegPanel .OTPSecondLevel .SecondLevelTB,
.modalPopupPanel .EmailInput {
    direction: ltr;
}

.OTPRegPanel .OTPThirdLevel .OTPRegTitle {
    white-space: normal;
    font-size: 18px;
    font-weight: normal;
}

.OTPRegPanel .OTPFourthLevel .OTPRegTitle {
    white-space: normal;
    font-size: 28px;
}

.OTPRegPanel .OTPThirdLevel .ThirdLevelSubtitleDiv {
    padding: 20px 0 10px 0;
}

.OTPRegPanel .OTPThirdLevel .OTPRegSubtitle {
    font-size: 16px;
    color: inherit !important;
}

.OTPRegPanel .OTPThirdLevel .TextWidthLogin {
    display: inline-block;
    border-radius: 0;
    width: 90%;
    direction: ltr;
}

.OTPRegPanel .OTPThirdLevel .SendOTPLink {
    padding-bottom: 10px;
}

    .OTPRegPanel .OTPThirdLevel .SendOTPLink a {
        text-decoration: underline;
        color: gray;
    }

.OTPRegPanel .OTPFourthLevel {
    padding: 35px 5% 25px 5%;
}

.OTPRegPanel .TopHeaderImage,
.modalPopupPanel .TopHeaderImage {
    margin-top: 35px;
}

    .OTPRegPanel .TopHeaderImage a.MobileFourthLevel {
        display: none !important;
    }

    .OTPRegPanel .TopHeaderImage a {
        display: block;
        width: 20%;
        margin: 0 auto;
    }

    .OTPRegPanel .TopHeaderImage img {
        width: 100%;
        height: auto;
    }

    .modalPopupPanel.lightbox_web_mobile { width: 80%; top: 10%; right: 10%; }
    .modalPopupPanel .AttentionArea { margin: 10px 6% 10px 6%; text-align:right; }
    .modalPopupPanel .EmailInput input[type=text] { border-radius: 0; width: 100%; }
    .modalPopupPanel .TopHeaderImage img { width: 20%; height: auto; max-width: 65px; }
    .modalPopupPanel div.Validators { padding: 0 6% 0 5%; text-align: right; }
    .modalPopupPanel .validation-error { color: #B65C03; border: solid 1px #B65C03; display: inline-block; }
    .modalPopupPanel .validation-field { color: #B65C03 !important; display: block; width: 100% !important; }
    .modalPopupPanel + .modalBackground { position: fixed; top: 0; right: 0; z-index: 900; height: 100%; width: 100%; }

    
.ClalitCustomGridActionList li:not(:only-child):last-child {  width:47%;padding-right:5px  !important;}
.ClalitCustomGridActionList li:not(:only-child):first-child {  width:47%; padding-left:5px  !important;}
.ClalitCustomGridActionList div:not(:only-child):last-child {  width:47%;padding-right:5px  !important; display:inline-block !important;float:left;}
.ClalitCustomGridActionList div:not(:only-child):first-child {  width:47%; padding-left:5px  !important;display:inline-block !important;float:right;}
/******* END OTP Registration Popup *********/

/*********** OTPNotRegistered ************/
.OTPNotRegistered {
    text-align: center;
    padding: 0 10% 0 10%;
    margin-top: 10px;
}

    .OTPNotRegistered div.HeaderTitle {
        border-top: 1px solid #c5c5c5;
        padding: 25px 0 12px 0;
    }

    .OTPNotRegistered h1 span {
        font-weight: bold;
        font-size: 24px;
    }

    .OTPNotRegistered .OTPDescription div:first-child {
        padding: 0 10% 10px 10%;
    }

    .OTPNotRegistered a.online_blue_button {
        width: 100%;
        display: block;
        border-radius: 3px;
        margin-top: 23px;
        margin-bottom: 23px;
        padding-top: 7px;
        cursor: pointer;
        text-align: center;
        text-decoration: none !important;
        border: 1px solid #407bac;
        background: #407bac;
        height: 37px;
    }

        .OTPNotRegistered a.online_blue_button span {
            color: #FFFFFF;
            font-size: 18px;
        }

    .OTPNotRegistered a.BackToLogin {
        text-decoration: underline;
    }

    .OTPNotRegistered .OTPBottomArea {
        min-height: 200px;
        padding-top: 30px;
    }
/*********** END OTPNotRegistered ************/

/***********  OTPSMSVerfication ***********/
.OTPSMSVerfication {
    text-align: center;
    margin-top: 10px;
}

    .OTPSMSVerfication h1 {
        margin: 0 5%;
    }

        .OTPSMSVerfication h1 span {
            font-size: 20px;
            font-weight: bold;
        }

    .OTPSMSVerfication div.ClientOTPGuidance {
        margin: 0 5%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .OTPSMSVerfication div.ClientOTPGuidance div:first-child {
            border-bottom: 1px solid #c5c5c5;
            padding: 0 10% 15px 10%;
        }

        .OTPSMSVerfication div.ClientOTPGuidance div:not(:first-child) {
            padding: 0 10% 0 10%;
        }

    .OTPSMSVerfication .sub-title {
        display: none;
    }

    .OTPSMSVerfication div.SMSSendDisclaimer {
        margin-top: 40px;
    }

    .OTPSMSVerfication .userDetailsFieldset {
        margin: 0 5%;
        border-top: 1px solid #007ACF;
    }

        .OTPSMSVerfication .userDetailsFieldset .btn-div {
            padding: 0 3%;
            border-bottom: 1px solid #007ACF;
        }

    .OTPSMSVerfication .SMSSendQuestion {
        display: block;
        margin-top: 10px;
    }

    .OTPSMSVerfication .ui-btn-tooltip {
        display: none;
    }

    .OTPSMSVerfication .input-field {
        display: inline-block;
        text-align: right;
        vertical-align: middle;
        clear: both;
        font-size: 12px;
        padding: 0 3%;
    }

        .OTPSMSVerfication .input-field .ui-label-text {
            padding-bottom: 10px;
            color: #407bad;
        }

    .OTPSMSVerfication .input-text {
        width: 100%;
        direction: ltr;
    }

    .OTPSMSVerfication .validation-wrapper {
        display: inline-block;
        text-align: right;
        width: 100%;
        padding: 5px 3% 0 3%;
    }

        .OTPSMSVerfication .validation-wrapper .ErrorMessageText {
            padding: 0;
        }

    .OTPSMSVerfication .validation-error {
        border: solid 1px #B65C03;
        display: inline-block;
    }

    .OTPSMSVerfication .RequiredMessage {
        color: #B65C03 !important;
        font-weight: normal !important;
    }

    .OTPSMSVerfication a.online_blue_button {
        width: 100%;
        display: block;
        margin-top: 23px;
        margin-bottom: 23px;
        padding-top: 7px;
        cursor: pointer;
        text-align: center;
        text-decoration: none !important;
        border: 1px solid green;
        background: #097345;
        height: 40px;
    }

        .OTPSMSVerfication a.online_blue_button span {
            color: #FFFFFF;
            font-size: 20px;
        }

    .OTPSMSVerfication .NotGetSMSDisclaimer {
        text-align: right;
        margin-top: 25px;
        font-size: 14px;
    }

        .OTPSMSVerfication .NotGetSMSDisclaimer ul {
            margin: 5px 0 5px 0;
        }

            .OTPSMSVerfication .NotGetSMSDisclaimer ul li {
                line-height: 25px;
            }

                .OTPSMSVerfication .NotGetSMSDisclaimer ul li a {
                    text-decoration: underline;
                }

    .OTPSMSVerfication ul.links {
        display: none;
    }

    .OTPSMSVerfication p.description {
        display: none;
    }

/*********** END OTPSMSVerfication ***********/

div.OTPSMSVerfication *,
div.OTPNotRegistered *,
div.OTPRegPanel *,
div#login-view *,
div#login-view-otp *,
div#login-view-sms *,
div#login-view-otp-sms *,
div.TamuzOTPMobile *, div.TamuzOTPMobile a:link {
    font-family: 'Open Sans Hebrew', Arial, sans-serif;
    font-style: normal;
    font-size: 18px;
}

div.TamuzOTPMobile a:link {
    color: #407bad;
}

.TamuzOTPMobilelblDesc {
    font-size: 16px !important;
}

#gvDiagnosis table.ClalitGridTable tr.DescBlockRow td.DescBlockCell div.ClalitGridDescriptionDiv span {
    display: inline-block;
    direction: ltr;
}

#NoDiagnosisFound {
    padding-right: 10px;
    font-weight: bold;
}


/*#region Form17ByMeser */
#divForm17Payment .LnkOpenPopupUseConditions {
    margin-right: -4px;
}

#divForm17Payment .ShowSum {
    float: left;
    margin-left: 20px;
}

#divForm17Payment .divPay {
    display: inline;
    width: 100%;
}

#divForm17ContactClinic > div.divForm17ContactClinicContent {
    text-align: center;
}

#divForm17CreatedMobile .accept_icon {
    float: none;
}

.LblForm17FoundMobile a { font-size: 20px !important; }

#divLnkShowForm17Mobile > a > span {
    font-size: 20px !important;
}

.Form17PaymentCancelPopupTitle {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #407bad;
    display: block;
}
/*#endregion Form17ByMeser */

.FontSizeBigText {
    font-size: 20px;
}

/*********** ApprovedServices ***********/

/*.BottomGrayLineGradiant {
    border-bottom: 1px solid #cfd3d6; background-color: #EDF1F4;
}*/
/*.BottomGrayLineGradiant h1{padding: 0 15px }*/
.ApprovedServicesLinks a {
    height: 54px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    padding-top: 17px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

.ApprovedServicesLinks span {
    height: 54px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    padding: 6px;
    padding-top: 17px;
}

.ApprovedServicesLinks .OnlineTopTabLinks {
    padding-top: 10px !important;
}

.ApprovedServicesGrid .ClalitGridCounterTitle h2 {
    color: #407bac;
    font-weight: bold;
}

.ApprovedServicesMissingData {
    margin-top: 10px;
    font-weight: bold;
}

.ApprovedServicesError {
    margin-top: 20px;
    font-weight: bold;
}

.ApprovedServicesSearch {
    padding: 14px 0 0;
}

.ApprovedServicesBlueBtn {
    padding-top: 10px;
    padding-bottom: 5px;
}

.MultiAccessibleButton {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.AttenBoxRemoveMarginTopForWeb {
    padding-top: 20px;
    clear: both;
}
/*********** END ApprovedServices ***********/

#MedicalReferrals div.ClalitGridDescriptionDiv td img {
    vertical-align: middle;
}

/********** Rentgen ************/
.RentgenServicesLinks a {
    height: 54px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    line-height: 21px;
}

.RentgenServicesLinks span {
    height: 54px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 21px;
}

.RentgenServicesLinks .OnlineTopTabLinks {
   padding: 2px 0 18px 0 !important;
}


/*#region #PrescriptionsEx*/
.tblPrescriptionDetails .PurchaseStatus { color:#d90000; }

/*#region #PrescriptionsEx .ClalitGridTable*/
#PrescriptionsEx .ClalitGridTable { margin-right: auto; margin-left: auto; border-collapse: initial;
                                    padding-right: 5px; padding-left: 5px;border-bottom: 1px solid #cfd3d5 }
#PrescriptionsEx .ClalitGridTable tr { border-right: 0; border-left: 0; border-top: 0; border-bottom: 1px solid #cfd3d5; }
#PrescriptionsEx .ClalitGridTable tr.DescBlockRow { min-height: 44px; margin-top: -10px; }
#PrescriptionsEx .ClalitGridTable tr td:first-of-type > span { display: none; }
#PrescriptionsEx .ClalitGridTable tr td:first-of-type > div { display: inline-block; }
#PrescriptionsEx .ClalitGridTable tr td:last-of-type .ThMovedToTd,
#PrescriptionsEx .ClalitGridTable tr td:last-of-type .ExtraInfoOpener { display: none; }
#PrescriptionsEx .CloseDetails { display: none; } 

#PrescriptionsEx .ClalitGridTable br  { display: none !important }
#PrescriptionsEx .ClalitGridTable tr td  { float: right; clear: both; }
#PrescriptionsEx .ClalitGridTable tr td:not(.MobileDigitalSignature) span { display: inline-block !important; line-height: 20px; }
#PrescriptionsEx .ClalitGridTable tr td:last-child span{ color: #407bad; font-weight:bold; padding-top: 10px; }
#PrescriptionsEx .ClalitGridTable tr td span  a:link{ margin-right: 5px; }

#PrescriptionsEx .ClalitGridTable .CollapseArrow { }
#PrescriptionsEx .ClalitGridTable .CollapseArrowClose { }

#PrescriptionsEx .lnkMedicationStockCheck {
    padding: 10px 0 0 0; width: 100%;
    border-top: 1px solid #cfd3d5; vertical-align: middle; display: block;
}
#PrescriptionsEx .lnkMedicationStockCheck > img { position: static; margin: 0 10px 0 0; vertical-align: middle; display: inline-block; }
#PrescriptionsEx .lnkMedicationStockCheck > span { padding-right: 7px; width: 64%; vertical-align: middle; text-align: center; display: inline-block; }

#PrescriptionsEx .PrescriptionsExMainList { display: block; width: 100%; }
#PrescriptionsEx .PrescriptionsExMainList > li { 
    margin-bottom: 20px; padding: 10px 8px 10px 8px; white-space: normal; text-align: right;
    vertical-align: middle; min-height: 54px; border-top: 1px solid #cfd3d5; border-bottom: 1px solid #cfd3d5; display: block; width: 100%;
}

ul.PrescriptionsExMainList li.DispBlock { width: 100%; border-bottom: 1px solid #cfd3d5;margin:0 0 0 0 }

#PrescriptionsEx .PrescriptionsExMainList > li > span { padding: 5px 8px 5px 8px; vertical-align: middle; }

#PrescriptionsEx .PrescriptionsExPrintSep { 
    border-left: 1px solid #cfd3d5; border-right: 1px solid #cfd3d5; border-top: 1px solid #cfd3d5;
}
#PrescriptionsEx span.MedicineNameCol { padding-bottom: 5px; font-weight: bold; display:block; }
#PrescriptionsEx .MedicineHead { padding: 10px; }
#PrescriptionsEx .MedicineHead .CollapseArrow{background: url(../../Images/Mobile/downArrow.svg ) no-repeat ; }
#PrescriptionsEx .MedicineHead .CollapseArrowClose{background: url(../../Images/Mobile/upArrow.svg)  no-repeat ; }
#PrescriptionsEx .MedicineOpened { margin-top: 25px; border-top: 1px solid #cfd3d5; background-color: #edf1f4; }
#PrescriptionsEx ul.MedicinesList li:first-of-type { margin-top: 0 }
#PrescriptionsEx ul.MedicineDetailsList li { width: 96%; margin: 0 2% 0 2%; border-top: 2px solid #fff; }

.PrescriptionsTableMobile td { padding: 10px 5px 0 10px; width: 100%; display: block; vertical-align: top; }
.PrescriptionsTableMobile td:last-of-type { padding-bottom: 10px; }
.PrescriptionsTableMobile td > span { display: inline-block; vertical-align: top; }
.PrescriptionsTableMobile td > span:first-child { font-weight:bold; }
#PrescriptionsEx .PrescriptionsTableMobile td img { margin-right:5px; }
.PrescriptionsTableMobile .tdPrescriptionsTableDisclaimer { padding-top: 0; padding-bottom: 20px; color: red; }
.PrescriptionsTableMobile .tdPrescriptionsTableDisclaimer .ThMovedToTd,
.PrescriptionsTableMobile .tdPrescriptionsTableDisclaimer .ImgMovedToTd { 
    display: none; 
}
#PrescriptionsEx .med_prop > span.MedicineTradeShow { padding-right: 10px; padding-bottom: 5px; font-weight: bold; display: block; }
#PrescriptionsEx .med_prop > span.MedicineTradeName { font-size: 14px; padding-bottom: 10px; font-weight: normal; }
/*#endregion #PrescriptionsEx .ClalitGridTable*/

#PrescriptionsEx .FilterBoxOptionsPanel { width: calc(78vw + 2px); margin-top: 1px; }
#PrescriptionsEx .PrescriptionsDrugNameFilter,
#PrescriptionsEx .PrescriptionsDoctorNameFilter { direction: ltr; margin-top: 5px; }
#PrescriptionsEx .PageDescriptionMobile { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
#PrescriptionsEx .MedicineSearchPanelWrapper { margin-bottom: 8px; }
#PrescriptionsEx .DatepickerTextBox { margin-bottom: 0 !important; }
/*#endregion #PrescriptionsEx*/

/*#region BioRegisterPopup */

.BioRegPopup { 
    text-align: center; top:20%; position: fixed; 
    right: 5%; width: 90%; padding: 10px;
    box-shadow: 3px 3px 5px #888; background-color: white;
    border: 1px solid #717171;
    z-index: 10000001; 
}
.BioRegPopup  *::-webkit-scrollbar { 
    -webkit-appearance: none; width: 7px;
}
.BioRegPopup *::-webkit-scrollbar-thumb { 
    border-radius: 5px; background-color: #cfd3d6; -webkit-box-shadow: 0 0 1px #cfd3d6;
}
.BioRegPopup > a > img { width: 100%; height: auto; }
.BioRegPopup .close { 
    float: left; clear: both; display: block;
    width: 25px; height: 25px; outline: none;
}
.BioRegPopup .lightbox_content { 
    min-width: 200px; min-height: 47px; margin-top: 30px; margin-bottom: 10px; clear: both;
    overflow-y: auto; overflow-x: hidden;    
    font-family: 'Open Sans Hebrew', Arial, sans-serif;
    padding: 0 5px;
}
.BioRegPopup .popupTitle { font-weight: bold; font-size: 18px; }
.BioRegPopup .btn { font-family: 'Open Sans Hebrew', Arial, sans-serif; min-width: 35%; }
.BioRegPopupBG { 
    width: 100%; height: 100%; 
    text-align: center; vertical-align: middle;    
    position: fixed; top: 0; left: 0; z-index: 1000000; 
    filter: alpha(opacity=80); opacity: 0.8; background-color: gray;
}
/*#endregion BioRegisterPopup */
.PDFLinkDisabled { text-decoration:none !important; cursor:default !important; color:black  !important;   outline: none}



/*#region PopupGuide */
#PopupGuide {
    background-color: gray;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000000;
}

.PopupGuide {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    width: 90% !important;
    height: 80vh !important;
    padding: 10px;
    box-shadow: 3px 3px 5px #888;
    background-color: white;
    border: 1px solid #717171;
    z-index: 10000001;
    margin: 0 !important;
}
.PopupGuideText {
    background-color: White;
    border: 3px solid #407bad;
}
.PopupGuideInner {
    color: #5c5c5c;
    margin-top: 2vh;
    bottom: 0px;
    top: 50%;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    direction: rtl;
}
    .PopupGuideInner * {direction: rtl;}
    .PopupGuideInner .InnerDiv > div {padding: 8px;}
    .PopupContentDiv {
        line-height: 18px;
        font-size: 16px;
        height: 58vh !important;
        margin-top: 5vh !important;
    }
.PopupGuideInner table {
    bottom: 8px;
    position: absolute;
    width: calc(100% - 18px);
}
.PopupGuideInner a.online_blue_button {
    float: left;
    color: #FFFFFF;
    background: #407bac;
    border: 1px solid #407bac;
    padding: 3px 10px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    margin: 0;
    text-decoration: none;
}
.PopupGuideInner span {
    display: block;
}
.PopupGuideCloseButton {
    float: left;
    clear: both;
    display: block;
    width: 25px;
    height: 25px;
    outline: none;
    position: relative;
    top: -24px;
    left: -24px;
}

.PopupGuideCheckboxText {
    font-weight: normal;
    color: #5c5c5c;
    margin-right: 10px;
}
.PopupGuideTitle {
    font-size: 18px;
    font-weight: bold;
    color: #407bad;
}
/*#endregion PopupGuide */
/*#region AllViews login-view-form */
body { }

.app_header_logo {
	width: 90% !important;
	padding: 0 0 5px 0;
}
.NonSecuredMasterPageV6 .bottom_banner { display: none; }

.login-view-form {
    font-size: 12px; font-weight: normal;
    color: #fff; background-color: #407bac;
    margin: 15px 20px 20px 20px;
    padding-bottom: 10px;
    position: relative;
    height: 100%;
}
.login-view-form h1 span { color: #fff; }
.login-view-form .login-view-inner {
    position:relative;
}
.login-view-form .login-view-inner > ul > li { width: 100%; }
.login-view-form .login-view-inner > * { margin: auto; }

.login-view-form .label-field { padding: 3px 0 2px 0; }
.login-view-form .input-field { width: 100%; }
.login-view-form .input-field input:first-of-type { width: 100%; height: 30px; }
.login-view-form .input-field .ui-btn-tooltip {
    display: none;
}

.login-view-form .input-text
{
	width: 177px;
	height: 18px;
	padding: 3px;
	background-position: -1px -1px;
	background-color: #F3F3F3;
	background-image: none;
	border: solid 1px #F3F3F3;
}

.login-view-form p, .login-view-form a, .login-view-form:visited {
	padding: 0; margin: 0; color: #FFF;
}

.login-view-form a, .login-view-form:visited {
	text-decoration: underline;
	cursor: pointer; font-size: 12px; font-weight: normal;
}

.login-view-form ul.form
{
	padding: 0 20px 20px 20px; margin: 0;
	list-style:none;
}
.login-view-form ul.form li {
	margin: 0; padding: 0;
	list-style:none;
}

.login-view-form ul.links {
	direction: rtl;
	margin: 7px 20px 0 auto !important;
}

.login-view-form ul.links li:before {
	font-size: 16px; font-weight: bold;
	line-height: 17px;
	content: "•";
	margin-left: 2px;
}

.login-view-form ul.links a { text-decoration: none; font-size: 14px; font-weight: normal; position: relative; top: -1px; }


.login-view-form .validation-div {
	width: 100%; min-height: 10px;
	/*height: 22px; display: inline-block;*/
}
.login-view-form .validation-field {
	color: #d90000 !important;
	font-size: 13px; font-weight: normal;
	background: #FFF;
	padding-left: 5px;
	position: relative;
	top: 1px;
}
.login-view-form .validation-error {
	color: #d90000; 
	border: solid 1px #d90000;
	display: inline-block;
}

.login-view-form span.validation-field[style$="inline;"] {
    position: relative; top: 0; width: calc(100% - 1px); background-color: #F3F3F3 !important; display: block !important;
    padding-right: 5px;
}

#login-view-otp .validation-div,
#login-view-sms .validation-div { 
    width: 100%;
}

.mobile-summary { width: 100%;  color: #d90000; font-size: 14px; font-weight: normal; padding: 0 7% 5px 7%; }

.login-view-form .ui-btn:hover,
.login-view-form .ui-btn:active,
.login-view-form .ui-btn:focus { outline: 1px dotted #fff; }

.login-view-form a:hover,
.login-view-form a:focus,
.login-view-form a:active { outline: 1px dotted #fff; }

.login-view-form .login-view-title { text-align: center; width: 100%; padding: 10px 0 10px; }
.login-view-form.login-view-form .login-view-title h1 span {
    font-size: 20px !important; font-weight: bold;
    display: block; word-spacing: 2px; letter-spacing: 1px;
}

.login-view-form .btn-login {
    border: 1px solid white; 
    border-radius: 3px;
    text-decoration: none; 
    display: block; 
    text-align: center;
    font-size: 20px;
    font-weight: normal;
	width: calc(100% - 40px);
	color: white; 
    background-color: #1A4F7B;
	margin: 0 20px 10px !important;
	height: 40px; 
    padding-top: 7px;
}
.login-view-form .btn-login span { font-size: 18px !important; }

.login-view-form .btn-login:active,1a4
.login-view-form .btn-login:focus,
.login-view-form .btn-login:hover {
	outline: none 0 transparent !important;
	border: 0 none;
	/*text-decoration:underline;*/
}



.login-view-form .btn-login-sms {
    border: 1px solid white; 
    border-radius: 3px;
    text-decoration: none; 
    display: block; 
    text-align: center;
    font-size: 20px;
	width: calc(100% - 40px);
	color: white; 
    background-color: #097345;
	margin: 10px 20px !important;
	height: 40px;
    padding-top: 7px;
}
.login-view-form .btn-login-sms span { font-size: 18px !important;  }

.login-view-form .btn-login-sms:active,
.login-view-form .btn-login-sms:focus,
.login-view-form .btn-login-sms:hover {
	outline: none 0 transparent !important;
	border: 0 none;
	text-decoration:underline;
}

/*#endregion AllViews login-view-form */


/*#region Login View */
#login-view .otp-register, 
#login-view .li-capcha,
#login-view .btn-send-otp,
#login-view .btn-send-otp-sms,
#login-view .btn-login-password,
#login-view .title-otp,
#login-view .btn-close,
#login-view .btn-close-otp,
#login-view .login-view-inner h2,
.NonSecuredMasterPageV6 .description.clear { display: none; }

#login-view .enter-sms,
#login-view .validation-capcha { display: none !important; }
/*#endregion*/


/*#region Login View OTP*/
#login-view-otp {
    padding-bottom: 0;
    border-width: 0;
}

#login-view-otp .login-view-title {
    background: #407bac;
    padding-top: 15px;
    padding-bottom: 5px;
}

#login-view-otp .login-view-title h1 span {
    color: white;
}

#login-view-otp .login-view-inner {
    /*height: 455px;*/ background: #407bac; color: white;
}
#login-view-otp .label-field { padding: 7px 0 5px 0; }

#login-view-otp .btn-close-otp { margin: auto; margin-bottom: 10px; display: block; /*float: left;*/ }
#login-view-otp .btn-close-otp a {
	/*float: left;*/
    margin: 0 0 50px 5px;
    padding: 0 5px 0 5px;
    font-size: 18px; font-weight: normal;
    text-decoration: none;
}

#login-view-otp .login-view-inner h2 { 
	clear: both; 
	width: 100%; 
	text-align: center;
}
#login-view-otp .login-view-inner h2 span { 
	font-size: 18px !important; font-weight: normal;
	color: #FFF; 
	padding-bottom: 5px;
	display: block;
}

#login-view-otp a.btn-login {
	border: 1px solid white; 
    border-radius: 3px;
    text-decoration: none; 
    display: block; 
    text-align: center;
    font-size: 20px;
    font-weight: normal;
	width: calc(100% - 40px);
	color: white; 
    background-color: #1A4F7B;
	margin: 0 20px 10px !important;
	height: 40px; 
    padding-top: 5px;
}
#login-view-otp .btn-close-otp
{
	border: 1px solid white; 
    border-radius: 3px;
    text-decoration: none; 
    display: block; 
    text-align: center;
    font-size: 20px;
	width: calc(100% - 40px);
	color: white; 
    background-color: #097345;
	margin: 10px 20px 20px 20px !important;
	height: 40px; 
    padding-top: 5px;
}
#login-view-otp a.btn-login span { font-size: 18px !important; }

#login-view-otp .btn-login:active,
#login-view-otp .btn-login:focus,
#login-view-otp .btn-login:hover {
	outline: none 0 transparent !important;
	border: 0; text-decoration:underline;
}

#login-view-otp ul.links li:before { color: white; }
#login-view-otp ul.links a { color: white; }

#login-view-otp .btn-login-sms, 
#login-view-otp .otp-register, 
#login-view-otp .li-capcha,
#login-view-otp .btn-send-otp,
#login-view-otp .btn-send-otp-sms,
#login-view-otp .btn-login-password,
#login-view-otp .title-otp,
#login-view-otp .btn-close { display: none; }

#login-view-otp .enter-sms,
#login-view-otp .validation-capcha { display: none !important; }
/*#endregion*/


/*#region Login View SMS*/
#login-view-sms {
    padding-bottom: 0;
    border-width: 0;
}

#login-view-sms .login-view-inner {
     /*height: 425px;*/ padding-bottom: 20px; background: #407bac; color: white;
}

#login-view-sms .login-view-inner h2,
#login-view-sms .btn-close { 
	clear: both; 
	width: 100%; 
	text-align: center;
}
#login-view-sms .login-view-inner h2 span { 
	font-weight: bold !important; 
    font-size: 20px !important; 
	color: #FFF;
    padding-top: 15px; 
	padding-bottom: 5px;
	display: block;
}

#login-view-sms .btn-close {
    padding-top: 15px;
    margin-right: -5px;
    display: block;
}
#login-view-sms .btn-close span {
	font-size: 18px; 
    font-weight: normal;
}

#login-view-sms .btn-send-otp
{
	border: 1px solid white; 
    border-radius: 3px;
    text-decoration: none; 
    display: block; 
    text-align: center;
    font-size: 20px;
	width: calc(100% - 40px);
	color: white; 
    background-color: #097345;
	margin: 0 20px !important;
	height: 40px; 
    padding-top: 5px;
}
#login-view-sms .btn-send-otp span { font-size: 18px; } 

#login-view-sms .btn-login-sms, 
#login-view-sms .li-user-name, 
#login-view-sms .li-password,
#login-view-sms .links,
#login-view-sms .btn-login,
#login-view-sms .btn-send-otp-sms,
#login-view-sms .btn-login-password,
#login-view-sms h1 span.title-otp,
#login-view-sms .btn-close-otp,
#login-view-sms .login-view-title { display: none; }

#login-view-sms .enter-password,
#login-view-sms .validation-regular,
#login-view-otp-sms .validation-regular { display: none !important; }

#login-view-sms .otp-register { text-align: center; font-weight: normal; font-size: 16px; margin-bottom: 5px; }
#login-view-sms .otp-register a { text-align: center; font-weight: normal; font-size: 16px; }

/*#endregion*/


.li-capcha,
.btn-send-otp { margin-top: 10px !important; }
.label-field { padding: 10px 0 4px 0; }
.LBD_CaptchaDiv { text-align: center; padding: 5px 10px 5px 0 !important; width: auto !important; min-height: 47px; min-width: 100%; background-color: white; vertical-align: middle; }
div.LBD_CaptchaImageDiv { width: auto !important; }
#c_general_login_ctl00_cphbody__loginmobileview_captchalogin_CaptchaImageDiv { width: auto !important; }
.LBD_CaptchaImageDiv img { width: 100%; }
.LBD_CaptchaIconsDiv { float: left; margin: 0 0 0 4px !important; }
.login-view-inner .LBD_CaptchaImageDiv img { width: 158px; }



/*#region Login View OTP SMS*/
/*#login-view-otp-sms .li-capcha { padding-top: 15px; }*/
#login-view-otp-sms .li-capcha .label-field { padding-top: 20px; }

#login-view-otp-sms .btn-send-otp-sms {
    border: 1px solid white; 
    border-radius: 3px;
    text-decoration: none; 
    display: block; 
    text-align: center;
    font-size: 20px;
    font-weight: normal;
	width: calc(100% - 40px);
	color: white; 
    background-color: #1A4F7B;
	margin: 0 20px 10px !important;
	height: 40px; 
    padding-top: 5px;
}
#login-view-otp-sms .btn-send-otp-sms span { font-size: 18px !important; }

#login-view-otp-sms .btn-login-password {
    margin: 15px auto 10px auto !important; padding: 0; display: block; text-align: center;
}
#login-view-otp-sms .btn-login-password span { font-size: 18px; }

#login-view-otp-sms .li-user-name, 
#login-view-otp-sms .li-password,
#login-view-otp-sms .links,
#login-view-otp-sms .btn-login,
#login-view-otp-sms .btn-send-otp,
#login-view-otp-sms .btn-login-sms,
#login-view-otp-sms .otp-register,
#login-view-otp-sms .btn-close,
#login-view-otp-sms .btn-close-otp,
#login-view-otp-sms .login-view-inner h2 { display: none; }
/*#endregion*/


/*#region Loading Control */
.loader { display:block !important; width: auto; height: 140px; padding: 10px;
    position: fixed; top: 50%; right: 50%; margin: -60px -60px 0 0;
    z-index: 100000000; direction: rtl; filter: alpha(opacity=80); opacity: 0.8;
    background-color: White; border: 1px solid #cccccc; font-size: 14px; font-weight: bold;
    text-align: center; vertical-align: middle;
    border-radius: 10px; }
.block-content {
	background-color: #000000;
	display: none;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	vertical-align: middle;
	z-index: 10;
	opacity: 0.1;
	-moz-opacity: 10;
	filter: alpha(opacity=10);
	min-width: 965px;
	_width: expression( document.body.clientWidth < 965 ? "965px" : "auto" );
}
.loaderImage { width: 100%; height: 100px; margin: 0 auto; background-image: url(/OnlineWeb/images/new_loader.gif); background-repeat: no-repeat; 
    background-position: center center; }
.loaderTitle { margin: 0 auto; text-align: center; display: block; color: #222; outline: none; }
/*#endregion */

/*************************************************************/
/*Removes the up/down spin button for input fields in chrome*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
/*************************************************************/

