﻿body {
    font: normal 12px Verdana;
    color: #666666;
    text-align: center;
    font-family: Arial;
    background-color: #2c6ea0;
}

#mainContainer {
    width: 1160px;
    height: auto;
    padding: 20px 0px 50px 0px;
    border: 5px solid #193e5a;
    border-radius: 4px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

a {
    color: #2c6ea0;
}

    a:visited {
        color: #2c6ea0;
    }

h2 {
    color: #2c6ea0;
}

img {
    border-style: none;
}

p {
    margin: 0px;
    padding: 0px;
}

#header, #container, #footer {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

pre {
    font: normal 12px Verdana;
}


/*#region MAIN*/
/*Pregled*/
#tblDetalji {
    text-align: left;
    width: 100%
}

/*Pretraga*/
#tblSearch {
    text-align: left;
}

/*Popis*/
#tblData {
    width: 98%;
    margin: 5px;
}

    #tblData img {
        vertical-align: middle;
    }

    #tblData td {
        padding: 0px 1px 0px 1px;
        margin: 1px 0px 1px 0px;
        vertical-align: middle;
    }

    #tblData tr:hover {
        background-color: rgba(65, 171, 251, 0.65);
    }

/*BUTTONS*/
.btSubmit, .btOdustani {
    min-width: 100px;
    min-height: 25px;
    color: white;
    cursor: pointer;
    margin: 5px;
}

/*btSubmit, .btSubmitJavni, .buttonStyle, .btOdustani, .btOdustaniJavni, #btSubmitEmail {
    width: 100px;
    height: 25px;
    border: 1px solid #2c6ea0;
    background-color: #2c6ea0;
    color: white;
    cursor: pointer
}

.btSubmit, .btSubmitJavni, .btOdustani, .btOdustaniJavni, #btLogin {
    min-width: 80px;
    min-height: 25px;
    border: none;
    color: white;
    background-color: #2c6ea0;
    padding: 5px;
    margin-top: 10px;
    cursor: pointer
}*/

#buttonPdf, #buttonIspis, #buttonWord, #buttonExcel {
    border: none;
    background-color: transparent;
}

    #buttonPdf, #buttonIspis, #buttonWord, #buttonExcel:hover {
        cursor: pointer;
    }

#btNoviUredaj, .buttonStyleAR { /*width:90px;*/
    height: 22px;
    border: 1px solid #2c6ea0;
    background-color: #2c6ea0;
    color: white;
    margin-left: 3px;
}

.topButtons {
    margin-left: 10px;
}

#btKopirajOogo {
    width: 150px;
    height: 25px;
    border: 1px solid #2c6ea0;
    background-color: #2c6ea0;
    color: white;
    margin-left: 580px;
}
/*LOGIN*/
#login {
    width: 400px;
    padding: 50px;
    margin: 15% auto;
    background-color: white;
    border: 5px solid #193e5a;
    border-radius: 4px;
    text-align: left;
    font-size: 14px;
    color: #2c6ea0;
}

#divFirst {
    text-align: center;
}

.headerLogin {
    color: #2c6ea0;
}

.smallHeaderLogin {
    color: #2c6ea0;
}

#tblLogin {
    width: 100%;
    text-align: center;
}

#divLoginErrors {
    color: #b00000;
    width: 100%;
    text-align: left;
}

#btLogin {
    width: 100px;
    height: 25px;
    border: 1px solid #2c6ea0;
    background-color: #2c6ea0;
    color: white;
    font-family: Arial;
}


/*HEADER*/
#header {
    width: 1120px;
    height: 60px;
    margin: 0px auto;
    background-color: #FFF;
    color: #2c6ea0;
    padding: 5px;
}

#logo {
    width: 500px;
    float: left;
    text-align: left;
}

    #logo .headerAppNaziv {
        font-weight: bold;
        font-size: 30px;
    }

    #logo .headerAppOpis {
        font-size: 14px;
    }

#rightLogin {
    width: 500px;
    float: right;
    text-align: right;
}

    #rightLogin ul, li {
        margin: 0px;
        padding: 0px;
    }

    #rightLogin .textContainer {
        width: 100%;
        float: right;
        text-align: left;
    }

    #rightLogin .leftText {
        width: 150px;
        font-weight: bold;
        font-size: 13px;
    }
/*#endregion */

/*#region MENU*/
#menu {
    width: 1130px;
    height: 28px;
    margin: 0px auto;
    padding: 0px;
    border: 1px solid #2c6ea0;
    border-radius: 2px;
    text-align: left;
    background-color: #2c6ea0;
}

