﻿body, html {
    padding: 0;
    margin: 0;
    font-size: 12pt;
    font-family: Arial, sans-serif;
    /*background-color: #EEE9E9;*/
}

table {
    table-layout: auto;
}

#panelPovezaneTabele {
    overflow: auto;
}

.moduleName {
    font-weight: normal;
}

.moduleDescription {
    font-size: 8pt;
    color: #2c3e50;
    margin: 10px auto 10px auto;
    text-align: center;
    max-width: 900px;
}

.moduleTitle {
    font-size: 14pt;
    line-height: 25pt;
}

.details-title {
    background-color: #95a5a6;
    color: #ffffff;
    padding: 3px;
    font-size: 10pt;
    border: 1px solid #ffffff;
}

.copyrights {
    border-top: 1px solid #ecf0f1;
    padding-top: 3px;
    margin-top: 10px;
    width: 80%;
    text-align: center;
    font-size: 7pt;
    margin-left: auto;
    margin-right: auto;
}

/*	Global classes	*/
.DDMainHeader {
    font-weight: bold;
    font-size: 9pt;
    font-variant: small-caps;
    color: #888;
    padding-bottom: 12px;
    border-bottom: 1px solid #bbbbbb;
    color: #2c3e50;
}

label {
    margin:0;
}

.DDControls {
    padding: 0px 0px 0px 5px;
    font-size: 9pt;
    color: #2c3e50;
    border: 1px solid #ecf0f1;
    font-weight: bold;
}

td.DDControls {
    padding-right: 5px;
    max-width: 100%;
    white-space: normal;
}

.DDSubHeader {
    margin-bottom: 10px;
    font-size: 9pt;
    color: #888;
}

.DD {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 9pt;
    color: #2c3e50;
    background-color: #E6DCDB;
}

.search-and-filter {
    font-size: 9pt;
    color: #2c3e50;
    padding-bottom: 5px;
}

.DDLightHeader {
    color: #2c3e50;
    background-color: #fffbd6;
    border: 0px solid #ecf0f1;
    text-align: right;
    padding: 0px 3px;
    vertical-align: middle;
}

.foreign-btn-addon {
    padding: 0px 2px;
    width: 34px;
}

.DDTextBox, .DDDropDown {
    color: #2c3e50;
    font-size: 9pt;
    border: solid 1px #dcdcdc;
    background-color: #FEFEFE;
    min-width: 200px;
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    box-sizing: border-box;
}

.DDDropDown {
    padding: 2px;
    font-size: 9pt;
}

.DDFilter {
    font-size: 9pt;
    color: #2c3e50;
    max-width:350px;
}

.DDControl {
    padding: 0px;
    color: #2c3e50;
}

.DDFloatLeft {
    float: left;
}

.DDFloatRight {
    float: right;
}

.DDSelected {
    background-color: #fffbd6;
    border: 1px solid #bdc3c7;
    color: #2c3e50;
    font-weight: bold;
}

div.DDNoItem {
    color: #c0392b;
    font-family: arial, sans-serif;
}

