/* Layout */
@import url(Home.css?t=20150918);
@import url(Header.css?t=20150918);
@import url(Navigation.css?t=20150918);
@import url(Parts.css?t=20150918);
@import url(Search.css?t=20150918);
@import url(Print.css?t=20150918);
@import url(Mobile.css?t=20150918);
@import url(font-awesome.css);
@import url(all.css);

html {
    height: 100%;
    box-sizing: border-box;
}

    html body {
        position: relative;
        min-height: 100%;
        background-color: #efefef;
        padding-bottom: 125px;
    }

/* Width - all */
.content_width {
    width: 1200px;
    margin: 0px auto;
}

.publishedDate {
    margin: 0 0 4px 0;
    font-size: .85em;
}

.link_more {
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: .85em;
    text-transform: uppercase;
    padding: 2px 10px;
    background-color: #640000;
    color: #ffffff
}

/* Content bg */
.main_content {
    padding-top: 7px;
    padding-bottom: 9px;
}

    /* Content */

    .main_content .center_column {
        margin: 0;
    }

    .main_content .details .content_item .major_title {
        font-weight: normal;
    }

    .main_content .details .content_item .top_image {
        float: right;
        margin-bottom: 10px;
        margin-left: 10px;
    }


    .main_content .group .content_item {
        padding-bottom: 15px;
        padding-top: 10px;
    }

        .main_content .group .content_item .title {
            font-size: 1.25em;
            padding-bottom: 6px;
        }

    .main_content .content_item .lid,
    .main_content .content_item .data {
        padding: 0;
    }

/* Footer */
.footer {
    position: relative;
    min-height: 80px;
    _height: 80px;
    padding: 5px 0 0 0;
    background-repeat: no-repeat;
}

    .footer .footer_inner {
        padding: 5px 20px;
        margin-bottom: 40px;
    }

        .footer .footer_inner .column {
            display: inline-block;
            padding: 0;
            margin: 0;
            vertical-align: top;
        }

            .footer .footer_inner .column .footer_group {
                text-transform: uppercase;
                margin-bottom: 10px;
            }

        .footer .footer_inner a {
            display: block;
            padding: 0 5px 5px 0;
            text-decoration: none;
        }

            .footer .footer_inner a:hover {
                text-decoration: underline;
            }

/* Footer bottom links */
.footerBottom {
    position: relative;
    font-size: 10px;
    color: #000000;
    text-align: left;
}

    .footerBottom img {
        margin: 10px;
    }

    .footerBottom a {
        text-decoration: none;
        color: #999999;
    }

    .footerBottom div a {
        display: inline-block;
    }

    .footerBottom a:hover {
        text-decoration: underline;
    }

    .footerBottom .links {
        margin-left: 20px;
    }

        .footerBottom .links a {
            padding: 0 15px;
        }


/* Login box */
.login_box {
    display: none;
}

.login_box {
    position: fixed;
    width: 500px;
    z-index: 2100;
    text-align: center;
    /* Fix for < IE7 */
    _position: absolute;
}

    .login_box .p_content {
        padding: 30px 50px;
    }

        .login_box .p_content .cancel_button {
            position: absolute;
            display: block;
            right: 10px;
            top: 10px;
            width: 20px;
            height: 20px;
            background-image: url(../../Img/IClose.png);
            background-repeat: no-repeat;
        }

    .login_box h2 {
        margin-bottom: 10px;
        font-size: 1.5em;
        color: #D40A0A;
    }

.ios-color {
    color: #868282;
}

.android-color {
    color: #78c558;
}


.highlight {
    background-color: #cbe1e7;
}


form {
    animation: fadein 1.5s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.slovo {
    margin-top: 20px;
    border-bottom: 1px solid #c5c5c5;
    font-size: 27px;
}

.naziv, .naziv_mob {
    padding-left: 18px;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: -2px;
    display: inline-block;
}

div .naziv_mob {
    display: none;
}

.opis_mob {
    font-style: normal;
    font-size: 17px;
}

@media screen and (max-width: 1000px) {
    div .naziv_mob {
        display: inline-block;
    }

    .naziv {
        display: none;
    }

    div .list_drug_name {
        width: 80%;
    }

    div .list_opis {
        display: none;
    }

    div .drug-details-meni {
        display: none;
    }

    #spc, #pil {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 500px) {
    div .list_drug_name {
        width: 70%;
    }

    div .details_fields {
        padding: 0px;
    }
}

.izdavanje {
    display: inline-block;
    float: right;
    margin-top: 19px;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
}

.inn {
    margin-left: 20px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: -7px;
    display: inline-block;
    color: gray;
}

.drug-search-result a {
    margin-left: 20px;
    font-size: 20px;
}

.hzzo-div {
    width: 38px;
    height: 100%;
    display: inline-block;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    vertical-align: top;
}

    .hzzo-div span {
        font-size: 22px;
        font-weight: bold;
        display: inline-block;
        margin-top: 18px;
        margin-left: 12px;
    }

.redBackground {
    background-color: #ffafb0;
}

.red {
    color: red;
}

.orangeBackground {
    background-color: #ffd998;
}

.orange {
    color: orange;
}

.greenBackground {
    background-color: #b4eabd;
}

.green {
    color: green;
}

div .redText {
    color: red;
}

div .orangeText {
    color: orange;
}

div .greenText {
    color: green;
}

div .blueText {
    color: #0093ff;
}

div .grayText {
    color: gray;
}

.drug-search-result {
    height: 65px;
    transition: 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 8px;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
}

    .drug-search-result:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
    }

