/* zavod plava: #264b73, zavod zelena: #84bd85 */
body {
    /* font-family: 'Lato', sans-serif; */
    font-family: Bahnschrift, Times, serif;
    margin: 0;
    color: #264b73;
}
p {
    font-family: "Segoe UI light", Arial, sans-serif;
    text-align: justify;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.headercon {
	width: 100%;
    margin: auto;
	background-color: rgba(255, 255, 255, 0.8);
    position: sticky;
    top: 0;
    z-index: 200;
}
.header {
    width: 100%;
	margin: auto;
    padding-top: 5px;
}
.lrlinegrheader {
    width: 100%;
    border-bottom: 5px solid rgb(132,189,133);
    clear: both;
}
.bodycont {
    width: 100%;
    min-height: 1000px;
    padding-bottom: 50px;
}
.indnobgc .contcont {
    background-color: transparent;
    padding-top: 30px;
}
.contcont {
    position: relative;
    width: 875px;
    min-height: 1000px;
    margin: auto;
    background-color: rgba(255,255,255,0.8);
}


@media screen and (max-width: 2560px) {
    .bodycont {
        background-image: url(""); /* /img/brcko_2k.png */
        background-position: 0 -200px;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}
@media screen and (max-width: 1960px) {
    .bodycont {
        background-image: url(""); /* /img/brcko_1k.png */
        background-position: 0 0;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
}

.footer {
    width: 100%;
    height: 320px;
    float: left;
    background: rgb(238,238,238);
    background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 39%, rgba(238,238,238,0) 100%);
}
.footercont {
    display: table;
    margin: 30px auto 0 auto;
    color: #264b73;
}
.footercont div{
    display: table;
    margin: 5px auto 0 auto;
}
.footercont div a{
    text-decoration: none;
    color: #264b73;
}
.clear_float {
    clear:both;
}
/* form styles */
.formcontstyle {
    float: left;
    margin-left: calc(50% - 121px);
}
.forminpstyle {
    height: 18px;
    width: 200px;
}
.continp {
    margin: 10px 5px 5px 5px;
}
.submitinp {
    width: 232px;
    height: 30px;
    border-radius: 4px;
    border: none;
    outline: none;
}
.submitinp:active {
    background-color: red;
}
/* --> */

/* logo in header */
.logocont {
    margin: 0 auto 0 auto;
    height: 80px;
    box-sizing: border-box;
    display: table;
}
.logo {
    float: left;
    display: inline;
}
.logotecont {
    margin: 22px 0 0 15px;
    float: left;
    color: #264b73;
    font-weight: 600;
    font-size: 18px;
    display: inline;
}
.logotecont a {
    color: inherit;
    text-decoration: none;
}
.logotextt {
    letter-spacing: 0.6px;
}
.logotextb {
    letter-spacing: 0;
}
/* --> */

/* modules included in header */
.modsincheader {
    float: right;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    margin: 17px 30px 0 0;
}
.singincmod {
    position: relative;
    float: left;
    padding: 5px;
}
.singincmod > :first-child {
    color: #c0c0c0;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 8px;
    cursor: pointer;
    transition-property: color;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.47, 0.49, 0.58, 1);
    transition-delay: 0s;
    text-decoration: none;
    float: left;
}
.singincmod > :first-child:hover {
    color: #ff6305;
    border-bottom: 2px solid #ff6305;
}

/* --> */

/* input beauty classes */
.inconwrap {
    position: relative;
    float: left;
    clear: both;
    transition: width 2s;
}
.inbasty {
    
}
.infocusbor {
    height: calc(100% - 2*2px);
    width: calc(100% - 2*2px);
    position: absolute;
    border-radius: 4px;
    border: 2px solid #1a73e8;
    opacity: 0;
    top: 0;
    left: 0;
    transition-delay: 0s,0s;
    transition-duration: 200ms, 200ms;
    transition-property: opacity, height;
    transition-timing-function:cubic-bezier(1, -0.01, 1, 1.01), cubic-bezier(1, -0.01, 1, 1.01);
    pointer-events: none;
}
.infocuslab {
    position: absolute;
    top: calc(50% - 17px/2);
    left: 11px;
    font: 400 15px Arial;
    color: #707070;
    background-color: white;
    padding: 0 5px;
    transition: 200ms cubic-bezier(1, -0.01, 1, 1.01) top;
    pointer-events: none;
    border-radius: 4px;
}
.inbasty:focus ~ .infocusbor {
    opacity: 1;
}
.inbasty:focus ~ .infocuslab, .invalbl ~ .infocuslab {
    top: -9px;
}
/* --> */

/* selection bubble */
.collconline {
    display: table;
    margin: 30px auto 0 auto;
}
.bubselection {
    float: left;
    margin: 0 15px 0 0;
    position:relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 26px 30px -10px, rgba(0, 0, 0, 0.3) 0px 16px 10px -10px;
    transition: all 200ms ease-in-out 0s;
}
.bubselection a {
    text-decoration: none;
    color: #264b73;
}
.bubselection:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 31px 30px -10px, rgba(0, 0, 0, 0.3) 0px 21px 10px -10px;
}
.bubselection:last-child {
    margin: 0 0 0 0;
}
.bubselection:hover > a > .inflbubble {
    top: -5px;
    right: -10px;
    left: -10px;
    bottom: -5px;
    border-color: #84bd85;
}
.inflbubble {
    position: absolute;
    box-sizing: border-box;
    border: 2px solid #d1d1d1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 200ms ease-in-out 0s;
    z-index: 1;
}
.inflbubble > img {
    width: 100%;
    height: 100%;
}
.bubblebgcsector {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: rgb(132,189,133);
    background: linear-gradient(0deg, rgba(132,189,133,1) 0%, rgba(132,189,133,0.7595413165266106) 39%, rgba(132,189,133,0.5298494397759104) 100%);
}
.bubblebgcsector div{
    text-align: center;
}
.bubseccont {
    display: table;
    width: 400px;
    height: 400px;
}
.bubindcont {
    width: 200px;
    height: 100px;
}
.bubblebgcind {
    background: linear-gradient(180deg, #505050 0px, #303030 100%);
}
/* --> */

/* tabs in header */
.tabsinheader {
    display: table;
    height: 42px;
    margin: auto;
}
.indtabscont > :first-child {
    color: #264b73;
    font-size: 18px;
    padding: 5px 8px;
    cursor: pointer;
    transition-property: color;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.47, 0.49, 0.58, 1);
    transition-delay: 0s;
    float: left;
}
.popuphovcont a {
    color: #264b73;
    text-decoration: none;
    transition-property: color;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.47, 0.49, 0.58, 1);
    transition-delay: 0s;
}
.popuphovcont {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.popuphovcont:hover a {
    color: #84bd85;
}
.popuphovcont:hover, .indtabscont:hover .popuphovcont {
    border-bottom: 2px solid #84bd85;
}
.indtabscont {
    position: relative;
    float: left;
    padding: 5px;
}
.tabs_popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(249, 249, 249, 0.8);
    min-width: 160px;
    padding: 0;
    border: 1px solid rgb(214, 214, 214);
    /* border-radius: 5px; */
    box-shadow: 7px 7px 7px rgba(132, 189, 133, .5);
    z-index: 1000;
}
.indtabscont:hover .tabs_popup {
    display: block;
}
.popupsectinc {
    position: relative;
    width: 200px;
    padding: 5px 0;
}
.popupsectinc > * {
    text-decoration: none;
    margin-bottom: 5px;
    transition-property: background-color;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.47, 0.49, 0.58, 1);
    transition-delay: 0s;
    padding: 5px 25px;
    display: block;
    color: #264b73;
}
.popupsectinc > *:last-child {
    margin-bottom: 0;
}
.popupsectinc > *:hover {
    background: rgb(132,189,133);
    background: linear-gradient(90deg, rgba(132,189,133,0.3) 0%, rgba(132,189,133,0.5) 20%, rgba(132,189,133,0.65) 50%, rgba(132,189,133,0.5) 80%, rgba(132,189,133,0.3) 100%);
}
.caretmenuright {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;

    border-left: 5px solid #264b73;
}
.submenus{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: rgba(249, 249, 249, 0.8);
    min-width: 160px;
    border: 1px solid rgb(214, 214, 214);
    box-shadow: 7px 7px 7px rgba(132, 189, 133, .5);
    z-index: 1000;
}
.tabwsub {
    position: relative;
}
.tabwsub:hover .submenus {
    display: block;
}
/* --> */