.topnav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.topnav li {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    margin-right: 5px;
    z-index: 1;
    text-transform: lowercase;
}

    ul.topnav li a {
        padding: 5px 5px;
        color: #fff;
        display: block;
        text-decoration: none;
        float: left;
    }

        ul.topnav li a:hover {
            text-decoration: underline;
        }

        ul.topnav li a::first-letter {
            text-transform: capitalize;
        }
    /*.ui-icon-arrow-1-s*/
    ul.topnav li span {
        width: 10px;
        height: 15px;
        float: left;
    }

    ul.topnav li ul.subnav {
        list-style: none;
        position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
        left: 0;
        top: 25px;
        background: #2c6ea0;
        margin: 0;
        padding: 0;
        display: none;
        float: left;
        min-width: 190px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border: 1px solid #193e5a;
    }

        ul.topnav li ul.subnav li {
            margin: 0;
            padding: 0;
            border-top: 0px solid #252525; /*--Create bevel effect--*/
            border-bottom: 0px solid #C0C0C0; /*--Create bevel effect--*/
            clear: both;
            min-width: 190px;
        }

    ul.topnav li hr {
        width: 80%;
    }

.secnav {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.secnav li {
    float: right;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    margin-right: 5px;
    z-index: 1;
}

    ul.secnav li a {
        padding: 5px 5px;
        color: #fff;
        display: block;
        text-decoration: none;
        float: left;
    }

        ul.secnav li a:hover {
            text-decoration: underline;
        }
/*#endregion*/

/*CONTAINER*/
#container {
    width: 1120px;
    margin: 0px auto;
}

/*FOOTER*/
#footer {
    clear: both;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px 10px 0px;
    text-align: center;
}

    #footer a {
        color: white;
    }

    #footer p {
        color: white;
        font: 12px bold inherit;
    }
/*#region DIV ELEMENTI*/
#divActions {
    position: fixed;
    left: 5px;
    top: 30%;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    background-color: white;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border: 3px solid #193e5a;
}

    #divActions div {
        margin-bottom: 10px;
    }
/*content holder na pregledu i ostalima*/
#divContainerDiv {
    width: 100%;
    margin: 5px 0 5px 0;
}
/*list holder za popis itema na pregledu i ostalima*/
#divLeftItems {
    border: 1px solid #ccc;
    width: 250px;
    float: left;
}

#divTabs {
    width: 850px;
    margin-left: 10px;
    float: left;
}
/*početna prikaz boxova*/
.divBox {
    padding: 7px;
    margin-top: 10px;
    border: 1px solid #ccc;
}

    .divBox .setHeader {
        padding: 5px;
        color: black;
    }

    .divBox .info {
        margin-top: 10px;
    }

#divBanneri {
    border-top: 1px solid #2c6ea0;
    border-bottom: 1px solid #2c6ea0;
    margin: 20px 0px 20px 0px;
    padding-bottom: 25px;
}

#divBtnLogin {
    width: 330px;
    text-align: right;
}

.divInfo {
    background-image: url(../Content/images/ikone/info.jpg);
    background-repeat: no-repeat;
    background-position: left;
    font-weight: bold;
    border-bottom: 2px solid #2c6ea0;
    padding: 25px 5px 5px 60px;
    height: 45px;
}

.divCenter {
    text-align: center;
}

.divLoginFix {
    margin-left: 20px;
}

    .divLoginFix .editLabel {
        width: 100px;
    }

#divPreview {
    border: 1px solid #ccc;
    width: 815px;
    margin: 0 0 5px 5px;
    float: left;
}

.divDozvoleGOTable {
    background-color: whitesmoke;
    border-bottom: 1px solid gray;
    padding-bottom: 15px;
}


#divPretrazivanje {
    margin: 20px;
}

.divBoxOcevidnici {
    padding: 7px;
    margin: 10px 0px 20px 0px;
    border: 1px solid #aaa;
}

.divBoxKlasa {
    width: 330px;
    text-align: left;
    background-color: #eeeeee;
    padding: 5px;
    border: 1px solid #aaa;
}

.zahtjevCjelina {
    margin: 10px 0px 5px 0px;
    text-align: left;
}

    .zahtjevCjelina p {
        margin: 3px;
        text-transform: uppercase;
        font-size: 13px;
        color: black;
        font-weight: bold;
    }

