@import url(Pregledi.css);


* {
    padding: 0;
    margin: 0;
}

a {
    color: #005183;
    text-decoration: none;
}


    a:hover {
        text-decoration: underline;
    }

body {
    color: #333333;
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    text-align: left;
    padding: 10px 15px;
}

.display-none {
    display: none;
}

.small {
    color: #666;
    font-size: 12px;
}

span.ButtonNN {
    background: url("../images/linear-back.png") repeat-x scroll 0 0 #F6F6F6;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    cursor: pointer;
    height: 2.0833em;
    line-height: 35px;
    margin: 0 6px 0 0;
    overflow: visible;
    padding: 4px 9px;
    vertical-align: middle;
    white-space: nowrap;
}

    span.ButtonNN:hover {
        background: url("../images/linear-back.png") repeat-x scroll 0 0 #F6F6F6;
        border-color: #999999;
        box-shadow: 0 0 3px #999999;
        outline: 0 none;
    }


.datagrid-header {
    background-color: #627E93;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    padding: 4px 0;
}

table.DataGrid {
    border-collapse: collapse;
    border: solid 1px #F4F4F4;
}

.left {
    float: left;
}

.right {
    float: right;
}

table.DataGrid * {
    border: solid 0px #ccc;
}

table.DataGrid .datagrid-header {
    background-color: #E5E5E5;
    color: #005183;
}

table.DataGrid tr.datagrid-header td {
    padding: 10px 5px;
    border-bottom: 1px solid #CCCCCC;
}


table.DataGrid .datagrid-header a {
    color: #005183;
    text-decoration: none;
}


table.DataGrid tr {
    white-space: normal;
}

    table.DataGrid tr td {
        padding: 2px 4px;
        max-width: 300px;
        border-bottom: 1px solid #F4F4F4;
    }