/* form inputs */
.add_form_cont {
    width: 200px;
    margin: auto;
    display: block;
}
.add_inputs {
    width: 200px;
}
.add_label {
    cursor: pointer;
    position: relative;
    height: 18px;
    width: 200px;
    display: block;
    text-align: center;
    background-color: rgb(239, 239, 239);
}
.add_upled_lbl {
    position: absolute;
    right: -100px;
}
.add_container {
    float: left;
    margin: 10px 5px 5px 5px;
    clear:both;
    position: relative;
}
.add_submit {
    width: 232px;
    height: 30px;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
}
.add_submit:active {
    background-color: red;
}
/* --> */
/* autocomplete */
.ulnascus {
    padding: 0 0 0 10px;
    list-style-type: none;
    overflow: auto;
    margin-bottom: 0;
    position: absolute;
    z-index: 1;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
}
.lielemnas {
    cursor: pointer;
}
.lielemnas:hover {
    background: blue;
}
/* --> */
/* oglasi view */
.oglascont {
    width: 100%;
}
.entibordcont:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0,0.3);
}
.entibordcont {
    display: table-row;
    box-sizing: border-box;
    width: 100%;
    transition: box-shadow 200ms ease-in-out 0s;
    cursor: pointer;
    max-height: 130px;
}
.entirowcont {
    padding: 10px;
}
.entislcont {
    display: table-cell;
    width: 20%;
    box-sizing: border-box;
}
.entislcont img {
    height: 130px;
    width: 100%;
}
.entislcontdoc {
    display: table-cell;
    width: 20%;
    box-sizing: border-box;
    padding-top: 20px;
}
.entislcontdoc img {
    height: 80px;
    vertical-align: middle;
    margin: 0 auto 0 auto;
}
.entiwrapcont {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
    width: 80%;
    padding-left: 20px;
    height: 130px;
}
.entiflright {
    display: table-cell;
    width: 70px;
}
.entitextcont {
    overflow: auto;
    display: table-cell;
}
.linkraz {
    text-decoration: none;
}
.oglprescont {
    /* background-color: red; */
    height: 50px;
    padding: 5px 20px 5px 20px;
    display: table;
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
    color: #264b73;
}
.oglprescont a {
    text-decoration: none;
    color: black;
    transition-property: color;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.47, 0.49, 0.58, 1);
    transition-delay: 0s;
}
.oglprescont a:hover {
    color: #ff6305;
}
.oglasnaslcont {
    box-sizing: border-box;
    width: 100%;
    font-size: 20px;
    margin: 20px 0 40px 0;
}
.ogltime {
    color: #c0c0c0;
}
/* --> */
/* acc set */
#lazyloadseti {
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(148, 148, 148, 0.55);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.seticont {
    width: 100%;
    padding-top: 20px;
}
.seticont:after {
  content: "";
  display: table;
  clear: both;
}
.racnaslcont {
    width: 100%;
    box-sizing: border-box;
    background-color: green;
    font-size: 20px;
    margin: 20px 0 40px 0;
}
.seticolleft {
    float: left;
    padding: 10px;
    height: 600px;
    width: 25%;
    background-color: #3da8ff;
    box-sizing: border-box;
}
.seticolright {
    float: left;
    padding: 10px;
    height: 600px;
    width: 75%;
    background-color: orange;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
}
.setilistcont {

}
.sublistcont {
    margin: 5px 0 0 15px;
    display: none;
}
.indlistcont {
    margin-bottom: 5px;
}
.indlistname {
    position: relative;
    cursor: pointer;
    border: 1px solid black;
    padding: 3px 5px;
    border-radius: 5px;
    z-index: 12;
}
.indlistname:hover .listnamebackgr{
    opacity: 1;
}
.listnamebackgr {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-image: linear-gradient(to right, rgb(0, 199, 62, 1), rgb(0, 199, 62, 0));
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.47, 0.49, 0.58, 1);
    transition-delay: 0s;
    z-index: -1;
}
.sublist_active {
    display: block;
}
.indsublistname {
    cursor: pointer;
    border: 1px solid black;
    padding: 3px 5px;
    border-radius: 5px;
    margin-bottom: 3px;
    position: relative;
    z-index: 12;
}
.indsublistname:hover .listnamebackgr{
    opacity: 1;
}
.addopacity {
    opacity: 1;
}
.remoopacity {
    opacity: 0;
}
.ediseticont {
    position: absolute;
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    background-color: rgba(30, 128, 64, 0.45);
}
/* --> */
/* show all oglasi */
.viewoglcont {
    width: 100%;
    background-color: yellow;
    padding: 5px;
    box-sizing: border-box;
}
.oglacont {
    width: 100%;
    background-color: pink;
    border: 1px solid black;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding: 5px 10px;
    overflow:hidden
}
.oglacont:last-child {
    margin-bottom: 0;
}
.oglatitle {

}
.buttoglcont {
    float: right;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 5px;
}
.commbuttogl {
    padding: 2px 4px;
    border-radius: 5px;
    /* min-height: 20px; */
}
.commbuttogl:hover {
    color: black;
}
.editogl {
    color: #00c314;
}
.editogl:hover {
    background-color: #00c314;
}
.deleogl {
    color: #fc3c09;
}
.deleogl:hover {
    background-color: #fc3c09;
}
.deactiogl {
    color: #909090;
}
.deactiogl:hover {
    background-color: #ffd4c8;
}
.actiogl {
    color: #00c314;
}
.actiogl:hover {
    background-color: #00c314;
}
.buttoglcont:nth-child(3) {
    margin-right: 0;
}
/* --> */
/* o zavodu */
.uvozacont {
    width: 100%;
    padding: 30px 20px 0 20px;
    box-sizing: border-box;
    color: #264b73;
    display: inline-block;
}
.uvozatitle {
    font-size: 28px;
    background: rgb(132,189,133);
    background: linear-gradient(90deg, rgba(132,189,133,0.8) 0%, rgba(132,189,133,0.7) 37%, rgba(132,189,133,0) 90%);
}
.uvozatitlejavpoz {
    font-size: 28px;
    text-align: center;
    background: rgb(132,189,133);
    background: linear-gradient(90deg, rgba(132, 189, 133, 0) 0%, rgba(132,189,133,0.7) 50%, rgba(132,189,133,0) 90%);
}
.uvozabod {
    width: 100%;
    margin: 20px 0 0 0;
    box-sizing: border-box;
}
.uvozatext {
    color: #264b73;
    font-weight: bold;
    font-size: 20px;
    float: left;
    width: 350px;
    min-height: 150px;
}
.uvozasli {
    float: right;
    width: 300px;
    min-height: 150px;
    border: 1px solid rgb(214, 214, 214);
}
.uvozamv {
    width: 100%;
    min-height: 150px;
}
/* --> */
@media screen and (max-width: 2560px) {
    .slprevhov {
        height: 700px;
        top: 50%;
        left: 50%;
        margin-top: -480px;
        margin-left: -620px;
    }
    .slprevhovref {
        height: 1000px;
        top: 50%;
        left: 50%;
        margin-top: -480px;
        margin-left: -720px;
    }
}
@media screen and (max-width: 1680px) {
    .slprevhov {
        height: 600px;
        top: 50%;
        left: 50%;
        margin-top: -340px;
        margin-left: -620px;
    }
    .slprevhovref {
        height: 800px;
        top: 50%;
        left: 50%;
        margin-top: -340px;
        margin-left: -720px;
    }
}


