body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#header
{
 font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

.page-406 .col.col-3.apex-col-auto.col-end .t-Form-fieldContainer.t-Form-fieldContainer--floatingLabel {
  width: 400px;
  text-wrap: wrap;
}
.page-406 .a-GV-table tr td {
  font-size: 12px !important;
}

input#P9995_CAPTCHA {
    width: 140px !important;
}

.page-9995 h6 {
    color:#848484;
}

.t-Footer {
  display: none
}


.label_Caption {
	margin: 5px;    
	color: dimgrey;
	display: inline-block;
  	width: 200px;
}

.label_TextW {
	text-transform: uppercase;
  	padding: 5px;
  
  	display: inline-block;
        font-weight: bold;
  	width: 800px;
}


#SIGN .a-PopupLOV-search.apex-item-text,
#SIGN .a-PopupLOV-searchBar,
#SIGN .a-PopupLOV-results .a-GV-loadMore {
  display: none !important;
}

#P206_HEADER_HTML_DISPLAY,
#P206_LICE_ANALIZA_HTML_FIZ_DISPLAY {
  border: transparent !important;
}

.display_only {
    border: none !important;
    background-color: rgb(245,244,242) !important;
}

.label_CaptionN {
	margin: 5px;    
	
	display: inline-block;
  	width: 350px;
}

/* Prilog 2 - Spoljasnja morfologija css */

/* Glavni wrapper - 80% širine stranice */
.tekst-wrapper {
    font-size: 12px;
    line-height: 1.6;
    padding: 15px 10px;
    background-color: #f5f5f5;
    width:100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Layout za dve kolone */
.two-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

/* Leva kolona - samo levi padding manji */
.column_l {
    min-width: 0;
    box-sizing: border-box;
    padding-left: 0; /* Nema levi padding */
}

/* Desna kolona - samo desni padding manji */
.column_r {
    min-width: 0;
    box-sizing: border-box;
    padding-right: 0; /* Nema desni padding */
}

/* Naslovi sekcija */
.label_TextW {
    font-weight: bold;
    font-size: 13px;
    color: #000;
    display: inline-block;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Caption tekst */
.label_CaptionN {
    display: block;
    margin: 6px 0;
    color: #333;
    line-height: 1.5;
    word-wrap: break-word;
}

.label_CaptionN b {
    color: #000;
    font-weight: 600;
}


.label_Text_01 {
    font-weight:bold;
    font-size:10px;
    width:35px;
    display:inline-block;
}

.label_Text_02 {
    
    font-size:10px;
    width:75px;
    display:inline-block;
}


.label_Text_03 {
    
   font-size: 10px;
    width: 130px;
    height: 20px;
    line-height: 20px; 
    display: inline-block;
    text-align: center;
    font-weight:bold;
    
    

}
/* Horizontalne linije */
hr {
    margin: 12px 0;
    border: none;
    border-top: 1px solid #000;
    opacity: 1;
}

/* Superscript brojevi */
sup {
    font-size: 10px;
    color: #666;
}

/* Responsive - mobilni prikaz */
@media (max-width: 768px) {
    .tekst-wrapper {
        width: 95%;
        padding: 10px 5px;
    }
    
    .two-column-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .column_l,
    .column_r {
        padding-left: 0;
        padding-right: 0;
    }
    
    .tekst-wrapper {
        font-size: 11px;
    }
}

/* Za tablet */
@media (min-width: 769px) and (max-width: 1024px) {
    .tekst-wrapper {
        width: 90%;
    }
}


/* Prilog 2 - Spoljasnja morfologija css KRAJ */


.box{
     
  background:rgb(230, 230, 230);     
    margin-bottom: 10px;          
}

#PopupLov_8092_P8092_REMED_VRED_PREKORACENA_dlg li.a-IconList-item:nth-child(4) {
  display: none !important;
}

/* Ostala svojstva css centriranje */

#ostala_svojstva .box {
  background: rgb(230, 230, 230);
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;

}
#ostala_svojstva .box .label_Text {
    margin-left: 30px;
}


.label_Text {
	text-transform: uppercase;
  	padding: 5px;
  
  	display: inline-block;
  	width: 150px;
}