.DDValidator {
    background-color: White;
    color: #c0392b;
    font-family: arial, sans-serif;
    border: 1px dotted #bdc3c7;
    font-size: 9pt;
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


/*	Navigation	*/

div.DDNavigation {
    font-size: 9pt;
    position: relative;
    top: -28px;
    margin-bottom: -10px;
    padding: 0px 5px;
}

    div.DDNavigation img {
        position: relative;
        margin-top: 0em;
        padding: 0px 8px;
        border: none;
        background-color: #fff;
    }

    div.DDNavigation a {
        color: #2c3e50;
        text-decoration: none;
        background-color: #fff;
        padding-right: 8px;
        top: -.2em;
        left: .25em;
    }

        div.DDNavigation a:hover {
            color: #2c3e50;
            text-decoration: underline !important;
        }


/*	Details VIEW/EDIT	*/
table.DDDetailsTable {
    color: #2c3e50;
    background-color: transparent;
    border: 0px solid #bdc3c7;
    text-align: left;
    /*box-shadow: 0px 0px 7px black;*/
}

    /*table.DDDetailsTable a {
        color: #718ABE;
        text-decoration: none;
        padding-right: 6px;
        text-align: left;
    }

        table.DDDetailsTable a:hover {
            color: #000099;
            text-decoration: underline !important;
        }*/

    table.DDDetailsTable .td {
        /*padding: 3px 6px;*/
        padding: 0px;
        margin: 0px;
        border: 1px solid #bdc3c7;
        font-size: 9pt;
        font-family: Arial, sans-serif;
        color: #2c3e50;
    }

/*table.DDDetailsTable td {
        padding: 0px;
    }*/


/*	DDGridView/DDListView	*/
table.DDGridView, table.DDListView {
    background-color: White; /*width: 100%;*/
    color: #2c3e50;
    border: solid 1px #bdc3c7;
    font-size: 9pt;
    padding: 2px;
    text-align: left;
}

table.DDGridView1 {
    background-color: White; /*width: 100%;*/
    color: #2c3e50;
    border: none 0px #bdc3c7;
    font-size: 9pt;
    padding: 2px;
    text-align: left;
}

    table.DDGridView1 .th, table.DDGridView1 .td {
        white-space: nowrap;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
    }

    table.DDGridView1 .th {
        margin: 0px;
        padding: 0px; /*background: url(DynamicData/Content/Images/header_back.gif) repeat-x;*/
        background-color: #c0392b; /*line-height: 1.3em;*/
        text-align: left;
        font-size: 9pt;
        border: solid 0px #bdc3c7;
        color: White;
    }

        table.DDGridView1 .th a {
            color: White;
            text-decoration: none;
            font-weight: normal;
            font-size: 9pt;
        }

    table.DDGridView1 .td {
        /*border: dotted 1px #dbddff;*/
        border: none 0px #2c3e50; /*border-left-width: 0px; 	border-right-width: 0px;*/ /*padding: 6px;*/
        padding: 0px;
        margin: 0px;
        font-size: 9pt;
        color: #2c3e50;
    }

        table.DDGridView1 .td a {
            color: #2c3e50;
            text-decoration: none;
            margin-right: 6px;
            font-size: 9pt;
        }


.DDGridView {
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
}

table.DDGridView .th, table.DDGridView .td, table.DDListView .th, table.DDListView .td {
    white-space: nowrap;
    font-weight: normal;
}

table.DDGridView .th, table.DDListView .th {
    margin: 0px;
    padding: 2px; /*background: url(DynamicData/Content/Images/header_back.gif) repeat-x;*/
    background-color: #95a5a6; /*line-height: 1.3em;*/
    text-align: center;
    font-size: 9pt;
    border: solid 0px #bdc3c7;
    color: White;
    height: 24px;
}

    table.DDGridView .th a, table.DDListView .th a {
        color: White;
        text-decoration: none;
        font-weight: normal;
        font-size: 9pt;
        padding:1px 5px;
    }

table.DDGridView .td, table.DDListView .td {
    /*border: dotted 1px #dbddff;*/
    border: solid 0px #bdc3c7; /*border-left-width: 0px; 	border-right-width: 0px;*/ /*padding: 6px;*/
    padding: 0px;
    margin: 0px;
    font-size: 9pt;
    color: #2c3e50;
}

    table.DDGridView .td a, table.DDListView .td a {
        color: #718ABE;
        text-decoration: none;
        margin-right: 6px;
        font-size: 9pt;
    }

table.DDGridView .DDSelected a, table.DDListView .DDSelected a {
    color: #000080;
    text-decoration: none;
    margin-right: 6px;
    font-size: 9pt;
}

    table.DDGridView .DDSelected a:hover, table.DDListView .DDSelected a:hover {
        color: #2c3e50;
        text-decoration: underline;
    }

table.DDGridView .td a:hover, table.DDListView .td a:hover {
    color: #2c3e50;
    text-decoration: underline;
}

/*	DataPager	*/
div.DDPager {
    max-width: 600px;
    padding: 1px 6px;
    line-height: 8px;
    margin: 0;
    border: 0;
}


/* Bottom hyperlink design*/
div.DDBottomHyperLink {
    font-size: 9pt;
}

    div.DDBottomHyperLink a {
        color: #839ce7;
        text-decoration: none;
    }

        div.DDBottomHyperLink a:hover {
            color: #000099;
            text-decoration: underline !important;
        }

    div.DDBottomHyperLink img {
        padding-right: 5px;
        border: none;
    }

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    -ms-filter: alpha(opacity=70);
    -ms-opacity: 0.7;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: white;
    border-width: 3px;
    border-style: solid;
    border-color: #bdc3c7;
    padding: 10px;
}