.drug-reference-result:hover {
    background-color: #efecec;
    transition: 0.5s;
}

.drug-reference-result {
    height: 65px;
    margin: 8px;
    border-radius: 5px;
    background-color: white;
    font-size: 18px;
    white-space: nowrap;
    /* text-overflow: ellipsis; */ 
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    height: 52px;
}

    .drug-reference-result span {
        margin-top: 13px;
        color: black;
        display: inline-block;
    }

    .drug-reference-result .hzzo-div {
        width: 64px;
        /*margin-right: 10px;*/
    }

.hzzo-div img {
    height: 90%;
    margin-top: 4%;
    margin-left: 5px;
}



.container .drug-search .input-group .form-control {
    width: 100%;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.drug-search .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.drug-search .input-group-btn .btn-group {
    display: flex !important;
}

.drug-search .btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

    .drug-search .btn-group .btn:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.drug-search .btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.drug-search .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.drug-search .form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (max-width: 820px) {
    .home {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 768px) {
    #adv-search {
        /*width: 800px;
        margin: 0 auto;*/
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

        .dropdown.dropdown-lg .dropdown-menu {
            min-width: 800px;
        }
}

.emtpy {
    text-align: center;
    padding-top: 30px;
    font-style: italic;
}

.form-horizontal .form-group .chosen-single {
    background-color: white;
    height: 37px;
    background-image: none;
    padding-top: 7px;
    border: 1px solid #d6d5d5;
}

.form-horizontal .form-group .chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    background-color: white;
    border: 1px solid #d6d5d5;
}

.form-horizontal .chosen-container .chosen-drop {
    border: 1px solid #d6d5d5;
}

.form-group .chosen-container-single .chosen-search input[type="text"] {
    border-radius: 5px;
}

.form-group .chosen-container .chosen-results li {
    font-size: 15px;
    padding: 12px 7px;
}

.form-horizontal .form-group .chosen-single div {
    padding-top: 7px;
}

.form-horizontal .form-group .chosen-container {
    font-size: 15px;
}

.veza_lijekovi {
    /*text-decoration: underline;*/
    /*font-weight: bold;*/
    color: #1d86a0;
}


.loader-container {
    padding-top: 40px;
    display: none;
    text-align: center;
}

.loader {
    border: 13px solid #d0cece; /* Light grey */
    border-top: 13px solid #1d86a0; /* Blue */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*harisson*/
.Italic {
    font-style: italic;
}

.formula {
    text-align: center;
}

.Bold-Italic {
    font-style: italic;
    font-weight: bold;
}

.slika-nas {
    font-weight: bold;
}

.card-body {
    max-height: 600px;
    overflow: auto;
    padding: 0 !important;
}

.autocomplete-container {
    background-color: white;
    border-top: none;
    border: 1px solid lightgray;
    max-height: 311px;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 100;
}

#autocomplete {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

    #autocomplete li:hover {
        background-color: lightgray;
    }

    #autocomplete li {
        padding: 6px;
    }


        #autocomplete li i {
            padding-right: 6px;
        }

.selected {
    background-color: lightgray;
}

.search_list_filters li i {
    padding-right: 10px;
}

.search_msg {
    border: 3px solid #1d87a1;
    padding: 10px;
    margin-top: 30px;
    background-color: white;
    border-radius: 6px;
}

.search_text_div {
    margin-top: 27px;
    margin-bottom: -10px;
    border-bottom: 1px solid #c5c5c5;
}

    .search_text_div p {
        margin-bottom: 3px;
    }

.change_search_type {
    color: #007bff;
    font-weight: bold;
}

#search_type_logo img {
    height: 25px;
    width: 25px;
    border-radius: 4px;
    margin: 5px;
    transition: 0.15s;
}

.active_logo span #search_type_logo img {
    height: 29px;
    width: 29px;
    background-color: #ffffff;
    border: 2px solid #8a8a8a;
}

.list_drug_name {
    width: 40%;
    display: inline-block;
    margin-top: 4px;
}

    .list_drug_name span {
        width: 100%;
        float: left;
        clear: left;
    }

.list_opis {
    display: inline-block;
    vertical-align: top;
    margin-top: 22px;
    font-size: 18px;
    width: 40%;
}

    .list_opis span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }


.drug_details {
    border: 1px solid #d4c9c9;
    background-color: white;
    border-radius: 5px;
    margin-top: 30px;
    border-top-right-radius: 0px;
}

    .drug_details .drug-search-result {
        transition: none;
        box-shadow: none;
        margin: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom: 1px solid #e2e2e2;
        cursor: default;
    }



