* {
    font-family: 'Open Sans', Helvetica, Verdana, sans-serif;
}

input.k-input {
    min-height: 30px !important;
}

#div_id_street .k-combobox {
    width: 100%;
}

body {
    padding-top: 70px;
    font-size: 13px;
    background: #ffffff url(../images/bgnd.gif) repeat-x center top;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.navbar-fixed-top {
    border: 0;
}

.sidebar {
    display: none;
}

.popover{
    max-width: 500px;
}

footer h4 {
    margin-top: 0px;
}


@media (max-width: 768px) {
    #navbar {
        background-color: #3e3e3e;
        margin-left: -15px;
        margin-right: -25px;
    }
}

@media (min-width: 768px) {
    .main {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 540px) {
    .big-block {
        font-size: 16px!important;
    }
}

#main-nav a.navbar-brand {
    color: #fff;
}

.main {
    min-height: 700px;
}

.main .page-header {
    margin-top: 0;
    border-bottom-color: #666;
}

.main img.top-logo {
    margin-right: 10px;
    height: 50px;
}

#main-nav {
    background-color: #3e3e3e;
    border-radius: 0;
}

#main-nav .igeus-logo-img {
    padding: 0;
    display: block;
    width: 250px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #eee;
}

.igeus-logo {
    font-size: 24px;
    font-weight: bold;
    color: #eee;
    display: inline-block;
    position: absolute;
    margin-top: 5px;
    margin-left: 10px;
}

a.current-page.k-link {
    background-color: #1984C8;
    color: #fff;
}

input.k-input {
    min-height: 16px !important;
}

.detail-command {
    font-size: 8px;
}

.page-title {
    font-size: 24px;
    font-weight: bold;
}

.title-badge-wrapper span.title-badge {
    padding-top: 10px;
}

.title-badge-wrapper * {
    font-size: 24px;
    color: #666;
}

div.content-wrapper {
    margin-top: 40px;
}

p.oib-help {
    margin-top: -15px;
}

.pravna-osoba {
    display: none;
}

.auth-table td {
    vertical-align: middle;
}

.auth-table td.auth-action {
    vertical-align: middle;
    font-weight: bold;
    width: 100px;
    text-align: center;
    border-left: 0 solid;
}

.auth-table td.auth-extra-action {
    vertical-align: middle;
    font-weight: bold;
    width: 100px;
    text-align: center;
    border-left: 0 solid;
    border-right: 0 solid;
}

.auth-table td.auth-lpn {
    vertical-align: middle;
    font-weight: bold;
    font-size: 24px;
    border-right: 0 solid;
}

.auth-details{
    border-right: 0 solid !important;
}

.izlazni-racuni .list_months{
    list-style-type: none;
    height: 25px;
    line-height: 30px;
}

.izlazni-racuni .numberCircle {
    border-radius: 50%;
    width: 32px;
    height: 26px;
    /* padding: 8px; */
    padding-left: 1px;
    padding-top: 7px;
    margin-right: 10px;
    background: #9C9C9C;
    /*border: 2px solid #fff;*/
    color: #fff;
    text-align: center;
    font: 15px Arial, sans-serif;
    box-sizing: content-box;
}

.big-block{
    padding: 40px;
    font-size: 22px;
    font-weight: bold;
    white-space: pre-line;
}

/* za uvjete koristenja */
.terms-container h3, .terms-container h4 {
    padding: 20px 0 20px 0;
    font-weight: bold;
    text-align: center;
}
.terms-container p{
    text-align: justify;
}
/* kraj za uvjete koristenja */

/* CC loga */
.card-logos img{
    height:28px;
}
.cardsec-logos img{
    height:50px;
}
/* kraj CC loga */

/* faq */
.faq-q {
    font-weight: bold;
}
.faq-a {
    padding-left: 25px;
}
/* kraj faq*/

/* upute */
h3.upute-header.page-header {
    margin-top: 30px;
}
/* kraj upute */