.modalTitle {
    background-color: #c0392b;
    color: White;
}

.input-xxs {
    display:inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 9pt;
    padding: 3px 5px;
    width:auto;
    max-width:500px;
}


.lst {
    font-size: 16pt;
    width: 100%;
    vertical-align: middle;
    padding-left: 5px;
    height: 36px;
    background-color: #ecf0f1;
}

    .lst:focus {
        outline-style: none;
        /* outline-color: invert;
        outline-width: medium;*/
    }

.lsb {
    border: 1px solid #bdc3c7;
    font-size: 9pt;
    height: 30px;
    color: #000;
    vertical-align: middle;
    cursor: pointer;
    padding: 0px 6px;
    font-weight: bold;
    border-radius: 2px;
}

    .lsb:hover {
        outline-style: none;
        outline-color: invert;
        outline-width: medium;        
    }

.adv-srch-link {
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #36c;
    font-size: 9pt;
    width: 120px;
}

.edit-title {
    color: White;
    background-color: #c0392b; /*line-height: 1.3em;*/
    text-align: left;
    font-size: 14pt;
    border: solid 1px #FFFBD6;
}

table.DDGridView .alt {
    background-color: #F2F1EF;
    text-decoration: none;
}

    table.DDGridView .alt a {
        text-decoration: none;
        color: #718abe;
        margin-right: 6px;
    }

        table.DDGridView .alt a:hover {
            color: #000099;
            text-decoration: underline;
        }

.advancedfilter-text {
    text-align: center;
    background-color: #c0392b;
    color: White;
    width: 120px;
}

table.advancedfilter {
    color: #2c3e50;
    width: 100%;
    border: 0;
    background: #ecf0f1;
}

table.DDGridView td {
    border: 1px solid #ecf0f1;
    padding: 1px 5px;
    overflow: hidden;
}

table.pager-table {
    width: 100%;
}

    table.pager-table td {
        border: 0px solid #95a5a6;
    }

.header-title {
    background-color: black;
    font-size: 14pt;
    color: white;
}

.req-fields-text {
    width: 100%;
    font-size: 7pt;
    color: Gray;
}

.DDGroupHeader {
    font-weight: bold;
    font-size: 9pt;
    background-color: lightgray;
    color: #2c3e50;
    padding-left: 5px;
    border: 1px solid gray;
}

div.main-addnew-link {
    font-size: 14pt;
}

    div.main-addnew-link a {
        color: #839ce7;
        text-decoration: none;
    }

        div.main-addnew-link a:hover {
            color: #000099;
            text-decoration: underline !important;
        }

    div.main-addnew-link img {
        padding-right: 5px;
        border: none;
    }

div.shadow {
    color: #2c3e50;
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    text-decoration: none;
    width: 160px;
    margin: 3px;
    padding: 5px;
}

.shadow:hover {
    color: White;
    background-color: #bdc3c7;
}

.association {
    /*background: #ecf0f1;
    border: solid 1px grey;*/
    font-size: 9pt;
    color: #2c3e50;
    height: 25px;
}

.active-association .btn {
    background-color: #fffbd6;
}

.active-association .btn-red {
    background-color: #c0392b;
}

.active-association {
    /*background-color: red;
    border: 0px solid #F4A03E;*/
    font-size: 9pt;
    /*color: white;*/
    height: 25px;
}

    .active-association .association-button {
        background-color: #bdc3c7;
        color: White;
        border-style: none;
        height: 25px;
    }

