﻿
/***** 03.09.2014 ****/
.info-holder {
    display: inline-block;
    margin: 10px 0px -10px 40px;
    position: relative;
}



.topup-info-text {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #e20074;
    border-radius: 5px;
    padding: 0px 10px 10px 10px;
    width: 290px;
    top: -16px;
    right: 52px;
    opacity: 0.93;
}

    .topup-info-text img {
        position: absolute;
        top: 17px;
        left: 310px;
    }

.topup-info-text-wraper {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.show-info:hover .topup-info-text-wraper, .show-info:hover .topup-info-text {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.topup-info-span {
    color: #333 !important;
    display: inline-block;
    font-family: arial;
    font-size: 10px;
    padding-top: 8px;
}

    .topup-info-span a {
        font-size: 10px;
    }

/***** 03.09.2014 end ****/


/**************************************
              Redesign 2017
**************************************/


@font-face {
    font-family: 'tscreen-regular';
    src: url('../fonts/TeleGroteskScreen-Regular.eot');
    src: url('../fonts/TeleGroteskScreen-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TeleGroteskScreen-Regular.woff') format('woff'), url('../fonts/TeleGroteskScreen-Regular.ttf') format('truetype'), url('../fonts/TeleGroteskScreen-Regular.svg#tele-groteskhalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tscreen-medium';
    src: url('../fonts/TeleGroteskScreen-Medium.eot');
    src: url('../fonts/TeleGroteskScreen-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/TeleGroteskScreen-Medium.woff') format('woff'), url('../fonts/TeleGroteskScreen-Medium.ttf') format('truetype'), url('../fonts/TeleGroteskScreen-Medium.svg#tele-groteskfetregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tscreen-thin';
    src: url('../fonts/TeleGroteskScreen-Thin.eot');
    src: url('../fonts/TeleGroteskScreen-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/TeleGroteskScreen-Thin.woff') format('woff'), url('../fonts/TeleGroteskScreen-Thin.ttf') format('truetype'), url('../fonts/TeleGroteskScreen-Thin.svg#tele-groteskultregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tscreen-ultra';
    src: url('../fonts/TeleGroteskScreen-Ultra.eot');
    src: url('../fonts/TeleGroteskScreen-Ultra.eot?#iefix') format('embedded-opentype'), url('../fonts/TeleGroteskScreen-Ultra.woff') format('woff'), url('../fonts/TeleGroteskScreen-Ultra.ttf') format('truetype'), url('../fonts/TeleGroteskScreen-Ultra.svg#telegrotesk_headlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tscreen-bold';
    src: url('../fonts/TeleGroteskScreen-Bold.eot');
    src: url('../fonts/TeleGroteskScreen-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TeleGroteskScreen-Bold.woff') format('woff'), url('../fonts/TeleGroteskScreen-Bold.ttf') format('truetype'), url('../fonts/TeleGroteskScreen-Bold.svg#telegrotesk_headlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'TeleIconUi';
    src: url("../fonts/teleicon-ui.eot");
    src: url("../fonts/teleicon-ui.eot?#iefix") format("embedded-opentype"), url("../fonts/teleicon-ui.woff") format("woff"), url("../fonts/teleicon-ui.ttf") format("truetype"), url("../fonts/teleicon-ui.svg#teleicon-ui") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'TeleIconUi';
        src: url("../fonts/teleicon-ui.svg#teleicon-ui") format("svg");
    }
}



/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    position: relative;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
    color: #383838;
    font-family: 'tscreen-regular',"Helvetica Neue", Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    height: 100%;
}
footer.main-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
}
#forPayOnline {
    position: relative;
    height: auto;
    padding-bottom: 123px;
}
div#ctl00_forPayOnline {
    position: relative;
    height: auto;
    padding-bottom: 123px;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

p {
    padding: 0px;
}

.btn > .icon {
    padding: 0;
}

.btn {
    border-radius: 0px;
}



@media (min-width: 1200px) {
    .container {
        width: 1024px;
    }
}



/* Header Section */
header.main-header {
    background-color: #e20074;
}

img.logo {
    margin: 24.5px 0px;
}

img.slogan {
    margin: 41px 0px 0px 0px;
}

/*@media (max-width: 320px) {
    img.slogan {
        display: none;
    }
}*/

/* Main Menu */

nav.main-menu {
    display: block;
    float: left;
}

    nav.main-menu ul {
        margin: 30px 0px 15px 0px;
    }

        nav.main-menu ul li {
            font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
            font-size: 17px;
            padding-left: 0px;
            padding-right: 35px;
            position: relative;
            padding-bottom: 15px;
        }

        nav.main-menu ul > li.plati-smetka-menu-item:first-child > a:after {
            position: relative;
            bottom: 1px;
            vertical-align: middle;
            display: inline-block;
            font-family: 'Telekom-Icon';
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            text-transform: none !important;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\24';
            color: #c1c1c1;
            padding-left: 10px;
        }

        nav.main-menu a.hide-arrow:after {
            display: none!important;
        }

        nav.main-menu ul > li.plati-smetka-menu-item:first-child:hover > a:after {
            color: #e20074;
        }




        nav.main-menu ul li a {
            color: #807f7f;
            text-decoration: none;
            padding: 10px 0px;
        }

            nav.main-menu ul li a:hover, nav.main-menu li.active-menu-item a {
                color: #e20074;
            }

        nav.main-menu ul ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background: #f6f6f6;
            padding: 10px;
            margin: 0px;
            z-index: 20;
            min-width: 200px;
        }

        ul.dropdown-menu-list.dropdown-menu-list-opened {
            display: block;
        }

        nav.main-menu ul.dropdown-menu-list li a {
            padding: 10px;
            display: block;
            color: #5d5d5d;
            font-size: 15px;
        }

            nav.main-menu ul.dropdown-menu-list li a:hover {
                color: #e20074;
            }

        nav.main-menu ul.dropdown-menu-list li {
            list-style: none;
            border-bottom: 1px solid #eaeaea;
            padding: 0px;
        }

            nav.main-menu ul.dropdown-menu-list li:last-child {
                border-bottom: 1px solid transparent;
            }

/*@media (min-width:768px) {
    nav.main-menu ul li:hover > ul {
        display: block;
    }
}*/

nav.language-chooser-wrapper-nav {
    display: block;
    float: right;
}

    nav.language-chooser-wrapper-nav ul li {
        font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
        font-size: 17px;
        margin: 26px 0px 0px 0px;
    }

    nav.language-chooser-wrapper-nav > ul > li > a {
        color: #807f7f;
    }

        nav.language-chooser-wrapper-nav > ul > li > a:hover {
            text-decoration: none;
            color: #e20074;
        }

i.icon.icon-navigation-down.main-menu-dropdown-link {
        color: #c1c1c1;
}

@media (max-width:767px) {

    i.icon.icon-navigation-down.main-menu-dropdown-link {
        display: block;
        position: absolute;
        right: 2px;
        width: 30px;
        text-align: center;
        padding: 6px;
        /* background: red; */
        top: 6px;
        bottom: auto;
    }

    ul.dropdown-menu-list.dropdown-menu-list-opened {
        display: block;
    }

    nav.main-menu ul > li.plati-smetka-menu-item:first-child > a:after,
    nav.main-menu ul > li.dopolni-vaucer-menu-item:nth-child(2) > a:after {
        display: none;
    }

    nav.main-menu ul > li.plati-smetka-menu-item:first-child {
        border-right: 1px solid #e4e4e4;
    }

    nav.main-menu ul li:first-child a {
        text-decoration: none;
        padding: 0px 0px;
        display: block;
    }

    nav.main-menu ul li a {
        width: 100px;
    }

    nav.main-menu ul ul {
        display: none;
        position: absolute;
        top: 49px;
        left: -1px;
        background: #f6f6f6;
        padding: 10px;
        margin: 0px;
        z-index: 20;
        min-width: 0%;
        border-bottom: 1px solid #e4e4e4;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        right: 0;
    }

    nav.main-menu ul.dropdown-menu-list li a {
        color: #5d5d5d;
        font-size: 15px;
        display: block;
        width: 100%;
        padding: 10px 0px;
    }
}


.btn.language-chooser {
    background-color: #f4f4f4;
    color: #333;
    border: 0;
}

    .btn.language-chooser:active, .btn.language-chooser.active, .open > .dropdown-toggle.btn.language-chooser {
        color: #fff;
        background-color: #E20074;
        border: 0;
    }

.dropdown.language-chooser-wrapper.open ul.dropdown-menu {
    margin: 0px;
    border-radius: 0px;
}

.dropdown.language-chooser-wrapper.open ul li {
    margin: 0px;
    padding: 7px 0px;
    border-bottom: 1px solid #eee;
}

    .dropdown.language-chooser-wrapper.open ul li:hover {
        background: #F6F6F6;
    }

.dropdown.language-chooser-wrapper.open ul.dropdown-menu {
    padding: 0px;
}

.dropdown.language-chooser-wrapper.open .dropdown-menu > li > a {
    padding: 0px 0px 0px 10px;
}

    .dropdown.language-chooser-wrapper.open .dropdown-menu > li > a:hover,
    .dropdown.language-chooser-wrapper.open .dropdown-menu > li > a:focus {
        background-color: transparent;
    }

.dropdown-menu {
    min-width: 110px;
    -webkit-box-shadow: none;
    box-shadow: none;
}



/* Breadcrumbs */



section.navigation-wrapper:before, section.navigation-wrapper:after,
nav.breadcrubms:before, nav.breadcrubms:after {
    content: '';
    display: table;
    clear: both;
}

nav.breadcrubms {
    margin-bottom: 50px;
}

    nav.breadcrubms ul li {
        position: relative;
        border-top: 3px solid #b2b2b2;
        width: 25%;
        display: block;
        float: left;
        font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
        color: #626262;
        padding: 15px 0px 15px 37px;
    }

        nav.breadcrubms ul li span.text-small {
            color: #8C8C8C;
            font-size: 11px;
            line-height: 1;
            padding: 0px;
        }

        nav.breadcrubms ul li p:before {
            content: '';
            display: inline-block;
            position: absolute;
            left: 0;
            height: 47px;
            width: 34px;
            color: #888888;
            font-size: 43px;
            line-height: 0.75;
            padding: 0px;
            text-align: right;
            font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
            top: 14px;
        }

        nav.breadcrubms ul li:nth-child(1) p:before {
            content: '1';
        }

        nav.breadcrubms ul li:nth-child(2) p:before {
            content: '2';
        }

        nav.breadcrubms ul li:nth-child(3) p:before {
            content: '3';
        }

        nav.breadcrubms ul li:nth-child(4) p:before {
            content: '4';
        }



        nav.breadcrubms ul li.active-breadcrumbs, nav.breadcrubms ul li.active-breadcrumbs p:before {
            color: #e20074;
        }

@media (min-width:768px) {
    nav.breadcrubms ul li.active-breadcrumbs {
        border-color: #e20074;
    }
}

nav.breadcrubms ul li p {
    margin-bottom: 0px;
}

@media (max-width:767px) {


    nav.breadcrubms ul li p:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: -1px;
        height: 47px;
        width: 20px;
        color: #888888;
        font-size: 43px;
        padding: 0px;
        top: 14px;
    }

    nav.breadcrubms ul li {
        padding: 15px 0px 15px 30px;
    }


    nav.breadcrubms ul li {
        display: none;
    }

        nav.breadcrubms ul li.active-breadcrumbs {
            display: block;
            width: 100%;
        }


            nav.breadcrubms ul li.active-breadcrumbs:nth-child(1):after {
                background-image: url('../images/redesign/active-step-mob.png'), url('../images/redesign/step-mob.png'), url('../images/redesign/step-mob.png'), url('../images/redesign/step-mob.png');
            }

            nav.breadcrubms ul li.active-breadcrumbs:nth-child(2):after {
                background-image: url('../images/redesign/active-step-mob.png'), url('../images/redesign/active-step-mob.png'), url('../images/redesign/step-mob.png'), url('../images/redesign/step-mob.png');
            }

            nav.breadcrubms ul li.active-breadcrumbs:nth-child(3):after {
                background-image: url('../images/redesign/active-step-mob.png'), url('../images/redesign/active-step-mob.png'), url('../images/redesign/active-step-mob.png'), url('../images/redesign/step-mob.png');
            }

            nav.breadcrubms ul li.active-breadcrumbs:nth-child(4):after {
                background-image: url('../images/redesign/active-step-mob.png'), url('../images/redesign/active-step-mob.png'), url('../images/redesign/active-step-mob.png'), url('../images/redesign/active-step-mob.png');
            }

            nav.breadcrubms ul li.active-breadcrumbs:nth-child(1):after,
            nav.breadcrubms ul li.active-breadcrumbs:nth-child(2):after,
            nav.breadcrubms ul li.active-breadcrumbs:nth-child(3):after,
            nav.breadcrubms ul li.active-breadcrumbs:nth-child(4):after {
                background-position: left 0px top 0px, left 33.3% top 0px, left 66.6% top 0px, right 0px top 0px;
                background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
                content: '';
                display: block;
                height: 30px;
                width: 100%;
                position: absolute;
                left: 0px;
                top: -8px;
                height: 14px;
            }

            nav.breadcrubms ul li.active-breadcrumbs:nth-child(1):before,
            nav.breadcrubms ul li.active-breadcrumbs:nth-child(2):before,
            nav.breadcrubms ul li.active-breadcrumbs:nth-child(3):before,
            nav.breadcrubms ul li.active-breadcrumbs:nth-child(4):before {
                content: '';
                display: block;
                width: 0;
                height: 2px;
                background-color: #e20074;
                position: absolute;
                left: 0px;
                top: -2px;
            }

            nav.breadcrubms ul li.active-breadcrumbs:nth-child(2):before {
                width: 33.3%;
            }

            nav.breadcrubms ul li.active-breadcrumbs:nth-child(3):before {
                width: 66.6%;
            }

            nav.breadcrubms ul li.active-breadcrumbs:nth-child(4):before {
                width: 100%;
            }
}


nav.breadcrubms ul li.passed-step:nth-child(1):before,
nav.breadcrubms ul li.passed-step:nth-child(2):before,
nav.breadcrubms ul li.passed-step:nth-child(3):before {
    content: '\56';
    font-family: 'Telekom-Icon';
    font-style: normal;
    font-weight: normal;
    line-height: 0.9;
    font-size: 35px;
    color: #a7b635;
    position: absolute;
    left: 0;
}

nav.breadcrubms ul li.passed-step p:before {
    display: none;
}

nav.breadcrubms ul li.passed-step {
    border-color: #e20074;
}



/* Main Section */


section.main-content:before, section.main-content:after {
    content: '';
    display: table;
    clear: both;
}

section.main-content {
    margin: 0 0 50px 0;
    display: block;
    position: relative;
}

.smetka-za-plakjanje:before, .smetka-za-plakjanje:after,
.kontakt-informacii:before, .kontakt-informacii:after {
    content: '';
    display: table;
    clear: both;
}

.smetka-za-plakjanje, .kontakt-informacii {
    background-color: #f6f6f6;
    padding: 30px;
}

    .smetka-za-plakjanje .form-fieldset {
        padding: 0px;
    }

    .smetka-za-plakjanje .form-radio-set, .smetka-za-plakjanje .form-checkbox-set {
        display: block;
        margin-bottom: 5px;
    }

        .smetka-za-plakjanje .form-radio-set label, .smetka-za-plakjanje .form-checkbox-set label {
            font-weight: normal;
            font-size: 15px;
            font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
        }

    .smetka-za-plakjanje h2, .lista-na-smetki h2,
    .podatoci-na-smetki h2, .kontakt-informacii h2 {
        font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        margin: 0px;
        margin-bottom: 30px;
        font-size: 23px;
    }
    .smetka-za-plakjanje .form-group .form-control{
        height: 40px;
        border-radius: 5px;
        box-shadow: none;

    }
    .smetka-za-plakjanje .form-group select.dopolni-vaucer-form-vaucer {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .smetka-za-plakjanje .form-group input.dopolni-vaucer-form-input {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
    .smetka-za-plakjanje .form-group label,
    .kontakt-informacii .form-group label {
        display: block;
        clear: both;
        font-weight: normal;
        font-size: 15px;
        font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    }

    .smetka-za-plakjanje fieldset.form-fieldset > label {
        font-weight: normal;
        font-size: 15px;
        font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    }

.izberi-smetka {
    display: block;
    clear: both;
    position: relative;
}

.smetka-za-plakjanje .izber-smetka label,
.smetka-za-plakjanje .izber-smetka input[type="radio"] {
    display: inline-block;
    float: left;
}


.smetka-za-plakjanje .captcha-wrapper {
    width: 40%;
    display: block;
    float: left;
}

    .smetka-za-plakjanje .captcha-wrapper img {
        width: auto;
        max-width: 100%;
    }

.opticka-potvrda-wrapper:after, .opticka-potvrda-wrapper:before {
    content: '';
    display: table;
    clear: both;
}

.smetka-za-plakjanje input#opticka-potvrda {
    width: 57%;
    margin-left: 3%;
    display: block;
    float: left;
}

.form-select-js .form-select-js-choice {
    font-size: 15px;
    background-color: #fff;
}


p.footnote {
    color: #6c6c6c;
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 13px;
}

.lista-na-smetki {
    padding: 20px 0px;
}


.smetka-item:before, .smetka-item:after {
    content: '';
    clear: both;
    display: table;
}

.smetka-item {
    background-color: #fcfcfc;
    border: 1px solid #F5F5F5;
    font-size: 15px;
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    padding: 10px 0px 10px 10px;
    margin-bottom: 10px;
}

.smetka-item-info {
    float: left;
    display: block;
    width: 85%;
    border-right: 1px solid #e1e1e1;
    padding-right: 15px;
}

    .smetka-item-info p {
        margin-bottom: 5px;
    }

        .smetka-item-info p:last-child {
            margin-bottom: 0px;
        }

.smetka-item-remove {
    display: block;
    width: 15%;
    float: left;
    text-align: center;
}

button.btn.btn-remove-smetka {
    padding: 8px 10px;
    line-height: 1;
    color: #b0b0b0;
    background-color: #f6f6f6;
    font-size: 19px;
}

    button.btn.btn-remove-smetka:hover {
        color: #e20074;
    }


.smetka-item-info span {
    float: right;
}


p.smetka-item-price {
    line-height: 24px;
}

    p.smetka-item-price span {
        line-height: 24px;
        font-size: 24px;
        color: #e20074;
    }

h3.vkupen-iznos span {
    display: block;
    clear: both;
    font-size: 14px;
    color: #333;
}

h3.vkupen-iznos {
    text-align: right;
    font-family: 'tscreen-bold',"Helvetica Neue", Helvetica,Arial,sans-serif;
    font-size: 38px;
    color: #e20074;
    margin: 10px 0px 5px 0px;
    border-top: 1px solid #eee;
    padding-top: 7px;
}




.kontakt-informacii {
    height: auto;
    min-height: 530px;
    position: relative;
}


.bottom-position {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
    top: auto;
}





.lista-na-smetki.plateni-smetki .smetka-item-info {
    width: 100%;
    border-right: 0px;
}


.lista-na-smetki.plateni-smetki p.smetka-item-price span {
    line-height: 24px;
    font-size: 24px;
    color: #333;
}


.podatoci-na-smetki {
    padding: 30px 5px;
}

    .podatoci-na-smetki .podatoci-na-smetki p {
        font-size: 15px;
        font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    }

span.bold-text {
    font-family: 'tscreen-bold',"Helvetica Neue", Helvetica,Arial,sans-serif;
    display: inline-block;
    font-size: 15px;
}

p.dopolnitelni-informacii {
    font-family: 'tscreen-bold',"Helvetica Neue", Helvetica,Arial,sans-serif;
    font-size: 15px;
}

.podatoci-izbrana-smetka {
    background-color: #fcfcfc;
    border: 1px solid #F5F5F5;
    padding: 15px;
    margin-bottom: 25px;
    font-size: 15px;
}


.cPay-korisnik {
    padding: 20px 30px;
}

.potvrdi-btn {
    margin-left: 8px;
    margin-bottom: 5px;
}


/**/
p.text-bold {
    font-family: 'tscreen-ultra',"Helvetica Neue", Helvetica,Arial,sans-serif;
    display: block;
    font-size: 15px;
}

/**/

.platezni-karticki {
    margin: 30px 0px;
    text-align: center;
    font-size: 15px;
}

.platezni-karticki-icons:before, .platezni-karticki-icons:after {
    content: '';
    display: table;
    clear: both;
}

.platezni-karticki-icons {
    width: 150px;
    text-align: center;
}

.platezni-karticki img {
    width: 100%;
    max-width: 40px;
    display: block;
    height: auto;
    margin: 0px;
    float: left;
    margin-right: 10px;
}


/* Uspesno plakjanje */

.uspesno-plakjanje {
    padding: 30px;
    text-align: center;
    font-size: 17px;
}

    .uspesno-plakjanje h2 {
        font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        margin: 0px;
        margin-bottom: 30px;
        font-size: 23px;
        text-align: center;
    }

i.icon.icon-confirm.uspesno-plakjanje-icon, i.icon.icon-cancel.uspesno-plakjanje-icon {
    width: 100px;
    height: 100px;
    background: #E20074;
    text-align: center;
    color: #fff;
    font-size: 60px;
    padding-top: 24px;
    border-radius: 50%;
    display: block;
    margin: 0px auto;
}

i.icon.icon-cancel.uspesno-plakjanje-icon {
    padding-top: 21px;
    background-color: #b20a0f;
    color: #ffffff;
}

.error-text {
    color: #b20a0f;
}

.tnx-text {
    font-family: 'tscreen-medium',"Helvetica Neue", Helvetica,Arial,sans-serif;
    margin-top: 20px;
}

p.broj-na-transakcija {
    padding-top: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

    p.broj-na-transakcija span {
        display: block;
        font-size: 30px;
        font-family: 'tscreen-bold',"Helvetica Neue", Helvetica,Arial,sans-serif;
    }

p.vkupno-naplateno span {
    display: block;
    font-size: 30px;
    color: #e20074;
    font-family: 'tscreen-bold',"Helvetica Neue", Helvetica,Arial,sans-serif;
}






/* Footer Section */
.footer-logo-slogan {
    background-color: #262626;
}

.footer-copy-right {
    background-color: #ededed;
    padding: 10px 0px;
}

nav.footer-menu ul {
    margin-bottom: 0px;
}

    nav.footer-menu ul li a {
        color: #333333;
        padding-right: 20px;
    }

nav.footer-menu {
    display: block;
    font-size: 15px;
    float: right;
}

p.copy-right {
    display: block;
    margin: 0px;
    float: left;
    font-size: 15px;
}


button.btn.btn-default, input.btn.btn-default {
    font-size: 17px;
    padding: 13px 10px;
    line-height: 1;
    border: 0;
    min-width: 130px;
    box-shadow: none;
}
.lista-na-smetki .rowBtn{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-right: 15px;
}

.smetka-za-plakjanje button.btn.btn-default, .smetka-za-plakjanje input.btn.btn-default {
    padding: 13px 10px;
    min-width: 130px;
    box-shadow: none;
    font-size: 17px;
}
.smetka-za-plakjanje .form-group input:focus,
.smetka-za-plakjanje .form-group input:active:focus,
.smetka-za-plakjanje .form-group input:active:focus,
.smetka-za-plakjanje .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}
.magenta-btn {
    background-color: #e20074;
    color: #fff;
}

    .magenta-btn:hover,
    .magenta-btn:focus {
        background: #c00052;
        text-decoration: none;
        color: white;
    }

.gray-btn {
    background-color: #e9e9e9;
    color: #333;
}


a.lista-na-smetki-mob-icon {
    display: none;
}

/* Mobile view */

@media (max-width:768px) {


    header.main-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 333;
    }

    section.navigation-wrapper {
        padding-top: 85px;
    }

    nav.language-chooser-wrapper-nav ul {
        margin: 0px;
    }

        nav.language-chooser-wrapper-nav ul li {
            margin: 10px 0px 0px 0px;
        }

    nav.main-menu {
        background-color: #f6f6f6;
        width: 100%;
        margin-top: 10px;
        border: 1px solid #e4e4e4;
        margin-bottom: 10px;
    }

        nav.main-menu ul {
            margin: 10px 0px;
        }

            nav.main-menu ul li {
                width: 50%;
                float: left;
                padding-left: 50px;
                position: relative;
                padding-bottom: 0px;
            }

            nav.main-menu ul ul li {
                width: 100%;
            }


    li.plati-smetka-menu-item:before, li.dopolni-vaucer-menu-item:before {
        content: '';
        width: 50px;
        height: 40px;
        display: inline-block;
        position: absolute;
        left: 0px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 30px;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    li.dopolni-vaucer-menu-item:before {
        background-image: url('../images/redesign/dopolni-vaucer.svg');
    }

    li.plati-smetka-menu-item:before {
        background-image: url('../images/redesign/plati-smetka.svg');
    }

    /*.lista-na-smetki-mobile {
        opacity: 0;
        visibility: hidden;
        z-index: -222;
        display: none;
    }*/

    .lista-na-smetki-mobile.list-open {
        position: fixed;
        top: 85px;
        left: 0;
        right: 0;
        background: #fff;
        bottom: 93px;
        padding-top: 15px;
        z-index: 222;
        opacity: 1;
        visibility: visible;
        display: block;
        padding-right: 10px;
    }



    .vkupen-iznos-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e20074;
        z-index: 222;
    }

    .lista-na-smetki h2 {
        padding-left: 20px;
        margin-bottom: 15px;
        padding-right: 80px;
        line-height: 1.2;
    }

    h3.vkupen-iznos, h3.vkupen-iznos span {
        color: #fff;
    }

    h3.vkupen-iznos {
        width: 55%;
        float: right;
        padding-right: 15px;
        border-top: 0px;
    }

    /*footer.main-footer {
        padding-bottom: 95px;
    }*/

    .smetka-item-list.scrollbar-inner {
        padding: 0px 10px 0px 5px !important;
    }

    a.lista-na-smetki-mob-icon {
        max-width: 150px;
        height: 64px;
        position: relative;
        width: 45%;
        display: block;
        float: left;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        margin: 15px 0px;
        background-image: url(../images/toogle-button.png);
        background-repeat: no-repeat;
        background-position: left 10px center;
        margin-left: 0px;
        padding: 17px 25px 5px 50px;
        color: #fff;
        text-decoration: none;
        line-height: 1;
    }

        a.lista-na-smetki-mob-icon:hover, a.lista-na-smetki-mob-icon:focus, a.lista-na-smetki-mob-icon.active-icon {
            background-color: #BF0263;
        }

        a.lista-na-smetki-mob-icon i.icon {
            position: absolute;
            right: 10px;
            top: 50%;
            font-size: 18px;
            margin-top: -6px;
        }

    nav.main-menu ul li a span {
        display: block;
        clear: both;
    }

    section.main-content {
        margin: 10px 0px;
    }

    nav.footer-menu ul li a {
        padding-right: 5px;
    }

    p.copy-right {
        width: 100%;
    }

    .footer-copy-right {
        text-align: center;
    }

    nav.main-menu ul.list-unstyled.list-inline:before, nav.main-menu ul.list-unstyled.list-inline:after {
        content: '';
        display: table;
        clear: both;
    }


    a.lista-na-smetki-arrow-icon {
        height: 45px;
        position: absolute;
        width: 45px;
        display: block;
        background-image: url('../images/close_outline.svg');
        background-repeat: no-repeat;
        background-position: center center;
        right: 20px;
        top: 7px;
        background-size: 23px;
    }

    li.dopolni-vaucer-menu-item .dropdown-menu-list {
        border-left: 1px solid transparent;
        margin-right: -1px;
    }
}

@media (max-width:385px) {
    h3.vkupen-iznos {
        font-size: 32px;
    }
}



@media (max-width:767px) {
    header.main-header {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        z-index: 2;
    }
    .smetka-za-plakjanje .form-group input:focus,
    .smetka-za-plakjanje .form-group input:active:focus,
    .smetka-za-plakjanje .form-group input:active:focus,
    .smetka-za-plakjanje .btn:focus{
        outline: none !important;
        box-shadow: none !important;
    }
    section.navigation-wrapper {
        padding-top: 0;
    }

    .lista-na-smetki-mobile.list-open {
        position: fixed;
        top: 0px;
    }

    .smetka-item-list.scrollbar-inner {
        padding: 0px 10px 0px 5px !important;
        height: 75%;
        height: calc(100% - 47px);
    }

    .scroll-wrapper > .scroll-content {
        min-height: 0px;
        max-height: none !important;
        height: 100% !important;
    }

    .btn-group-mobile-buttons button.btn.btn-default.gray-btn,
    .btn-group-mobile-buttons button.btn.btn-default.magenta-btn {
        margin: 0px auto;
        display: block;
    }

    .btn-group-mobile-buttons {
        padding: 10px 0px;
    }

        .btn-group-mobile-buttons button.btn.btn-default.gray-btn {
            margin-bottom: 10px;
        }
}




/*************** SCROLLBAR BASE CSS ***************/

.smetka-item-list.scrollbar-inner {
    padding-right: 10px !important;
}



.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: 400px !important;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
        min-height: 343px;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible,
        .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important;
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0;
            }




