﻿* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
    cursor: default;
    color: #1D1E4E;
}

body {
    font-family: Calibri;
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: relative;
}

form {
    text-align: center;
    height: 100%;
}

#headerWrapper {
    height: 160px;
    background-color: #657688;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#header {
    height: 160px;
    margin-bottom: 5px;
}

#headerTopLeft {
    border-left: solid 5px #fff;
    border-right: solid 5px #fff;
    height: 115px;
    position: relative;
    border-bottom: solid 5px #fff;
    width: 730px;
    background: url('/Images/header_back.jpg') no-repeat;
}

#headerTopRight {
    height: 160px;
    border-right: solid 5px #fff;
    background: url('/Images/panelContact.jpg') no-repeat;
    float: right;
    width: 275px;
    position: relative;
}

hr {
    height: 2px;
    display: block;
}

.headerLabel {
    font-size: 50px;
    color: #fff;
    bottom: 0px;
    position: absolute;
    left: 5px;
    text-transform:lowercase;
}

#content {
    width: 1020px;
    margin: 0 auto -40px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#push {
    height: 45px;
}

#main {
    overflow: auto;
}

#footer {
    height: 40px;
    background-color: #657688;
    min-width: 1020px;
    clear: both;
}

.footerLabel {
    color: #fff;
    margin: 0 auto;
    line-height: 40px;
}

.menu {
    float: left;
    display: block;
    color: #fff;
    background-color: #fff;
    width: 100%;
}

    .menu ul {
        list-style-type: none;
        line-height: 40px;
    }

        .menu ul li {
            float: left;
            background-color: #657688;
            width: 140px;
            height: 40px;
            color: #fff;
            text-align: left;
            padding-left: 2px;
            position: relative;
            line-height: 20px;
            border-left: solid 5px #fff;
        }

            .menu ul li a, .menu ul li a:hover, .menu ul li a:active {
                color: #fff;
                display: block;
                line-height: 40px;
            }

            .menu ul li:hover, .menu ul li:active {
                background-color: #ef8201;
            }

a, a:visited {
    text-decoration: none;
    color: #1D1E4E;
}

div.shadow {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 9;
}

div.searchResultsBackground {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 9;
}

