
/****************************************/
/*    Medicinos Bankas 2023. Etronika   */
/****************************************/

/****************************************/
/*            Global Styles             */
/****************************************/

@font-face {
	font-family: 'Wix Medium';
	src:      url(../fonts/WixMadeforText-Medium.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Wix SemiBold';
	src:      url(../fonts/WixMadeforText-SemiBold.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
}

html{
  height: 100%;
  box-sizing: border-box;
}

body {
	background-image: url(../images/design/body-bg-login.png?v=240115);
    background-repeat: no-repeat;
	font-family: 'Wix Medium', sans-serif;
	font-size: 16px;
	color: #022F40;
    position: relative;
    margin: 0;
    min-height: 100%;
}

/**********************/
/*      Wallpapers     /
/**********************/

body.wallpaper {
    background-position: center 70px;
	background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.wallpaper.v1 {
	/* background-image: url(../images/wallpapers/wallpaper-1.jpg?v=240115); */
}
			
body.wallpaper.v2 {
	background-image: url(../images/wallpapers/wallpaper-2.jpg?v=240115);
}

body.wallpaper.v3 {
	background-image: url(../images/wallpapers/wallpaper-3.jpg?v=240115);
}

body.wallpaper.v4 {
	background-image: url(../images/wallpapers/wallpaper-4.jpg?v=240115);
}

body.wallpaper.v5 {
	background-image: url(../images/wallpapers/wallpaper-5.jpg?v=240115);
}

body.wallpaper.v6 {
	background-image: url(../images/wallpapers/wallpaper-6.jpg?v=240115);
}

/**********************/

a {
	text-decoration: underline;
	color: #494949;
}

a:hover {
    text-decoration: none;
}


#frame {
	width: 1024px;
	margin: 0 auto;
    padding: 0;
	overflow: hidden;
}

#page {
	clear: both;
	float: left;
	width: 1024px;
}

#page-inner {
	clear: both;
	float: left;
	width: 1024px;
}

#loginMob p{
    padding: 0 20px 20px 20px;
    font-size: 14px;
    line-height: 16px;
}

.clearfix,
.clearline {
	clear: both;
	height: 0px;
}

.nowrap {
	white-space: nowrap !important;
}

.hidden {
	display: none;
}

.hidden {
	display: none;
}

/****************************************/
/*                Header                */
/****************************************/


#header, #header-inner {
	clear: both;
	float: left;
	width: 1024px;
}

#logo {
	float: left;
	width: 112px;
	background: url(../images/design/mb-logo.svg?v=240115) no-repeat left center;
	background-size: 112px 30px;
	text-decoration: none;
    padding: 27px 0;
}

#user-links {
	float: right;
}

#user-links ul, #user-links ul li {
	float: left;
    font-size: 13px
}

#user-links ul li {
	padding: 0 20px;
    border-right: 1px solid #e7e9ea;
    height: 70px;
    line-height: 70px
}

#user-links ul li.first strong {
	font-family: 'Wix SemiBold', sans-serif;
}

#user-links ul li a#work-object {
	text-decoration: none;
}

#user-links ul li a {
	text-decoration: none;
	color: #494949;
}

#user-links ul li a:hover {
    text-decoration: none;
    color: #ee4540;
}

#user-links ul li:nth-child(2) a {
	background-image: url(../images/design/mail-icon.svg?v=240115);
	background-position: center center;
	background-repeat: no-repeat;
    padding: 21px 0 ;
    cursor: pointer;
    display: block;
    width: 25px;
    height: 25px;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
}

#user-links ul li:nth-child(2) a:hover {
	background-image: url(../images/design/mail-icon-hover.svg?v=240115);
}

#user-links ul li:nth-child(3) a {
	background-image: url(../images/design/setting-icon.svg?v=240115);
	background-position: center center;
	background-repeat: no-repeat;
    padding: 21px 0 ;
    cursor: pointer;
    display: block;
    width: 25px;
    height: 25px;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
}

