@font-face {
    font-family: 'lato';
    src: url('../../netbank/font/lato/lato-regular-webfont.eot');
    src: url('../../netbank/font/lato/lato-regular-webfont.woff') format('woff'),
         url('../../netbank/font/lato/lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
	font-weight: normal; 
	font-size: 16px; 
	color: #333333; 
	font-family:'lato', Arial, Helvetica, sans-serif; 
	margin-top: 2px;
	line-height:1.5;
}

.logo{ background-image:url(../../pop/img/pop_logo.gif); background-repeat:no-repeat;background-position: -8px 0; height:60px; margin-left:0; margin-top:10px;}
.module-header {font-size:26px; color: #636564; background-color:#fff; min-height:45px; padding-left:20px; margin-top:20px;margin-bottom: 10px;}
.bg{background:#fff;}
.center {margin-left: auto;margin-right: auto;}

.bg2{width: 100%;
	background-image:url(../../pop/img/bg.jpg); background-repeat:no-repeat; width:100%;
	
	background-size:cover;
	background-position-x:0; 
	padding-bottom:20px;
	min-height: 600px;
}
header {background-color: #fff;}

A:link {
	font-size: 16px;
	color: #003366;
	font-family: 'lato', Arial, Helvetica, sans-serif;
	text-decoration: underline;
	border-style: none; 
}

A:visited {
	color: #003366;
	font-family: 'lato', Arial, Helvetica, sans-serif;
	text-decoration: underline;
	border-style: none;
}
p {margin-bottom: 0.5rem;}
H1 {
	font-weight: normal; 
	font-size:24px; 
	margin:0px;
	padding-top: 10px;
	color:#333;
}
H2 {
	font-weight: bold; 
	font-size: 16px; 
	color:  #003366; 
	font-family: 'lato', Arial, Helvetica, sans-serif;
}

H3 {
	font-weight: bold; 
	font-size: 16px; 
	color:  #003366; 
	font-family: 'lato',Tahoma,Verdana,Arial;
}
/* Button tyylit */

.btn {
	padding: 5px 7px;
	margin-bottom: 1px;
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
	color: #343434;
	text-shadow:none;
	background:#00EF7F;
	border-radius: 0;
	box-shadow: none;
	font-family:inherit;
	min-width: 110px;
	text-decoration: none !important;
}

.btn:hover, .btn.hover {
	padding: 4px 6px;
	margin-bottom: 1px;
	background: #ffffff;
	color: #343434;
	border: 2px solid #00EF7F;
	text-decoration: none;
}


.btn:focus, .btn.focus {
	background: #ffffff;
	color: #343434;
	border: 2px solid #00EF7F;
	text-decoration: none;
}
.btn:active, .btn.active {
	background: #ffffff;
	/*color: #009900;*/
	color: #343434;
}

.btn:disabled, .btn.disabled {
	background:#eeeeee;
	color: #333;
}

.btn-primary {
	border:0;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	box-sizing: border-box;
	border-radius:0;
	border:1px solid #adb3b6;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0;
	color:#1e1e1e;
	background-color:#ffffff;
	font-size: 16px;
	height: 32px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border:2px solid #17ca80;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0;
	background-color:#f3fdf9;
	color:#1e1e1e;
	box-shadow:none;
}

select {
	border-radius:0;
	color:#1e1e1e;
	background-color:#ffffff;
	border:1px solid #adb3b6;
	font-size: 16px;
	padding:5px 1px 5px 1px;
}

select:focus {
	border-radius:0;
	color:#1e1e1e;
	background-color:#f3fdf9;
	border:1px solid #17ca80;
	box-shadow:none;
}

select {
	height:auto;
}

select:hover {
	border:1px solid #17ca80;
	background-color:#f3fdf9;
	color:#1e1e1e;
}

select:focus {
	outline:none;
} 

.account {width:100%;}

textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover, .uneditable-input:hover {
	border:1px solid #17ca80;
	background-color:#f3fdf9;
	color:#1e1e1e;
}
.input-mini {width: 7rem;}
.p-b-10 {padding-bottom:10px;}
.p-b-15 {padding-bottom:15px;}
.p-b-20 {padding-bottom:20px;}
.p-t-10 {padding-top:10px;}
.p-t-15 {padding-top:15px;}
.p-t-20 {padding-top:20px;}
.margin {margin-left: auto; margin-right:auto;}
.cMarg{padding: 10px 20px 20px 20px;}	
.tabMarg{padding:0px 20px 10px 20px;}
.cmsText {padding-bottom:10px;}
.input-medium{width:10rem;}

.infoArticle {margin-bottom:10px; font-size:16px;}
.infoArticle p {margin-bottom:0.05rem;}

.alert {text-shadow: none;color:#333;border:0;padding:18px;font-weight:normal;}
.alert-wrapper {border:0;padding-top:10px;background: none;margin:0 0 10px 0;position: relative;font-weight:normal;}

.alert-info {border:1px solid #389cd0;background:#d9edf7; padding:13px 12px 12px 20px; margin-bottom:10px;}
/*.alert-info>.icon {background:url('../../pop/img/pop_icons_.png') -31px 0px no-repeat;width:27px;height:27px;position:absolute;left:10px;top:33px;margin-top:-16px;}*/

.alert-error {background-color:#ffb3b3; color:#333; padding:13px 12px 12px 20px; margin-bottom:10px;border:1px solid #C30;}
/*.alert-error>.icon {background:url('../../pop/img/pop_icons_.png') -62px 0 no-repeat;width:27px;height:27px;position:absolute;left:10px;top:33px;margin-top:-16px;}*/

.alert-success {background:#dff0d8;border:1px solid #18a563; padding:13px 12px 12px 20px;margin-bottom:10px;}
/*.alert-success>.icon {background:url('../../pop/img/pop_icons_.png')2px 0 no-repeat;width:27px;height:27px;position:absolute;left:10px;top:33px;margin-top:-16px;}*/

.footer {	
	padding-top:10px;	
	padding-bottom:10px;	
	padding-left:20px;	
	border-top: 1px solid #e2e2e2;	
	background: #fff;	
    color: #333;	
}	
.footer a {	
	color:#1a5b38;	
	font-size:16px;	
	text-decoration: none;
}	
.footer a:hover {	
	color:#1a5b38;	
	font-size:15px;	
	text-decoration: underline;	
}	

.radioLabel {
  position:relative;
  padding-left:0px;
  display: block;
  margin-bottom: 2px;
}

label > [type=radio] {
  position: relative;
  left: 0;
  top:0;
}
button + button {margin-left:8px;}

.pBox {margin:0 20px 0 20px;}
.pBox {margin:0;}
.box1 {display:flex;flex-direction: column; flex:auto;width:50%;}
.box2{display:flex;flex-direction: column; flex:atuo;width:50%;}
.bBox{display:flex;width:100%;}
	
.loginTabs {	
	margin-left: -20px;	
	margin-right: -20px;	
	}	
.loginTabs ul {	
    margin: 0;	
    padding: 0;	
    list-style-type:none;	
    margin-bottom:20px;	
    width: 100%;	
}	
.loginTabs ul li {	
    width: 50%;	
    display: inline-flex;	
    margin: 0;	
    background: #e5e5e5;	
    border-top: 1px solid #c5c5c5;	
    min-height: 54px;	
    line-height: 1.3;	
    -moz-box-shadow:    inset 0 0 3px #939393;	
   -webkit-box-shadow: inset 0 0 3px #939393;	
   box-shadow:         inset 0 0 3px #939393;	
}	
.loginTabs a {font-size:16px; 	
	color: #333;	
	width: 100%;	
	display:block;	
    padding: 6px 20px 6px 20px;	
    text-decoration: none;}		

.loginTabs ul .selected{border-bottom:0;border-left:0;border-right:0;box-shadow: none;background:#fff;}
.loginTabs ul li:hover {background:#c5c5c5;}
.loginTabs ul .selected:hover {background:#fff;}

.tab0{margin-left:0;}
.tab1 {margin-left:0;}

.secKey{display:flex;}
.confirm-code, .confirm-sms-code {display: flex;flex-wrap: wrap;}
.confirm-code .key {
     background: #00ef7f;
    color: #343434;
    padding: 0;
  
    padding: 4px 6px 2px 6px;
    font-size: 17px;
    font-weight: 600;
    height: 32px;
}
.confirm-sms-code .key {
    background: #00ef7f;
    color: #343434;
   /* margin-top: 6px;*/
    padding: 4px 6px 2px 6px;
    font-size: 17px;
    font-weight: 600;
    height: 32px;
}
.page-loader {
    font-size: 18px;
    opacity: .9;
	left: 50%;
	margin-left: -140px;
	padding: 10px 0;
	top: 185px;
	position: fixed;
	text-align: center;
	width: 280px;
	z-index: 2000;
	color: #343434;
   background: #dedede;
    border: 1px solid #343434;
}
.mobile-auth {padding-bottom:20px;}
  
  .mobile-auth-sm {
  display: inline-flex; 
  width:100%;}

.mobile-auth-spinner {
    background: url('../../common/img/mobileload_mini.gif') 0 0 no-repeat;
    width: 32px;
    height: 32px;
	margin:0px 10px 10px 5px;
    width:33px;
}
.mobile-auth-message {
    margin: 5px 0px 10px 0px;
    width:89%;
}

.secActions button:first-of-type {
   margin-left: 10px;
}

.paymentInfo {	
	border: 1px solid #00ef7f;	
  border-top: 6px solid #00ef7f;	
      margin: 0 0px 20px 0px;	
      padding: 10px;	
      color: #343434;	
      background:#fff;	
      line-height: 20px;	
      border-radius: 10px;}	
.paymentInfo p {margin-bottom: 0em; line-height: 1.2; font-size: 16px;}	
.paymentInfo h2 { color: #192e42; font-weight: bold; margin-top: 0px; margin-bottom: 2px; font-size: 16px; line-height: 16px;}	
.copy{font-size: 14px;color:#707070;}
p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

@media all and (min-width: 1270px) {
	.bg2{background-size: cover;}

}
@media all and (max-width: 991px) {
.bg2{background-position-x:-280px;}

}

@media all and (max-width: 768px) {
.bg2{background-position-x:-420px; }
.hMob {height:0px; visible:none;}
.container {padding-right: 5px !important; padding-left: 5px !important;}

.input-large {width:12.6rem;}
label > [type=radio] {position: relative;left: 0;top: 0;}

.pBox {margin:0;}
.box1 {display:block;width:100%;}
.box2 {display:block;width:100%;}
.bBox{display:block;width:100%;}
}
@media all and (max-width: 640px) {
.logo{background-position-x: center; width: 100%;}

.module-header {padding-left: 0px;}
.row{text-align: center;}
.bg2{min-height: 650px;background-size: cover;}
.btn {display:block;margin-left: auto; margin-right: auto;font-size:16px;}
.secKey{display:block;text-align:center;margin:auto;}
.secActions{margin:auto; width: 99%;display: block;}
.secActions button:first-of-type {margin:auto; margin-top:10px;}
.confirm-code button {margin-top:10px;}
button + button {margin-top:13px;margin-left:auto;}
.confirm-sms-code button {margin-top:10px;}
.mCenter {text-align: center;}
.acctSelBtns .actions {display:block;}
.acctSelBtns btn {margin-top:0;margin-left:auto;margin-right:auto;}
.acctSelBtns button:first-of-type {margin-left: auto;}
.acctSelBtns button:second-of-type {margin-left:auto;}
.radioLabel {margin-bottom: 5px;}
.actions button:first-of-type {margin-left:auto;}
.mobile-auth-sm {text-align: center;display: block;}
.mobile-auth-spinner {margin-left: auto; margin-right: auto;}
.mobile-auth-message {margin-left: auto; margin-right: auto;}
}

@media all and (max-width: 499px) {
.cMarg{padding: 10px 10px 20px 10px;}
.loginTabs a { padding: 6px 10px 6px 10px;}
.loginTabs {margin-left: -10px; margin-right: -10px;}
}

@media all and (max-width: 451px) {

}

@media all and (max-width: 390px) {
button + button {margin-top:10px;margin-left:0px;}
.bg2{min-height: 700px;background-size: cover;}
.loginTabs ul li {width: 100%;display: block;}
}

.equals {
    margin-top: 6px;
    padding-left: 3px;
    padding-right: 4px;
}


#link {
	height: fit-content;
	max-height: 64px;
	margin-bottom: 13px;
}
#paymentConfirmed {
	font-weight: bold;
}

.bindingMessage {
    font-weight: bold;
}