/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        right: 0px;
        top: 0;
        width: 10px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer {
        overflow: hidden;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer,
    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track {
        background-color: #e0e0e0;
    }

    .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #E20074;
    }

    .scrollbar-inner > .scroll-element:hover .scroll-bar {
        background-color: #919191;
    }

    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
    }


    /* update scrollbar offset if both scrolls are visible */

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
        top: -12px;
    }


    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -12px;
    }



/**/


@media (max-width:767px) {
    .scroll-wrapper > .scroll-content {
        min-height: 0px;
        max-height: none !important;
        height: 100% !important;
    }
}

/* Dopolni vaucer */

.input-with-tooltip {
    padding-right: 50px;
    position: relative;
}

    .input-with-tooltip .info-holder {
        display: inline-block;
        margin: 0;
        position: relative;
        right: 0;
        top: 0;
    }

.topup-info-text > img {
    display: none;
}

.topup-info-text-wraper {
    color: #fff;
    position: absolute;
    border: 0;
    border-radius: 0;
    padding: 33px 0 0 0;
    width: 100%;
    top: 0px;
    right: -12px;
    opacity: 1;
    z-index: 2;
    bottom: auto;
    max-width: 290px;
    min-width: 230px;
}

.topup-info-text {
    color: #fff;
    position: relative;
    border: 0;
    border-radius: 0;
    padding: 13px;
    width: 100%;
    top: 0;
    right: 0;
    opacity: 1;
    background: rgba(64, 64, 64, 0.9) !important;
    z-index: 2;
}

    .topup-info-text:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgba(64, 64, 64, 0.9);
        position: absolute;
        top: -10px;
        right: 10px;
    }

