/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bolder;
}

em, i {
    font-style: italic;
}

* {
    box-sizing: inherit;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;    
}

/* Custom CSS for mobile portal */

@font-face {
    font-family: AvrileSans;
    src: url('/fonts/avrile-sans/AvrileSans-Regular.ttf') format('truetype'), url('/fonts/AvrileSans-Regular.ttf#AvrileSans-Regular') format('svg');
}

@font-face {
    font-family: AvrileSansBold;
    src: url('/fonts/avrile-sans/AvrileSans-Bold.ttf') format('truetype'), url('/fonts/AvrileSans-Bold.ttf#AvrileSans-Bold') format('svg');
}

@font-face {
    font-family: AvrileSansSemiBold;
    src: url('/fonts/avrile-sans/AvrileSans-SemiBold.ttf') format('truetype'), url('/fonts/AvrileSans-SemiBold.ttf#AvrileSans-SemiBold') format('svg');
}

html, body {
    font-size: 0.89em;
    font-family: AvrileSans, Arial;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
    padding: 0;
    background: none;
    color: black;
    background: #FFF;
}

body {
    position: relative;
    height: 100vh;
    margin: 8px;
    color: #572542;
}

header {
    background: #FAFAFA;
    padding: 2.6em 2.05em .5em;
}

header .logo {
    background: url(/img/logo.png);
    /*margin: 0 auto 1.5em;*/
    width: 44px;
    height: 44px;
    z-index: 3;
    display: inline-block;
    margin: 0;
}

header .languages {
    display: inline-block;
    float: right;
    margin: 1.55em 0 0;
}

header .languages a {
    color: #572542;
}

header .languages a div {
    display: inline-block;
    padding: 0 1em;
    font-size: 1.2em;
    font-family: AvrileSansSemiBold;
    cursor: pointer;
}

header .languages a:first-child div {
    padding-left: 0;
}

header .languages a:last-child div {
    padding-right: 0;
}

header .languages a div.active {
    color: #e68b46;
}

main {
}

main .content {
    margin: 4.25em 2.05em 0;
    padding-bottom: 4.25em;
}

main .content h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 2.35em;
}

main .content h1 {
    font-size: 1.8em;
    text-align: left;
    margin: 0 0 1em;
    color: #eb8b41;
    line-height: 1.32em;
}

main .content .title {
    font-size: 1.1em;
    text-align: left;
    line-height: 1.5em;
    margin: 0 0 .9em;
}

main .content .bank-block {
    text-align: center;
}

main .content .bank-icon {
    width: 100%;
    margin: 0 0 1em;
    display: inline-block;
    padding: 2.1em 0;
    border: 1px solid #f1f2ed;
    background: #FAFAFA;
    border-radius: 4px;
}

main .content .bank-icon.swedbank {
    background: #FAFAFA url(/img/banks/swedbank.png) no-repeat 50% 50%;
}

main .content .bank-icon.seb {
    background: #FAFAFA url(/img/banks/seb.png) no-repeat 50% 50%;
}

main .content .bank-icon.citadele {
    background: #FAFAFA url(/img/banks/citadele.png) no-repeat 50% 50%;
}

main .content .bank-icon.dnb {
    background: #FAFAFA url(/img/banks/luminor.png) no-repeat 50% 50%;
}

main .content .bank-icon.eparaksts {
    background: #FAFAFA url(/img/banks/eParaksts.png) no-repeat 50% 50%;
    background-size: 120px;
}

main .content .bank-icon.text-title {
    font-family: AvrileSansSemiBold;
    cursor: pointer;
    font-size: 1.3em;
    padding: 1.2em 0;
}

footer {
    padding: 4em 0 3em;
    text-align: center
}

footer .contacts {
    color: #5f2c46;
    font-size: 1.3em;
    line-height: 1.3em;
}

footer .copyright {
    color: #908380;
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 2em 0 0;
}

main .content .input {
    position: relative;
    margin: 0 0 .95em;
}

main .content .input label {
    font-size: 12px;
    display: block;
    position: absolute;
    top: .7em;
    left: 2%;
}

main .content .input input {
    border: 0;
    color: #572542;
    border-radius: 4px;
    border: 1px solid #F1F2ED;
    padding: 1.5em 2% .7em;
    width: 96%;
    font-size: 16px;
}

main .content .input input:read-only {
    background-color: #EEE;
}

main .content .button-block {
    margin: 2em 0 0;
}

main .content .button-block button {
    background: #6E3E52;
    color: #FFF;
    border-radius: 4px;
    border: 1px solid #6E3E52;
    width: 100%;
    padding: 1em 0;
}

main .content .button-block button.inverse {
    background: #FFF;
    color: #6E3E52;
    border: 1px solid #FFF;
}

button + button {
    margin: 1em 0 0;
}

main .content .block {
    color: #494f52;
    line-height: 1.6em;
    letter-spacing: 0.2px;
}

main .content .block ul, main .content .block ol {
    margin: .3em 0 1.6em 2.5em;
}

