html, body{
    height:100%;
    font-size: 16px;
    line-height: 22px;
    color: white;
    font-family: 'titillium_regular',sans-serif;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
img{
    /*display: block;*/
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.main_wrapper{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    margin-top: 130px;
}

body{
    color: #6a6a6a;
}

h1{
    font-size: 42px;
    line-height: normal;
}
h2{
    color: #51a8ca;
    font-size: 26px;
    line-height: normal;
}

h3{
    font-weight: normal !important;
    font-size: 17px;
}

ul{
    display: block;
}

p{
    font-family: 'titillium_regular',sans-serif;
}

ul.list {
    padding-left: 25px;
    margin-top: 20px;
}
ul.list li{
    list-style-image:url('../img/check.png');
    list-style-position: outside;

}

.strong{
    font-family: 'titillium_semibold',sans-serif;
    font-weight: bold;
}

.header{
    text-transform: uppercase;
    padding-top: 5px;
    width: 1000px;
    margin: 0 auto;
}
    @media only screen and (min-width: 999px) and (max-width: 1079px) { 
        .header{
            width: 920px;
        }
        
    }
    @media only screen and (max-width: 999px) {
        .header{
        width: 100%;
        }
    }
.header .ipasas_logo{
    margin-right: 15px;
}
.header .ipasas_logo, .header .about{
    vertical-align: middle;
    color: white;
}

.absolute-header-bg .header .btn{
    background-color: #fff;
    color: #5ab9dd;
    position: relative;
    top: 1px;
}

.absolute-header-bg .header .active{
    color: #fff;
    font-family: 'titillium_semibold',sans-serif;
}

/*
.header .btn{
    background-color: #fff !important;
    color: #5ab9dd !important;

}*/

/*
.header .active{
    color: #fff !important;
    font-family: 'titillium_semibold',sans-serif !important;
}
*/
@media only screen and (min-width: 999px) and (max-width: 1079px) { 
    #prisijungimo_budai {
        box-sizing: border-box;
        padding: 0 40px;    
    }
}
.about{
    position: relative;
    top: 3px;
    font-family: 'titillium_regular',sans-serif;
    font-size: 13px;
}

.how_to_connect_page .about,
.sistemos_prisijungimui .about{
    color: #5ab9dd;
}

.how_to_connect_page > .header > .f_left,
.sistemos_prisijungimui > .header > .f_left,
.index-page .header .f_left,
.index-page .header .f_right,
.tekstinis-page .header .f_left,
.tekstinis-page .header .f_right{
    margin-top: 30px;
}


.menu{
    margin-top: 15px;
}

.menu li, .langs li{
    float: left;
}
.menu li{
    font-family: 'titillium_semibold',sans-serif;
    font-size: 14px;
}

.langs li{
    font-size: 13px;
}
.menu li a, .langs li a{
    color: #a8d7eb;
    text-decoration: none;
    display: block;
    color: #C7ECFC;
}
.menu li a.active, .langs li a.active{
    color: #5ab9dd;
    font-family: 'titillium_semibold',sans-serif;
}
.menu li a{
    /*padding: 10px 0px 10px 65px;*/
    padding: 10px 32px 37px 32px;
}
.menu li:first-child a{
    padding: 10px 0px 10px 0px;
    padding: 10px 32px 10px 0px;
}
.langs{
    float: right;
    margin-bottom: 33px;
    font-family: 'titillium_regular',sans-serif;
}
@media only screen and (max-width: 999px) {
    .langs{
    margin-right: 10px;
    margin-bottom: 0; 
    }
}

.langs li a{
    padding: 10px 0px 10px 15px;
}
.langs li:first-child a{
    padding: 10px 0px 10px 15px;
}
.btn, .small_btn, div.one_third_column input.small_btn{
    display: inline-block;
    clear: both;
    text-decoration: none;
    line-height: 40px;
    width: 153px;
    height: 40px;
    text-align: center;
    border: solid 1px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    background-color: #5ab9dd;
    color: white;
    border: 0;
    font-family: 'titillium_semibold',sans-serif;
    font-size: 13px;
}
    .small_btn.grey, div.one_third_column input.small_btn.grey { 
    background-color: #9e9e9e;
    margin-top: 10px;
    }
    
.btnRed {
    display: inline-block;
    clear: both;
    text-decoration: none;
    line-height: 40px;
    width: 153px;
    height: 40px;
    text-align: center;
    border: solid 1px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    background-color: #c70000;
    color: white;
    border: 0;
    font-family: 'titillium_semibold',sans-serif;
    font-size: 13px;
}

.btnRed:hover {
    background-color: #e10000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

div.one_third_column input.small_btn {
    clear: none;
}

.small_btn, div.one_third_column input.small_btn{
    margin-top: 15px;
    line-height: 40px;
    padding: 0px 18px;
}

.btn.connect{
    font-size: 14px;
    display: block;
    border-radius: 4px;
    background-color: #5ab9dd;
    color: #fff;
    font-family: 'titillium_semibold',sans-serif;
}

.btn.slapt{
    font-size: 14px;
    border-radius: 4px;
    background-color: #5ab9dd;
    color: #fff;
    font-family: 'titillium_semibold',sans-serif;
}

.btn.connect:hover{
    background-color: #D8D8D8;
}

.btn:hover, .small_btn:hover, div.one_third_column input.small_btn:hover{
    background-color: #6ad0f7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
    .small_btn.grey:hover, div.one_third_column input.small_btn.grey:hover { 
        background-color: #c0c0c0;
        transition: 0.3s;
    }

.txt_block .powered_by *{
    display: inline-block;
    vertical-align: middle;
}
.txt_block  .powered_by img{
    margin-left: 10px;
}
.txt_block .powered_by .btn{
    margin-left: 20px;
}
.powered_by_small{
    display: none; 
    float: right;
    font-size: 14px;
    opacity: 0.6;
    margin-top: -25px;
    margin-right: 30px;
    margin-bottom: 20px;
}
#powered_txt{
    margin-top: 8px;
    margin-right: 5px;
    float: left;
}
.logos li{
    float: left;
    margin: 20px 12px 0 12px;
    width:  140px;
    height: 60px;
    position: relative;
}

.logosMax li{
    float: left;
    margin: 20px 12px 0 12px;
    width:  200px;
    height: 120px;
    position: relative;
}

.logos{
    clear: both;
    margin-top: -30px;
}

.logos a{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.logos img{
    max-height: 100%;
    max-width: 100%;
    bottom: 0;
    left:0;
}

.title.installed{
    margin-bottom: 40px;
}

.footer{
    padding: 20px 0px;
    width: 100%;
    font-size: 13px;
    color: #afd9ec;
    background: #5ab9dd;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer .content{
    max-width: 1000px;
    margin: 0 auto;
}
    @media only screen and (min-width: 999px) and (max-width: 1079px) { 
        .footer .content{
            max-width: 920px;
        }
    }
.footer a{
    text-decoration: none;
    /*float: left;*/
}
.footer .f_left{
    /*text-transform: uppercase;*/
}
.footer a:hover{
    color: white;
}

.footer .f_left{
    float: left;
    margin-right: 50px;
}

.footer .f_left a{
    margin-right: 15px;
}

.footer .choco{
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url('../img/choco_logo.png') right center no-repeat;
}

.verslui-block .post-decoration{
    top: 20%;
}

.verslui-block .gif{
    margin-top: 10% !important;
}

.verslui-block .btn{
    margin-left: 25px;
}

.index_page h1{
    margin-bottom: 50px;
    float: left;
}
.index_page .block{
    padding: 80px 0px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

.index_page .top_white{
    width: 2200px;
    position: absolute !important;
    top: 0;
    right: 50%;
    margin-right: -1100px;
    background: url('../img/top_white.png') top repeat-x;
    height: 100%;
}
.index_page .block > *{
    position: relative;
}
.index_page h1{
    width: 52%;
}

.txt_block{
    width: 50%;
}

.sms_txt_block{
    clear: left;
    padding-right: 90px;
}

.index_page h1{
    font-size: 35px;
    line-height: 44px;
    color: #51a8ca;
}
.index_video{
    position: relative;
    width: 40%;
    margin-top: 50px;
}
.index_page .txt_block > p{
    text-align: justify;
    margin-top: 25px;
    line-height: 24px;
    font-size: 16px;
}
.index_page .txt_block > p:first-child{
    margin-top: 0px;

}
.index_page .top ul.list{
    margin-top: 45px;
}
.index_page .txt_block{
    float: left;
}

.index_page .block .txt_block{
    margin-top: 60px;
}
.index_page .gif{
    float: right;
    width: 48%;
    margin-top:-50px;
}
.index_page .play_btn{
    position: absolute;
    top: 60px;
    left: 259px;
    cursor: pointer;
}

.other-projects{
    width: 100% !important;
}

.post-decoration{
    width: 56%;
    height: 371px;
    position: absolute !important;
    z-index: -1;
    right: -60px;
    top: 20px;
    background: url('../img/bg-decoration.png');
}

.how_to_connect_page h1, .main_wrapper h1{ 
    /*float: left;*/
    color: #51a8ca;
    margin: 30px auto 20px auto;
}

.how_to_connect_page .el_parasas_section, .sms_prisijungimas_section, .el_bankininkyste_section{ 
    float: left;
    width: 100%;
    border: 1px solid #51bae0;
    background-color: #fff;
    border-radius: 4px;
}
    @media only screen and (max-width: 999px) { 
        .how_to_connect_page .el_parasas_section, .sms_prisijungimas_section, .el_bankininkyste_section{
            width: calc(100% - 80px);
            margin-left: 40px;
        }
    }


    .how_to_connect_page .el_parasas_section {
    margin-bottom: 45px;
    }
    .how_to_connect_page.half .el_parasas_section {
        margin-bottom: 0;
    }
    @media only screen and (max-width: 999px){
        .how_to_connect_page.half .el_parasas_section {
        margin-bottom: 45px;
        }
    }
   .sms_prisijungimas_section {
    margin-bottom: 45px;
    }
    @media only screen and (min-width: 999px) {
        .how_to_connect_page .el_parasas_section.half, .el_bankininkyste_section.half {
        width: calc(50% - 20px);
        margin-right: 20px;
        }
        .el_bankininkyste_section.half {
        margin-right: 0px;
        margin-left: 20px;
        }
    }

.how_to_connect_page .el_parasas_section h2, .sms_prisijungimas_section h2, .el_bankininkyste_section h2{
    margin: 30px 0 30px 3.5%;
    float: left;
}
    @media only screen and (min-width: 999px) {
        .el_bankininkyste_section.half h2 {
        font-size: 23px;
        }
    }
.demo_section{ 
    float: left;
    width: 100%;
    border: 1px solid #51bae0;
    background-color: #fff;
    border-radius: 4px;
}
.demo_section h2{
    margin: 10px 0 30px 3.5%;
    float: left;
}

.how_to_connect_header_wrapper_demo{
    width: 100%;
    float: left;
    margin-bottom: -35px;
}

    #dvEidas { 
    width: 100%;
    }

    #dvEidas table { 
    width: 100%;
    }
    @media only screen and (max-width: 999px) {
        .demo_section { 
            width: calc(100% - 80px);
            margin-left: 40px;
        }
        #dvEidas td {
            display: block;
            clear: both;
        }
        #dvEidas > table > tbody > tr > td:nth-child(2) {
            margin-top: 20px;
        }
    }