div.searchResults {
    z-index: 11;
    display: none;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.textboxAutocomplete {
    height: 20px;
    padding-left: 2px;
    width: 180px;
    border: none;
    border: solid 1px #ef8201;
}

.textbox, .textboxBig, .textboxMedium, .InputPassive {
    background-color: #fff;
    border: 1px solid #1D1D4E;
    margin-top: 3px;
    height: 20px;
    padding-left: 2px;
    font-family: Calibri;
    font-size: 14px;
}

.textbox {
    resize: none;
    width: 150px;
}

.textboxBig {
    resize: none;
    width: 75%;
}

.textboxMedium {
    resize: none;
    width: 60%;
}

.textboxWide {
    resize: none;
    height: auto !important;
}

.dropdown {
    background-color: #fff;
    border: 1px solid #666;
}

.RequiredField {
    background-color: #EAEAEA;
    border: 1px solid #1D1D4E;
    margin-top: 3px;
    height: 20px;
    padding-left: 2px;
    font-family: Calibri; /*font-size: 14px;*/
}

.RequiredFieldNarucioc {
    background-color: #EAEAEA;
    border: 1px solid #1D1D4E;
    margin-top: 3px;
    height: 20px;
    padding-left: 2px;
    width: 300px;
}

.InputPassive {
    background-color: #EEEEEE;
    border: 1px solid #666;
    height: 20px;
    width: 150px;
}

.left {
    width: 730px;
    background-color: #fff;
    border-right: solid 5px #fff;
    border-left: solid 5px #fff;
    text-align: left;
}

.panelGrid {
    width: 720px;
    background-color: #fff;
    border: solid 5px #ef8201;
}

.panelWide {
    width: 1000px;
    background-color: #fff;
}

.panelLogin {
    position: relative;
    height: 95px;
    border-bottom: solid 5px #fff;
    font-size: 13px;
}

.right {
    width: 275px;
    background-color: #d7d7d7;
}

.GridHeader {
    color: White;
    background-color: #ef8201;
    height: 75px;
}

.GridHeaderWithoutFilter {
    color: White;
    background-color: #ef8201;
    height: 40px;
}

    .GridHeader th, .GridHeaderWithoutFilter th {
        font-family: Calibri;
        font-weight: normal;
        border: none;
        text-align: left;
    }

.grid {
    color: #1D1E4E;
    width: 100%;
}

    .grid td {
        font-size: 14px;
        text-align: left;
        padding-left: 2px;
        height: 30px;
    }

.gridWithoutPanel {
    color: #1D1E4E;
    width: 730px;
    border: none;
}

    .gridWithoutPanel tr td {
        height: 30px;
        border: none;
        padding: 0 2px 0 2px;
    }

        /*pager*/
        .gridWithoutPanel tr td table tr td {
            border: none;
        }

.alignRight {
    text-align: right !important;
}

.alignCenter {
    text-align: center !important;
}


.AlternatingRowStyle {
    background-color: #EAEAEA;
}

.textboxGrid {
    width: 100px;
    border: none;
    height: 20px;
    padding-left: 2px;
}

.buttonMenu, .buttonMenuActive, .buttonMenuWide {
    float: left;
    height: 45px;
    color: #fff;
    text-align: left;
    font-family: Calibri;
    padding-top: 10px;
    padding-left: 2px;
    padding-right: 2px;
    min-width: 140px;
    cursor: pointer;
    border-style: solid;
    border-width: 0 0 5px 0;
    border-color: #fff;
    margin-right: 5px;
    font-size: 20px;
    text-transform:lowercase;
}

    .buttonMenu:hover, .buttonMenuActive, .buttonMenuWide:hover {
        background-color: #ef8201;
    }

.buttonMenuActive {
    border-color: #ef8201;
}

.buttonMenu, .buttonMenuWide {
    background-color: #657688;
}

.buttonMenuWide {
    width: 410px;
}

.menu, .buttonMenu, .buttnonMenuActive, .title {
    font-size: 20px;
}

.title {
    color: #657688;
    margin-bottom: 10px;
    display: block;
}

.maintitle {
    color: #657688;
    margin-bottom: 10px;
    display: block;
    font-size: 30px;
}

.bold {
    font-weight: bold;
}

.panelDetails {
    padding: 0;
    color: #1D1E4E;
    font-family: Calibri;
    font-size: 14px;
    line-height: 22px;
}

.detailsHeader {
    display: block;
    color: #1D1E4E;
    text-align: left;
    background-color: #657688;
    color: #fff;
    height: 66px;
    border-bottom: solid 5px white;
    font-size: 24px;
    padding: 4px 2px 0 2px;
}

.button, .buttonCancel, .buttonOk {
    border: solid 2px #1D1D4E;
    color: #1D1D4E;
    padding: 2px 15px;
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-family: Calibri;
    cursor: pointer;
    cursor: hand;
    margin-top: 5px;
    margin-right: 5px;
    height: 26px;
}

.buttonOk {
    border: solid 2px #ef8201;
    text-align: center;
    padding: 0 5px;
    position: absolute;
    top: 20px;
    right: 5px;
    width: 30px;
}

.buttonCancel {
    background-color: #949DA6;
}

select {
    font-size: 14px;
    font-family: Calibri;
}

.buttonDok {
    border: solid 2px #1D1D4E;
    color: #1D1D4E;
    padding: 0 15px;
    height: 50px;
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-family: Calibri;
    cursor: pointer;
    cursor: hand;
    margin-bottom: 3px;
}

    .buttonDok:hover {
        background-color: #ef8201;
        color: #fff;
    }

.buttonSearchCPV {
    background: url('/Images/IconEdit.png') no-repeat;
    width: 18px;
    height: 14px;
    border: none;
    cursor: pointer;
    cursor: hand;
    margin-left: 2px;
}

.buttonArrow {
    background: url('/Images/IconArrow.png') no-repeat;
    width: 19px;
    height: 14px;
    border: none;
    cursor: pointer;
    cursor: hand;
}

.cmbFixedWidth, .cmbFixedWidth option {
    width: 350px;
}

.ajax__calendar_container {
    z-index: 10; /*width: 220px !important;     background-color:#fff !important;*/
}

.ajax__calendar_body {
    /*width: 220px !important;     height:200px !important;*/
}

.ajax__calendar {
    left: 20px;
}

.ajax__calendar_footer {
    display: none;
}

.ajax__calendar .ajax__calendar_new .ajax__calendar_day {
    color: #af211e !important;
    font-weight: bold;
    border: none;
}

input[type='checkbox'] {
    margin-right: 5px;
}

input[type='textarea'] {
    font-family: Calibri !important;
    font-size: 16px;
}

.closePopup {
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
    cursor: hand;
}

.popupTitle {
    position: absolute;
    top: 2px;
    left: 5px;
}

.buttonDeleteRow {
    background: url('/Images/IconDelete.png') no-repeat;
    width: 18px;
    height: 12px;
    border: none;
    cursor: pointer;
    cursor: hand;
    margin-left: 2px;
}

    .buttonDeleteRow:hover {
        background-position: -18px;
    }

.buttonRowDetails {
    background: url('/Images/IconDetails.png') no-repeat;
    width: 15px;
    height: 16px;
    border: none;
    display: block !important;
    cursor: pointer;
    cursor: hand;
}

    .buttonRowDetails:hover {
        background-position: -15px;
    }


.buttonEditRow {
    background: url('/Images/IconEdit.png') no-repeat;
    height: 14px;
    width: 18px;
    border: none;
    display: block !important;
    cursor: pointer;
    cursor: hand;
}

    .buttonEditRow:hover {
        background-position: -18px;
    }

.buttonDeactivateRow {
    background: url('/Images/lockIconView.png') no-repeat;
    width: 14px;
    height: 16px;
    border: none;
    display: block !important;
    cursor: pointer;
    cursor: hand;
}

    .buttonDeactivateRow:hover {
        background-position: -14px;
    }



.buttonOK {
    background: url('/Images/IconOK.png') no-repeat;
    border: none;
    width: 16px;
    height: 16px;
    display: block !important;
    cursor: pointer;
    cursor: hand;
}

    .buttonOK:hover {
        background-position: -16px;
    }

.divContact, .divUserManual {
    position: absolute;
    width: 231px;
    height: 61px;
    cursor: pointer;
    cursor: hand;
    color: #fff;
}

.divContact {
    top: 16px;
    left: 16px;
    background: url('/Images/ImgContact.png');
    background-repeat: no-repeat;
}

    .divContact:hover {
        background-position: -231px;
    }

.divUserManual {
    bottom: 16px;
    right: 16px;
    background: url('/Images/ImgUserManual.png');
    background-repeat: no-repeat;
}

    .divUserManual:hover {
        background-position: -231px;
    }

.lblContact {
    position: absolute;
    top: 8px;
    left: 10px;
}

.lblUserManual {
    position: absolute;
    top: 8px;
    right: 30px;
}

.PagerStyle {
    padding: 0;
    margin: 0;
    background-color: Transparent;
    height: 20px;
    color: #565656;
    border: none;
}

    .PagerStyle td {
        border: none;
    }

        .PagerStyle td table {
            /* margin-right: auto;     margin-left:auto;*/
        }

            .PagerStyle td table tr td {
                margin: 0;
                padding: 0;
                height: 20px;
                padding: 3px 3px 0 3px;
                font-family: Calibri;
            }

                .PagerStyle td table tr td span {
                    background-color: #ef8201;
                    color: #fff;
                    padding: 0 5px;
                    font-weight: bold;
                }

                .PagerStyle td table tr td a {
                    text-decoration: none;
                    padding: 0 5px;
                    background-color: #dedede;
                    color: #1d1e4e;
                }

                    .PagerStyle td table tr td a:hover {
                        background-color: #ef8201;
                        color: #fff;
                    }

input[type=submit][disabled=disabled], button[disabled=disabled] {
    cursor: default;
}

.rfv {
    position: absolute;
    top: 5px;
    left: 3px;
}

.home {
    position: absolute;
    bottom: 15px;
    right: 8px;
    width: 25px;
    height: 25px;
    background: url('/Images/IconHome.png') no-repeat;
    background-position: 0;
    cursor: pointer;
    cursor: hand;
}

    .home:hover {
        background-position: -25px;
    }

.panelGridWide input[readonly="readonly"] {
    border: solid 1px #000;
}

.divUpload {
    font-size: 14px;
    position: relative;
    top: 0px;
    left: 0px;
}

    .divUpload input[readonly="readonly"], .divUpload textarea[readonly="readonly"] {
        background-color: White;
        font-family: Calibri !important;
        color: #1d1e4e !important;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .divUpload input[readonly="readonly"] {
        border: none;
    }

    .divUpload textarea[readonly="readonly"] {
        border: solid 1px #eee;
    }

    .divUpload table tr td {
        font-weight: normal;
        padding: 4px;
    }

        .divUpload table tr td:first-child {
            font-weight: bold;
            background-color: #d7d7d7;
        }

table.chkList tr td {
    background-color: #fff !important;
    font-weight: normal !important;
}

table.rblList tr td {
    background-color: #fff !important;
    font-weight: normal !important;
}

.documentHeaderCurrent {
    background-color: #c6efce;
    height: 65px;
    padding: 0px 2px 5px 2px;
    color: #006100;
}

.documentHeaderOld {
    background-color: #ffc7ce;
    height: 65px;
    padding: 0px 2px 5px 2px;
    color: #9c0006;
}

#divData {
    padding-left: 3px;
}

