/* Minification failed. Returning unminified contents.
(768,1): run-time error CSS1019: Unexpected token, found '}'
(1372,12): run-time error CSS1038: Expected hex color, found '#ffff'
 */
@font-face {
    font-family: 'OpenSans';
    src: url('../../../fonts/OpenSans-Regular-webfont.eot');
    src: url('../../../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../../../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../../../fonts/OpenSans-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../../fonts/OpenSans-Italic-webfont.eot');
    src: url('../../../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../../../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../../../fonts/OpenSans-Italic-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../../fonts/OpenSans-Bold-webfont.eot');
    src: url('../../../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../../../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../../../fonts/OpenSans-Bold-webfont.svg#robotoregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../../../fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('../../../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../../../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('../../../fonts/OpenSans-BoldItalic-webfont.svg#robotoregular') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/Roboto-Regular-webfont.eot');
    src: url('../../../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../../../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../../../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/Roboto-Italic-webfont.eot');
    src: url('../../../fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/Roboto-Italic-webfont.woff') format('woff'), url('../../../fonts/Roboto-Italic-webfont.ttf') format('truetype'), url('../../../fonts/Roboto-Italic-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/Roboto-Bold-webfont.eot');
    src: url('../../../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../../../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../../../fonts/Roboto-Bold-webfont.svg#robotoregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/Roboto-BoldItalic-webfont.eot');
    src: url('../../../fonts/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/Roboto-BoldItalic-webfont.woff') format('woff'), url('../../../fonts/Roboto-BoldItalic-webfont.ttf') format('truetype'), url('../../../fonts/Roboto-BoldItalic-webfont.svg#robotoregular') format('svg');
    font-weight: bold;
    font-style: italic;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

html, body {
    height: auto;
    width: 100%;
    overflow-y: scroll;
}

body {
    /*background: gray;*/
    /*background: url(images/background_new.jpg) no-repeat #FFFFFF;*/
    /*background: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)),url(images/background_new.jpg) fixed;*/
    /*background-position: center;
    background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*background-size: cover;*/
    /*background-color: #464646;*/
    /*background-size: 1920px 1080px;*/
    height: 100%;
    width: 100%;
    /*overflow: hidden;*/
    font-family: 'Roboto', 'OpenSans', Arial, sans-serif;
}

.main-content {
    background-image: url(images/login-bg.jpg);
    /*background: linear-gradient(white, #F16F25);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;*/
    /*background: url("../bpb/images/footer-bg.svg") no-repeat no-repeat;*/
    background-position: center 150%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /*background-color: #464646;*/
    /* background-size: auto; */
    position: fixed;
    height: 100%;
    width: 100%;
}

.container-fluid {
    margin: 0;
    width: auto;
    min-height: 100%;
    position: relative;
}

.btn-dark-grey, .btn-dark-grey:focus {
    background: none repeat scroll 0 0 #F9662B !important;
    border-color: #F9662B;
    color: #fff !important;
}

    .btn-dark-grey > i {
        color: #fff !important;
    }

    .btn-dark-grey:hover, .btn-dark-grey:active {
        background-color: #dd4500 !important;
        border-color: #dd4500;
    }

.btn-danger, .btn-danger:focus {
    background: none repeat scroll 0 0 #F9662B !important;
    border-color: #F9662B;
    color: #fff !important;
}

    .btn-danger > i {
        color: #fff !important;
    }

    .btn-danger:hover, .btn-danger:active {
        background-color: #dd4500 !important;
        border-color: #dd4500;
    }

.login-container2 {
    overflow: hidden;
}

.login-img {
    margin-left: 0 !important;
    float: left;
}

.login-container {
    float: right;
}

.logo-big {
    margin-top: 4%;
}

.login-form {
    float: left;
    margin-top: 5%;
}

@media only screen and (min-width : 992px) {
    .login-form {
        width: 450px;
    }
}

/*overriden bootstrap elements*/
.panel-override {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-primary-override {
    border: none;
}

.panel-heading-override {
    background-color: #fff !important;
    color: #000 !important;
    font-size: 20pt;
    border: none;
}

.panel-body-override {
    padding-bottom: 0;
}

.panel-footer-override {
    background-color: #fff;
    border: none !important;
}

.main-text {
    color: #808183;
    text-align: center;
}

/*.username-container {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:0px;
}

.password-container {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}*/


.username-container {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.password-container {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.username-inp {
    background-color: #cfcfcf;
}

.password-inp {
    background-color: #cfcfcf;
}

.embed-responsive {
    /*border: 1px solid #A1A2A4;*/
    border-radius: 10px !important;
}

/*.login-btn {
    display: block;
    width: 100%;
    background-color: #310882 !important;
    border: none;
    padding: 0;
    height: 45px;
    width: 110%;
    margin-left: -5%;*/
/*margin-top: 35px;*/
/*-webkit-transition: background-position 1s;
    -moz-transition:    background-position 1s;
    -ms-transition:     background-position 1s;
    -o-transition:      background-position 1s;
    transition:         background-position 1s;*/
/*}*/

.login-btn {
    display: block;
    width: 100%;
    background-color: #98C02E !important;
    border: none;
    padding: 0;
    height: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-transition: background-position 1s;
    -moz-transition:    background-position 1s;
    -ms-transition:     background-position 1s;
    -o-transition:      background-position 1s;
    transition:         background-position 1s;*/
}

    .login-btn:hover, .login-btn:focus, .login-btn:disabled {
        /*-moz-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        -webkit-transition: all .4s ease-in;
        transition: all .4s ease-in;*/
        color: #fff;
        background-color: #f9662b !important;
    }

.btn-login-type, .btn-login-type:focus {
    background-color: #FFF !important;
    border-color: #FFF !important;
}

    .btn-login-type:hover, .btn-login-type:active {
        background-color: #F1F1F3 !important;
        border-color: #F1F1F3 !important;
    }

.login-label {
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
    color: #482f94;
    font-weight: bold;
}


.footer-notifications {
    overflow-y: auto;
    padding-top: 5px;
}

.notifications-title {
    font-size: 12pt;
    font-weight: bold;
}

.supported-browsers {
    width: 45px;
    height: 20px;
    background: url("../../images/supported-browsers.png");
    background-size: 45px 20px;
    margin-bottom: 15px;
    margin-left: 13px;
}

.supported-os {
    width: 60px;
    height: 20px;
    background: url("images/supported-os.png");
    background-size: 60px 20px;
    margin-bottom: 15px;
    margin-left: 13px;
}

.panel-footer-content a {
    color: #878787;
    font-size: 11pt;
}

.footer-list {
}

.footer h4 {
    color: #000;
}

.footer-ul {
    list-style: none;
    margin-left: 0;
}

    .footer-ul li {
        display: inline;
        padding-right: 13px;
        font-size: 11pt;
        padding-left: 13px;
    }

        .footer-ul li + li {
            border-left: 1px solid #878787;
        }

        .footer-ul li a, span, i {
            color: #000;
        }

            .footer-ul li a:hover {
                color: #CC0023;
            }

        .footer-ul li .phone-number {
            cursor: default;
        }

/*link animations*/
a, a:visited, a:hover, a:active {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition: 0.5s color ease;
    text-decoration: none;
    color: #26007D;
}

    a:hover {
        color: #6929ff;
    }

    a.login-link:after {
        content: "";
        transition: 0.5s all ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
    }

    a.login-link:after {
        bottom: -0.25em;
    }

    a.login-link:after {
        height: 5px;
        height: 0.35rem;
        width: 0;
        background: #E60028;
    }

    a.underline:after {
        right: 0;
    }

    a.login-link:hover:after {
        width: 100%;
    }
/*link animations end*/

.validation-summary-errors {
    color: #ff0000;
    float: left;
}

    .validation-summary-errors ul {
        list-style-type: none;
    }

@media screen and (max-width: 768px) {


    h4 {
        font-size: 12px;
    }
}

.login-panel-container:after, .login-footer-notifications {
    height: 108px;
}

.login-footer-notifications {
    bottom: 0;
    right: 0;
    position: absolute;
}

/* jssor slider bullet navigator skin 05 css */
/*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
.jssorb05 {
    position: absolute;
}

    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        /* size of bullet elment */
        width: 16px;
        height: 16px;
        background: url('images/slider-dots.png') no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb05 div {
        background-position: -7px -7px;
    }

        .jssorb05 div:hover, .jssorb05 .av:hover {
            background-position: -37px -7px;
        }

    .jssorb05 .av {
        background-position: -67px -7px;
    }

    .jssorb05 .dn, .jssorb05 .dn:hover {
        background-position: -97px -7px;
    }

/* jssor slider arrow navigator skin 12 css */
/*
        .jssora12l                  (normal)
        .jssora12r                  (normal)
        .jssora12l:hover            (normal mouseover)
        .jssora12r:hover            (normal mouseover)
        .jssora12l.jssora12ldn      (mousedown)
        .jssora12r.jssora12rdn      (mousedown)
        */
.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url('images/slider-arrows.png') no-repeat;
    overflow: hidden;
}

.jssora12l {
    background-position: -16px -37px;
}

.jssora12r {
    background-position: -75px -37px;
}

.jssora12l:hover {
    background-position: -136px -37px;
}

.jssora12r:hover {
    background-position: -195px -37px;
}

.jssora12l.jssora12ldn {
    background-position: -256px -37px;
}

.jssora12r.jssora12rdn {
    background-position: -315px -37px;
}

/*#region header*/
.navbar {
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 8px 2px rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 8px 2px rgba(0,0,0,.5);
    -o-box-shadow: 0 0 8px 2px rgba(0,0,0,.5);
    box-shadow: 0 0 8px 2px rgba(0,0,0,.5);
}

.navbar, .breadcrumbs, .sidebar-shortcuts {
    /*background: linear-gradient(to right, #310882, #f63b00);*/
    /*background: linear-gradient(to right, #ffe6ce, #f63b00);  /*ardit*/
    background: #FFFFFF;
    border-bottom: 1px solid white;
}

    .navbar .navbar-brand {
        padding-bottom: 0;
        padding-top: 0px; /*changed from 4 to 0 by AI*/
    }

.no-skin .nav-list > li {
    border-color: #dadada;
}

    .no-skin .nav-list > li > a {
        background: none repeat scroll 0 0 #f3f3f3 !important;
        color: #444 !important;
    }

    .no-skin .nav-list > li.active:after {
        border-color: #26007D !important;
    }

.no-skin .nav-list li.active > a:after {
    -moz-border-right-colors: #26007D !important;
    border-right-color: #26007D !important;
}

.no-skin .nav-list > li.active > .submenu:before, .no-skin .nav-list > li.active > .submenu > li:before {
    border-color: #d4cade !important;
}

.no-skin .nav-list > li > .submenu:before, .no-skin .nav-list > li > .submenu > li:before {
    border-color: #d4cade !important;
}

.no-skin .nav-list > li.active > a {
    color: #26007D !important;
}

.no-skin .nav-list > li .submenu > li > a {
    color: #555 !important;
}

.no-skin .nav-list > li .submenu > li.active > a {
    color: #26007D !important;
}

.no-skin .nav-list > li .submenu > li > a:hover {
    color: #26007D !important;
}

.no-skin .nav-list > li.open > a {
    color: #26007D !important;
}

.no-skin .nav-list > li:hover > a {
    color: #26007D !important;
}

.nav-list > li:before {
    background-color: #26007D !important;
}

.ace-nav > li > a > .ace-icon {
    color: #444;
}

/*.ace-nav > li.light-blue > a {
    background: none repeat scroll 0 0 #BBDA25 !important;
}

    .ace-nav > li.light-blue > a:hover, .ace-nav > li.light-blue > a:focus, .ace-nav > li.open.light-blue > a {
        background: none repeat scroll 0 0 #1ca1a5 !important;
    }

.ace-nav > li.blue > a {
    background: none !important;
    border-left: 1px solid #bbb;
}

    .ace-nav > li.blue > a:hover, .ace-nav > li.blue > a:focus, .ace-nav > li.open.blue > a {
        background: none repeat scroll 0 0 #A1A2A4 !important;
    }*/

.ace-nav > li.grey > a {
    background: none !important;
    border-left: 1px solid #bbb;
}

    .ace-nav > li.grey > a:hover, .ace-nav > li.grey > a:focus, .ace-nav > li.open.grey > a {
        background: none repeat scroll 0 0 #dadada !important;
    }

.ace-nav > li.purple > a {
    background: none !important;
    border-left: 1px solid #bbb;
}

    .ace-nav > li.purple > a:hover, .ace-nav > li.purple > a:focus, .ace-nav > li.open.purple > a {
        background: none repeat scroll 0 0 #dadada !important;
    }

.ace-nav > li.green > a {
    background: none !important;
    border-left: 1px solid #bbb;
}

    .ace-nav > li.green > a:hover, .ace-nav > li.green > a:focus, .ace-nav > li.open.green > a {
        background: none repeat scroll 0 0 #dadada !important;
    }

.navbar-brand {
    cursor: default;
}

.ace-nav > li {
    margin-right: 30px;
    border: none;
}

.header-link {
    background: none !important;
    font-weight: 400;
    color: #A1A2A4 !important;
}

    .header-link:hover {
        color: #26007D !important;
    }
/*#endregion*/

/*#region login container*/
.panel {
    border: none !important;
    background: none !important;
}

.panel-primary > .panel-heading {
    background: none !important;
    color: #ffffff !important;
    border: none !important;
}

.panel-heading h3 {
    color: #26007D;
}

.form-control {
    /*box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28) !important;*/
}

a.login-container-footer-link {
    color: #26007D;
}

    a.login-container-footer-link:hover {
        color: #6929ff;
    }
/*#endregion*/

/*.login-container-bg-center {
    margin-top: 50px;
    /*padding-top: 25px;*/
/*padding-right: 25px;
    padding-left: 25px;
    border-top: 30px solid #310882;
}
*/

.login-container-bg-center {
    margin-top: 35px;
    padding-top: 25px;
    /*padding-right: 25px;
    padding-left: 25px;*/
}



.linksContainer {
    /*background: linear-gradient(to right, #310882, #f63b00);*/
    overflow-y: auto;
    padding: 10px 10px;
    margin-bottom: 10;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



    .linksContainer hr {
        margin: 5px 0px;
        border: 0;
        height: 1px;
        width: 85%;
        align-content: center;
        /*background: linear-gradient(to right, #310882, #f77840);*/
        background: #eee;
    }

.alert-bg {
    background-color: #A1A2A4;
    color: #fff;
}

a.alert-item, a.alert-item:visited {
    color: #fff !important;
    font-weight: 600 !important;
}

    a.alert-item:hover {
        color: #26007D !important;
    }

.login-container-bg-right {
    margin-top: 30px;
    padding-top: 25px;
    /*padding-right: 5px;
    padding-left: 5px;*/
    background: #A1A2A4;
    /*background: rgba(255, 255, 255, 0.7);*/
}

}

/*.alert {
    padding: 8px;
    color: #FFF !important;
    font-weight: 600 !important;
    border: 2px solid #310882;
    border-radius: 50px;
    margin-bottom: 5px;
    background: #310882;
}




    .alert:hover {
        /*color: #FFF !important;*/
/*font-weight: 600 !important;
        border-radius: 50px;
        background: none;
        text-decoration: none !important;
    }*/

/*.alert.alert-bg:hover a {
            color: #310882 !important;
        }*/

/*a.alert:focus {
    text-decoration: none !important;
}*/

/*a.alert-item {
    color: #0000EE !important;
    font-weight: 200 !important;

}*/

/*a.alert-item:hover {*/
/*color: #000 !important;*/
/*color: #310882 !important;*/
/*}*/




.alert-bg {
    background-color: #A1A2A4;
    color: #fff;
}

a.alert-item, a.alert-item:visited {
    color: #fff !important;
    font-weight: 600 !important;
}

    a.alert-item:hover {
        color: #26007D !important;
    }

.login-container-bg-right {
    margin-top: 70px;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    background: #A1A2A4;
    /*background: rgba(255, 255, 255, 0.7);*/
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.uppercase {
    text-transform: uppercase;
}

.alert-bg {
    /*text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    margin-bottom: 10px;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*font-size:12px;*/
    font-weight: 200;
    background-color: #A1A2A4;
    color: #fff;
}


a.alert-item, a.alert-item:visited {
    color: #fff !important;
    font-weight: 600 !important;
}

    a.alert-item:hover {
        color: #310882 !important;
    }



/*#region footer content*/
.full-bg {
    width: 100%;
    height: auto;
}

.footer {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: block;
    text-align: center;
    background: #FFF; /*linear-gradient(to right, #310882, #f63b00);*/
    border-top: 2px solid #310882;
    color: white !important;
    /*background-image: url("../bpb/images/footer-bg.svg");*/
}

/*#endregion*/

/*#region input fields*/
input {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #FFBB9E 4%) !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #FFBB9E 4%) !important;
}

    input:focus, input:valid {
        box-shadow: none !important;
        outline: none !important;
        background-position: 0 0 !important;
    }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
}
/*#endregion*/

.left-section {
    position: absolute;
    left: 15%;
    padding: 3px;
}

.right-section {
    position: relative;
    left: 4%;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.alert {
    padding: 5px;
}

.nav-tabs > li.active > a {
    border-top: 2px solid #26007D;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
        border-top: 2px solid #26007D;
    }

.modal-header {
    border-bottom: none;
}

.token-img {
    padding-left: 30%;
}

.row {
    padding: 0 !important;
}

.video {
    margin-bottom: 15px;
}

.login-header-img a {
    /*background: url(images/nlb-logo.png) center left no-repeat;*/
    background: url(images/logo_nlb_mk.svg) center left no-repeat;
    display: block;
    width: 257.5px; /*203px;*/ /*515*/
    height: 54px; /*55px;*/ /*108*/
    margin-left: 10px;
    -ms-background-size: auto 66%;
    background-size: auto 80%;
}

.top-header img {
    max-height: 40px;
}

.navbar-links {
    margin-top: 7px;
}

.responsive-img {
    display: block;
    width: 100%;
    height: auto;
}

.token-modal-body {
    margin: 18px;
}

.login-modal-header-img {
    max-width: 30%;
}

.margin-right-30 {
    margin-right: 30px;
}

.alert-header {
    margin-top: 5px;
    color: #FFF;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border: 5px solid #A1A2A4;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    /*background-color: #000000;
	border: 5px solid #555555;
    border-radius:25px;*/
    background-color: #818B99;
    border: 10px solid #F5F5F5;
    border-radius: 9px;
    background-clip: content-box;
}

.activate-next-btn {
    display: block;
    width: 100%;
    font-size: 12pt;
    color: #fff;
    background-color: #310882 !important;
    border: none;
    padding: 0;
    height: 45px;
    margin-top: 10px;
    border-right: 1px solid #FFF;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

    .activate-next-btn:hover, .activate-next-btn:focus, .activate-next-btn:disabled {
        color: #fff;
        background-color: #A1A2A4 !important;
    }

.activate-back-btn {
    display: block;
    width: 100%;
    font-size: 12pt;
    color: #fff;
    background-color: #310882 !important;
    border: none;
    padding: 0;
    height: 45px;
    margin-top: 10px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

    .activate-back-btn:hover, .activate-back-btn:focus, .activate-back-btn:disabled {
        color: #fff;
        background-color: #A1A2A4 !important;
    }


.login-error {
    margin-top: 20px;
    color: red;
    font-size: initial;
    text-align: center;
}

a.languageDropdown span {
    color: #310882;
    font-size: 16px;
}


    a.languageDropdown span:hover {
        color: #fff;
    }

.languageLogin {
    width: 40px;
    height: 40px;
    font-size: .5rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0 0;
    border-radius: 50%;
    background-color: #FFF !important;
    border: 1px solid #310882;
}


    .languageLogin:hover {
        background-color: #310882 !important;
        border: 1px solid #FFF;
        color: #FFF;
    }


        .languageLogin:hover span {
            color: #FFF;
        }



login-con {
    background: #FFFFFF;
}

/*.panel-primary {
    background-color: rgba(255,255,255,.5) !important  ;
}*/


.welcome-subpart {
    color: #310882;
}

.top-login-ebanking {
    color: #FFFFFF;
    background-color: #310882;
    text-align: center;
    font-size: 8px;
    padding: 1px;
}


.form-group {
    margin: 0px !important;
}






::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #e0e0e0 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #e0e0e0 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #e0e0e0 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #e0e0e0 !important;
}



.inner-box-login {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    background-color: #FFF;
}


.info-round {
    color: #FFFFFF;
    border: 1px solid #FFF;
    border-radius: 50px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.info-footer-login {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

.activate-link-login {
    color: #000 !important;
    margin-bottom: 10px;
    padding: 10px;
    height: 45px;
    width: 100%;
    align-content: center;
}

.activation-btn {
    padding: 10px !important;
    height: 45px;
    width: 100%;
    align-content: center;
    display: block;
    border: none;
    padding: 0;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.activate-link-login:hover {
    color: #310882 !important;
}

.svg-fleta {
    width: 100px;
    height: 80px;
    opacity: 0.5;
}

.login-part-fieldset {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.activationCode-textbox {
    width: 100%;
    margin-bottom: 2px !important;
}

.activationCode-btn-part {
    padding-right: 2px !important;
    padding-left: 2px !important;
}



.ace-nav > li.blue > a {
    background: none !important;
    border-left: 1px solid #bbb;
}




#navbar-container {
    border-bottom: 2px solid #310882;
}


.login-container-bg-right {
    margin-top: 70px;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    background: #A1A2A4;
    /*background: rgba(255, 255, 255, 0.7);*/
}
/*WEBCHAT + COBROWSE*/
div.chat > a,
div.chat {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    list-style: none outside none;
    text-decoration: none;
}

div.chat {
    padding: 0;
    z-index: 1;
}
div.chat img {
    float: left;

}
/*
:not(:disabled):not(.disabled).btn {
    cursor: pointer;
*/

div.chat > .btn:hover {
    color: #212529;
    text-decoration: none;
}

div.chat > img {
    float: left;
    width: 100%;
}

a.chat,
img.chat,
div.chat {
    border: 0 none;
    outline: 0 none;
}

a.chat {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a.chat:hover {
        text-decoration: none;
    }
/* chat */
.chat {
    position: absolute;
    bottom: 10px;
    right: 2px;
    padding: 15px;
    color: #fff;
    text-align: center;
}

    .chat a.open img {
        width: 40px;
        margin-right: 15px;
    }

    .chat > span.chat-info {
        background: #26147e;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }

    .chat a.open {
        display: block;
        background: #99cd2c;
        color: #fff;
        text-transform: uppercase;
        padding: 15px;
    }

.cobrowse img {
    float: left;
}

#chat-ifr {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: none;
    z-index: 9999;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.chat span.text {
    color: #fff;
    padding: 0;
}

.chat span {
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 12px;
}

#close-chat:hover {
    background: #666;
    color: #ffff;
}

#close-chat {
    text-align: center;
    position: fixed;
    right: 5px;
    bottom: 470px;
    background: #fff;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 23px;
    color: #000;
    border-radius: 50%;
    z-index: 9999999999;
    display: none;
}

.chat .co-browse {
    background: #767676 !important;
    width: 100%;
    border: none;
    margin: 0;
    padding: 15px;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    button.co-browse img {
        width: 40px;
        margin-right: 15px;
    }
/* end of chat */

#cookieConsent {
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    min-height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    padding: 15px 30px 15px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

    #cookieConsent a {
        color: #4b8ee7;
        text-decoration: none;
    }

#closeCookieConsent {
    position: absolute;
    right: 10px;
    top: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    line-height: 1;
    /* padding: 0px 3px 0px 0px; */
    height: 25px;
    background: #ededed;
    font-size: 23px;
    cursor: pointer;
    color: #000000;
    font-family: "Istok Web", sans-serif;
    font-weight: 400;
}

    #closeCookieConsent:hover {
        color: #fff;
        background-color: #000000;
    }

#cookieConsent a.cookieConsentOK {
    background-color: #26147e;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 20px 0 10px;
}

    #cookieConsent a.cookieConsentOK:hover {
        background-color: #f55710;
    }

@media (max-width: 767px) {
    /* chat */
    .chat {
        right: 15px;
        bottom: 15px;
    }

        .chat a.open {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .chat span {
            display: none;
        }

        .chat a.open,
        button.co-browse {
            justify-content: center;
        }

            .chat a.open img {
                margin-right: 15px;
                width: 40px;
            }

            button.co-browse img {
                margin-right: 0;
                width: 30px;
            }

        .chat span.text {
            display: none;
        }

    button.co-browse {
        padding: 10px;
    }
    /* end of chat */
    #cookieConsent a.cookieConsentOK {
        float: left;
        margin-left: 0;
    }
}