.how_to_connect_header_wrapper_demo .explanation{
    margin: 20px 0 30px 1.5%;
}


.how_to_connect_page .one_column{ 
    width: 92%;
    margin-left: 4%;
    float: left;
    min-height: 100px;
}

.how_to_connect_page .one_third_column{ 
    width: 30%;
    margin-left: 4%;
    float: left;
    min-height: 100px;
}
    @media only screen and (min-width: 999px) {
        .how_to_connect_page .half .one_third_column {
        width: 84%;
        }
    }

.how_to_connect_page .one_third_column p{
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

.how_to_connect_page_clearfix{ 
    padding: 45px 0 25px 0;
}
/*.how_to_connect_page .one_third_column:nth-of-type(2){
    margin-left: 4.5%;

}*/

.boxes2, .boxes3 {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: calc(100% + 20px);
    margin: 20px -10px 0 -10px;
    padding-bottom: 20px;
} 
    .boxes3 {
    width: calc(100% - 40px);
    margin: 20px 20px 0 20px;
}

.boxes2 .one_third_column { 
    flex: 1 1 calc(50% - 72px);
    max-width: calc(50% - 72px);
    width: auto;
    height: auto;
    float: none;
    margin: 0 30px 20px 35px;
}
.boxes2 .one_third_column.contactless_column {  
    margin: 20px 30px 20px 35px;
}
@media only screen and (max-width: 999px) { 
    .boxes2 .one_third_column.contactless_column {  
        margin: 20px 30px 20px 20px;
}
}

.boxes3 .one_third_column {
    flex: 1 1 calc(33.33% - 12px);
    width: auto;
    height: auto;
    float: none;
    margin: 0 5px 20px 5px;
}
    @media only screen and (max-width: 999px) {
        .boxes2, .boxes3 {
            width: calc(100% + 20px);
            margin: 20px -10px 0 -10px;
            padding-bottom: 0px;
        }
        .boxes2 .one_third_column, .boxes3 .one_third_column {
            flex: 1 1 calc(100% - 22px);
            max-width: calc(100% - 22px);
            margin: 0 20px 20px 20px;
        }
    }
.boxes2 h3, .boxes3 h3 {
    font-weight: bold !important;
}
.how_to_connect_page .lust_card_column{
    width: 27%;
}

.how_to_connect_page .one_third_column input, .how_to_connect_page .sms_prisijungimas_section input, input, select, #kontaktiniai_duomenys_photo_area, textarea{
    font-family: 'titillium_regular',sans-serif;
    width: calc(100% - 90px);
    float: left;
    padding: 9px;
    background-color: #fff;
    margin: 7px 0 0 0;
    color: #6a6a6a;
    font-size: 14px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #5ab9dd;
}
    .how_to_connect_page .one_third_column dt {
        display: inline-block;
        margin-right: 10px;
    }
    .how_to_connect_page .one_third_column a.what {
        display: inline-block;
        font-size: 14px;
        font-weight: normal !important;
        text-decoration: none;
        outline: none;
    }
   .how_to_connect_page .one_third_column .what a:hover {
        text-decoration: underline;
    }
