﻿body {
    position: relative;
}

.bs-JednostavnoPretrazi {
    position: relative;
    padding: 45px 15px 18px;
    margin: 50px 0px 150px 0px;
    /* margin: 0 -15px 15px; */
    /*background-color: #F8f8f8;*/
    /* box-shadow: inset 0 3px 6px rgba(0,0,0,.05); */
    /*Sklonjen okvir i pozadina txtStoTrazim na zahtjev Katarine*/
/*    background-color: #ffffff;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 1px;
    border-radius: 15px;*/
}

    .bs-JednostavnoPretrazi:after {
        /*content: "Jednostavni pretraživač";*/
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 12px;
        font-weight: 700;
        color: #999999;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .bs-JednostavnoPretrazi + .highlight {
        margin: -15px -15px 15px;
        border-radius: 0;
        border-width: 0 0 1px;
    }

.bs-SlozenoPretrazi {
    position: relative;
    padding: 45px 15px 35px;
    margin: 150px 0px 100px;
    /* margin: 0 -15px 15px; */
    background-color: #F8f8f8;
    /* box-shadow: inset 0 3px 6px rgba(0,0,0,.05); */
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 1px;
    
    /*text-align:center;*/
}

    .bs-SlozenoPretrazi:after {
        content: "Složeni pretraživač";
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 12px;
        font-weight: 700;
        color: #999999;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.bs-SlozenoPrijava {
    position: relative;
    padding: 0px 15px 15px;
    margin: 150px 0px 100px;
    /* margin: 0 -15px 15px; */
    background-color: #ffffff;
    /* box-shadow: inset 0 3px 6px rgba(0,0,0,.05); */
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 1px;
    /*text-align:center;*/
    border-radius: 15px;
}

.bs-SlozenoOdjava {
    position: relative;
    padding: 45px 5px 80px 5px;
    margin: 150px 0px 100px;
    /* margin: 0 -15px 15px; */
    background-color: #ffffff;
    /* box-shadow: inset 0 3px 6px rgba(0,0,0,.05); */
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 1px;
    /*text-align:center;*/
    border-radius: 15px;
}


.bs-SlozenoPretrazi + .highlight {
    margin: -15px -15px 15px;
    border-radius: 0;
    border-width: 0 0 1px;
}
/*Sjedinjuje SlozenoPretrazi i Jednostavno pretrazi bijelom pozadinom i sivkastim okvirom*/
.bs-ObojiBox {
    position: relative;
    padding: 15px 15px 15px;
    /* margin: 0 -15px 15px; */
    background-color: #ffffff;
    /* box-shadow: inset 0 3px 6px rgba(0,0,0,.05); */
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 1px;
}

.bs-ObojiBoxNovo {
    position: relative;
    padding: 100px 0px 100px 0px;
    /* margin: 0 -15px 15px; */
/*    background-color: #000000;*/
    /* box-shadow: inset 0 3px 6px rgba(0,0,0,.05); */
/*    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 1px;*/
}

.bs-ObojiBoxSlikom {
    position: relative;
    padding: 100px 100px 100px;
    /* margin: 0 -15px 15px; */
    background-color: #E26C0E;
    background: url("https://www.ingbiro.com/img/banner/header-pretrazivac.jpg") no-repeat;
    /* box-shadow: inset 0 3px 6px rgba(0,0,0,.05); */
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 1px;
}

.carousel-naslov {
    /*Crna trakicu na slici s prozirnošću (zadnji broj u setu)*/
    background: rgba(0,0,0,0.3);
    padding-bottom: 0px;
    bottom: 0;
    color: #FFFFFF;
    left: 0 !important;
    /*Promijeni visinu trakice na slici*/
    padding-bottom: 0px;
    padding-top: 5px;
    position: absolute;
    right: 0 !important;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    z-index: 10;
}

    .carousel-naslov p {
        text-align: center;
    }