table.DataGrid .up td span, table.DataGrid .up td a {
    background: url("../images/linear-back.png") repeat-x scroll 0 0 #F6F6F6;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    cursor: pointer;
    height: 2.0833em;
    line-height: 30px;
    margin: 0 3px 0 0;
    overflow: visible;
    padding: 2px 6px;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

table.DataGrid .up td a {
    color: #999;
}

table.DataGrid tr.up {
    border-top: solid 1px #ccc;
}

table.DataGrid .up td span, table.DataGrid .up td a:hover {
    background: url("../images/linear-back.png") repeat-x scroll 0 0 #F6F6F6;
    border-color: #999999;
    box-shadow: 0 0 3px #999999;
    outline: 0 none;
    color: #333;
}

table.DataGrid > tbody > tr.parni {
    background-color: #F2F2F2;
    border-bottom: solid 1px #eee;
}

span.RecordCount {
    display: block;
    color: #666;
    text-align: right;
    padding: 0 5px;
}

    span.RecordCount span {
        font-weight: bold;
    }

.padding {
    padding: 5px 10px;
}


table.BizTable {
    border: solid 0px #eee;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
}


    table.BizTable .FilterRow > td > span {
        margin: 1px; /*border:solid 1px #ccc;*/
        display: block;
        padding: 5px 10px;
    }

        table.BizTable .FilterRow > td > span > input {
            vertical-align: middle;
            display: inline-block;
        }

        table.BizTable .FilterRow > td > span > label {
            vertical-align: middle;
            display: inline-block;
        }

div.border {
    border: solid 1px #ccc;
}


.hidden {
    display: none;
}


table.Filter {
    line-height: 30px;
}


    table.Filter tr {
        color: #666;
        font-size: 1em;
        font-weight: bold;
    }

        table.Filter tr td label {
            padding-left: 5px;
        }

        table.Filter tr:nth-child(2n) {
            background-color: #F9F9F9;
        }


    table.Filter input.form-input-text {
        border: 1px solid #CCCCCC;
        border-radius: 3px;
        padding: 3px 5px;
        color: #333;
        background: url("../images/linear-back.png") repeat-x scroll 0 0 #F6F6F6;
    }

        table.Filter input.form-input-text:focus {
            border: 1px solid #999;
            box-shadow: 0 0 3px #999999;
        }

    table.Filter .form-input-dropdown {
        color: #005183;
        font-size: 11px;
    }


    table.Filter tr td > span {
        color: #005183;
        font-weight: normal;
        padding: 0 10px 0 0;
    }


div.FormHeader {
    display: block;
    margin: 0;
    padding: 0;
    min-height: 22px;
    border-bottom: solid 1px #ccc;
    color: #A93132;
    margin-bottom: 10px; /*box-shadow: 0 3px 4px #DDDDDD; */
    border-bottom: 2px solid #DDDDDD;
    font-size: 14px;
}

    div.FormHeader h3 {
        min-height: 22px;
    }

.ajax__tab_panel div.FormHeader h3 {
    font-size: 12px;
}


div.FormBody {
    min-height: 250px;
}


div.FormFooter {
    display: block;
    margin-top: 3px;
    border-top: solid 1px #999;
}

.FormFooter .Inner {
    border-top: solid 2px #ccc;
    padding-top: 3px;
}

.Button {
    background: url("../images/linear-back.png") repeat-x scroll 0 0 #F6F6F6;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    text-decoration: none;
}


    .Button:hover {
        background: url("../images/linear-back.png") repeat-x scroll 0 0 #F6F6F6;
        border-color: #999999;
        background-position: center;
        box-shadow: 0 0 3px #999999;
        outline: 0 none;
        color: #333;
    }



.ButtonTop {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../images/arrow_up.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.Button.ButtonTop:hover {
    background-image: url('../images/arrow_up.png');
    background-image: url('../images/arrow_up.png');
    background-repeat: no-repeat;
    background-position: center center;
}


.BizTable div.FormHeader h3 {
    font-size: 20px;
    line-height: 45px;
}


div.HeaderInner {
    border-bottom: 1px solid #999999;
    display: block;
    width: 100%;
}

.BizTable div.FormHeader h3 a.Button {
    display: block;
    height: 35px;
    margin-right: 5px;
    margin-top: 5px;
    width: 35px;
}



    .BizTable div.FormHeader h3 a.Button span {
        text-indent: -151515px;
        display: block;
        height: 35px;
        width: 35px;
        background-image: url('../images/icons/kappfinder.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

.BizTable div.HeaderInner {
    display: block;
    width: 100%;
    border-bottom: solid 1px #999;
    min-height: 48px;
}


.BizTable div.FormHeader h3 a.Button.Postavke span {
    background-image: url('../images/icons/settings-default-applications.png');
}


.BizTable div.FormHeader h3 a.Button.Print span {
    background-image: url('../images/icons/printer.png');
}

.BizTable div.FormHeader h3 a.Button.AddFilter span {
    background-image: url('../images/icons/filter_add.png');
}


.BizTable div.FormHeader h3 a.Button.DeleteFilter span {
    background-image: url('../images/icons/filter_delete.png');
}

.BizTable div.FormHeader h3 a.Button.Reload span {
    background-image: url('../images/icons/search.png');
}


.BizTable div.FormHeader h3 span.Filter {
    display: block;
    position: relative;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    height: 45px;
    background-color: White;
}

    .BizTable div.FormHeader h3 span.Filter .FilterInner {
        border: 1px solid #C9C9C9;
        border-radius: 3px 3px 3px 3px;
        color: #444444;
        display: block;
        height: 35px;
        line-height: 35px;
        margin-bottom: 0;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
        width: 200px;
    }

        .BizTable div.FormHeader h3 span.Filter .FilterInner span {
            background-image: url("../images/icons/dropDown.gif");
            background-position: 177px center;
            background-repeat: no-repeat;
            border: 1px solid #C9C9C9;
            border-radius: 3px 3px 3px 3px;
            color: #444444;
            display: block;
            height: 25px;
            line-height: 25px;
            margin-bottom: 0;
            margin-right: 5px;
            margin-top: 5px;
            padding: 0 5px;
            width: 189px;
            overflow: hidden;
        }

            .BizTable div.FormHeader h3 span.Filter .FilterInner span:hover {
                border-color: #999999;
                box-shadow: 0 0 3px #999999;
                outline: 0 none;
            }

    .BizTable div.FormHeader h3 span.Filter:hover ul {
        display: block;
    }

.BizTable div.FormHeader h3 ul {
    background-color: White;
    border: 1px solid #C9C9C9;
    border-radius: 3px 3px 3px 3px;
    color: #444444;
    left: 6px;
    position: absolute;
    top: 39px;
    width: 199px;
    display: none;
}

    .BizTable div.FormHeader h3 ul:hover {
        border-color: #999999;
        box-shadow: 0 0 3px #999999;
        outline: 0 none;
    }


    .BizTable div.FormHeader h3 ul li {
        height: 20px;
        line-height: 20px;
        list-style: none outside none;
        margin: 3px;
        padding: 5px;
    }

        .BizTable div.FormHeader h3 ul li a.Button {
            width: 20px;
            height: 20px;
            margin: 0 0 0 4px;
        }

            .BizTable div.FormHeader h3 ul li a.Button span {
                background-image: url("../images/icons/Check.png");
                height: 16px;
                margin: 2px;
                text-indent: -151515px;
                width: 16px;
            }

            .BizTable div.FormHeader h3 ul li a.Button.Delete span {
                background-image: url("../images/icons/Delete.png");
            }

.table-normal tr td {
    padding: 3px 6px;
    align: left;
}

table.font-bold-grey {
    width: 100%;
}

.table-normal tr td iframe {
    background-color: white;
    border: 2px solid #DDDDDD;
    box-shadow: 5px 5px 13px #999999;
    height: 600px;
    left: 100px;
    top: 100px;
    width: 900px;
    z-index: 100;
    overflow: auto;
    position: relative;
    top: 5px;
    bottom: 5px;
    left: 155px;
}

    .table-normal tr td iframe.zajednicaPonuditeljaFrame {
        background-color: white;
        border: 2px solid #DDDDDD;
        box-shadow: 5px 5px 13px #999999;
        height: 700px;
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 45px;
        width: 1000px;
        z-index: 100;
        overflow: auto;
    }

#uiZajednicaPonuditelja_uiDetailsTab_uiPartneriZaGrupuTabPnl_uiPartneriZaGrupu_uiPartneriZaGrupuItemPicker_ctl04 {
    height: 700px !important;
    position: absolute !important;
    top: 5px !important;
    bottom: 5px !important;
    left: -45px !important;
    width: 900px !important;
    overflow: auto !important;
}

    iframe.partnerFrame {
        background-color: white;
        border: 0px;
        box-shadow: 5px 5px 13px #999999;
        height: 600px;
        left: 0px;
        position: fixed;
        top: 0px;
        width: 900px;
        z-index: 100;
        overflow: auto;
    }

/*iframe #uiZajednicaPonuditelja_uiDetailsTab_uiPartneriZaGrupuTabPnl_uiPartneriZaGrupu_uiPartneriZaGrupuItemPicker_ctl04 {
    overflow-x: auto !important;
    position: absolute !important;
    top: 5px !important;
    bottom: 5px !important;
    left: -45px !important;
}*/

.table-normal tr td span.BoundCalendar iframe {
    background-color: Transparent;
    border: 0px solid #DDDDDD;
    box-shadow: 0px 0px 0px #999999;
    height: auto;
    left: 100px;
    position: fixed;
    top: 100px;
    width: 0;
    z-index: 100;
}



.table-normal tr:nth-child(even) {
    background-color: #F9F9F9;
}


table.table-main table {
    margin: 0;
    padding: 0;
}


table.table-main {
    margin: 0;
    width: 100%;
}

    table.table-main table tr td {
        margin-left: 0px;
        text-align: left;
    }

    table.table-main tr td {
        margin-left: 0px;
        text-align: left;
    }



    table.table-main .ajax__tab_xp .ajax__tab_body {
        color: #333;
        border-color: #ccc;
    }


    /*
Example CSS to use Ajax Tab control
Developed by http://www.appetere.com
April 2009
*/

    table.table-main .ajax__tab_xp .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
        margin-right: 0;
    }

    table.table-main .ajax__tab_xp .ajax__tab_header {
        font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
        font-size: 11px;
        background: none;
        border-bottom: solid 1px #ccc;
    }

    table.table-main .ajax__tab_xp .ajax__tab_outer {
        background-image: none;
        background: url("../images/linear-back.png") repeat-x scroll 0 0 #F6F6F6;
        border-radius: 5px 5px 0 0;
        border-right: 1px solid #CCCCCC;
        border-top: 1px solid #CCCCCC;
        height: auto;
        margin-right: -1px;
        padding-right: 4px;
    }

    table.table-main .ajax__tab_xp .ajax__tab_inner {
        background: none repeat scroll 0 0 transparent;
        border-left: 1px solid #CCCCCC;
        border-radius: 5px 5px 0 0;
        color: #666666;
        padding-left: 3px;
    }

    table.table-main .ajax__tab_xp .ajax__tab_tab {
        background: none repeat scroll 0 0 transparent;
        font-size: 14px;
        height: auto;
        line-height: 26px;
        margin: 0;
        padding: 0 8px 0;
    }

    table.table-main .ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {
        background: none;
    }

    table.table-main .ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {
        background: none;
        color: #A93132;
    }

    table.table-main .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {
        background: none;
    }

    table.table-main .ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
        background-image: none;
        background-color: White;
        border-bottom: 1px solid #FFFFFF;
        margin-bottom: -1px;
    }

    table.table-main .ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
        background: none;
    }

    table.table-main .ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
        background: none repeat scroll 0 0 transparent;
        color: #005183;
        font-weight: bold;
    }



    table.table-main .ajax__tab_xp .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab. {
        color: #ccc;
        cursor: default;
    }