.how_to_connect_page .el_parasas_img_area-1/*,  .el_parasas_img_area-2,  .el_parasas_img_area-3*/ { 
    width: 80px;
    float: left;
    height: 150px;
    background: url('../img/el_parasas_sprites_1.png') -8px -5px no-repeat;
}
.how_to_connect_page .contactless_img { 
    float: left;
    width: 80px;
    height: 90px;
    background: url('../img/contactless_logo.png') 5px 5px no-repeat;
    background-size: 64px 38px;
}
    @media only screen and (max-width: 999px) {
        .how_to_connect_page .contactless_img { 
        width: 90px;
        height: 60px;
        }
    }
.how_to_connect_page .ltid_img_area {
    float: left;
    width: 80px;
    height: 150px;
    background: url('../img/ltid_logo.svg') -5px 7px no-repeat;
    background-size: 90px 90px;

}
    @media only screen and (min-width: 999px) {
        .how_to_connect_page .half .el_parasas_img_area-1 {
        width: auto;
        min-width: 60px;
        }
    }
.how_to_connect_page .el_parasas_img_area-2{
    width: 80px;
    float: left;
    height: 100px;
    background: url('../img/el_parasas_sprites_1.png') -205px 0px no-repeat;
}

.how_to_connect_page .el_parasas_img_area-3{
    width: 80px;
    float: left;
    height: 100px;
    background: url('../img/el_parasas_sprites_1.png') -426px -6px no-repeat;
}

.how_to_connect_page .sms_prisijungimas_img_area{
    width: 70px;
    height: 100px;
    float: left;
    background: url('../img/vokas.png') no-repeat;
    margin: 0 2% 0 3.5%;
}
    @media only screen and (max-width: 999px) {
        .how_to_connect_page .el_parasas_img_area-1 {
            width: 90px;
            background: url('../img/el_parasas_sprites_1.png') -2px -5px no-repeat;
        }
        .how_to_connect_page .el_parasas_img_area-2{
            width: 90px;
            background: url('../img/el_parasas_sprites_1.png') -195px 0px no-repeat;
        }
        
        .how_to_connect_page .el_parasas_img_area-3{
            width: 90px;
            background: url('../img/el_parasas_sprites_1.png') -414px -6px no-repeat;
        }
        .how_to_connect_page .ltid_img_area {
            width: 90px;
            background: url('../img/ltid_logo.svg')  2px 12px  no-repeat;
            background-size: 90px 90px;
        }
    }

.how_to_connect_page .sms_prisijungimas_section input{
    width: 23%;
    margin: 0px 13px 0 0;
}

.how_to_connect_page .sms_prisijungimas_section .sms_prisijungimas_txt_wrapper{
    width: 80%;
    float: left;
}

.how_to_connect_page .sms_prisijungimas_section .small_btn{
    margin: 0 0 10px 0;
}

.how_to_connect_page .sms_prisijungimas_section .sms_prisijungimas_txt_wrapper p{
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
}



.how_to_connect_page .el_bankininkyste_section .logos{
    margin-left: 0px;
    margin-bottom: 30px;
}

.how_to_connect_page #logging_in_header{
    background-color: #5ab9dd;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.how_to_connect_page #logging_in_header .content{
    padding: 10px;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
}

.how_to_connect_page #logging_in_header .content h3{
    float: left;
    padding-bottom: 20px;
    font-family: 'titillium_regular',sans-serif;
}

.how_to_connect_page #logging_in_header .placeholder-wrapper{
    width: 24px;
    height: 16px;
    display: inline-block;
    position: relative;
}

.how_to_connect_page #logging_in_header .tooltip{
    float: none;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.explanation{
    margin-left: 10px;
    /*margin-right: 21px;*/
    width: 24px;
    height: 24px;
    float: left;
    background: url('../img/explanation_mark.png') 0px 0px no-repeat;
}

.explanation:hover{
    cursor: pointer;
    background: url('../img/explanation_mark_hover.png') 0px 0px no-repeat;
}

.area-error, .area-loading{
    display: none;
    float: left;
    margin: -20px 20px 20px 3.5%;
    width: 92%;
}
    .area-error2 { 
        display: none;
        float: left;
        width: calc(100% - 80px);
        margin: -18px 0 10px 80px;
    }
    @media only screen and (max-width: 999px){
        .area-error2 { 
        width: calc(100% - 100px);
        margin: -8px 0 10px 90px;
        }
    }