.ocevidnikSadrzaj {
    background-color: #f5f5f5;
    padding: 5px;
    display: none
}
/*#endregion*/

/* #region SECTION HELPER*/
.left {
    width: 340px;
    float: left;
    text-align: left;
    margin-left: 20px;
}

.right {
    width: 420px;
    float: left;
    text-align: left;
    margin-left: 20px;
}

.center {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.leftSearch {
    width: 350px;
    float: left;
}

.rightSearch {
    width: 230px;
    float: left;
}

.headerInfo {
    font: bold 14px Verdana;
    margin: 5px 0px 10px 0px;
}

.editMain {
    display: block;
}

.editLabel {
    display: table-cell;
    text-align: right;
    width: 200px;
    margin: 0px 0px 4px 0px;
    padding-top: 4px;
    vertical-align: top;
}

.editContent {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}

    .editContent input {
        width: 200px;
        height: 18px;
        margin: 0px 0px 4px 10px;
    }

    .editContent select {
        width: 205px;
        height: 25px;
        margin: 0px 0px 4px 10px;
    }

    .editContent textarea {
        width: 583px;
        height: 100px;
        margin: 0px 0px 4px 10px;
    }

    .editContent .smallTextArea {
        width: 283px;
        height: 100px;
        margin: 0px 0px 4px 5px;
    }

    .editContent input[type=file] {
        width: 400px;
        margin: 0px 0px 4px 5px;
        padding-bottom: 3px;
    }

    .editContent input[type=checkbox] {
        width: 15px;
        height: 15px;
        margin: 5px 5px 5px 9px;
        padding: 0px;
        vertical-align: sub;
    }

    .editContent .inputDatum {
        width: 90px;
    }

    .editContent .ui-multiselect {
        margin-left: 10px;
        border-radius: 0px;
        font-size: 11px;
    }

.inputIBAN {
    width: 200px;
}

#checkBox .editContent span {
    display: inline-block;
    width: 30px;
    height: 15px;
}

#checkBox .editContent input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin: 5px 0px 0px 3px;
    padding: 0px;
}

.textContent {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    margin: 0px;
    height: 26px;
}

    .textContent .showText {
        display: inline-block;
        font: 13px;
        margin: 0px 0px 4px 9px;
    }

        .textContent .showText a {
            color: #2c6ea0;
        }

            .textContent .showText a:hover {
                text-decoration: none;
            }

    .textContent .showMagnify {
        display: inline-block;
        margin-left: 1px;
    }
/*#region Lokalni dodaci*/
.leftCheckBox {
    width: 650px;
    float: left;
    text-align: left;
    margin-left: 30px;
}

.rightMjesto {
    width: 350px;
    float: right;
}