.valSumm ul {
    display: none;
    visibility: hidden;
}

td.calendarContainer td {
    background: white !important;
    font-weight: normal !important;
    padding: 0 !important;
}

div.calendarContainer td {
    background: white !important;
    font-weight: normal !important;
    padding: 0 !important;
    height: auto !important;
}

.btnPregled {
    background-image: url('../Images/IconView.png');
    background-repeat: no-repeat;
    border-style: none;
    cursor: pointer;
    cursor: hand;
    width: 15px;
    height: 17px;
    background-color: Transparent;
}

    .btnPregled:hover {
        background-position: -17px 0;
    }
/*SKINOVANJE FILE INPUT KONTROLE*/

div.fileinputs {
    position: relative;
    width: 75%;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
    z-index: 0;
    padding-top: 7px;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    margin-left: -155px;
    cursor: pointer;
    cursor: hand;
    height: 22px;
}

.selectFileButton {
    position: absolute;
    top: 7px;
    left: 0px;
    z-index: 1;
    border: solid 2px #1D1D4E;
    color: #1D1D4E;
    padding: 2px 5px;
    background-color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-family: Calibri;
    cursor: pointer;
    cursor: hand;
    margin: 0;
}

.selectFileLabel {
    position: absolute;
    top: 10px;
    left: 85px;
    z-index: 3;
    width: 600px;
}