/* Koraci kod kupovine */
.bs-wizard {margin-top: 10px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Koraci kod kupovine*/

/*Statistika*/
.otvoreno span.glyphicon.glyphicon-chevron-down { display: none; font-size: 12px;}
.otvoreno span.glyphicon.glyphicon-chevron-up { display: inline; font-size: 12px;  padding-right: 4px;}
.zatvoreno span.glyphicon.glyphicon-chevron-down { display: inline; font-size: 12px; padding-right: 4px;}
.zatvoreno span.glyphicon.glyphicon-chevron-up { display: none; font-size: 12px;}

.ukupno {background-color: #FAEEB6;}
.table-hover tr.ukupno:hover { background-color: #FAE99B;}

.stat-table th.kolicina {width: 150px; text-align: center;}
.stat-table td.kolicina {width: 150px; text-align: center;}
.stat-table td.suma {width: 150px; text-align: right;}
.stat-table td.kolicina {width: 150px; text-align: center;}
.stat-table .day td.day-first {padding-left: 26px;}
.stat-table .ukupno { cursor: pointer;}
.stat-table .month { cursor: pointer;}
.gray {color: #BDBDBD}
.btn.pop { font-size: 9px; vertical-align: top}
.month td:first-child { padding-left: 30px; }
.day td:first-child { padding-left: 50px !important; }

.kupi-box { position: relative; font-size: 120%; background-color: #f5f5f5; padding: 20px 15px; margin-bottom:30px; min-height: 190px; }
.kupi-box > div { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; padding: 10px; }
.kupi-box .opis { margin-bottom: 30px; font-size: 80%; line-height: 110%; }
.kupi-box a.btn.btn-info.btn-lg { display: table;  margin: 0 auto; }
.text-vrsta-karte { font-size: 130%; font-weight: bold }
.remark {margin-bottom: 30px; font-style: italic;}
.btn-nova-autorizacija{
    margin-bottom: 30px;
    top: 30px;
}
.columns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
}

@media screen and (max-width: 768px) {
    .columns {
        flex-direction: column;
    }
}

.card {
    width: 50%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
    background-color: #f5f5f5;
    font-size: 120%;
}
@media screen and (max-width: 768px) {
    .card {
        width: 100%;
    }
}
.form-remark {
    clear: both;
    margin-top: -10px;
    font-size: 12px;
    font-style: italic;
}

.mobile-number-group .col-xs-3 label,
.mobile-number-group .col-xs-9 label {
    display: none;
}

.mobile-prefix {
    width: 130px;
    min-width: 130px;
    padding-right: 0;
}

.mobile-number {
    width: 75%;
    width: calc(100% - 130px);
}

@media screen and (max-width: 1200px) {
    .mobile-number {
        min-width: 170px;
        width: calc(75% - 130px);
    }
}

@media screen and (min-width: 768px) {
    .container-fluid {
        margin-left: 0;
        padding-left: 50px;
        padding-right: 50px;
    }
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.inline-block {
    display: inline-block;
}

.vertical-middle {
    vertical-align: middle !important;
}

.align-left {
    text-align: left;
}

.dl-horizontal.align-left dt {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .dl-horizontal.w-120 dt {
        width: 120px;
    }

    .dl-horizontal.w-120 dd {
        margin-left: 120px;
    }
}

.pdf-block {
  text-align: center;
}
.pdf-block__img {
  width: 84px;
  height: 96px;
}
.pdf-block__file-name {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 600;
}
.pdf-block__footer {
  margin-top: 16px;
}

.loading-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    display: none;
    justify-content: center;
    overflow: hidden;
}
.btn-chat {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 9999px;
    font-weight: 500;
}

.btn-chat img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.btn-chat .badge {
    margin-left: 4px;
}

.messages-panel {

}

.messages-body {
    background-color: #f5f5f5;
    min-height: 600px;
    max-height: 600px;
    overflow: auto;
}

.message-input {
    margin-bottom: 10px;
}

.messages-footer {
    background-color: #fff;
}

.message {
    display: flex;
    margin-bottom: 16px;
}

.message.me {
    flex-direction: row-reverse;
}

.loading-overlay.is-active {
    display: flex;
    position: fixed;
    z-index: 999;
}
.message:last-child {
    margin-bottom: 0;
}

.message-bubble {
    max-width: 543px;
    padding: 12px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

@media (max-width: 1086px) {
    .message-bubble {
        min-width: 0;
        max-width: initial;
    }
}
.loading-overlay .loading-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #7f7f7f;
    background: hsla(0,0%,100%,.5);
}

.loading-overlay .loading-icon {
    position: relative;
}
.message-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.message-sender {
    margin-right: 16px;
    color: #31708f;
    font-weight: 600;
}
.loading-overlay .loading-icon:after {
    animation: spinAround .5s infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 9999px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    position: absolute;
    top: calc(50% - 1.5em);
    left: calc(50% - 1.5em);
    width: 3em;
    height: 3em;
    border-width: 0.25em;
}

.message-date {
    color: #737373;
}
.loading-overlay .loading-icon:after {
    top: calc(50% - 2.5em);
    left: calc(50% - 2.5em);
    width: 5em;
    height: 5em;
}

@-moz-keyframes spinAround {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spinAround {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spinAround {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.message-content {

}

.message-attachment-body {
    margin-top: 8px;
}