.association-button {
    background: #EEE9E9 url(Images/list.png) no-repeat 99.5% center;
    /*border: solid 1px #D7D7D7;*/
    font-size: 12pt;
    /*font-weight: bold;*/
    color: #2c3e50;
    margin-left: 0px;
    /*background-image: url(images/list.png);*/
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 2px 3px;
    padding-left: 22px;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 0px;
    height: 35px;
    border-style: none;
}

.association-button-add {
    background: #95a5a6;
    /*border: solid 1px #D7D7D7;*/
    /*border-left: 0px solid grey;*/
    font-size: 12pt;
    border-style: none;
    height: 25px;
    width: 25px;
    color: white;
    margin-right: 5px;
    margin-left: 0px;
    margin-top: 0px;
}

.association-button:hover {
    /*border: solid 1px #bdc3c7;*/
    cursor: pointer;
    cursor: hand;
    font-size: 12pt;
}

.association-button-add:hover {
    /* border: solid 1px #bdc3c7;*/
    cursor: pointer;
    cursor: hand;
    font-size: 12pt;
}

.popup-button {
    cursor: pointer;
    cursor: hand;
    border: 0px solid gray;
}

.login-form {
    background-color: transparent;
    border: 1px solid #bdc3c7;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

div.SearchColumn {
    float: left;
    width: 48%;
    margin: 2px 2px 2px 2px;
}

.karta:visited {
    background-color: #ececec;
    display: block;
}

.karta-inner {
    /*display: block;*/
    /*background: url(DynamicData/Content/Images/lupa.gif) white no-repeat right bottom;*/
    cursor: pointer;
    cursor: hand;
    /*z-index: 2000;*/
    float: left;
}

.zoom-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.karta {
    cursor: pointer;
    cursor: hand;
    padding: 3px 3px 3px 3px;
    background-color: #F4A03E;
    border: 1px solid#c0392b;
    width: auto;
    height: auto;
    display: inline-block;
}

.button_add {
    font-family: Arial, sans-serif;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
}

A.button_add {
    cursor: pointer;
}

.button_add A {
    font-family: Arial, sans-serif;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
}

.button_add .button_middle {
    background: url(DynamicData/Content/Images/btn_add_middle.png) repeat-x left top;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
    height: 20px;
    color: #2c3e50;
    clear: none;
    padding-top: 3px;
}

#InsertHyperLink.button_add {
    padding-top: 10px;
    padding-right: 5px;
    text-decoration: none;
}

.button_add .button_middle A {
    font-family: Arial, sans-serif;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
}

.button_add .add_left {
    background: url(DynamicData/Content/Images/btn_add_left.png) no-repeat left top;
    z-index: 100;
    position: relative;
    width: 21px;
    float: left;
    height: 20px;
    clear: none;
}

.button_add .button_home {
    background: url(DynamicData/Content/Images/home.png) no-repeat left top;
    z-index: 100;
    position: relative;
    width: 21px;
    float: left;
    height: 20px;
    clear: none;
}

.button_add .button_right {
    background: url(DynamicData/Content/Images/btn_add_right.png) no-repeat left top;
    position: relative;
    width: 4px;
    float: left;
    height: 20px;
    clear: none;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: transparent;
}

/* BUTTON HOME*/
.homelink-container {
    width: 100%;
    text-align: center;
    background-color: #c0392b;
    border-bottom: 1px solid #e74c3c;
    position: fixed;
    top:0;
    left:0;
}

.button_home_large {
    font-family: Arial, sans-serif;
    white-space: nowrap;
    font-size: 20px;
    color: #2c3e50;
    height: 80px;
    border-bottom: 1px solid #95a5a6;
}

A.button_home_large {
    cursor: pointer;
}

.button_home_large A {
    font-family: Arial, sans-serif;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
}

.button_home_large .button_home_large_middle {
    background: url(DynamicData/Content/Images/button_home_large_middle.png) repeat-x left top;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 2px;
    padding-right: 8px;
    float: left;
    height: 32px;
    clear: none;
    padding-top: 3px;
}

#InsertHyperLink.button_home_large {
    padding-top: 10px;
    padding-right: 5px;
    text-decoration: none;
}

.button_home_large .button_home_large A {
    font-family: Arial, sans-serif;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
}

.button_home_large .button_home_large_left {
    background: url(DynamicData/Content/Images/button_home_large_left.png) no-repeat left top;
    z-index: 100;
    position: relative;
    width: 33px;
    float: left;
    height: 32px;
    clear: none;
}

.button_home_large .button_home_large_right {
    background: url(DynamicData/Content/Images/button_home_large_right.png) no-repeat left top;
    position: relative;
    width: 3px;
    float: left;
    height: 32px;
    clear: none;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: transparent;
}
/* BUTTON HOME*/

.povezanezabele-container {
    /*margin: 0px 5px 5px 5px;*/
    padding: 0px 0px 0px 5px;
    background-color: #FCFDFE;
}

.association-title {
    text-transform: uppercase;
    font-size: 10px;
    padding: 0px 5px 0px 5px;
    background-color: transparent;
}

table.STAT-OUTER-TABLE {
    border: 0px solid black;
    font-size: 12pt;
    margin-bottom: 15px;
    width: 600px;
}

    table.STAT-OUTER-TABLE th {
        font-size: 9pt;
    }

    table.STAT-OUTER-TABLE tr.title {
        font-size: 9pt;
        background-color: #ecf0f1;
        color: #c0392b;
        padding: 2px 2px 10px 2px;
    }

    table.STAT-OUTER-TABLE td.title {
        border: 1px solid #EEE9E9;
        padding: 2px 2px 2px 2px;
    }

    table.STAT-OUTER-TABLE td.footer {
        border: 1px dashed #95a5a6;
        padding: 2px 2px 2px 2px;
        background-color: #F2F2F2;
        font-size: 9pt;
        color: #2c3e50;
    }

    table.STAT-OUTER-TABLE tr.footer {
        padding: 10px 0px 0px 0px;
    }

table.STAT-INNER-TABLE {
    border: 0px solid black;
}

    table.STAT-INNER-TABLE td {
        border: 0px solid #D4D4D4;
        padding: 0px 5px 0px 5px;
    }

table td.STAT-chart-image {
    padding: 0px 2px 0px 0px;
    border: 0px solid #D4D4D4;
}

table td.STAT-column-text {
    border: 0px solid #D4D4D4;
    padding: 0px 2px 0px 20px;
}

table.STAT-INNER-CONTENT tr {
    border: 0px solid #D4D4D4;
    padding: 1px 2px 1px 0px;
    cursor: pointer;
    cursor: hand;
}

.handleResize {
    width: 15px;
    height: 16px;
    background-image: url(images/HandleHand.png);
    overflow: hidden;
    cursor: se-resize;
}

.plusimageapply {
    list-style-image: url(Images/plus.png);
    cursor: pointer;
}

.minusimageapply {
    list-style-image: url(Images/minus.png);
    cursor: pointer;
}

#detailsTable ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.selectedimage {
    list-style-image: url(Images/selected.png);
    cursor: pointer;
    vertical-align: top;
}

li.category {
    color: #2c3e50333;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 5px;
}

.DDColumnName {
    /*font-weight: ;*/
    color: #2c3e50;
    /*background-color: #EEE9E9;*/
    border: 0px solid#c0392b;
    padding: 1px 5px 1px 5px;
    font-size: 11px;
    font-weight: normal;
}

.subCategory {
    background-color: #F4A03E;
    color: white;
    padding-left: 3px;
    font-size: 9pt;
}

    .subCategory.main {
        background-color: #c0392b;
        color: white;
        padding-left: 3px;
        font-size: 9pt;
    }

/*table.DDDetailsTable a.btn {
    color: #2c3e50;
    text-decoration: none;
    padding-right: 6px;
    text-align: left;
	display: inline;
}

.btn {
    background-color: #F0F0F0;
    margin-left: 5px;
    font-size: 13pt;
    text-decoration: none;    
    border: 1px solid #ccc;   
    height: 30px;
    color: #2c3e50;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 0px 6px;
    font-weight: normal;
}

    .btn:active {
        background: #ccc;
    }

    .btn:focus {
        outline-style: none;
        outline-color: invert;
        outline-width: medium;
        text-decoration: none;
    }

table.DDDetailsTable a.btn:hover {
    text-decoration: none;
}*/