.slprevhov {
    position: fixed;
    width: 1200px;
    z-index: 1;
    background-color: white;
    display: none;
    padding: 30px;
    overflow: hidden;
    border: 2px solid #264b73;
    box-shadow: 0 5px 15px rgba(0, 0, 0,0.6);
}
.slprevtblcont {
    height:100%;
    width:70%;
    overflow: auto;
    display: inline-block;
}
.slprevhov table{
    height:100%;
    width:100%;
}
.slprevhov td{
    text-align: center;
}
.slprevinfo {
    height:100%;
    width:30%;
    border: 1px solid #264b73;
    box-sizing: border-box;
    display: inline-block;
    color: #264b73;
    padding: 10px;
    overflow-y: auto;
    word-wrap: break-word;
    word-break: keep-all;
    font-weight: bold;
}
.xclose {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
}
/* slideshow */
.slshcont {
    width: 100%;
    height: 400px;
    margin: 30px 0 30px 0;
    position: relative;
    background-color: rgba(255,255,255,0.8);
}
.slshcont *{
    box-sizing: border-box;
}
.singslshcont {
    display: none;
    width: 100%;
    height: 100%;
}
.singslshcontflex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
.slshnumtext {
    color: #264b73;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.5);
}
.slshtitle {
    color: #264b73;
    font-size: 28px;
    padding: 8px 12px;
    position: absolute;
    bottom: 180px;
    width: 100%;
    text-align: center;
}
.slshsl {
    opacity: .8;
}
.slshprev, .slshnext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -40px;
    padding: 10px;
    color: #264b73;
    font-size: 36px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.5);
}
.slshnext {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.slshprev:hover, .slshnext:hover {
    background-color: #717171;
    color: white;
}
.slshdotcont {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
}
.slshdot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.slshactive, .slshdot:hover {
    background-color: #717171;
}
/* --> */
/* nabavke */
.janbcont {
    width: 100%;
    height: 400px;
    margin: 30px 0 0 0;
    position: relative;
    background-color: rgba(255,255,255,.8);
    display: flex;
    flex-direction: row;
    padding: 20px;
    justify-content: space-between;
    box-sizing: border-box;
}
.singjanb {
    box-sizing: border-box;
    height: 100%;
    width: 290px;
    flex-grow: 1;
    background-color: white;
    margin-right: 20px;
    transition: box-shadow 200ms ease-in-out 0s;
}
.singjanb:last-child {
    margin-right: 0;
}
.singjanb a {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #264b73;
    font-size: 28px;
    justify-content: center;
    align-items: center;
}
.singjanb:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0,0.3);
}
/* --> */
/* bd slika poly */
.bdareacont {
    width: 100%;
    height: 601px;
    margin: 30px 0 0 0;
    background-color: rgba(255,255,255,.8);
    box-sizing: border-box;
}
.slbgbdpoly {
    width: 100%;
    height: 100%;
    background-image: url('/img/bd-area-polygon.png');
    background-repeat: no-repeat;
}
.polygencont {
    width: 100%;
    height: 100px;
    margin: 30px 0 0 0;
    background-color: rgba(255,255,255,.8);
    -webkit-background-origin: border-box;
    background-origin: border-box;
    padding: 20px;
}
.stylepolygon {
    border: 1px solid rgb(241, 120, 195);
    padding: 10px 6px;
    float: left;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
}
/* --> */
polygon {
    stroke-width: 0;
    stroke: #84bd85;
    fill: transparent;
}
polygon:hover {
    fill: #84bd85;
}

.polycont{
    width: 100%;
    height: 601px;
    background-image: url('/img/bd-area-polygon.png');
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
}

.test-dev {
    color: pink;
}

.singicdiv {
    height: 27px;
}