.p-moj {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.p-tvoj {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.p-mojKarusel {
    color: #0099ff;
    font-size: 15px;
    font-weight: 400;
}

.p-tvojKarusel {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.labelKoliko {
    /*color: #f4543c;*/
    color: blue;
    /*font-size: 20px;*/
    /*  font-weight: 800;*/
    background-color: #e5e5e5;
    border-color: #eed3d7;
/*    padding: 5px 7px 5px 7px;*/
    border-radius: 4px;
}

.alert-danger-moj {
    color: red;
    background-color: #e5e5e5;
    border-color: #eed3d7;
/*    padding: 5px 7px 5px 7px;*/
    border-radius: 4px;
}

.ukloniBorder {
    border: 0;
}

.tekstcrveni {
    color: #999;
    background-color: #FEC8C8;
    /* sikada podcrtano u nepodcrtano */
    text-decoration: inherit;
}

.tekstzeleni {
    background-color: #cfc;
    text-decoration: inherit;
}

.tekstplavkasti {
    background-color: #cfc;
    text-decoration: inherit;
}

.tekstPretplata {
    color: #fff;
    background-color: #000033;
    /* sikada podcrtano u nepodcrtano */
    text-decoration: inherit;
    padding: 10px 0px 10px 10px;
}

.tekstPretplataPortal {
    color: #fff;
    background-color: #ff6600;
    /* sikada podcrtano u nepodcrtano */
    text-decoration: inherit;
    padding: 10px 0px 10px 10px;
}

.tekstPretplataPortalmjesec {
    color: #fff;
    background-color: #ff0000;
    /* sikada podcrtano u nepodcrtano */
    text-decoration: inherit;
    padding: 10px 0px 10px 10px;
}

.tekstPretplataPortaldio {
    color: #fff;
    background-color: #000066;
    /* sikada podcrtano u nepodcrtano */
    text-decoration: inherit;
    padding: 10px 0px 10px 10px;
}

.tekstPretplataPapir {
    color: #fff;
    background-color: #996600;
    /* sikada podcrtano u nepodcrtano */
    text-decoration: inherit;
    padding: 10px 0px 10px 10px;
}

btn-naslovnica, a.btn-naslovnica {
    background: #475168;
    color: #fff;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px;
}

    a.btn-naslovnica:hover, a.btn-naslovnica:focus {
        background: #0099ff;
        color: #fff;
        border: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 4px;
    }

.neuspjeh {
    color: #f4543c;
}

/*definicija dataliste*/
.fs {
    background-color: #507CD1;
    font-style: italic;
    color: white;
    border: none;
}

.ai {
    background-color: white;
    border: none;
}

.is {
    background-color: #EFF3FB;
    border: none;
}

.si {
    background-color: #D1DDF1;
    font-weight: 400;
    color: #333333;
    border: none;
}

.hs {
    background-color: #507CD1;
    font-weight: 400;
    color: white;
    border: none;
}

/*dodano 20.4.2017. za izračune*/
.bs-JednostavnoIzracunaj {
    position: relative;
    padding: 45px 15px 15px;
    /* margin: 0 -15px 15px; */
    background-color: #F8f8f8;
    /* box-shadow: inset 0 3px 6px rgba(0,0,0,.05); */
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 1px;
    border-radius: 10px;
}

.bs-JednostavnoIzracunao {
    position: relative;
    padding: 45px 15px 15px;
    /* margin: 0 -15px 15px; */
    background-color: #e5e5e5;
    /* box-shadow: inset 0 3px 6px rgba(0,0,0,.05); */
    border-color: #F8f8f8 #eee #eee;
    border-style: solid;
    border-width: 1px 1px;
    border-radius: 10px;
}

.vazno {
    border-bottom: 2px solid #ff851b;
    font-weight: bold;
}

p.podatak {
    margin: 0 0 0 20px;
    border-bottom: 2px solid;
    font-weight: bold;
    margin-bottom: 10px;
}

.tekst {
    color: red;
    text-align: center;
}

h1.vazno {
    text-align: center
}

.olaksice {
    margin-left: 30%;
    font-size: 18px;
}

.izracun {
    margin: 0 0 0 20px;
    border-bottom: 1px dashed;
    margin-bottom: 10px;
}

.izracunjedanspan {
    float: right;
    margin-right: 0;
    width: 100px;
    text-align: right;
}

.izracuntrispan {
    background-color: rgba(164, 222, 247, 0.50);
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    float: right;
    width: 100px;
}

.izracundvaspan {
    background-color: rgba(251, 196, 136, 0.50);
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    float: right;
    width: 100px;
}

.igreska {
    border-radius: 20px;
    border: 1px solid #808080;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 1%;
    padding-bottom: 1%;
    width: 40%;
    margin-left: 28%;
    font-size: 18px;
    text-align: center;
    background-color: rgba(248, 11, 11, 0.28);
}

.kalkulator {
    /*background-color: #009900 !important;*/
    background-color: #ccffff;
}

.sudskepristojbe {
    /*background-color: #009900 !important;*/
    background-color: #99ccff;
}

.mojfont {
    color: #FCB322
}

.cijena {
    font-size: 1.2em;
    font-weight: 700;
    color: #29354D;
    margin-bottom: 1em;
    border-bottom: 1px solid #D2691E;
    margin-top: 1em;
    border-top: 1px solid #D2691E;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
}

.naslovNajava {
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    background-color: #000033;
    /* sikada podcrtano u nepodcrtano */
    text-decoration: inherit;
    text-align: center;
    padding: 10px 0px 10px 10px;
}

.datum {
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
}

.pocrveni {
    color: #FF0000;
    /* sikada podcrtano u nepodcrtano */
    text-decoration: inherit;
}

blockquote.style3 {
    font: 18px/37px normal Arial, Tahoma, sans-serif;
    padding-top: 22px;
    margin: 5px;
    background-image: url(../img/openquote3_sp.gif);
    background-repeat: no-repeat;
    text-indent: 25px;
    border-color: transparent;
}

    blockquote.style3 span {
        display: block;
        background-image: url(../img/closequote3_sp.gif);
        background-repeat: no-repeat;
        background-position: bottom right;
    }

.treptaj {
    font-weight: bold;
    font-size: 15px;
    animation-name: blink;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.povecaj-nav-tabs {
    font-size: 18px;
}

.alert-pretplata {
    color: #000000;
    background-color: #EFEFEF;
    border-color: #CCCCCC;
}
hr.pretplata {
    border-top: 7px solid #EFEFEF;
}
.alert-pretplatay {
    color: #000000;
    border-color: #CCCCCC;
}

.alert-pretplatax {
    color: #000000;
    background-color: #E26C0E;
    border-color: #CCCCCC;
}

.alert-pretplata1 {
    color: #ffffff;
    background-color: #E26C0E;
    border-color: #CCCCCC;
    font-weight: bold;
    text-align: right;
}
hr.pretplata1 {
    border-top: 7px solid #E26C0E;
}

.alert-pretplata1-left {
    color: #ffffff;
    background-color: #E26C0E;
    border-color: #CCCCCC;
    font-weight: bold;
}

.ap1 {
    color: #E26C0E;
}

.alert-pretplata2 {
    color: #ffffff;
    background-color: #25ABDE;
    border-color: #CCCCCC;
    font-weight: bold;
    text-align: right;
}
hr.pretplata2 {
    border-top: 7px solid #25ABDE;
}


.alert-pretplata2-left {
    color: #ffffff;
    background-color: #25ABDE;
    border-color: #CCCCCC;
    font-weight: bold;
}

.ap2 {
    color: #25ABDE;
}

.alert-pretplata3 {
    color: #ffffff;
    background-color: #6E4A94;
    border-color: #CCCCCC;
    font-weight: bold;
    text-align: right;
}

hr.pretplata3 {
    border-top: 7px solid #6E4A94;
}

.alert-pretplata3-left {
    color: #ffffff;
    background-color: #6E4A94;
    border-color: #CCCCCC;
    font-weight: bold;
}

.ap3 {
    color: #6E4A94;
}

.alert-pretplata4 {
    color: #ffffff;
    background-color: #30A650;
    border-color: #CCCCCC;
    font-weight: bold;
    text-align: right;
}

hr.pretplata4 {
    border-top: 7px solid #30A650;
}

.alert-pretplata4-left {
    color: #ffffff;
    background-color: #30A650;
    border-color: #CCCCCC;
    font-weight: bold;
}

.ap4 {
    color: #30A650;
}

.alert-pretplata5 {
    color: #ffffff;
    background-color: #F3971B;
    border-color: #CCCCCC;
    font-weight: bold;
    text-align: right;
}

hr.pretplata5 {
    border-top: 7px solid #F3971B;
}

.alert-pretplata5-left {
    color: #ffffff;
    background-color: #F3971B;
    border-color: #CCCCCC;
    font-weight: bold;
}

.ap5 {
    color: #F3971B;
}

.alert-pretplata6 {
    color: #ffffff;
    background-color: #CE071D;
    border-color: #CCCCCC;
    font-weight: bold;
    text-align: right;
}

hr.pretplata6 {
    border-top: 7px solid #CE071D;
}

.alert-pretplata6-left {
    color: #ffffff;
    background-color: #CE071D;
    border-color: #CCCCCC;
    font-weight: bold;
}

.ap6 {
    color: #CE071D;
}

.alert-pretplata7 {
    color: #ffffff;
    background-color: #1C9A99;
    border-color: #CCCCCC;
    font-weight: bold;
    text-align: right;
}

hr.pretplata7 {
    border-top: 7px solid #1C9A99;
}

.alert-pretplata7-left {
    color: #ffffff;
    background-color: #1C9A99;
    border-color: #CCCCCC;
    font-weight: bold;
}

.ap7 {
    color: #1C9A99;
}

    .alert-pretplata hr {
        border-top-color: #999999;
    }

.panel-webinar {
    color: #003366;
    /*font-weight: bold;*/
    
}

.panel-izdanja {
    color: #25ABDE;
    /*font-weight: bold;*/
}

.p-izdanja {
    color: #003366;
    font-size: 14px;
    font-weight: 400;
}


.btn.btn-info-pretplata {
    background-color: #37bc9b;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 20px;
    color: white;
}

.btn.btn-info-pretplata:hover,
.btn.btn-info-pretplata:active,
.btn.btn-info-pretplata.hover {
        background-color: #39B3D7;
        border: none;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.dodatno {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

    /*.alert-pretplata .alert-link {
        color: #953b39;
    }*/

.bg-lg2 {
    background: #000000;
    background: url("https://www.ingbiro.com/img/banner/header-pretrazivac.jpg") no-repeat;
}

.bg-lg-prijava {
    background-color:#f3f3f3
}

.input-lg-moj {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 20px;
}

@keyframes blink {
    0% {
        color: pink
    }

    50% {
        color: black;
    }

    100% {
        color: pink;
    }
}

.btn-postavke-obavijesti {
    color: #ffffff;
    background-color: #028DCE;
    border-color: #46b8da;
}

    .btn-postavke-obavijesti:hover,
    .btn-postavke-obavijesti:focus,
    .btn-postavke-obavijesti:active,
    .btn-postavke-obavijesti.active,
    .open .dropdown-toggle.btn-postavke-obavijesti {
        color: #ffffff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

    .btn-postavke-obavijesti:active,
    .btn-postavke-obavijesti.active,
    .open .dropdown-toggle.btn-postavke-obavijesti {
        background-image: none;
    }

    .btn-postavke-obavijesti.disabled,
    .btn-postavke-obavijesti[disabled],
    fieldset[disabled] .btn-postavke-obavijesti,
    .btn-postavke-obavijesti.disabled:hover,
    .btn-postavke-obavijesti[disabled]:hover,
    fieldset[disabled] .btn-postavke-obavijesti:hover,
    .btn-postavke-obavijesti.disabled:focus,
    .btn-postavke-obavijesti[disabled]:focus,
    fieldset[disabled] .btn-postavke-obavijesti:focus,
    .btn-postavke-obavijesti.disabled:active,
    .btn-postavke-obavijesti[disabled]:active,
    fieldset[disabled] .btn-postavke-obavijesti:active,
    .btn-postavke-obavijesti.disabled.active,
    .btn-postavke-obavijesti[disabled].active,
    fieldset[disabled] .btn-postavke-obavijesti.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }
