
body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    background:white;

}

.sivo {
    background-color: rgb(246, 251, 252);
}

.senka {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.15);    
}

.roditel_ramka {
    max-width: 700px;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: column;    
    padding: 00px;
}

.box_opisi {
    border: 1px solid rgb(229, 232, 233);
    display: flex;
    flex-direction: column;    
    padding: 10px;
    
}



.roditel_firma_info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 0 10px;
}

.roditel_firma_naslov_i_moto {
    display: flex;
    flex-direction: column;
    justify-content: center ;
    flex: 100%;
    padding: 0 ;
}

.roditel_menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; 
    justify-content: center;
    align-items: center;

    
}

.roditel_app_naslov_i_moto {
    background:rgb(229, 232, 233);
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.roditel_app_info {
    padding: 20px;
    border: 1px solid rgb(229, 232, 233);
    display: flex;
    flex-direction: row;
    line-height: 1.4rem;
}

.roditel_app_opis_so_link {
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.roditel_redi_stavki_nadolu {
    padding: 20px 20px 0;
    border: 1px solid rgb(229, 232, 233);
    display: flex;
    flex-direction: column;
    line-height: 1.4rem;
}

.roditel_form_ramka {
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    line-height: 1.4rem;
    min-width: 200px;
    max-width: 500px; 
}

.roditel_cena_h {
    margin:  0;
    padding: 20px ;
    border: 1px solid rgb(229, 232, 233);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.roditel_cena {
    padding: 0px 10px;
    background: white;
    border: 1px solid rgb(229, 232, 233);
    display: flex;
    flex-direction: column;
    max-width: 150px;
    min-width: 100px;
    justify-content: space-between;
    align-items: baseline;
}


.nadolu {
    flex-direction: column;
}

.firma_logo {
    background: white;
    width: 61px;
    margin: 0px 10px 0px 10px;
}

.firma_naslov {
    color: darkblue;
    font-size: 1.4em;
    font-weight: bold; 
    background:white;
    text-align: center;
}


.firma_moto {
    color: rgb(29, 137, 141);
    font-size: 0.9em;
    font-weight: bold; 
    padding-bottom: 10px;
    text-align: center;
}


.app_naslov {
    background: inherit;
    color: darkblue;
    font-size: 1.4em;
    font-weight: bold; 
    text-align: center;
}


.app_moto {
    background: inherit;
    color: rgb(29, 137, 141);
    font-size: 1em;
    font-weight: bold; 
    text-align: center;
    padding: 15px 15px 0px;
    
    border: none;
}

.app_slika {
    width: 230px;
    margin: 0px 10px 0px 0px;
    text-align: center;
}

.app_kratko_info {
    color: cadetblue;
    font-size: 1em;
    font-weight: normal; 
    text-decoration: none;
    text-align: justify;
    padding: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start ;
    align-items: flex-start;
}

.app_link {
    color: navy;
    font-size: 0.8em;
    font-weight: bold; 
    text-decoration: none;
    text-align: right;
}

.para_prednost {
    background: inherit;
    color: rgb(67, 99, 139);
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 15px; 
    padding-bottom: 8px;
    padding-right: 8px;
    text-align: left;
}

.roditel_redi_stavki_nadolu .para_prednost:nth-of-type(1) {
    padding-top: 0;
}

.roditel_cenovnik {
    /* padding: 10px; */
    background: white;
    border-style: solid;
    border-color: rgb(229, 232, 233);
    border-width: 0 0 1px 0 ;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.roditel_cena_h:last-of-type {
    border: none;
}



.cenovnik_paket {
    background: inherit;
    border: 1px;
    color: rgb(67, 99, 139);
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px; 
    text-align: left;
}


.cenovnik_opis {
    color: cadetblue;
    border: 1px;
    font-size: 1em;
    font-weight: normal; 
    line-height: 1.6rem;
    padding: 0 8px ;
    text-align: left;
    text-indent: 0;

}


.cenovnik_cena {
    background: inherit;
    border: 1px;
    color: rgb(67, 99, 139);
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px; 
    text-align: right;
}


.para_zosto {
    color: cadetblue;
    font-size: 1em;
    font-weight: normal; 
    line-height: 1.6rem;
    padding-bottom: 20px;
    text-align: justify;
    text-indent: 0;

}

.para_zosto ul {
    text-indent: 0;
    padding: 0;
}


.para_zosto ul li {
    list-style-type: none;
    text-indent: 0;
 
}

.para_slika {
    display: flex; 
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.para_font {
    color: cadetblue;
    font-size: 1em;
    font-weight: normal; 
    line-height: 1.6rem;
}

.para_cena_opis {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-indent: 0;

}


.baranje_za_inst_link {
    color: navy;
    font-size: 1em;
    font-weight: bold; 
    text-decoration: none;
    text-align: center;
}

.dugme_link {
    color: navy;
    font-size: 1em;
    font-weight: bold; 
    text-decoration: none;
    text-align: center;
    display: flex;    
}

.odlevo {
    justify-content: flex-start;
}

.menu_link {
    color: slateblue;
    font-size: 1em;
    font-weight: bold; 
    text-decoration: none;
    text-align: center;
    border: none;
    padding: 8px 16px; 
}

.m_a {
    color: darkblue;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 2px solid orange;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}


.m_b {
    color: slateblue;
}

.CTA {
    background-color: deepskyblue;
    color: midnightblue;
    font-size: 1em;
    font-weight: bold; 
    text-decoration: none;
    text-align: center;
    border-radius: 9px;
    border: none;
    padding: 8px 8px; 
    margin-left:16px;
    margin-right:16px;
    white-space: nowrap;
}

a_STARO {
    color: navy;
    text-decoration: none;
    border:1px solid cadetblue;
    border-radius: 9px;
    padding: 4px;
}

a:hover {
    color: rgb(84, 45, 121);
    background:  rgb(229, 231, 233);
    background:  lightgreen;
}

.dug_poz {
    background-color: #e6f7f7;
}

.decacentr {
    display: flex;
    justify-content: center;
}

.vnes {
    display: block;
    border: 1px solid navy;
    color: navy; 
    height: 1.6rem;
    margin-bottom: 20px; 
    border-radius: 4px;
    padding: 2px;
}

input:focus, select:focus {
    background-color:  rgb(225, 248, 220);
}

label {
    border: none;
    color: rgb(67, 99, 139); 
    height: 1em;
    margin: 0 0 5px; 
}

.dugme_aktivno {
    color: white;
    background-color: teal;
    font-weight: bold;
    height: 1.8rem;
    margin-bottom: 20px;
}

.crveno {
    border: none;
    background: red;
    color: white; 
    line-height: 1.6em;
    margin-bottom: 20px; 
    border-radius: 4px;
    padding: 2px;   
    font-weight: bold;
}
    
.zeleno {
    border: none;
    background: green;
    color: white; 
    line-height: 1.6em;
    margin-bottom: 20px; 
    border-radius: 4px;
    padding: 2px;   
    font-weight: bold;
}

@media screen and (max-width: 600px) {

.roditel_ramka {
    max-width: 95vw;
}

}