#user-links ul li:nth-child(3):hover a {
	background-image: url(../images/design/setting-icon-hover.svg?v=240115);
}

#user-links ul li.last {
	padding-right: 0px;
    border-right: 0px solid #e7e9ea;
}

#user-links ul li.last a {
	display: block;
	padding-right: 30px;
	background-image: url(../images/design/log-out-icon.svg?v=240115);
	background-position: right center;
	background-repeat: no-repeat;
    color: #fb0035
}

/****************************************/
/*                Menu                  */
/****************************************/

#top-menu {
	clear: both;
	float: left;
	width: 1024px;
	height: 70px;
}

#menu-items {
	float: left;
}

#menu-items li {
	float: left;
}

#menu-items li a {
	display: block;
    line-height: 70px;
	text-decoration: none;
	font-size: 18px;
	color: #022F40;
    margin: 0 65px 0 0;
	text-align: center;
    height: 66px;
}

#menu-items li a:hover {
	border-bottom: 4px solid #f45d51;
    color: #ee4540;
}

#menu-items li.active a {
	border-bottom: 4px solid #f45d51;
    color: #ee4540;
}

#menu-items li.active a:hover {
	text-decoration: none;
}

#languages {
	float: right;
    position: relative;
    top: -70px;
}

#languages li {
	float: left;
	padding-top: 27px;
	height: 23px;
	margin: 0 0 0 10px;
}

#languages li a {
	line-height: 50px;
	text-decoration: none;
}

/****************************************/
/*               Footer                 */
/****************************************/
#footer {
	clear: both;
	float: none;
	width: 100%;
	padding: 7px 0 0 0;
    color: #022f40;
    font-size: 15px;
    height: 80px;
    background: #fff;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
	font-family:'Wix Medium',sans-serif;
	font-size:14px;
}
#footer-inner {
	text-align: center;
}
#footer-inner div.center {
	text-align:center;
	width:1024px;
	display:inline-block;
	padding-top:24px;
}

#footer-inner div.center div.links {
	display:flow;
	float:right;	
}
#footer-inner div.center div.links div.item {
	display:inline;
	text-align:right;
	color:#8B9399;
	padding:0 15px 0 0;
}
#footer-inner div.center div.links div.item a {
	color:#8B9399;
    text-decoration: none;
}
#footer-inner div.center div.links div.item a:hover {
	text-decoration: underline;
}
#footer-inner div.center div.copyright {
	display:flow;
	float:left;
	text-align: left;
	font-size: 15px;
}

@media (max-width:1200px) { 
  #footer {
    position: relative;
	  height: auto;
  }
  #footer-inner div.center {
	  width: auto;
      padding: 0 0 25px 0;	  
  }
  #footer-inner div.center div.links {
	  display:block;
	  float:none;
  }
  #footer-inner div.center div.links div.item {
	  display:block;
	  text-align:center;
	  padding:10px 0 0 0;
  }
  #footer-inner div.center div.copyright {
	  display:block;
	  float:none;
	  text-align:center;
	  padding:10px 0 0 0;
	  font-size: 15px;
	  font-weight: normal;
  }
}

/****************************************/
/*              Content                */
/****************************************/

#wrap {
	clear: both;
	float: left;
	width: 1024px;
    padding-bottom: 150px;
}

#wrap-inner {
	clear: both;
	float: left;
	width: 1024px;
    margin-top: 10px;
}

#left {
	float: left;
	width: 240px;
    margin-right: 10px;
    box-shadow: 0 1px 2px #dfdfdf;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#left-inner {
	clear: both;
	float: left;
}

#center {
	float: left;
    position: relative;
    box-shadow: 0 1px 2px #dfdfdf;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 113px 0 103px;
	background-color: #FFFFFF !important;
	}

#center-inner {
	clear: both;
	width: 100%;
	float: left;
}

#right {
    display: none;
}