.defaulthome {
    width: 25px;
    height: 25px;
    background: url('/Images/IconHome.png') no-repeat;
    background-position: 0;
    background-position: 0;
    cursor: pointer;
    cursor: hand;
}

    .defaulthome:hover {
        background-position: -25px;
    }




/* ----------------------- */

.comment {
    background: url('/Images/comment.png') no-repeat;
    width: 25px;
    height: 25px;
    border: none;
    cursor: pointer;
    cursor: hand;
    left: 10px;
    bottom: 3px;
    position: absolute;
}

    .comment:hover {
        background-position: -25px;
    }
.nalog {
    background: url('/Images/user_image.png') no-repeat;
    width: 25px;
    height: 25px;
    border: none;
    cursor: pointer;
    cursor: hand;
    left: 40px;
    bottom: 3px;
    position: absolute;
}

    .nalog:hover {
        background-position: -25px;
    }

.pnlDownload {
    margin-bottom: 1px;
    background-color: #EAEAEA;
    position: relative;
}

.lblDownload {
    color: #97a6b5;
    display: block;
    cursor: default;
    margin-left: 10px;
    padding: 4px 0;
    text-align: left;
}

.linkDownload, .linkDocument {
    cursor: pointer;
    cursor: hand;
    display: block;
    color: #1D1E4E !important;
    background-color: Transparent;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: 730px;
    padding: 4px 0;
    font-family: Calibri;
    font-size: 16px;
    width: 720px;
    text-align: left;
}

