/* style-smart-base.css */




/* :IF: */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  /* font-size: 1px; */
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 480px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1 dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0;
  border: 1 solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  line-height: 21px;
  color: #000;
  background-color: #fff;
  /*min-width: 500px;*/

}

body {
  font-size: 17px !important;
  line-height: 21px !important;
}

a {
  color: #428bca;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:active {
  color: #3071a9;
}

.content {
  /* fix page height */
  /*position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

.content>* {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.bar-nav~.content {
  padding-top: 44px;
}

.bar-header-secondary~.content {
  padding-top: 88px;
}

.bar-footer~.content {
  padding-bottom: 44px;
}

.bar-footer-secondary~.content {
  padding-bottom: 88px;
}

.bar-tab~.content {
  padding-bottom: 50px;
}

.bar-footer-secondary-tab~.content {
  padding-bottom: 94px;
}

.content-padded {
  margin: 10px;
}

.text-center {
  text-align: center;
}

.keep-center {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  margin-top: 20px;
  font-size: 14px;
}

h6,
.h6 {
  margin-top: 20px;
  font-size: 12px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  color: #777;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 6px 8px 7px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #333;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.btn:active,
.btn.active {
  color: inherit;
  background-color: #d2bf7e;
  color: #000;
}

.btn:disabled,
.btn.disabled {
  opacity: .6;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border: 1px solid #428bca;
}

.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #3071a9;
  border: 1px solid #3071a9;
}

.btn-positive {
  color: #fff;
  background-color: #5cb85c;
  border: 1px solid #5cb85c;
}

.btn-positive:active,
.btn-positive.active {
  color: #fff;
  background-color: #449d44;
  border: 1px solid #449d44;
}

.btn-negative {
  color: #fff;
  background-color: #d9534f;
  border: 1px solid #d9534f;
}

.btn-negative:active,
.btn-negative.active {
  color: #fff;
  background-color: #c9302c;
  border: 1px solid #c9302c;
}

.btn-outlined {
  background-color: transparent;
}

.btn-outlined.btn-primary {
  color: #428bca;
}

.btn-outlined.btn-positive {
  color: #5cb85c;
}

.btn-outlined.btn-negative {
  color: #d9534f;
}

.btn-outlined.btn-primary:active,
.btn-outlined.btn-positive:active,
.btn-outlined.btn-negative:active {
  color: #fff;
}

.btn-link {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #428bca;
  background-color: transparent;
  border: 0;
}

.btn-link:active,
.btn-link.active {
  color: #3071a9;
  background-color: transparent;
}

.btn-block {
  display: block;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 10px;
  font-size: 18px;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%;
}

.btn .badge {
  margin: -2px -4px -2px 4px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, .15);
}

.btn .badge-inverted,
.btn:active .badge-inverted {
  background-color: transparent;
}

.btn-primary:active .badge-inverted,
.btn-positive:active .badge-inverted,
.btn-negative:active .badge-inverted {
  color: #fff;
}

.btn-block .badge {
  position: absolute;
  right: 0;
  margin-right: 10px;
}

.btn .icon {
  font-size: inherit;
}

.bar {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 12;
  height: 44px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bar-header-secondary {
  top: 44px;
}

.bar-footer {
  bottom: 0;
}

.bar-footer-secondary {
  bottom: 44px;
}

.bar-footer-secondary-tab {
  bottom: 50px;
}

.bar-footer,
.bar-footer-secondary,
.bar-footer-secondary-tab {
  border-top: 1px solid #ddd;
  border-bottom: 0;
}

.bar-nav {
  top: 0;
}

.title {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 -10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 44px;
  color: #000;
  text-align: center;
  white-space: nowrap;
}

.title a {
  color: inherit;
}

.bar-tab {
  bottom: 0;
  display: table;
  width: 100%;
  height: 50px;
  padding: 0;
  table-layout: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 0;
}

.bar-tab .tab-item {
  position: relative;
  display: table-cell;
  width: 1%;
  height: 50px;
  color: #929292;
  text-align: center;
  vertical-align: middle;
}

.bar-tab .tab-item.active,
.bar-tab .tab-item:active {
  color: #428bca;
}

.bar-tab .tab-item .badge {
  position: absolute;
  top: 3px;
  left: 50%;
  vertical-align: top;
}

.bar-tab .tab-item .icon {
  top: 3px;
  width: 24px;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.bar-tab .tab-item .icon~.tab-label {
  display: block;
  font-size: 11px;
}

.bar .btn {
  position: relative;
  top: 7px;
  z-index: 20;
  padding: 6px 12px 7px;
  margin-top: 0;
  font-weight: 400;
}

.bar .btn.pull-right {
  margin-left: 10px;
}

.bar .btn.pull-left {
  margin-right: 10px;
}

.bar .btn-link {
  top: 0;
  padding: 0;
  font-size: 16px;
  line-height: 44px;
  color: #428bca;
  border: 0;
}

.bar .btn-link:active,
.bar .btn-link.active {
  color: #3071a9;
}

.bar .btn-block {
  top: 6px;
  padding: 7px 0;
  margin-bottom: 0;
  font-size: 16px;
}

.bar .btn-nav.pull-left {
  margin-left: -5px;
}

.bar .btn-nav.pull-left .icon-left-nav {
  margin-right: -3px;
}

.bar .btn-nav.pull-right {
  margin-right: -5px;
}

.bar .btn-nav.pull-right .icon-right-nav {
  margin-left: -3px;
}

.bar .icon {
  position: relative;
  z-index: 20;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}

.bar .btn .icon {
  top: 3px;
  padding: 0;
}

.bar .title .icon {
  padding: 0;
}

.bar .title .icon.icon-caret {
  top: 4px;
  margin-left: -5px;
}

.bar input[type="search"] {
  height: 29px;
  margin: 6px 0;
}

.bar .segmented-control {
  top: 7px;
  margin: 0 auto;
}

.table-view {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  list-style: none;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table-view-cell {
  position: relative;
  padding: 1px 65px 11px 15px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.table-view-cell:last-child {
  border-bottom: 0;
}

.table-view-cell>a:not(.btn) {
  position: relative;
  display: block;
  padding: inherit;
  margin: -11px -65px -11px -15px;
  overflow: hidden;
  color: inherit;
}

.table-view-cell>a:not(.btn):active {
  background-color: #eee;
}

.table-view-cell p {
  margin-bottom: 0;
}

.table-view-divider {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  margin-top: -1px;
  margin-left: 0;
  font-weight: 500;
  color: #999;
  background-color: #fafafa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table-view .media,
.table-view .media-body {
  overflow: hidden;
}

.table-view .media-object.pull-left {
  margin-right: 10px;
}

.table-view .media-object.pull-right {
  margin-left: 10px;
}

.table-view-cell>.btn,
.table-view-cell>.badge,
.table-view-cell>.toggle,
.table-view-cell>a>.btn,
.table-view-cell>a>.badge,
.table-view-cell>a>.toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.table-view-cell .navigate-left>.btn,
.table-view-cell .navigate-left>.badge,
.table-view-cell .navigate-left>.toggle,
.table-view-cell .navigate-right>.btn,
.table-view-cell .navigate-right>.badge,
.table-view-cell .navigate-right>.toggle,
.table-view-cell .push-left>.btn,
.table-view-cell .push-left>.badge,
.table-view-cell .push-left>.toggle,
.table-view-cell .push-right>.btn,
.table-view-cell .push-right>.badge,
.table-view-cell .push-right>.toggle,
.table-view-cell>a .navigate-left>.btn,
.table-view-cell>a .navigate-left>.badge,
.table-view-cell>a .navigate-left>.toggle,
.table-view-cell>a .navigate-right>.btn,
.table-view-cell>a .navigate-right>.badge,
.table-view-cell>a .navigate-right>.toggle,
.table-view-cell>a .push-left>.btn,
.table-view-cell>a .push-left>.badge,
.table-view-cell>a .push-left>.toggle,
.table-view-cell>a .push-right>.btn,
.table-view-cell>a .push-right>.badge,
.table-view-cell>a .push-right>.toggle {
  right: 35px;
}

.content>.table-view:first-child {
  margin-top: 15px;
}

input,
textarea,
button,
select {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
}

select,
textarea,
input[type="text"],
input[type="search"],
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="tel"],
input[type="color"] {
  width: 100%;
  height: 35px;
  /* -webkit-appearance: none; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 15px;
  margin-bottom: 15px;
  line-height: 21px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: none;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 20px;
}

input[type="search"]:focus {
  text-align: left;
}

textarea {
  height: auto;
}

select {
  height: auto;
  font-size: 17px;
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.input-group {
  background-color: #fff;
}

.input-group input,
.input-group textarea {
  margin-bottom: 0;
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-row {
  height: 35px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.input-row label {
  float: left;
  width: 35%;
  padding: 8px 15px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.1;
}

.input-row input {
  float: right;
  width: 65%;
  padding-left: 0;
  margin-bottom: 0;
  border: 0;
}

.content.fade {
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.content.fade.in {
  opacity: 1;
}

.content.sliding {
  z-index: 2;
  -webkit-transition: -webkit-transform .4s;
  -o-transition: -o-transform .4s;
  transition: transform .4s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.content.sliding.left {
  z-index: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.content.sliding.right {
  z-index: 3;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.navigate-left:after,
.navigate-right:after,
.push-left:after,
.push-right:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  font-size: inherit;
  line-height: 1;
  color: #bbb;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
}

.navigate-left:after,
.push-left:after {
  left: 15px;
}

.navigate-right:after,
.push-right:after {
  right: 15px;
}
.deactivatedFormButton
{
  background: url(../img/smart/button_green_allpages_smartphones_nonactive.png);
  cursor: default;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}



/*COOKIE POLICY*/



.cookie-policy-div .close {
  position: absolute;
  top: 15px;
  right: 10%;
  width: 32px;
  height: 32px;
  display: block;
  color: #424242;
  font-size: 0px;
  text-indent: -999px;
  background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAWlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACLSV5RAAAAHXRSTlMAvwrzxJUF2xftEAf344iCRjbntbKfeXJTTi0UNCTEDCAAAAD5SURBVDjLhZPZroMwDEQdnDiEpdB9nf//zXtrqSZRK3lesDgTHLzQJllTyMw5pFXoW31iAFPOEwBOPbWShXFI9+EdD/d0AC/SHI8o15FM47UgVh95zDgN1Gg4YX7Y+Rk7+tIOc08qiRtvHVE0WHCknzpi0QRcNP++vuRe71H4nSThohyx+/AuQh0XJCLhomCM/w7jcdSgsNCKs70OnQbBrGeslHDTWEHo7KG6IVHAk2pHzemJQHkiqh3KTVMmztQ4Gk6ZXYObwr2k+5u/CxW2Qm2lVm5WsVJbs5Sb42XN2totVbtf1m5nYNyR84bWHXt/cfzV85fXXf8/W/cTkSxYtP0AAAAASUVORK5CYII=');
}
.cookie-notify
{
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999;
  background-color: #FFF;
}

.cookie-policy-div
{
  display: inline-block;
  position: relative;
  padding: 5px;
  font-size: 12pt;
  z-index: 9999;
  color: #0f0f0f;
  width: 100%;
}

.text-policy-wraper
{
  width: 100%;
  margin: 0px auto;
  padding-right: 1%;

}
.policyInfoText
{
  font-size: 10pt;
}


#btn-policy-read-ck:hover{
  background: #0094f2;
  color: white;
}
#btn-policy-read-ck{
  width: 55px;
  line-height: 30px;
  padding: 4px 30px;
  color: #0094f2;
  border: 1px solid #0094f2;
  border-radius: 3px;
  background: transparent;
  font-size: 12pt;
  transition: 0.2s;
  cursor: pointer;
}

.field-helper
{
  font-size: 13px;
}


