﻿/*nova smetka start*/


.racun-new-view {
    padding: 20px;
    padding-top: 0px;
    background-image: url("../content/images/racun/racun-primjer.png");
    background-repeat: repeat-y;
    background-position: top center;
    margin-top: 15px;
}

    .racun-new-view .blue-naslov {
        background: #a1bdd5;
        text-align: center;
        color: white;
        padding: 20px;
        font-size: 20px;
        line-height: 1;
    }


    .racun-new-view h2 {
        font-size: 22px !important;
        font-weight: bold !important;
        color: #e20074 !important;
        border-bottom: 0px solid #cecece !important;
    }

    .racun-new-view h4, .racun-new-view p {
        margin-bottom: 0px;
    }


    .racun-new-view h3 {
        font-size: 18px;
        color: #3d3d3d;
        font-weight: bold;
    }

    .racun-new-view .roaming-tbl-me tr.even, table tr.alt, table tr:nth-of-type(even) {
        background: transparent;
    }

    .racun-new-view .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 0px;
        line-height: 1.42857143;
        vertical-align: top;
        border: 0px solid #ddd;
        background-color: transparent;
    }

    .racun-new-view .table > tbody > tr > td {
        padding: 0px !important;
    }

    .racun-new-view .bor-top {
        border-top: 1px solid black !important;
        font-size: 16px !important;
    }

    .racun-new-view .info-left {
        text-align: right;
    }

        .racun-new-view .info-left span {
            width: 95px;
            display: inline-block;
            text-align: left;
            padding-left: 20px;
        }

    .racun-new-view .info-smetka {
        border-right: 1px solid black;
    }

    .racun-new-view .go-up {
        margin-bottom: 20px;
    }




    .racun-new-view .info-smetka span {
        display: inline-block;
        float: right;
        margin-right: 20px;
    }


    .racun-new-view .prva > tbody > tr > td:nth-of-type(2) {
        text-align: right;
    }

    .racun-new-view .big-mag {
        font-size: 16px;
        font-weight: bold;
        color: #e20074;
    }

    .racun-new-view .big-gray {
        font-size: 16px;
        font-weight: bold;
        color: #3d3d3d;
    }

    .racun-new-view .borders-tb {
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding: 20px;
    }

    .racun-new-view .margins-tb {
        margin-top: 30px;
        margin-bottom: 50px;
    }



    .racun-new-view .vtora > tbody > tr > td:not(:first-child) {
        text-align: right;
    }


    .racun-new-view .small-text {
        font-size: 12px;
        line-height: 1.5;
    }


@media (max-width: 767px) {



    .racun-new-view .borders-tb {
        padding: 0px;
    }

    .racun-new-view .info-smetka {
        border-right: 0px solid black;
        margin-bottom: 20px;
    }

    .racun-new-view .info-left {
        text-align: right;
        margin-bottom: 30px;
        margin-top: 20px;
    }


    .racun-new-view .small-text {
        margin-top: 20px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'tele-groteskhalregular';
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #e20074 !important;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

/*nova smetka end*/