.area-error p, .area-loading p { 
    background-color: #eff8fd;
    padding: 10px 10px 10px 40px;
    font-size: 13px;
    color: #51a8ca;
    border-radius: 4px;
    border: 1px solid #5ab9dd;
}
    .area-error2 p { 
        background-color: #eff8fd;
        padding: 10px 10px 10px 40px;
        font-size: 13px;
        color: #d9403c;
        border-radius: 4px;
        border: 1px solid #d9403c;
}

.area-error p, .area-error2 p { 
    background: url('../img/error-icon.png') 15px center #FFD5D5 no-repeat;
}

.tel_number{
    font-size: 20px;
}

.how_to_connect_header_wrapper{
    width: 100%;
    float: left;
}

.how_to_connect_header_wrapper .explanation{
    margin: 40px 0 30px 1.5%;
}

.how_to_connect_page .el_parasas_section .small_btn{
    margin-bottom: 40px;
}
.how_to_connect_page .el_parasas_section .small_btn.mb0 { 
    margin-bottom: 0px;
}

.how_to_connect_page .sms_prisijungimas_txt_wrapper{
    margin-bottom: 20px;
    margin-left: 3.5%;
}

.modal_popup_overlay{
    width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    display: none;
    z-index: 1050;
}

.modal_popup_wrapper{
    display: none;
    position: fixed;
    width: 600px;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    border: 1px solid #5ab9dd;
    padding-bottom: 40px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1100;
}

#close_popup_wrapper_wrap{
    height: 50px;
    width: 100%;
    float: left;
}

#close_popup_link{
    width: 23px;
    height: 23px;
    float: right;
    margin: 20px;
    background: url('../img/close-icon.png');
    cursor: pointer;
}

#modal_popup_inner_wrapper{
    float: left;
    margin-top: 5%;
    margin-left: 100px;
}

#modal_popup_inner_wrapper h2{
    margin-bottom: 20px;
}

#modal_popup_inner_wrapper .area-loading, #modal_popup_inner_wrapper .area-error{
    margin: 0px 0 20px 0;
    position: relative;
}

.loader-wrapper{
    position: absolute;
    height: 100%;
    width: 40px;
    padding: 11px;
}

.loader-wrapper img{
    -moz-animation:rotation 1s linear infinite;
    -o-animation:rotation 1s linear infinite;
    -webkit-animation:rotation 1s linear infinite;
    animation:rotation 1s linear infinite;
}

.modal_popup_buttons_wrapper{
    width: 90%;
    float: left;
    margin-bottom: 20px;
}

.modal_popup_buttons_wrapper p{
    line-height: 1.1;
}

.modal_popup_buttons_wrapper .btn{
    width: 31%;
    padding: 0;
    text-align: center;
    float: left;
    margin: 0px 10px 10px 0;
}


.success-area, .alert-area{
    float: left;
    width: 100%;
}
    @media only screen and (min-width: 999px) and (max-width: 1079px) { 
        .success-area, .alert-area { 
            box-sizing: border-box;
            padding: 0 40px;    
        }
    }
    @media only screen and (max-width: 999px) { 
        .success-area, .alert-area { 
        width: calc(100% - 80px);
        margin-left: 40px;
        }
    }
.success-area p {
    margin-top: 0 !important;
    margin-bottom: 20px;
    width: auto !important;
    color: #3cb043;
    padding: 10px 10px 10px 50px;
    background: url('../img/success-icon.png') 17px center #e8f4ea no-repeat;
    border-radius: 4px;
    border: 1px solid #3cb043;
}

.alert-area p{
    margin-top: 0 !important;
    margin-bottom: 20px;
    width: auto !important;
    color: #47abd6;
    padding: 10px 10px 10px 50px;
    background: url('../img/success-icon.png') 17px center #eff8fd no-repeat;
    border-radius: 4px;
    border: 1px solid #47abd6;
}

.success-area.sms-step-2{
    padding-left: 3.5%;
    padding-right: 3.5%;
}

#responsive-nav-button{
    position: absolute;
    right: 2%;
    cursor: pointer;
    margin-right: 2%;
    width: 55px;
    height: 49px;
    background: url('../img/responsive-menu-icon.png' ) no-repeat;
    top: 35px;
    background-size: 70%;
}

#responsive-nav ul{
    display: none;
    position: absolute;
    width: 100%;
    border-top: 3px solid white;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    z-index: 999999;
}

#responsive-nav ul li{
    float: left;
    width: 100%;
    background-color: #f0f2f2;
    color: #35acd8;
    border-bottom: 3px solid white;
}

#responsive-nav ul li a{
    text-decoration: none;
    width: 100%;
    float: left;
    padding: 30px;
    font-size: 25px;
}

.responsive-header{
    display: none;
}

.responsive-header img{
    margin: 30px;
}

.how_to_connect_page{ 
    margin-top: 20px;
}
@media only screen and (min-width: 999px){
    .sistemos_prisijungimui .how_to_connect_page.half {
        display: flex;
        align-items: stretch;
        width: 100%;
        margin-bottom: 50px;
    }
}

.sistemos_prisijungimui #tabs{
    list-style: none;
    padding:0;
    border: solid #5ab9dd;
    border-radius: 4px 4px 0 0;
    border-width: 0px 1px 0px 1px;
    float: left;
    width: 100%;
}

.sistemos_prisijungimui #tabs li{
    display: inline;
    border: 1px solid #5ab9dd;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 13px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.sistemos_prisijungimui .tabs_content{
    min-height: 200px;
    border: 1px solid #5ab9dd;
    border-width: 0px 1px 1px 1px;
    float: left;
    width: 100%;
    display: none;
    margin-bottom: 100px;
    border-radius: 0 0 4px 4px;
}

.sistemos_prisijungimui .tabs_content_2, .sistemos_prisijungimui .tabs_content_3{
    padding: 50px 0 0 50px;
}

.sistemos_prisijungimui .tabs_content_1{
    display: block;
}

.sistemos_prisijungimui #tabs .selected_tab{
    border-width: 1px 0px 0px 0px;
    padding-bottom: 11px;
}