#content {
	float: left;
}

#content-inner {
	float: left;
	padding: 0;
	overflow: hidden;
	width: 800px;
}

/****************************************/
/*         Content Styles               */
/****************************************/

.w780, .w580 {
	float: left;
    width: 100%;
}

.w780 #content-inner,
.w580 #content-inner  {
	width: 100%;
}

#center h1 {
    font-family: 'Wix SemiBold', sans-serif;
	float: left;
	width: calc(100% - 40px);
	padding: 20px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #494949;
    border-bottom: 2px solid #f5f5f5;
}

#center h1 span {
    font-family: 'Wix Medium', sans-serif;
	font-weight: 400;
    color: #494949;
}

/****************************************/
/*               Alerts               */
/****************************************/

div#IBPlace_PageRight {
	line-height: normal;
}

.message_box {
	width: calc(100% - 40px) !important;
    margin: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.message_box {
  clear: both;
  float: left;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  background: no-repeat top left;
  -webkit-border-radius: 0px 3px 3px 3px;
  -moz-border-radius: 0px 3px 3px 3px;
  border-radius: 0px 3px 3px 3px;
  color: #494949;
}

.message_box h2 {
	font-weight: 400;
}

.error a {
	  color: #E55153;
  }

.error {
  background-color: #FCEEEE;
  color: #E55153;
}

.error .innerWrapper {
	 background-color: #FCEEEE;
	 background: url(../images/design/triangle_red.png?v=240115) no-repeat top left;
     background-size: 33px 19px;
}

.error .innerWrapper div.messageIcon {
	background: url(../images/design/icon-error.svg?v=240115) no-repeat center left;
}
 
.success {
  background-color: #ECF7F3;
  color: #2E8E65;
}

.success a {
	  color: #2E8E65;
  }

.success .innerWrapper {
	 background-color: #ECF7F3;
	 background: url(../images/design/triangle_green_small.png?v=240115) no-repeat top left;
     background-size: 33px 19px;
}

.success .innerWrapper div.messageIcon {
	background: url(../images/design/icon-success.svg?v=240115) no-repeat center left;
}

.info {
     background-color: #E8F2FB;
	 color: #157AD7;
}

.login {
     background-color: #F5F5F5;
}

.login .innerWrapper div.messageIcon {
	background: url(../images/design/icon-login.svg?v=240115) no-repeat center left;
}

.info a {
	  color: #157AD7;
  }

.info .innerWrapper {
	 background-color: #E8F2FB;
	 background: url(../images/design/triangle_blue.png?v=240115) no-repeat top left;
	 background-size: 33px 19px;
  }

.info .innerWrapper div.messageIcon {
	background: url(../images/design/icon-info.svg?v=240115) no-repeat center left;
}

.innerWrapper {
  /* clip-path: polygon(0 19px,33px 0,0 0,100% 0,100% 0,100% 100%,0 100%,0 0); */
  width: calc(100% - 34px);
  
  display: grid;
    grid-template-columns: 6% 94%;
    padding: 18px 15px 18px 18px;
}

.innerWrapper div.messageIcon {
	display: flex;
    align-items: center;
}
  
.innerWrapper span {
	word-wrap: break-word;
	padding-top: 2px;
}

@media (max-width:700px) {
	.innerWrapper {
		grid-template-columns: 8% 92%;
	}
}

@media (max-width:500px) {
	.innerWrapper {
		grid-template-columns: 15% 85%;
	}
}


/****************************************/
/*              Tables                  */
/****************************************/

#AmountCurrency,
.CurrencyName > label {
    margin-left: 10px;
}

#PRS_PAGE_SIZE {
   margin-right: 10px;
}