#hzzo_lista, #nacin_izdavanja {
    font-weight: bold
}


#nacin_izdavanja {
    float: right;
}

.details_fields {
    padding: 9px 38px;
}

.details_field {
    display: inline-grid;
    grid-template-columns: 230px auto;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 9px;
}

    .details_field label:first-child {
        font-weight: bold;
        padding-right: 10px;
    }

.fa-flask {
    color: #D2691E;
}

.fa-pills {
    color: #8A2BE2;
}

.fa-building {
    color: #696969;
}

.fa-tag {
    color: #228B22;
}

.drug_section {
    padding: 10px 13px;
}

.pakiranja_list, .srodnici_list, .paralele_list, .reference_list, .page_text {
    padding: 10px 24px;
}

    .pakiranja_list .drug-search-result, .paralele .drug-search-result, .srodnici .drug-search-result {
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        height: 52px;
        margin-bottom: 5px;
    }

    .pakiranja_list .inn {
        font-size: 14px;
    }

    .pakiranja_list .hzzo-div span {
        margin-top: 11px;
    }

    .pakiranja_list .list_drug_name {
        margin-top: 0px;
    }

    .pakiranja_list .drug-search-result .list_drug_name {
        width: 60%;
    }

        .pakiranja_list .drug-search-result .list_drug_name .naziv {
            font-size: 18px;
        }

.cijena_div {
    display: inline-block;
    padding-left: 70px;
}

.cijena_text, .cijena_iznos {
    float: left;
    clear: left;
}

.doplata {
    font-weight: bold;
}

.srodnici .list_drug_name, .paralele .list_drug_name {
    margin-top: -1px;
}

.srodnici .hzzo-div span, .paralele .hzzo-div span {
    margin-top: 10px;
}

.srodnici .izdavanje, .paralele .izdavanje {
    margin-top: 12px;
}

.srodnici .naziv, .paralele .naziv {
    font-size: 19px;
}

.srodnici .list_opis, .paralele .list_opis {
    margin-top: 14px;
    font-size: 17px;
}

.srodnici .drug-search-result, .paralele .drug-search-result {
    cursor: pointer;
}

    .srodnici .drug-search-result:hover, .paralele .drug-search-result:hover {
        background-color: #efecec;
        transition: 0.5s;
    }

.collapse_btn {
    width: 25px;
    text-align: center;
    background: #70afc0;
    border-radius: 50px;
    margin-right: 10px;
}

.collapsable {
    display: inline-block;
    cursor: pointer;
}

.details_header .hzzo-div {
    border-bottom-left-radius: 0px;
}

.list-item {
    cursor: pointer;
}

.animated-border {
    display: inline-block;
    padding-top: 7px;
    background: none;
    border: none;
    padding-left: 0px;
    cursor: pointer;
}

    .animated-border:focus {
        border: none;
        outline: none;
    }

    .animated-border::after {
        content: '';
        display: block;
        width: 0;
        height: 3px;
        background: #1d87a1;
        transition: width .3s;
    }

    .animated-border:hover::after {
        width: 100%;
    }

.drug-details-meni .active button {
    color: #1d87a1;
}

    .drug-details-meni .active button::after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: #1d87a1;
    }


.drug-details-meni {
    list-style-type: none;
    font-size: 17px;
    color: black;
    border: 1px solid #d4c9c9;
    margin-left: 0px;
    background-color: white;
    margin-top: 30px;
    border-radius: 10px;
    color: black;
    padding-top: 2px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-bottom: 19px;
    position: sticky;
    top: 0;
}

    .drug-details-meni .animated-border {
        color: black;
    }

.smjernica_div {
    border: 1px solid #e2e2e2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .smjernica_div p {
        color: black;
        padding: 10px;
        margin-bottom: 0px;
    }

.fa-file-pdf-o {
    padding-right: 5px;
}

.prevoditelji {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 20px;
    color: #927a61;
}

    .prevoditelji .ime {
        font-weight: bold;
    }

    .prevoditelji .funkcija {
        display: inline-block;
        margin-right: 5px;
        font-weight: bold;
    }

    .prevoditelji .titula {
        font-size: 12px;
    }

    .prevoditelji div:first-child, .prevoditelji div:nth-child(2) {
        padding-left: 0px;
    }

    .prevoditelji div {
        padding-left: 70px;
    }


.autori {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 20px;
    color: #927a61;
}

    .autori .ime {
        font-weight: bold;
    }

    .autori .funkcija {
        display: inline-block;
        margin-right: 5px;
        font-weight: bold;
    }

    .autori .titula {
        font-size: 12px;
    }

    .autori div:first-child, .prevoditelji div:nth-child(2) {
        padding-left: 0px;
    }

    .autori div {
        padding-left: 70px;
    }


.details h1,
.details h2,
.details h3,
.details h4,
.details h5,
.details h6 {
    color: #1d87a1;
}

.details h2,
.details h3,
.details h4,
.details h5,
.details h6 {
    margin-top: 25px;
}

div.details a {
    color: #007bff;
}