.sistemos_prisijungimui #user_details_section{
    height: 40px;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.sistemos_prisijungimui #user_details_picture{
    width: 37px;
    height: 37px;
    border: 1px solid #6a6a6a;
    float: right;
    border-radius: 1px;
}

.sistemos_prisijungimui #user_details_picture img{
    max-width: 100%;
}


.sistemos_prisijungimui #user_details_text_wrapper{
    text-align: right;
    font-size: 13px;
    width: 70%;
    float: right;
    margin-right: 10px;
}

.sistemos_prisijungimui #user_details_text_wrapper span{
    float: right;
}

.sistemos_prisijungimui #user_details_text_wrapper a.user_details_sign_out{
    float: right;
    padding-left: 24px;
    background: url('../img/user_details_sign_out.png') 0px 4px no-repeat;
    text-decoration: none;
}

#user_details_text_wrapper a.user_details_sign_out:hover{
    color: #51a8ca;
    background: url('../img/user_details_sign_out_hover.png') 0px 4px no-repeat;
}

.user_details_nps {
    /*float: right;*/
    padding-left: 24px;
    text-decoration: none;
    text-transform: uppercase;
}

.user_details_nps:hover {
    color: #51a8ca;
}

.sistemos_prisijungimui .tabs_inner_content_section{
    position: relative;
    border-bottom: 1px solid #5ab9dd;
    float: left;
    width: 100%;
    background-color: #fff;
}

.tabs_content_1 >  h2:first-of-type{
    padding: 5%;
}

.sistemos_prisijungimui .text_wrapper{
    width: 75%;
    float: right;
    margin: 4% 0 4% 0;
}

.sistemos_prisijungimui .text_wrapper > div{
    display: table;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 15px;
}

.sistemos_prisijungimui .text_wrapper > div.explanation{
    margin: 10px;
    width: 30px;
    display: block;
}

.sistemos_prisijungimui .text_wrapper > div.favourite_link{
    margin-right: 15px;
    margin-top: 10px;
    cursor: pointer;
    width: 30px;
    display: block;
    float: right;
    height: 30px;
    background: url('../img/favourite-mark.png') 0px 0px no-repeat;
}

.sistemos_prisijungimui .text_wrapper > div.favourite_link_liked,
.sistemos_prisijungimui .favourite-item .text_wrapper > div.favourite_link{
    background: url('../img/favourite-mark.png') -40px 0px no-repeat;
}

.sistemos_prisijungimui .text_wrapper > h2{
    margin-bottom: 20px;
    float: left;
    max-width: 85%;
}

.sistemos_prisijungimui .text_wrapper > div a.btn{
    /*width: 100%;*/
    float: left;
    padding: 0 19px;
}

.sistemos_prisijungimui .text_wrapper > div p{
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 80%;
}

.sistemos_prisijungimui .logo_area{
    width: 25%;
    float: left;
}

.sistemos_prisijungimui .tabs_inner_content_section .logo_area .logo_wrapper{
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    width: 80%;
    text-align: center;
}

.sistemos_prisijungimui .connection_history_wrapper{
    width: 100%;
    float: left;
    margin: 10px 0;
}

.sistemos_prisijungimui .connection_history_wrapper .connection_history_date{
    width: 19%;
    font-size: 14px;
    float: left;
    text-align: left;
    margin-top: 10px;
}

.sistemos_prisijungimui .connection_history_wrapper .connection_history_connection_type{
    width: 30%;
    float: left;
    line-height: 1;
}

.sistemos_prisijungimui .connection_history_wrapper .connection_history_connection_type h3{
    margin-top: 10px;
}

.sistemos_prisijungimui .connection_history_wrapper .btn{
    float: left;
    clear: none;
    padding: 0px 0px;
    text-align: center;
    width: 15%;
    margin-top: 10px;
    background-color: #fff;
    color: #6A6A6A;
    border: 1px solid #6A6A6A;
}

.sistemos_prisijungimui .connection_history_wrapper .btn:hover{
    background-color: #5ab9dd;
    color: #fff;
    border: 1px solid #fff;
}

.sistemos_prisijungimui .connection_history_wrapper .connection_history_connected_as{
    font-size: 14px;
    margin-left: 15px;
    margin-top: 10px;
    width: 30%;
    float: left;
    font-family: 'titillium_regular',sans-serif;
}

.sistemos_prisijungimui .senesni_prisijungimai_link{
    font-size: 13px;
    width: 100%;
    float: left;
    padding: 25px;
}

.sistemos_prisijungimui .tabs_content_3 > div{
    /*width: 750px;*/
    float: left;
    /*padding: 50px 0 0 50px;*/
    padding: 50px;
}

.sistemos_prisijungimui .tabs_content_2 h2,
.sistemos_prisijungimui .tabs_content_3 h2,
.sistemos_prisijungimui .tabs_content_4 h2{
    float: left;
    max-width: 95%;
    margin-bottom: 20px;
}

.sistemos_prisijungimui .tabs_content_2 h2{
    margin-bottom: 10px;
}

.sistemos_prisijungimui #kontaktiniai_duomenys_inner_wrapper_1,
.sistemos_prisijungimui #kontaktiniai_duomenys_inner_wrapper_2{
    width: 50%;
    min-height: 100px;
    float: left;
}
.sistemos_prisijungimui #kontaktiniai_duomenys_inner_wrapper_1{
    clear: left;
}

.kontaktiniai_duomenys_styled_select select{
    width: 90%;
    border-radius: 4px;
    border: 1px solid #5ab9dd;
    float: none;
    width: calc(90% - 20px);
}

.sistemos_prisijungimui .tabs_content_3 .success-area{
    clear: left;
    width: auto;
}

.sistemos_prisijungimui .tabs_content_3 input{
    width: 90%;
    width: calc(90% - 20px);
    float: none;
}

.sistemos_prisijungimui .tabs_content_3 .half_input{
    width: 43%;
    width: 38%;
    width: calc(45% - 20px);
}

.sistemos_prisijungimui .tabs_content_3 .half_input_2{
    /*margin-left: 4%;*/
}

.sistemos_prisijungimui .tabs_content_3 .btn{
    float: left;
    margin-bottom: 0;
    margin-top: 20px;
}