.topup-info-span {
    color: #fff !important;
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    padding-top: 0;
    white-space: normal;
    text-align: left;
}

    .topup-info-span a {
        font-size: 13px;
    }

i.info-icon {
    font-family: 'Telekom-Icon';
    font-style: normal;
    font-size: 19px;
    color: #888888;
    cursor: default;
}

.info-holder {
    display: inline-block;
    margin: 0;
    position: relative;
}

.input-group select.vrednostVaucer.form-control {
    z-index: 3;
}

.text-mgn {
    color: #e20074;
    font-family: 'tscreen-medium',Arial,sans-serif;
}

.btn-default.magenta-btn[disabled]:hover {
    background-color: #e20074;
}

.btn-default.gray-btn[disabled]:hover {
    background-color: #e6e6e6;
}


.errorInput {
    border: 1px solid #d31117;
}

.error, .error2, .error3 {
    color: #d31117;
}

.error, .error2,.error3 {
    position: relative;
    bottom: -5px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}


table td b {
    font-weight: normal;
    font-family: 'tscreen-bold',"Helvetica Neue", Helvetica,Arial,sans-serif;
}

/* Modal*/

.modal-title {
    padding-bottom: 0px;
    font-size: 21px;
    margin-top: 17.7px;
}

.modal-dialog .close {
	opacity:1;
	font-size:24px;
	color:#383838;
	font-weight:normal;
}

.modal-body {
    font-size: 15px;
    padding: 15px 25px;
}

.modal-dialog {
    z-index: 1042;
}

.modal-header {
    border-bottom-color: rgb(178, 178, 178);
        padding: 15px 25px;
}

.modal-header h4 {
    margin-top: 0;
}

.modal-footer {
    border-top-color: rgb(178, 178, 178);
}

.modal-dialog button.btn.btn-default {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.2;
    padding: 6px 23px 7px;
    font-weight: normal;
    white-space: nowrap;
    background-image: none;
    text-decoration: none;
    -webkit-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    color: #383838;
    background-color: #ededed;
    border-color: #b2b2b2;
	min-width:0px;
}
.modal-dialog button.btn.btn-default:hover,
.modal-dialog button.btn.btn-default:focus {
    color: #383838;
    background-color: #dbdbdb;
    border-color: #a0a0a0;
}

.global-error {
    background-color: #e2007412;
    padding: 10px 20px;
    color: #5a5a5a;
    /* bottom: -30px; */
    position: initial;
    display: block;
    margin: 17px auto;
}