.linkDocument {
}

.linkDownload {
    background-image: url('/Images/download.png');
}

    .linkDownload:hover, .linkDownload {
        background-position: 700px;
    }

.pnlDownload:hover {
    background-color: #D7D7D7;
}


.pnlDownload .yellowDiv, .pnlDownload .blueDiv, .pnlDownload .greenDiv, .pnlDownload .orangeDiv, .pnlDownload .darkGrayDiv, .pnlDownload .purpleDiv {
    height: 16px;
    width: 6px;
    position: absolute;
    top: 6px;
    left: 0;
}

.pnlDownload .yellowDiv {
    background-color: #FFFC00;
}

.pnlDownload .blueDiv {
    background-color: #00439E;
}

.pnlDownload .greenDiv {
    background-color: #7BB31A;
}

.pnlDownload .orangeDiv {
    background-color: #EF8201;
}
.pnlDownload .purpleDiv {
    background-color: purple;
}
.pnlDownload .darkGrayDiv {
    background-color: #444444;
}

.buttonTransparent {
    border: none;
}

.progressBar {
    z-index: 10;
    position: absolute;
    left: 233px;
    top: 225px;
    display: none;
    width: 80px;
    height: 80px;
}

.pnlTooltip {
    width: 440px;
    height: 40px;
    border: solid 2px #ef8201;
    background-color: white;
    padding: 5px;
    display: none;
}

.btnKonkursna {
    background-image: url('/Images/btnKonkursna.jpg');
    background-color: Transparent;
    background-repeat: no-repeat;
    width: 150px;
    height: 50px;
    border: none;
    cursor: pointer;
    cursor: hand;
}

.labelResultReport {
    color: orange !important;
    font-size: 60px !important;
}

.labelTitleReport {
    color: grey;
    font-size: large;
}

.panelDashboard {
    text-align: center;
    vertical-align: middle;
    width: auto;
}

.hyperLink {
    color: inherit;
}

    .hyperLink:hover {
        color: orange;
    }

.dvRegistracioniListTable table {
    width: 100%;
}

#ctl00_cphMain_txtNaziv.textboxWide {
    display: block;
    float: left;
    width: 70%;
    overflow:hidden;
    background-color: white;
}

#ctl00_cphMain_txtZavodniBroj.textboxWide {
    display: block;
    float: left;
    width: 70%;
    background-color: white;
    min-height: 25px;
    margin-bottom: 5px;
}

#ctl00_cphMain_rfvNazivDokumenta.validator {
    display: block;
    float: left;
    margin-left: 5px;
}

#ctl00_cphMain_RequiredFieldValidator1.validator {
    display: block;
    float: left;
    margin-left: 5px;
}