.sistemos_prisijungimui .tabs_content_3 #kontaktiniai_duomenys_photo_area{
    width: 150px;
    height: 150px;
    float: left;
    margin: 20px 20px 20px 0;
    background-size: cover;
}

.sistemos_prisijungimui .tabs_content_3 #photo_addition{
    position: relative;
    width: 49%;
    margin-top: 20px;
    float: left;
}

.sistemos_prisijungimui .tabs_content_3 #photo_addition input{
    opacity: 0;
}


.sistemos_prisijungimui .tabs_content_3 #photo_addition .btn{
    margin-bottom: 0;
    margin: 0;
    font-size: 12px;
    padding: 0;
    width: 91%;
    left: 0;
    text-align: center;
    position: absolute;
    max-height: 42px;
    overflow: hidden;
}

.sistemos_prisijungimui .tabs_content_3 #photo_rules{
    float: left;
    width: 49%;
    font-size: 14px;
    line-height: 1.3;
}

.sistemos_prisijungimui .tabs_content_4 > div{
    padding: 50px;
    float: left;
}

.sistemos_prisijungimui .tabs_content_4 .explanation{
    float: left;
    width: 52px;
    padding: 0;
    margin-top: 12px;
}

.sistemos_prisijungimui .tabs_content_4 p{
    font-size: 14px;
    float: left;
}

.sistemos_prisijungimui .tabs_content_4 .alert-area p{
    font-size: 16px;
}

.sistemos_prisijungimui .tabs_content_4 input{
    width: 35%;
    clear: both;
}

.sms_register_1 .btn{
    float: left;
    margin-top: 20px;
}

.sms_register_1 .btn2{
    margin-top: 20px;
}

.sms_register_2_inner_wrapper .btn{
    float: none;
    clear: none;
    margin: 0;
}

.sistemos_prisijungimui .alert-area p{
    background: url('../img/shauktukas.png') 17px center #eff8fd no-repeat;
}

.sistemos_prisijungimui .alert-error p{
    background: url('../img/shauktukas-red.png') 17px center #FFD5D5 no-repeat;
}

.sistemos_prisijungimui .area-error p{
    border: 1px solid #d9403c;
    color: #d9403c;
}

.sistemos_prisijungimui .sms_register_2_inner_wrapper,
.sistemos_prisijungimui .sms_register_3_inner_wrapper,
.sistemos_prisijungimui .sms_register_4_inner_wrapper{
    margin-top: 15px;
    float: left;
    width: 100%;
    display: table;
}

.sistemos_prisijungimui .sms_register_2 p,
.sistemos_prisijungimui .sms_register_3 p,
.sistemos_prisijungimui .sms_register_4 p{
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    float: none;
}

.sistemos_prisijungimui .btn.sms_register_2,
.sistemos_prisijungimui .btn.sms_register_3,
.sistemos_prisijungimui .btn.sms_register_4{
    float: none;
    clear: none;
    margin: 0;
    line-height: 40px;
}

.sistemos_prisijungimui .sms_register_2_inner_wrapper input,
.sistemos_prisijungimui .sms_register_3_inner_wrapper input,
.sistemos_prisijungimui .sms_register_4_inner_wrapper input{
    width: 26%;
    margin-right: 4%;
    margin-top: 0;
}

.sistemos_prisijungimui .sms_register_3_inner_wrapper input{
    width: 32%;
    margin-right: 2%;
}

.sms_register_2 .btn{
    margin-top: 0;
    margin-bottom: 0;
}

.sms_register_3 h3{
    float: left;
    margin-top: 40px;
}

.sistemos_prisijungimui p.sms_register_3{
    clear: both;
    float: left;
    width: auto;
}

.sistemos_prisijungimui .explanation.sms_register_3{
    margin: 6px 0 0 0;
}

.sms_register_3 .btn{
    clear: none;
    margin-top: 0;
}

.tekstinis_page #tekstinis_page_inner_wrapper{
    float: left;
    width: 80%;
    margin-bottom: 200px;
}

.tekstinis_page #tekstinis_page_inner_wrapper h2{
    margin-top: 30px;
    font-family: 'titillium_bold',sans-serif;
}

/*
.tekstinis_page #tekstinis_page_inner_wrapper h2:last-of-type{
    margin-top: 30px;
}
*/

.tekstinis_page #tekstinis_page_inner_wrapper p{
    margin: 30px 0;
    /*font-family: 'titillium_semibold',sans-serif;*/
}

.tekstinis_page #tekstinis_page_inner_wrapper ul, .tekstinis_page #tekstinis_page_inner_wrapper ol{
    margin-left: 25px;
    margin-bottom: 30px;
}


.tekstinis_page #tekstinis_page_inner_wrapper ul li{
    list-style: disc outside none;
}

.tekstinis_page #tekstinis_page_inner_wrapper ol li{
    list-style: decimal outside none;
}

.tekstinis_page #tekstinis_page_inner_wrapper #tekstinis_page_table{
    width: 100%;
    float: left;
    border: 1px solid #6a6a6a;
    margin-top: 30px;
    border-bottom: none;
}

.tekstinis_page #tekstinis_page_table h3.h_left{
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 25px 25px;
    border-bottom: 1px solid #6a6a6a;
}

.tekstinis_page #tekstinis_page_table h3.h_right{
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 25px 25px;
    border-bottom: 1px solid #6a6a6a;
}

.tekstinis_page .tekstinis_page_table_wrapper{
    display: table;
    width: 100%;
    float: left;
}

.tekstinis_page #tekstinis_page_table h4.h_left{
    display: table-cell;
    vertical-align: middle;
    width: 80%;
    text-align: left;
    padding: 15px 15px;
    font-size: 16px;
    border-bottom: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
}

.tekstinis_page #tekstinis_page_table h4.h_right{
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px 15px;
    font-size: 16px;
    border-bottom: 1px solid #6a6a6a;
}

.index_page .index_video_mobile{
    width: 80%;
    margin-left: 10%;
    float: left;
    display: none;
}

.index_page .index_video_mobile img{
    display: block;
    margin: auto;
    max-width: 80%;
}

.index_page_modal{
    display: none;
    width: 700px;
    margin-left: -350px;
}

.index_page_modal #close_popup_wrapper_wrap h2{
    margin: 40px;
    float: left;
    width: auto;
}