div.data_input_form table {
	clear: both;
	float: left;
	width: 800px;
    padding-top: 25px
}

 div.data_input_form table {
    font-family: 'Wix Medium', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

div.data_input_form table colgroup col:nth-last-child(1) {
    width: 60%;
}

div.data_input_form table th {
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
}

div.data_input_form table td {
	vertical-align: top;
	padding: 5px 0px 5px 0px;
}

div.data_input_form table td label {
	float: left;
	line-height: 37px;
    font-size: 13px;
}

div.data_input_form table td div.help {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

div.data_input_form table th div.thframe {
	width: 205px;
	float: right;
	text-align: right;
	margin: 0 20px;
}

div.data_input_form table th div.thframe label {
	float: right;
    font-weight: 400;
}

#center div.data_input_form table td h1,
#center div.data_input_form table th h1 {
    font-family: 'Wix SemiBold', sans-serif;
	text-align: left;
	display: block;
	font-size: 16px;
    font-weight: 400;
	line-height: 18px;
	padding: 20px 0 10px 20px;
	color: #f45d51;
    border-bottom: 0px;
}

div.data_input_form table th a,
div.data_input_form table td a {
	font-size: 13px;
	text-decoration: underline;
    font-weight: 400;
}

div.data_input_form table th a:hover, div.data_input_form table td a:hover {
	text-decoration: none;
}

div.data_input_form table th a.modalwindow_1, div.data_input_form table td a.modalwindow_1 {
	float: right;
	padding-right: 20px;
	line-height: 16px;
	background-image: url(../images/design/new_wind.svg?v=240115);
	background-repeat: no-repeat;
	background-position: right center;
}

div.data_input_form table td p {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px !important;
	line-height: 21px !important;
}

div.data_input_form table th hr {
	clear: both;
	display: block;
	height: 1px;
	color: #d2d2d2;
	border: none;
	background-color: #d2d2d2;
}

div.data_input_form table tr.enter-tan th, div.data_input_form table tr.enter-tan td {
	padding: 15px 0;
	background-color: #EEEDE9;
}

.calendar-label{
    float: left;
    clear: both;
    min-width: 45px;
    font-size: 14px;
    padding-top: 8px;
    line-height: 18px;
}

.datepicker{
    margin-bottom: 10px;
}

.service-btn{
    text-align: center;
}

/****************************************/
/*               Buttons                */
/****************************************/

button.btn,
a.btn {
    font-family: 'Wix Medium', sans-serif;
	font-size: 16px;
	padding: 0 48px 1px 36px;
    min-width: 135px;
    background: #43B183 url(../images/design/btn-arrow-white.svg?v=240115) no-repeat 100% 50%;
	background-size: 26px 26px;
	border: 2px solid #43B183;
	margin: 0 10px 10px 0;
	white-space: nowrap;
	text-decoration: none !important;
	color: #fff;
	font-weight: 400;
	cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    height: 41px;
}

button.btn:active,
a.btn:active,
button.btn:hover,
a.btn:hover,
button.btn:focus,
a.btn:focus{
    background: #3C9B73 url(../images/design/btn-arrow-white.svg?v=240115) no-repeat 100% 50%;
	background-size: 26px 26px;
    border: 2px solid #3C9B73;
    color: #fff
}

button.btn.btnnegative,
a.btn.btnnegative {
	font-size: 16px;
	margin: 0 10px 10px 0;
	padding: 0 36px 1px 36px;
    min-width: 135px;
    background: #FFFFFF;
	background-size: 26px 26px;
	border: 1px solid #43B183;
	white-space: nowrap;
	text-decoration: none !important;
	color: #43B183;
	font-weight: 400;
	cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    height: 41px;
}

button.btn.btnnegative:active,
a.btn.btnnegative:active,
button.btn.btnnegative:hover,
a.btn.btnnegative:hover,
button.btn.btnnegative:focus,
a.btn.btnnegative:focus{
    background: #3C9B73;
	background-size: 26px 26px;
    border: 1px solid #3C9B73;
    color: #fff;
}

.disabled {
    background-color: #dde3e8;
	color: #fff !important;
}
button.btn.disabled,
a.btn.disabled {
    background: #fff;
    border: 1px solid #43B183;
    color: #43B183;
	opacity: 30%
}

.timer-text {
    color: #23715F;
    font-weight: 600;
    font-size: 11px;
    position: relative;
    top: -10px;
    text-align: left;
    width: 242px
}

.timer-text img {
        position: relative;
        top: 4px;
        left: 0px;
		width: 16px;
}

.testas {
    color: #f45d51;
    font-weight: 600;
    font-size: 11px;
}

.testas img {
    position: relative;
    top: 4px;
    right: 5px;
}

.w580 div.button-bar,
.w780 div.button-bar {
	clear: both;
	float: left;
	width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

div.button-bar {
	clear: both;
	float: left;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center
}

.button-box{
    display: table-row;
    width: 100%;
    text-align: center;
}

.button-box td{
    padding-bottom: 20px !important
}

/****************************************/
/*                Forms                 */
/****************************************/

.container { 
  --c: red;  /* control the color */
  --b: 20px; /* control the cut part */
  --t: 3px;  /* thickness of the bordr */
  --l: 40px; /* length of the border*/
  
  --g:linear-gradient(red 0 0);
  background: 
    var(--g) 0 0 / var(--l) var(--t), 
    var(--g) 0 0 / var(--t) var(--l), 
    var(--g) 100% 0 / var(--l) var(--t), 
    var(--g) 100% 0 / var(--t) var(--l), 
    var(--g) 100% 100% / var(--l) var(--t), 
    var(--g) 100% 100% / var(--t) var(--l), 
    var(--g) 0 100% / var(--l) var(--t), 
    var(--g) 0 100% / var(--t) var(--l),
    linear-gradient(  30deg,red calc(50% + var(--t)),#0000 0) 0    100%/var(--b) var(--b),
	linear-gradient(  150deg,red calc(50% + var(--t)),#0000 0) 100%    100%/var(--b) var(--b),
    linear-gradient(-135deg,red calc(50% + var(--t)),#0000 0) 100% 0   /var(--b) var(--b),
    lightblue;
  background-repeat: no-repeat;
  clip-path:polygon(0 0,calc(100% - var(--b)) 0,100% var(--b),100% 100%,var(--b) 100%,0 calc(100% - var(--b)));
  padding: 50px 25px;
  position:relative;
}

input.text,
textarea.text,
select.text {
    font-family: 'Wix Medium', sans-serif;
	float: left;
	font-size: 14px;
	color: #494949;
	line-height: 18px;
	border: 1px solid #DDE3E8;
	padding: 8px;
    font-weight: 400;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
}

select.text {
    width: 260px !important;
}

input.text{
    width: 242px !important
}

input.text:focus,
textarea.text:focus,
select.text:focus {
    border: 1px solid #23715F;
}

.custom-file-upload {
    border: 1px solid #022f40;
    background-color: #022f40;
    display: inline-block;
    padding: 3px 15px;
    cursor: pointer;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.radio-btn {
    width: 20px;
    height: 20px;
    position: relative;
    background: #fcfff4;
    border-radius: 20px;
    margin-right: 10px;
}

.radio-btn label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: -3px;
    border: 1px solid #dde3e8;
    background-color: #ffffff;
    border-radius: 20px;
}

.radio-btn label:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px solid #448ba5;
    background-color: #448ba5;
    opacity: 0;
    border-radius: 20px;
}

.radio-btn label:hover::after {
     opacity: 0.3;
}

.radio-btn input[type=radio] {
    visibility: hidden;
}

.radio-btn input[type=radio]:checked + label:after {
    opacity: 1;
}

.radio li a{
    position: relative;
    top:-3px;
}

ul.radio {
	float: left;
    padding-top: 12px;
    margin-bottom: 8px;
    margin-left: -5px;
}

.filter-table ul.radio {
	float: left;
    padding-top: 5px;
    margin-bottom: 8px;
    margin-left: -5px;
}


ul.radio-vertical {
	float: left;
    padding-top: 10px;
    margin-bottom: 8px;
    margin-left: -5px;
}

ul.radio li, ul.radio-vertical li {
	float: left;
    padding: 5px 0;
    position: relative;
}

ul.radio li > label, ul.radio-vertical li > label {
    position: absolute;
    top: -7px;
}

ul.radio li input, ul.radio-vertical li input {
	padding: 0px;
	margin: 0px;
	margin: 0 5px 0px 15px;
}

.checkbox-btn {
    width: 20px;
    position: relative;
    background: #fcfff4;
    border-radius: 20px;
    margin: 0 10px 0 5px;
    display: inline-block;
}

.checkbox-btn label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: -6px;
    left: 0;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #DDE3E8;
}

.checkbox-btn label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #23715F;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-btn  label:hover::after {
  opacity: 0.3;
}

.checkbox-btn input[type=checkbox] {
  visibility: hidden;
}

.checkbox-btn input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.input-box {
	position: relative;
}

.static-value {
    position: absolute;
    display: block;
    left: 9px;
    top: 11px;
    z-index: 0;
}

#PhoneNumber {
    display: block;
    padding: 8px 0px 8px 45px !important;
    box-sizing: border-box;
}

#ln {
    display: block;
    box-sizing: border-box;
}