main .content .block ul li::before {
    content: "\2022";
    font-weight: bold;
    color: #eb8b41;
    display: inline-block;
    width: 1em;
    margin-left: -.85em;
    font-size: 1.1em;
}

main .content .block ol li {
    list-style: decimal;
}

main .content .block a {
    color: #ec8e46;
    line-height: 1.6em;
    text-decoration: none;
    font-weight: bold;
}

p + p,
ul,
ol {
    margin: 1.6em 0 0;
}

.center {
    text-align: center;
}

main .empty-list-block {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;    
    padding: 30px 0;
    background-color: #fff;
    text-align: center;
}

main .empty-list-block .text {    
    padding: 0 20px;
    margin: 40px 0;
    color: #684333;
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: bold;
}

main .empty-list-block .button {
    margin-bottom: 10px;
}

main .information-block {
    margin-top: 12px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 40px;
    padding-bottom: 60px;
    background-color: #fff;
}

.menu-selector {
    float: right;
    margin: 1em;
}

.menu-selector span {
    font-size: .94em;
    line-height: 1.6em;
    vertical-align: top;
    margin: 0 1.5em 0 0;
    color: #666;
}

.menu-selector i {
    font-size: 1.5em;
    color: #5f2c46;
}


.call-for-questions {
    margin: 3em 2em 2em; 
    text-align: center;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: normal;
    color: #908380;
}

.menu-content .call-for-questions {
    margin: 1.5em;
    color: #4b3832;
}

.call-for-questions .phone-number-emphasis {
    margin-bottom: 0.1em;
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: bold;   
}

.portal-advantage-container {
    margin-top: 2em;
}

.portal-advantage-container .block p {
    padding: 0 0.2em;
    margin-top: 1em;
    color: #3a3a3a;
}
.portal-advantage-container .block p a {    
    color: #3a3a3a;
}


.column {
    background-color: #efefef;
    width: 100%;
    min-height: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 27px;
    color: #262626;
    font-size: .9em;
}

.column .title {
    width: 100%;
}

.column .title span {
    background-color: #ffe6bd;
    color: #5f2c46;
    text-transform: uppercase;
    font-size: 1.14em;
    font-weight: bold;
}

.column .title .arrow {
    float: right;
    margin: 3px 0 0;
}

.column .content {
    margin-top: 1em;
}

.column ul {
    list-style-type: none;
    width: 100%;
}

.column ul li {
    padding-left: 17px;
    background: url(/img/main/portal-list-bullet.png) no-repeat 2px 5px;
    line-height: 1.3em;
    padding-bottom: 16px;
}

.column p {
    line-height: 1.3em;
    padding-bottom: 16px;
    color: #262626;
}

.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #525252 transparent;
    display: inline-block;
}

.arrow-up {
    border-width: 0 5px 7px 5px;
}

.arrow-down {
    transform: rotate(180deg);
}

section+section {
    margin: 1em 0 0;
}

.portals-icon-block {
    margin: 0 1em;
}

.portals-icon-block div.pib-ico {
    width: 61px;
    height: 53px;
    float: left;
    margin: 0 1em 0 0;
}

.portals-icon-block.p-ico2 div.pib-ico {
    background-image: url(/img/main/portals-ico2.gif)
}

.pib-title {
    color: #404040;
    font-size: 14px;
    line-height: 1.3em;
}

.pib-desc {
    color: #868686;
    font-size: 12px;
    padding-top: 8px;
    line-height: 1.3em;
}

.to-desktop-version {
    background: #efefef;
    text-align: center;
    padding: 1.5em;
}

.to-desktop-version .fa-desktop {
    font-size: 2.7em;
    color: #5f2c46;
    float: left;
}

.to-desktop-version span {
    font-weight: bold;
    font-size: 1.430em;
    color: #5f2c46;
    line-height: 33px;
}

.button {
    display: inline-block;
    width: auto;
    max-width: 80%;
    min-width: 160px;
    padding: 14px 20px 12px;
    margin: 0 auto;
    border: 0;        
    border-radius: 2px;
    background-color: #ffd28a;
    color: #5f2c46;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold; 
    text-decoration: none;        
    text-transform: uppercase;
}

.button-block-wide, .button-row {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    padding: 0 8px;    
}

.button-block-wide .button, .button-row .button {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    height: 64px;
    line-height: 64px;    
}

.clear {
    clear: both;
}

.contacts {
    color: #f7d0a5;
    font-size: 1em;
}

.contacts .larger {
    font-size: 1.3em;
}

.triangle-down-white {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #fff;
}

.open {
    display: block!important;
}
.open-inline {
    display: inline-block!important;
}
.hidden {
    display: none;
}
.table {
    display: table;
    width: 100%;
    table-layout: fixed;    
    border-collapse: collapse;
}
.table-row {
    display: table-row;
    border-bottom: 1px solid #e6e7e2;    
}
.table-row-borderless {
    border-bottom: none;
}