.headerOntoGo {
    background-color: #2c6ea0;
    color: white;
    font-weight: bold;
    min-height: 20px;
    padding: 5px 0px 0px 5px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

.headerOntoGoPrimarni {
    color: black;
    font-weight: bold;
    min-height: 20px;
    padding: 5px 0px 0px 5px;
    margin-top: 20px;
    text-align: left;
    text-transform: uppercase;
}

.headerOntoGoCheckBox {
    color: #2c6ea0;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
}

    .headerOntoGoCheckBox input[type=checkbox] {
        width: 17px;
        height: 17px;
        color: white;
        margin-left: 30px;
        margin-top: 5px;
        border: 1px solid white;
    }

.headerUnutarCjeline {
    color: #2c6ea0;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    text-transform: uppercase;
}

.displayOntoGo {
    padding: 10px 0px 10px 0px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}
/*#endregion*/
/*#endregion*/

input.datePicker.inputDatum.hasDatepicker {
    width: 90px;
}

.errorHolder {
    text-align: left;
}


/*#region MISC*/
.clear {
    clear: both;
}

.disabled {
    cursor: default;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.disabledAdress {
    cursor: default;
    background-color: #FAFAF1;
    border: 0.5px solid #C0C0C0;
    color: #ccc;
    width: 200px;
    height: 21px;
    padding-left: 2px;
}

.actionItem {
    margin: 5px;
}

.actionSeparator {
    margin-left: 85px;
}

.headerMargin {
    margin-bottom: 10px;
}

.nusTextArea {
    width: 735px;
    height: 100px;
    margin: 5px 0px 5px 0px;
}

.leftAlign {
    text-align: left;
}

.centerAlign {
    text-align: center;
}

.alignCenter {
    margin: 0px auto;
}

.vAlignTop {
    vertical-align: top;
}

.ui-autocomplete {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.pdfRazmak {
    display: inline-block;
    width: 10px;
}

.smallFont {
    font-size: 11px;
}

.bigUnderlineFont {
    font-size: 13px;
    text-decoration: underline;
}

.removeStyleFromHref {
    text-decoration: none;
    cursor: text;
}

.hidden {
    display: none;
}

.red {
    color: #b00000;
}

.smallTextBox input[type=text] {
    width: 150px;
}

.promjenaPodatakaPopis {
    font-size: 11px;
    padding: 3px 0px 3px 0px;
}

.leftFloat {
    float: left;
    /*margin-top: 35px;*/
}

.rightFloat {
    float: right;
}

.colorDef {
    color: #2c6ea0;
}
/*#endregion*/

/*#region VALIDATION ERRORS*/

.field-validation-error {
    color: Red;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b00000;
    color: #b00000;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b00000;
}

    .validation-summary-errors li {
        text-align: left;
    }

.validation-summary-valid {
    display: none;
}

textarea.input-validation-error {
    border-color: red;
}
/*#endregion*/

/*#region jQuery multiselect */

.ui-multiselect {
    padding: 2px 0 2px 4px;
    text-align: left;
}

    .ui-multiselect span.ui-icon {
        float: right;
    }

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute !important;
    top: auto !important;
    left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important;
}

.ui-multiselect-header {
    margin-bottom: 3px;
    padding: 3px 0 3px 4px;
}

    .ui-multiselect-header ul {
        font-size: 0.9em;
    }

        .ui-multiselect-header ul li {
            float: left;
            padding: 0 10px 0 0;
        }

    .ui-multiselect-header a {
        text-decoration: none;
    }

        .ui-multiselect-header a:hover {
            text-decoration: underline;
        }

    .ui-multiselect-header span.ui-icon {
        float: left;
    }

    .ui-multiselect-header li.ui-multiselect-close {
        float: right;
        text-align: right;
        padding-right: 0;
    }

.ui-multiselect-menu {
    display: none;
    padding: 3px;
    position: absolute;
    z-index: 10000;
    text-align: left;
}

.ui-multiselect-checkboxes {
    position: relative /* fixes bug in IE6/7 */;
    overflow-y: auto;
}

    .ui-multiselect-checkboxes label {
        cursor: default;
        display: block;
        border: 1px solid transparent;
        padding: 3px 1px;
    }

        .ui-multiselect-checkboxes label input {
            position: relative;
            top: 1px;
        }

    .ui-multiselect-checkboxes li {
        clear: both;
        font-size: 0.9em;
        padding-right: 3px;
    }

        .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
            text-align: center;
            font-weight: bold;
            border-bottom: 1px solid;
        }

            .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
                display: block;
                padding: 3px;
                margin: 1px 0;
                text-decoration: none;
            }

    /* remove label borders in IE6 because IE6 does not support transparency */
    * html .ui-multiselect-checkboxes label {
        border: none;
    }

.ui-multiselect-hasfilter ul {
    position: relative;
    top: 2px;
}

.ui-multiselect-filter {
    float: left;
    margin-right: 10px;
    font-size: 11px;
}

    .ui-multiselect-filter input {
        width: 100px;
        font-size: 10px;
        margin-left: 5px;
        height: 15px;
        padding: 2px;
        border: 1px solid #292929;
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
    }

/*#endregion */


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    text-align: center;
    overflow: scroll;
}

    #overlay img {
        margin-top: 5%;
    }

/*#region Print gumb*/
.noDec {
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.ispisPredanihZahtjeva {
    padding: 10px;
    background-color: indianred;
    color: white;
    border: 1px solid #582626;
    border-radius: 3px;
}
/*#enderegion*/

.readOnly {
    border: 1px;
    border-color: transparent;
    background-color: transparent;
    margin-top: 2px;
    outline: 0;
    cursor: not-allowed;
    pointer-events: none;
}

.readOnlyWithBorder {
    border: 1px solid #ccc;
    background-color: transparent;
    margin-top: 2px;
    outline: 0;
    cursor: not-allowed;
    pointer-events: none;
}

.publicDisplayOnly {
    vertical-align: bottom;
    padding-left: 15px;
}

.specialReadonly {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: 0;
    cursor: not-allowed;
    pointer-events: none;
}

    .specialReadonly::placeholder {
        color: transparent;
    }

.speacialReadonlyStakvaPolje {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    outline: 0;
    cursor: not-allowed;
    pointer-events: none;
}