/****************************************/
/*                 Tabs                 */
/****************************************/

.div#tabs-static > ul {
	width: 100% !important;
}

div#tabs-static {
	float: left;
    margin: 20px 0 0 0
}

div#tabs-static > ul {
	float: left;
	width: 800px;
    margin-bottom: 40px;
    text-align: center;
}

div#tabs-static > ul > li {
	display: table-cell;
    width: 1%;
    text-align: center;
}

div#tabs-static > ul > li > a {
    display: block;
    color: #494949;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    height: 30px;
	text-decoration: none;
    padding: 0 10px;
}

div#tabs-static > ul > li.inactive > a:hover {
	background-color: #fff;
    border-bottom: 2px solid #23715F;
    color: #23715F;
}

div#tabs-static > ul > li.ui-state-active a,
div#tabs-static > ul > li.active a  {
    color: #23715F;
    background-color: #fff;
    border-bottom: 2px solid #23715F;
}

div#tabs-static > ul > li.inactive a  {

    border-bottom: 2px solid #F5F5F5;
}

/****************************************/
/*        Tooltips, icons               */
/****************************************/

div.mustfillstar {
	float: left;
	margin-right: 4px;
	line-height: 15px;
	font-size: 14px;
    font-weight: 400;
	color: #E55153;
	width: 10px;
	text-align: center;
	padding-top: 14px;
}