.index_page_modal #close_popup_wrapper_wrap #close_popup_link{
    margin: 40px 26px 40px 40px;
}

.index_page_modal #modal_popup_inner_wrapper{
    margin-left: 40px;
}

.index_page_modal #modal_popup_inner_wrapper > div{
    width: 50%;
    float: left;
}

.index_page_modal #modal_popup_inner_wrapper > div > input,
.index_page_modal #modal_popup_inner_wrapper > div > textarea{
    width: 92%;
}

.index_page_modal #modal_popup_inner_wrapper > div > textarea{
    height: 132px;
}

.index_page_modal #modal_popup_inner_wrapper .btn{
    margin-top: 20px;
}

textarea {
    resize: none;
}

.modal_video{
    display: none;
    position: fixed;
    top: 10%;
    width: 100%;
    height: 100%;
    z-index: 1100;
}

.modal_video iframe{
    float: left;
    width: 80%;
    height: 60%;
    margin-left: 10%;
}

textarea:focus, input:focus{
    outline: 0;
}

.sistemos_prisijungimui .tabs_content_3 .explanation{
    margin-top: 10px;
}

.absolute-header-bg{
    width: 100%;
    height: 129px;
    height: 159px;
    position: fixed;
    z-index: 500;
    top: 0;
    left:0;
    background: url('../img/header-bg.png');
    background: url('../img/header-bg-2.png');
}

.absolute-footer-bg{
    position: absolute;
    bottom: 0;
    height: 62px;
    width: 100%;
    z-index: -1;
    left: 0;
    background-color: #5ab9dd;
}

.sistemos_prisijungimui.main_wrapper{
    margin-top: 0;
}

#left-tab{
    border-radius: 4px 0 0 0;
}

#right-tab{
    border-radius: 0 4px 0 0;
}

.index_video_gif{
    max-width: 160%;
    background: url('../img/bg-decoration-1.png') center no-repeat;
    background-size: contain;
}

.usb_column .small_btn, .lust_card_column .small_btn{
    margin-top: 10px;
}