.posz-unchecked {
    background-image: url(Images/radio-unchecked.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

.posz-checked {
    background-image: url(Images/radio-checked.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}

.lsb.selected {
    background-color: #F4A03E;
    color: #FEFFFF;
}

.hiddenTextBox {
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: none;
}


/* WIZARD */
.stepNotCompleted {
    background-color: rgb(153,153,153);
    width: 15px;
    border: 1px solid rgb(153,153,153);
    margin-right: 5px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCompleted {
    background-color: #4d4d4d;
    width: 15px;
    border: 1px solid #4d4d4d;
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

.stepCurrent {
    background-color: #e01122;
    width: 15px;
    border: 1px solid #e01122;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.stepBreak {
    width: 3px;
    background-color: Transparent;
}

.wizardProgress {
    padding-right: 10px;
    font-family: Arial;
    color: #FFFFFF;
    font-size: 12px;
}

.wizardTitle {
    font-family: Arial;
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
    padding: 10px;
    background-color: #c0392b;
}

.table {
    min-width: 800px;
    margin-bottom: 10px;
    border-spacing: 1px;
    border-collapse: separate;
}

.step {
    padding: 10px;
}

.right-margin-big {
    margin-right: 20px;
}

.right-margin-small {
    margin-right: 2px;
}

.sidebar {
    vertical-align: top;
    background-color: #c0392b;
    color: #FFFFEF;
}

.sidebar-item {
    background-color: #c0392b;
    color: #FFFFEF;
    width: 200px;
    padding: 2px;
}

.sidebar-item-selected {
    background-color: #c0392b;
    border: 1px solid orange;
    color: #FFFFEF;
    width: 200px;
    margin: 2px;
}

/*.btn {
    background-color: #F0F0F0;
    font-size: 12pt;
    text-decoration: none;
    border-bottom: #999 1px solid;
    border-left: #ccc 1px solid;
    border-top: #ccc 1px solid;
    border-right: #999 1px solid;
    height: 25px;
    color: #2c3e50;
    vertical-align: middle;
    cursor: pointer;
    font-weight: normal;
    width: 100%;
    min-width: 140px;
    cursor: pointer;
}

    .btn:active {
        background: #ccc;
    }

    .btn:focus {
        outline-style: none;
        outline-color: invert;
        outline-width: medium;
        text-decoration: none;
    }

*/

table.wizard {
    color: #2c3e50;
    font-size: 9pt;
}

.inputfile {
    color: transparent;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 30px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #c0392b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.btn-margin{
    margin-left:2px;
    margin-bottom:20px;
    margin-top:10px;
}

div.wizard {
    color: #2c3e50;
    font-size: 9pt;
}

#wizHeader li .prevStep {
    background-color: #74ad5a;
}

    #wizHeader li .prevStep:after {
        border-left-color: #74ad5a !important;
    }

#wizHeader li .currentStep {
    background-color: #c0392b;
}

    #wizHeader li .currentStep:after {
        border-left-color: #c0392b !important;
    }

#wizHeader li .nextStep {
    background-color: #C2C2C2;
}

    #wizHeader li .nextStep:after {
        border-left-color: #C2C2C2 !important;
    }

#wizHeader {
    list-style: none;
    overflow: hidden;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

    #wizHeader li {
        float: left;
    }

        #wizHeader li a {
            color: white;
            text-decoration: none;
            padding: 5px 0 5px 40px;
            position: relative;
            display: block;
            float: left;
        }

            #wizHeader li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(34,85%,35%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            #wizHeader li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        #wizHeader li:first-child a {
            padding-left: 10px;
        }

        #wizHeader li:last-child {
            padding-right: 50px;
        }

        #wizHeader li a:hover {
            background: #333;
        }

            #wizHeader li a:hover:after {
                border-left-color: #333 !important;
            }

.content {
    height: 150px;
    padding-top: 75px;
    text-align: center;
    background-color: #F9F9F9;
    font-size: 48px;
}

.wizard-step-item-label {
    font-size: 9pt;
    width: 330px;
    color: #2c3e50;
    background-color: #FFFBD6;
    margin: 0;
    text-align: right;
}