input.mustfillstar {
    background-image: url(../images/asterix.png?v=240115);
    background-repeat: no-repeat;
}

table tr.mustfill-error th label {
	color: #F45D43 !important;
}

tr.mustfill-error td .text {
	border: 1px solid #F45D43 !important;
}

table td.mustfill-error, table td.mustfill-error a {
	color: #F45D43 !important;
}

table td.mustfill-error .text {
	border:1px solid #F45D43 !important;
}

div.help{
    position: relative;
}

div.help a {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0px;
    top: -4px;
	background-image: url(../images/design/about-login.svg?v=240115);
	background-size: 10px 10px;
	text-decoration:none !important;
	background-repeat: no-repeat;
}

#tooltip {
	position: absolute;
	padding: 9px 9px;
	display: none;
	z-index: 999;
	font-size: 14px;
	line-height: 18px;
    font-weight: 400;
	color: #494949;
    background-color: #fff;
    max-width: 260px;
    box-shadow: 0 1px 4px #dfdfdf;
}

div.w780 div.callout {
	width: 245px !important;
}

div.w580 div.callout {
	width: 245px !important;
}

div.callout {
	clear: both;
	float: left;
	padding: 15px;
	margin-top: 6px;
	background-image: url(../images/design/calloutblock-top.png?v=240115);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	font-size: 12px;
	line-height: 16px;
}