.CenterCenter {
    position: fixed;
    width: 400px;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -200px;
    border: 2px solid #DDDDDD;
    box-shadow: 5px 5px 13px #999999;
    padding: 15px 20px;
}

table.form-table tr td {
    padding: 5px;
}


input {
    background: url("../images/linear-back.png") repeat-x scroll 0 0 #F6F6F6;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    padding: 3px 5px;
    margin-right: 6px;
}

    input:hover, input:focus {
        border: 1px solid #999999;
        box-shadow: 0 0 3px #999999;
    }

table.font-bold-grey.Filter {
    width: auto;
}


div.TopIzbornik {
    border-bottom: solid 1px #999;
}

span.MainError {
    color: #2E7DB2;
    color: Red;
}

.KriterjZaOdabir {
    background-color: #E5E5E5;
    color: #005183;
    padding: 3px 6px;
    font-weight: bold;
    line-height: 25px;
}

.KriterijZaOdabir {
    padding: 3px 6px;
    line-height: 25px;
    background-color: #808080;
    color: #ffffff;
    font-weight: bold;
}


input.ButtonNN:hover {
    background-position: -5px -5px;
}


.table-normal tr td img {
    border: 0 solid #DDDDDD;
    display: inline-block;
    margin: 2px 0 0;
    padding: 2px;
}