.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: 1px;
    line-height: 18pt;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.popup-item-label {
    font-size: 9pt;
    color: #2c3e50;
    background-color: #EEE9E9;
    border: 1px solid gray;
    padding: 1px 5px 1px 5px;
    text-align: right;
}

.textField {
    width: 99%;
    font-size: 9pt;
    min-height: 22px;
}

.dateField {
    width: 99%;
    font-size: 9pt;
    height: 22px;
}

.required {
    font-weight: bold;
}

.wizard-step-category {
    background-color: #F4A03E;
    color: white;
    width: 100%;
    height: 28px;
}


.accordion {
    width: 100%;
    overflow: visible !important;
}

.accordionHeader {
    color: #ffffff;
    background-color: #95A5A6;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px;
    cursor: pointer;
    border: 1px solid;
}

.accordionHeaderSelected {
    color: white;
    background-color: #95A5A6;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent {
    background-color: #ECF0F1;
    padding: 5px;
    padding-top: 10px;
    overflow: visible !important;
    width: 100% !important;
    height: 100% !important;
}

.required-tag {
    color: #c0392b;
}

.chosen-select {
    width: 100% !important;
}

.chosen-container {
    width: 100% !important;
}

.autonum-label {
    font-size: 7pt;
    font-weight: bold;
    vertical-align: middle;
}

.popup-button {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: inset 0px 1px 0px 0px #9acc85;
    -webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
    box-shadow: inset 0px 1px 0px 0px #9acc85;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
    background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
    background-color: #74ad5a;
    border: 1px solid #3b6e22;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    padding: 1px 12px;
    text-decoration: none;
}

    .popup-button:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
        background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
        background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
        background-color: #68a54b;
    }

    .popup-button:active {
        position: relative;
        top: 1px;
    }



.frameImage {
    width: 130px;
    height: 65px;
    overflow: hidden;
    float: left;
    padding: 3px;
}

.frameText {
    width: 100px;
    height: 100px;
    overflow: auto;
    float: left;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: Gray;
    font-family: Helvetica;
    line-height: normal;
}

.handleImage {
    width: 15px;
    height: 16px;
    background-image: url(images/HandleHand.png);
    overflow: hidden;
    cursor: se-resize;
}

.handleText {
    width: 16px;
    height: 16px;
    background-image: url(images/HandleGrip.png);
    overflow: hidden;
    cursor: se-resize;
}

.resizingImage {
    padding: 0px;
    border-style: solid;
    border-width: 3px;
    border-color: #B4D35D;
}

.resizingText {
    padding: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #7391BA;
}

.capture-line-ol {
    padding: 0px;
    margin: 0px;
    /*border: none;*/
    width: 32px;
    height: 30px;
    background: url('Images/CaptureLine.png') no-repeat center;
}

    .capture-line-ol:hover {
        cursor: pointer;
        cursor: hand;
    }

.capture-polygon-ol {
    padding: 0px;
    margin: 0px;
    /*border: none;*/
    width: 32px;
    height: 30px;
    background: url('Images/CapturePolygon.png') no-repeat center;
}

    .capture-polygon-ol:hover {
        cursor: pointer;
        cursor: hand;
    }

.fixed-dialog {
    position: fixed !important;
    top: 0px !important;
    right: 0px !important;
    left: auto !important;
    /*   width: 400px !important;*/
    z-index: 10000;
    overflow: "auto";
    /*display: inline-block !important;*/
    /*max-height: 90%;*/
}

.ui-dialog .ui-dialog-content {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.ui-widget-header {
    border: 1px solid#c0392b;
    background: #FBFB95;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .1em .5em;
    position: relative;
}

.Grid {
    border: solid 1px #FFFFFF;
    font-size: 9pt;
    font-family: Arial, sans-serif;
}

    .Grid td {
        border: solid 1px #FFFFFF;
        margin: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        text-align: left;
    }

.GridHeader {
    font-weight: bold;
    background-color: #8b8dbb;
}

.GridItem {
    background-color: #EEE9E9;
}

.GridAltItem {
    background-color: white;
}

.viewdetails-button {
    border: 1px solid#c0392b;
    background: #FBFB95;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
    padding: 2px;
    width: 100%;
    text-align: center;
}

.stacionaza {
    border: 1px solid #2980b9;
    background-color: silver;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
    padding: 2px;
    width: 100%;
    text-align: center;
}

#search-results-accordion {
    width: 100%;
    padding: 10px;
}