b.notch {
	height: 0px;
}

div.callout b.border-notch {
	float: left;
	width: 298px;
	height: 8px;
	background-image: url(../images/design/calloutblock-bottom.png?v=240115);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.positiveNumeric{
    margin-right: 10px;
}

.mobile-signature{
    text-align: center;
    font-family: 'Wix SemiBold';
    margin: 0 20px 20px 20px;
    font-size: 16px
}


.mobile-signature img{
    position: relative;
    top: 2px;
    left: 5px;
	width: 16px;
}

.mobile-signature span{
   margin-right: 5px
}

.mobile-signature-text{
    text-align: center;
    margin: 20px;
    font-size: 16px;
    line-height: 22px
}

.mobile-signature-text span,
.mobile-signature-text p {
    display: block;
    text-align: center;
    width: 100%
}

.btn-signature{
    text-align: center;
    padding-top: 30px;
}




.sms-wrapp .mobile-signature{
    text-align: center;
    font-family: 'Wix SemiBold';
    margin: 0 20px 20px 20px;
    font-size: 16px;
}


.sms-wrapp .mobile-signature img{
    position: relative;
    top: 3px;
    left: 5px;
}

.sms-wrapp .mobile-signature span{
   margin-right: 5px
}

.sms-wrapp .mobile-signature-text{
    text-align: center;
    margin: 20px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    top: -9px;
}

.sms-wrapp .mobile-signature-text span,
.mobile-signature-text p {
    display: block;
    text-align: center;
    width: 100%
}

.sms-wrapp .btn-signature{
    text-align: center;
    padding-top: 30px;
    top: -4px;
}
.sms-wrapp .button-box{
    display: table-row;
    width: 100%;
    text-align: center;
    position: relative;
    top:-4;
}

/****************************************/
/*             User Switch              */
/****************************************/

ul#i_wo {
	float: left;
    position: relative;
    top: 6px
}

ul#i_wo li {
	clear: both;
	float: left;
	padding-bottom: 15px;
}

ul#i_wo li a {
    float: left;
    line-height: 20px;
    padding-left: 30px;
    color: #494949;
    background-image: url(../images/design/man.svg?v=240115);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
}

ul#i_wo li a:hover {
    color: #23715F;
}


/****************************************/
/*           Disabled blocks           * /
/*              News Block              */
/****************************************/

#right-inner{
    display: none;
}

li.tabs-PIN {
	/*display:none !important;*/
}

/****************************************/
/*           Modal window               */
/****************************************/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(27,67,83); /* Fallback color */
    background-color: rgba(27,67,83,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    width: 80%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    position: absolute;
    font-size: 28px;
    font-weight: 400;
    top: -3px;
    right: 28px
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal h1{
    font-family: 'Wix SemiBold', sans-serif;
    float: left;
    width: calc(100% - 40px);
    padding: 9px 20px 17px 20px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #494949;
    border-bottom: 2px solid #f5f5f5;
}

.modal p{
    padding: 20px;
    }

/* The Modal (background) */
.modalWindow {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(27,67,83); /* Fallback color */
    background-color: rgba(27,67,83,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    width: 80%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    position: absolute;
    font-size: 28px;
    font-weight: 400;
    top: 19px;
    right: 30px
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.message_box_large {
	width: calc(100% - 40px) !important;
    margin: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width:1200px) {
  #frame #content-inner div.table-1 div.table-checkbox-btn label,
  #frame #content-inner div.table-1 table p {
    top: -6px;
  }
  
  .innerWrapper {
	  width: 100%;
  }
  
  #frame div div.message_box {
	  padding: 0 !important;
  }
  
  #content-inner {
	  width: 100%;
  }
}

@media only screen and (min-width: 800px) {
  .MasageBoxContainer {
    width: calc(18%) !important;
  }
}