.small_btn.btn_cancel{
    background-color: #fff;
    color: #6A6A6A;
    border: 1px solid #6A6A6A;
    opacity: 0.7;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

.small_btn.btn_cancel:hover{
    opacity: 1;
    background-color: #5ab9dd;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

.usb_column p, .lust_card_column p{
    margin-top: 5px !important;
}

#logging_in_header .explanation:hover{
    background: url('../img/explanation_mark.png') 0px 0px no-repeat;
}






.block.top{
    margin-top: 50px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}



.mobile{
    display: none;
}




/* ===== ADDITIONAL STUFF ====== */


.how_to_connect_page .sms-step-2,
.sistemos_prisijungimui .sms_register_2,
.sistemos_prisijungimui .sms_register_3,
.sistemos_prisijungimui .sms_register_4{
    display: none;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*
::-webkit-input-placeholder {
    color: white;
}
:-moz-placeholder {
    color: white;
}
::-moz-placeholder {
    color: white;
}
:-ms-input-placeholder {
    color: white;
}
*/

@-webkit-keyframes rotation{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes rotation{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-o-keyframes rotation{
    from{-o-transform:rotate(0deg);}
    to{-o-transform:rotate(360deg);}
}
@keyframes rotation{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}








#tooltip
{
    text-align: left;
    color: #51bae0;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    z-index: 1500;
    padding: 15px;
    border: 1px solid #51bae0;
}

#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #51bae0;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #51bae0;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

.modal_popup_buttons_wrapper p{
    padding-left: 33%;
    padding-left: calc(31% + 10px);
}

.main_wrapper.tekstinis_page{
    margin-top: 150px;
}

/* mozilla specific hack to remove the double background on inputs */
/*
@-moz-document url-prefix() {
  .kontaktiniai_duomenys_styled_select select{
    background: none;
  }
}

*/

/* adding custom select arrow only in chrome because other browsers barely support it  */
@media screen and (-webkit-min-device-pixel-ratio:0){
    .kontaktiniai_duomenys_styled_select select{
        background: url('../img/dropdown-arrow.png') #fff 95% center no-repeat;
    }
}



.el_bankininkyste_section img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.el_bankininkyste_section img:hover{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

input.required-field{
    position: relative;
}

input.required-field:before,
input.required-field::before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
}

.input-wrapper > p{
    color: red;
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    visibility: hidden;
}

.input-wrapper.required-field > p{
    visibility: visible;
}

input.has-error{
    /*background-color: rgb(250, 163, 163);*/
}

.tabs_inner_content_section.scaled{
    /*-webkit-transform: scale(0,0);
    -webkit-animation:postScale 2s;    */
}

@-webkit-keyframes postScale /* Safari and Chrome */
{
    from {-webkit-transform: scale(0,0)}
    to {-webkit-transform: scale(1,1)}
}



.tekstinis-page .header .f_right,
.index-page .header .f_right{
    margin-top: 0;
}

.tekstinis-page .f_right ul,
.index-page .f_right ul{
    margin-bottom: 63px;
}



@media (min-width: 999px){
    .verslui-block .post-decoration{
        right: -120px;
    }

    .verslui-block .gif{
        left: 60px;
    }

    .prisijungimo_budai_block .post-decoration{
        right: -100px;
    }

    .prisijungimo_budai_block .gif{
        right: -60px;
    }
}


input.invalid{
    -webkit-box-shadow:0 0 5px rgb(255, 95, 95);
    -moz-box-shadow:0 0 5px rgb(255, 95, 95);
    box-shadow:0 0 5px rgb(255, 95, 95);
    border: 1px solid rgb(255, 95, 95);
}

.connection_history_wrapper .btn{
    opacity: 0.7;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

.connection_history_wrapper .btn:hover{
    opacity: 1;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}

h3 a.small_btn {
    float: right;
    width: auto;
}

.empty_txt_wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 3.5%;
    margin-right: 3.5%;
}

.user_form {
    padding: 50px;
}
.user_form input {
    clear: both;
    width: 35%;
}
    @media only screen and (min-width: 999px) {
        /*.half .user_form {
        min-height: 309px;
        }*/
        .half .user_form input {
        width: 84%;
        }
     }
.user_form .btn {
    float: left;
    margin-top: 20px;
}

.error-area {
    float: left;
    margin: -20px 20px 20px 3.5%;
}

.messages .error-area { /*U*/
    width: calc(100% - 80px);
    margin: 0 0 20px 40px;
}
@media only screen and (min-width: 1079px) { /*U*/
.messages .error-area{
    margin: 0 20px 20px 0;
    width: 100%;
}
}


.error-area p, .error-area p{
    /*float: left;*/
    background-color: #eff8fd;
    padding: 10px 10px 10px 50px;
    font-size: 13px;
    color: #d9403c;
    border-radius: 4px;
    border: 1px solid #d9403c;
}

.error-area p{
    background: url('../img/error-icon.png') 15px center #FFD5D5 no-repeat;
}
.user_form .error-area {
    margin-left: 0;
}

.el_parasas_section .jungtis {
    margin-left: 40px;
}
.main_wrapper .messages {
    margin-top: 10px;
}
.sms_register_1 .slapt_input {
    float: none;
    margin-left: 25px;
    margin-bottom: 10px;
    width: 200px;
}
.lbl {
    clear: both;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    width: 250px;
}

.mobile_column .mobilaus_pasirinkimas {
    /*height: 98px;*/
}
.mobile_column .small_btn {
    margin-top: 6px;
}
.sms_register_1 .small_btn {
    padding: 0;
}
.slapt_change .error-area {
    float: none;
    margin: 0 20px 20px 0;
}
h3 div.fr {
    float: right;
}
h3 div.fr a.connect.btn {
    background-color: #fff;
    color: #5ab9dd;
    width: auto;
    padding: 0 5px;
    margin-top: 10px;
    margin-right: 10px;
}
.area-error.show {
    display: block;
}

#qr { 
display: block;
width: calc(100% - 80px);
margin: 0 0 0 80px;
clear: both;
}
#qr_canceled { 
display: none;
}
.qr_flex { 
display: flex;
box-sizing: border-box;
flex: 1 1 100%;
vertical-align: middle;
margin: 10px 0 0 0;
padding: 10px 5px 5px 10px;
border-radius: 4px;
border: 1px solid #5ab9dd;
}
    .qr_img { 
    width: 100px;
    }
    .qr_img img { 
    width: 100%;
    min-width: 100px;
    max-width: 160px;
    }
    .qr_flex dd { 
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 5px 0 15px;
    font-size: 13px;
    line-height: 16px;
    }

@media only screen and (min-width: 600px) {
    .qr_flex dt { 
    display: flex !important;
    align-items: center;
    margin-right: 5px !important;
    padding: 0 5px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #5ab9dd;
    }
}
@media only screen and (max-width: 999px) { 
    #qr { 
    width: calc(100% - 100px);
    margin: 0 0 0 90px;
    padding-top: 1px;
    }
}
@media only screen and (max-width: 600px) {
    .qr_flex { 
    display: block !important;
    }
    .qr_img, .qr_flex dd { 
    width: 100%;
    margin: 20px 0;
    padding: 0;
    text-align: center;
    }
    .qr_flex dt { 
    display: block !important;
    text-align: center;
    margin: 0 auto 10px 0 !important;
    font-size: 27px;
    line-height: 27px;
    font-weight: bold;
    color: #5ab9dd;
    }
    

}

/* Aplinkos paveiksliukas jei reikia */
.env_dev .header .f_left span.env_block {
    background: url("../img/dev.png") no-repeat;
    position: absolute;
    display: block;
    float: left;
    height: 80px;
    width: 80px;
    top: 0;
    left: 100px;
}
.env_test .header .f_left span.env_block {
    background: url("../img/test.png") no-repeat;
    position: absolute;
    display: block;
    float: left;
    height: 80px;
    width: 80px;
    top: 0;
    left: 100px;

}

/* Laikinas sprendimas */
.sistemos_prisijungimui .tabs_inner_content_section:nth-of-type(1) {
    border-top-color: #5ab9dd;
    border-top-style: solid;
    border-top-width: 1px;
}
.sistemos_prisijungimui .tabs_content_1 {
    margin-top: 10px;
}


.demo_radio  {
    padding-bottom: 15px;
}
.demo_radios {
display: inline-block;
}
.demo_radio input[type="radio"] { 
    all: initial;
    -webkit-appearance: radio;

    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 3px;
    background-clip: content-box;
    border: 2px solid #060c3b;
    border-radius: 50%;
    margin-right: 0;
}

/* --- custom dropdown --- */
.custom_dropdown_box{
    background:#fff;
    border:1px solid #49abf5;
    width:232px;
    height:30px;
    display:block;
    line-height:30px;
    cursor:pointer;
    position:relative;
    z-index:500;
    margin-bottom:10px;
}
.custom_dropdown_box ul{
    width:232px;
    margin:0px;
    padding:0px;
    list-style:none;
    display:none;
    position:absolute;
    top:30px;
    left:-1px;
    z-index:1000;
    border:1px solid #49abf5;
    border-top:none;
}
.custom_dropdown_box ul li{
    background:#fff;
    width:232px;
    height:30px;
    line-height:30px;
    padding:0px;
    margin:0px;
}
.custom_dropdown_box ul li:hover{

}
.custom_dropdown_box ul li a{
    width:224px;
    height:30px;
    line-height:30px;
    color:#585858;
    display:block;
    padding-left:8px;
    text-decoration:none;
}
.custom_dropdown_box ul li a:hover{
    text-decoration:none;
    color:red;
}
.custom_dropdown_box .current_value{
    background:url(../img/arrow_grey_down.png) no-repeat 213px center;
    width:224px;
    display:block;
    color:#585858;
    padding-left:8px;
}
.custom_dropdown_box a:hover.current_value{
    text-decoration:none;
}

.assistive-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

div.centered      { width: 100%; }
div.columns       { width: 95%;  margin: 0 auto;}
div.columns div   { width: 50%; float: left; }
div.grey          { background-color: #cccccc; }
div.red           { background-color: #e14e32; }
div.clear         { clear: both; }

.neigal { filter: grayscale(100%); }

.neigal_grizti {
    font-weight: bold;
    color: #FFFFFF !important;
    text-decoration: none;
}

a.neigal { color: #000000; }
a.neigal:link { color: #000000; }
a.neigal:hover { color: #000000; }
a.neigal:active { color: #000000;
/* a.neigal:visited { color: #000000; } */