.results-db {
    padding-left: 21px;
    padding-right: 7px;
    width: 46px;
    height: 20px;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .3em .3em .3em .5em !important;
    min-height: 0;
    text-align: left;
    font-size: 9pt;
}

.ui-accordion-content {
    text-align: left;
    font-size: 9pt;
    height: auto !important;
}

label {
    font-weight: normal;
}

.filterHeader {
    width: 100%;
    background: #95a5a6;
    color: white;
    font-size: 9pt;
    text-align: left;
    padding-left: 10px;
    line-height: 20px;
    margin-top: 1px;
    display: inline-block;
}

.select-onmap-button {
    background: url('Images/select.png') no-repeat center;
    width: 36px;
    height: 36px;
    margin-left: 1px;
}

.advanced-search-button {
    background: url('images/filter.png') no-repeat center;    
    width: 36px;
    height: 36px;
    margin-left: 1px;
    float: right;
}

.filter-active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.225);
}

.advanced-search-button-set {
    background: url('images/filter_set.png') no-repeat center;
    width: 36px;
    height: 36px;
    margin-left: 1px;
    float: right;
}

.search-button {
    background: url('images/search.png') no-repeat center;    
    width: 36px;
    height: 36px;
    float: left;
    margin-left: 1px;
}

.search-exact-button {
    background: url('images/search-exact.png') no-repeat center;
    width: 36px;
    height: 36px;
    float: left;
    margin-left: 1px;
}

.search-clear-button {
    background: url('images/clear.png') no-repeat center;
    width: 36px;
    height: 36px;
    float: left;
    margin-left: 1px;
}

.btn-showmoreresults {
    background: transparent;
    border: 0px;
    color: white;
    padding-left: 0px;
}

div.moreresults {
    color: #2c3e50;
    width: 100%;
    border: 1px solid #aaa;
    background: #ecf0f1;
}

.hide-window-btn {
    background: white;
    border: 0px;
    color: white;
    float: right;
    background-image: url(images/close-window.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 4px;
}

.export-xls-btn {
    background-image: url(Images/excel.png);
    background-position: 3px;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.grid-nodata {
    font-size: 11pt;
    color: Red;
    border: 0px solid black;
    text-align: center;
    padding: 15px;
}

.ui-menu .ui-menu-item a {
    font-size: 11pt;
}

.overflow-visible {
    overflow:visible !important;
}

.mapDivOuter {
    visibility: hidden; 
    display: none; 
    position: static; 
    z-index: 100; 
    background-color: White;
}
.mapDiv {
    width: 400px;
    height: 400px;
}

/* -- sitemaster navigacija -- */
.menu-btn {
    font-size: 18px;
    color: #fff;
	width: 70px;
	margin-right: 1px;
	background-color: #c0392b;
	margin-top: 1px;
	border: 0px;
} 

.menu-btn:hover, .menu-btn:focus, .menu-btn:active {
    font-size: 18px;
    color: #fff !important;
	width: 70px;
	margin-right: 1px;
	background-color: #c0392b !important;
	margin-top: 1px;
	
} 

span.menu-text {
    font-size: 12px; 
    text-transform: uppercase;
    display:inline-block;
	color: #fff;
	margin-top: 10px;
	margin-right: 8px;
}

div.menu-btns {
    position: absolute;
    left: 0;
    top: 1px;
}

a.menu-btn {
    float: left;
    margin-top: 1px;
    margin-left: 1px;
}

div.modul-content {
    margin-top: 46px;
}
div.login-part {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #fff;
    font-size: 9pt;
}
/* -- end sitemaster navigacija -- */


/*divider*/
div.modul-menu ul
{
	list-style: none;
    padding: 0;
    padding-left: 15px;	
}

div.modul-menu ul li
{
	float: left;	
}