textarea.form-input-white {
    background-color: white;
    background-position: 21px 28px;
    background-repeat: repeat-x;
}




table tr td.MonthHeaderStyle {
    line-height: 17px;
    padding: 5px;
    border-bottom: 1px solid #CCCCCC;
    background-color: #E5E5E5;
    color: #005183;
}

    table tr td.MonthHeaderStyle span {
        background-color: #E5E5E5;
        color: #005183;
        font-size: 12px;
    }

table tr td.DayHeaderStyle {
    background-color: #F2F2F2;
    border-bottom: 1px solid #DDDDDD;
    font-size: 11px;
    line-height: 17px;
    padding: 6px;
}

table tr td.SelectedDateStyle, table tr td.DayHeaderStyle, table tr td.WeekdayStyle, table tr td.TodayDayStyle, table tr td.OffMonthStyle, table tr td.WeekendStyle, table tr td.SpecialDayStyle {
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    padding: 4px 0;
    width: 30px;
}

table tr td.TodayDayStyle {
    background-color: #F9F9F9;
    border: 1px solid #F6F6F6;
    color: #A93132;
    margin: 2px;
}

table tr td.SelectedDateStyle {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #333333;
    font-weight: bold;
}


table tr td.ClearDateStyle {
    border-top: solid 1px #ddd;
    background-color: #F2F2F2;
}




table tr td.OffMonthStyle, table tr td.WeekendStyle, table tr td.WeekdayStyle, table tr td.SpecialDayStyle {
    border: solid 1px white;
}


    table tr td.TodayDayStyle:hover, table tr td.OffMonthStyle:hover, table tr td.WeekendStyle:hover, table tr td.WeekdayStyle:hover, table tr td.SpecialDayStyle:hover {
        border: solid 1px #ddd;
    }