.table-cell {
    display: table-cell;
}
.table-cell-status-block {
    text-align: left;  
    width: 25px;      
    border-bottom: none;
}
.table-cell-content-block .dot {
    position: absolute;
    left: -28px;
    top: 16px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
}
.table-cell-content-block .dot.green {
    background-color: #50df7c;
}
.table-cell-content-block .dot.yellow {
    background-color: #ffd28a;
}
.table-cell-content-block .dot.red {
    background-color: #fd0030;
}

.table-cell-content-block {
    position: relative;
    padding: 12px 0;
    text-align: left;
    color: #5f2c46;
    font-size: 1.2em;
    line-height: 1.6em;
}
.table-cell-content-block-middle {
    vertical-align: middle;
}
.table-cell-button-block {
    width: 120px;
    padding: 12px 0;
    padding-right: 12px;
    text-align: right;
    vertical-align: middle;
}
.table-cell-content-block-line-one {
    font-weight: bold;
    overflow: hidden;    
    white-space: nowrap;
    text-overflow: ellipsis;    
}
.table-cell-content-block-line-two, .table-cell-content-block-line-three {
    overflow: hidden;    
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table-cell-button-block a img, .table-cell-button-block span img {
    height: 42px;
}

.table-cell-button-block a, .table-cell-button-block span {
    display: inline-block;
    height: 42px;
    width: 42px;
    margin-left: 8px;
    text-decoration: none;
}

.information-block-message {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #5f2c46;
    font-size: 1.1em;
    font-weight: bold;
}
.pagination {
    margin-top: 30px;
    margin-bottom: -30px;
    text-align: center;
    font-weight: bold;
}
.pagination li {
    display: inline-block;
    /* margin-right: 10px; */
    vertical-align: middle;
    margin: 0 2px;
    border: 1px solid #cecece;
    /* border-radius: 12px; */
    text-transform: uppercase;
}

.pagination li:first-child, .pagination li:last-child {
    border: none;
}

.pagination li a, .pagination li span {
    text-decoration: none;
    display: block;
    font-size: 1.3em;
    color: #5f2c46;
    width: 25px;
    text-align: center;
    padding: 7px 0; 
}

.pagination li.active {
    background-color: #5f2c46;     
}

.pagination li.active a, .pagination li.active span {
    color: #fff;
}

.copy-data-block, .explanation-block {
    position: relative;
    width: 90%;
    height: 36px;
    margin: 0 auto;
    background-color: #ffe6bd;
    border-radius: 12px;
    margin-top: 25px;    
}

.copy-data-block .text, .explanation-block .text {
    font-size: 1.3em;
    line-height: 36px;
    color: #5f2c46;
    margin-left: 56px;    
}

.copy-data-block .copy-data-icon-wrapper, .explanation-block .explanation-block-icon-wrapper {
    position: absolute;
    left: -10px;
    top: -10px;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
}


.copy-data-block .copy-data-icon-wrapper img, .explanation-block .explanation-block-icon-wrapper img {
    display: block;
    margin: 0 auto;
    padding-top: 12px;
}

.explanation-block .explanation-block-icon-wrapper img {
    padding-top: 10px;
}

.overlay {
    height: 100%;
    left: 0;
    opacity: 0.3;
    filter: alpha(opacity = 30);
    background: #000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
}

.overlayContent {
    background-clip: padding-box;
    position: absolute;
    text-align: left;
    top: 5%;
    z-index: 9003;  
    width: 100%;      
}

.overlayContent .block, .overlayContent .form-block {
    padding-top: 40px;    
    padding-bottom: 40px;
    border-radius: 50px;
    background-color: #f1f2ed;
}
.overlayContent .form-block {
    font-size: 1em;
    line-height: 1em;
}

.overlay-close-wrapper {
    position: absolute;
    right: 16px;
    top: 16px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;        
    z-index: 9004;
}

.overlay-close {
    position: absolute;
    left: 9px;
    top: 9px;
    width: 32px;
    height: 32px;    
}

.overlay-close::before, .overlay-close::after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #87707c;
}

.overlay-close::before {
    transform: rotate(45deg);
}

.overlay-close::after {
    transform: rotate(-45deg);
}

.overlayContent .block p {
    padding: 0 0.2em;
    margin-top: 1em;
    color: #3a3a3a;
}


.overlayContent .block ul li::before {
    margin-left: -0.95em;    
}

.overlayContent .block ul li {
    margin-bottom: 1.3em;
}


.rules-error, .no-images-attached-error {    
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.rules-error-content, .no-images-attached-error-content {
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: normal;
    color: #fd2a00;
    text-transform: uppercase;
    background: transparent;
    background-image: url(../../images/mobile/error-message-triangle-icon.png);
    background-repeat: no-repeat;
    background-position: left 8px center;
    padding-left: 80px;
    padding-right: 8px;
}

.wait-block {
    text-align: center;
    margin: 2em 0;
}

.mt {
    margin-top: 1em;
}