.ItemHolder {
    position: relative;
}

    .ItemHolder .Background {
        background-color: Black;
        opacity: 0.5;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .ItemHolder .Item {
        padding: 10px 15px;
    }

table.TecajnaLista tr td {
    border: solid 0px #ccc;
    text-align: right;
}

    table.TecajnaLista tr td span {
        padding-right: 10px;
    }

    table.TecajnaLista tr td.Parni {
        background-color: #F9F9F9;
    }

table.TecajnaLista tr {
    border-bottom: solid 1px #f5f5f5;
}

    table.TecajnaLista tr:hover {
        border-bottom: solid 1px #ccc;
    }

    table.TecajnaLista tr td input.form-input-white {
        background-image: none;
        border: medium none;
        border-radius: 0 0 0 0;
        cursor: default;
        margin: 0;
    }

        table.TecajnaLista tr td input.form-input-white:hover {
            box-shadow: none;
        }


div.SluzbeniciSakrij {
    display: none;
}


.LinkButton, input.ButtonNN {
    border-color: #BB9999;
    color: #A93132;
    font-size: 15px;
    line-height: 15px;
    margin-top: 5px;
}

.LinkButton {
    border: 1px solid #BB9999;
    border-radius: 5px 5px 5px 5px;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 16px;
    zoom: 1;
}

    .LinkButton:hover {
        border-color: #cccccc;
        text-decoration: none;
        cursor: pointer;
        box-shadow: 0 0 4px #CCCCCC;
    }

.BizTable div.FormHeader h3 a.Button.Trazilica {
    width: auto;
    margin-right: 10px;
}

    .BizTable div.FormHeader h3 a.Button.Trazilica:hover {
        text-decoration: none;
    }


    .BizTable div.FormHeader h3 a.Button.Trazilica span {
        background-position: 3px center;
        font-size: 18px;
        font-weight: normal;
        line-height: 35px;
        padding-left: 40px;
        padding-right: 8px;
        text-indent: 0;
        width: auto;
    }


.NadmetanjaIzbornikGore {
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    padding: 15px;
    padding-bottom:5px;
}

    .NadmetanjaIzbornikGore ul {
        display: inline-block;
        list-style: none;
    }

        .NadmetanjaIzbornikGore ul li {
            display: block;
            float: left;
            list-style: none;
            margin-bottom: 2px;
            margin-left: 10px;
            height:40px;
        }


a.PreglediTraziButton {
    background: url("../images/linear-back.png") repeat-x scroll 0 0 #F6F6F6;
    border: 1px solid #BB9999;
    border-radius: 4px 4px 4px 4px;
    color: #A93132;
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 3px;
    margin-left: 122px;
    padding: 3px 0;
    text-align: center;
    width: 142px;
}

    a.PreglediTraziButton:hover {
        text-decoration: none;
        box-shadow: 0 0 5px #BBBBBB;
    }

span.UpozorenjeActivation {
    background-image: url("../Images/ico-warning.gif");
    background-repeat: no-repeat;
    display: block;
    margin: 10px;
    padding-left: 35px;
}

span.InfoActivation {
    background-image: url("../Images/icons/info.png");
    background-repeat: no-repeat;
    display: block;
    margin: 10px;
    padding-left: 35px;
}

div.CenterPageBig {
    margin: 0 auto;
    max-width: 800px;
    min-width: 400px;
    padding: 0 10px;
}

    div.CenterPageBig h4 {
        color: #005183;
        margin: 15px 0;
    }

    div.CenterPageBig ul {
        margin-left: 20px;
    }

        div.CenterPageBig ul li {
            background-image: url("../images/icons/arrow.gif");
            background-position: 2px 6px;
            background-repeat: no-repeat;
            display: block;
            list-style: none outside none;
            padding: 2px 3px 3px 16px;
        }

    div.CenterPageBig b {
        color: #A93132;
        display: block;
        margin-top: 5px;
        margin-left: 10px;
    }

table.Billing > tbody > tr > td {
    border-bottom: 1px dotted #F4F4F4;
    min-width: 300px;
    padding: 3px 5px;
}

    table.Billing > tbody > tr > td .label {
        font-weight: bold;
    }


table.Billing h4 {
    font-size: 15px;
    color: #005183;
}


table.Billing.Transakcija {
    border-bottom: solid 1px #ccc;
}

.PopupCenter {
    position: fixed;
    top: 100px;
    left: 100px;
}


span#uiContextMenu > div {
    left: -3000px;
    top: -3000px;
    position: absolute;
}


div.uIzradi {
    background-image: url("../images/izrada.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
}

.p p {
    margin: 5px 10px;
}



/***********************
************************
************************
MULTILANGUAGE TEXTBOX
************************
************************/
.ml_txt_wrapper {
    border: 3px solid #aaa;
    border-top-width: 1px;
    border-left-width: 1px;
    background-color: white;
    padding: 3px 4px 2px 4px;
    position: relative;
}

    .ml_txt_wrapper input, .ml_txt_wrapper textarea {
        border-width: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .ml_txt_wrapper .ml_txt_close {
        position: absolute;
        right: 3px;
        top: 3px;
        cursor: pointer;
    }

    .ml_txt_wrapper .ml_txt_title {
        display: block;
        margin: 2px auto;
    }
