
body{
    background-color: #f9f9f9;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.woff2');
    font-weight: normal;
    font-style:normal
}

/* ---------------------------------------------------
    NAVIGATION
----------------------------------------------------- */

.navbar-collapse a.nav-link {
    display: inline-block;
    height: 60px;
    line-height: 64px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
    text-decoration: none;
    color: #000 !important;
    font-weight: 500;
    transition: all 0.2s;
    letter-spacing: 1.5px;

}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem .5rem 1rem 2rem;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}
.dropdown-menu {
    margin-left: -30px;
    margin-top: -3px;
}

.dropdown-toggle::after {
    content: none;
}
.nav-link {
    display: block;
    padding: .8rem 2rem;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: -45px;
}

.badge {
    position: relative;
    top: -10px;
    background-color: #ff4500;
}



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    color: #001E61;
    border-right: 1px solid #47748b;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -300px;
}

#sidebar ul.components>li {
    border-bottom: 1px solid #47748b;
}

#sidebar ul.components>li>a {
    background: #f6f6f6;
}

#sidebar ul.components>li>a>span {
    margin-right: 0.8em;
    font-size: 1.4em;
}

#sidebar ul.components>li>ul>li {
    padding: 20px;
}

#sidebar ul li a {
    color: #001E61;
    padding: 10px;
    font-size: 1.1em;
    display: block;
    text-transform: uppercase;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #d30013;
}

#sidebar ul li>a[aria-expanded="true"] {
    color: #fff;
    background: #001E61;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding-top: 5px;
    min-height: calc(100vh - 80px);
    transition: all 0.3s;
    background-color: #f6f6f6;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {

    #sidebar.active {
        margin-left: -300;
    }
}

/* ---------------------------------------------------
    CUSTOM
----------------------------------------------------- */

.loader {
    display: none;
    position: fixed;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #001E61 transparent transparent transparent;
}

.loader div:nth-child(1) {
    animation-delay: -0.45s;
}

.loader div:nth-child(2) {
    animation-delay: -0.3s;
}

.loader div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.blur>*:not(.loader) {
    opacity: 0.7;
    z-index: -10;
}

.ui-autocomplete {
    z-index: 100;
}



#artikli_x thead,
#artikli_x tfoot {
    background: #001E61;
    color: #fff;
}

#artikli_x thead input {

}

#artikli_x thead label {
    margin-bottom: 0;
}



.btn-search {
    background: #001E61;
    color: #fff;
}

.btn-search:hover {
    background: #d30013;
    color: #fff;
}

#nova-narudzba .modal .modal-header {
    text-transform: uppercase;
    color: #fff;
    background: #001E61;
}

#nova-narudzba .modal .modal-header .close {
    color: #fff;
}

.btn-modal-close {
    background: #001E61;
    color: #fff;
}

.btn-modal-close:hover {
    background: #d30013;
    color: #fff;
}
.input-group-append .btn, .input-group-prepend .btn  {
    z-index: 0!important;
}
.ui-menu.ui-widget-content.ui-autocomplete {
    z-index: 10000000000;

}
.dataTables_filter{
    display: none;
}
.dataTables_length{
    display: none;
}
.paginate_button.page-item.next a{
    background: #001E61;
    color:white;
}
.paginate_button.page-item.last a{
    background: #F7941D;
    color:white;
}
.paginate_button.page-item.first a{
    background: #F7941D;
    color:white;
}
.paginate_button.page-item.previous a{
    background: #001E61;
    color:white;
}
.paginate_button.page-item.active a{
    background: #001E61;
    color:white;
}
.paginate_button.page-item a{
    color: #001E61;
}
@media only screen and (max-width: 1368px) {
    #sidebar ul.components>li>ul>li{
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 5px;
    }
    .btn-quantity-class{
        width: auto!important;
    }
    /*.btn-quantity-class-left{*/
    /*margin-left: -13px;*/
    /*}*/

    #sidebar ul li a{
        padding: 2px;
    }
}

@media only screen and (max-width: 1368px) {
    #sidebar ul.components>li>ul>li{
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 5px;
    }
    .btn-quantity-class{
        width: auto!important;
    }
    /*.btn-quantity-class-left{*/
    /*margin-left: -13px;*/
    /*}*/

    #sidebar ul li a{
        padding: 2px;
    }
}



table{
    width: 50%;
}
table thead,
tfoot {
    background: #001E61;
    color: #fff;
}
@media only screen and (max-width: 760px) {
    .one{
        display: none;
    }
}

/* Dorada navigacije*/

.bg-light {
    background-color: white!important;
    margin-bottom: 0px;
    border-bottom: 1px solid #47748b;
}

.columnsettings {
    text-align: right;
    padding-right: 30px;
}


.table thead th {
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 600;
    font-size: 11px;
}

.table td, .table th {
    padding: .25rem;
}
.product-img {
    text-align: center;
    width: 163px;
}

.product-img-btn {
    display: none;
}

.btn-outline-secondary {
    border-color: #47748b;
    color: #47748b;
    background-color: #fff;
}

#footer-search {
    display: none;
}

.short-text {
    display: none;
}

.add-buttons {
    display: block;
}
@media only screen and (max-width: 992px){
    #artikli_x thead input{
        max-width: 36px;
        font-size: 8px;

    }

}


@media only screen and (min-width:321px) and (max-width:768px){
    #artikli_x thead input{
        max-width: 60px;
        font-size: 10px;

    }

    .product-img {
        display: none;
    }

    .product-img-btn {
        display: block;
    }

    .tablehead {
        display: none;
    }

    #footer-search {
        display: block;
    }

    .short-text {
        display: block;
    }

    .full-text {
        display: none;
    }
    .add-buttons {
        display: block;
    }
    .btn .btn-outline-secondary .dugme-kolicina .btn-quantity-class{
        width: 30%;
    }
    .hide-cart{
        display: none!important;
    }

    .kom-hide{
        display: none!important;
    }
    .badge {
        display: inline-block;
        padding: .25em .4em;
        font-size: 25%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .logo-show{
        display: none !important;
    }
}
@media only screen and (min-width:375px) and (max-width:667px){
    body{

        font-size: 6px;

    }

    .product-img {
        display: none;
    }

    .product-img-btn {
        display: block;
    }

    .tablehead {
        display: none;
    }

    #footer-search {
        display: block;
    }

    .short-text {
        display: block;
    }

    .full-text {
        display: none;
    }
    .hide-cart{
        display: none!important;
    }

    .kom-hide{
        display: none!important;
    }
    .logo-hide{
        display: none!important;
    }
    .logo-show{
        display: block!important;
    }
    .badge {
        display: inline-block;
        padding: .25em .4em;
        font-size: 25%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

}

@media only screen and (min-width:320px) and (max-width:568px){
    body{

        font-size: 0.55rem;

    }

    .product-img {
        display: none;
    }

    .product-img-btn {
        display: block;
    }

    .tablehead {
        display: none;
    }

    #footer-search {
        display: block;
    }

    .short-text {
        display: block;
    }

    .full-text {
        display: none;
    }


    .naziv{
        max-width: 50%;
    }
    .unos{
        max-width: 40%;
    }
    .hide-cart{
        display: none!important;
    }

    .kom-hide{
        display: none!important;
    }
    .nav {
        display: -ms-flexbox;
        display: inline-block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        margin-left: -4px;
    }
    .logo-hide{
        display: none!important;
    }
    .logo-show{
        display: block!important;
    }
    .badge {
        display: inline-block;
        padding: .25em .4em;
        font-size: 25%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
}

#bottomNav {
    padding:15px;
    background-color: #000;
}
#bottomNav a {
    font-size:2rem;
    color:#ddd;
    text-decoration:none;
}
#bottomNav a:hover {
    color:#fff;
}



.alert {
    padding: .75rem 1.25rem;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.btn-crm{
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #2196F3;
    text-shadow: 0 1px 0 #f3f3f3;
    max-width:600px;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    margin-top:  10px;
    width:280px;

}
.input-crm{
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    display: block;
    font-size: 16px;
    font-family: "Helvetica","Arial",sans-serif;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: inherit;
}


textarea {
    overflow: auto;
    resize: vertical;

}

.btn-crm-modal{
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #2196F3;
    text-shadow: 0 1px 0 #f3f3f3;
    width:200px;

}

.header-center{
    margin-top: 30px;
    margin-bottom: 30px;
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    text-align: center;
    border-radius: 12px;
}

.box{
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #2196F3;

}

.mdl-textfield {
    position: relative;
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;
    width: 500px;
    max-width: 100%;
    margin: 0;
    padding: 20px 0;
}

.mdl-textfield label {
    display: block;
    margin-bottom: .5rem;
}
.mdl-textfield textarea{
    margin-top: -40px;
}

.mdl-textfield_input{
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    display: block;
    font-size: 16px;
    font-family: "Helvetica","Arial",sans-serif;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    text-align: left;
    color: inherit;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    padding-top: 25px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    margin-top: 10px;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group>.btn:first-child {
    margin-left: 0;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .navbar-right .btn-cart {
        margin: 0;
        padding: 9px 10px;
        font-size: 16px;
    }
}
.btn-lg .btn-block .confirm{
    margin-top: 30px;
}
.modal-content
table thead,
tfoot {
    background: #001E61;
    color: #fff;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

li.setKupac {
    cursor: pointer;
}

li.setKupac:hover {
    background-color: #a1b2bc;
    cursor: pointer;
}

span.komtMesto {
    display: block;
    font-size: .75em;
}

li.ug {
    color: darkred;
}

tfoot.sumary td {
    background-color: #a1b2bc;
    font-size: .80em;
    font-weight: bold;
}

@media (max-width: 768px) {

    .space{
        margin-top: 25px;
    }
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: -1px;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .navbar-collapse a.nav-link {
        display: inline-block;
        height: 60px;
        line-height: 64px;
        background-color: transparent !important;
        border-bottom: 4px solid transparent;
        text-decoration: none;
        color: #000 !important;
        font-weight: 500;
        transition: all 0.2s;
        letter-spacing: 1.5px;
    }
}


.contentcard{
    width: 100%;
    padding-top: 20px;
    min-height: calc(100vh - 80px);
    transition: all 0.3s;
    background-color: #f6f6f6;
    margin-left: 20px;

}
.btn-success-card {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    width: 100%;
    margin-top: 15px;
}
.sp{
    margin-left: -20px;
    margin-right: -20px;
}



.lab label {
    width: 160px;
    display: inline-block;
}
.lab input{
    width:215px;
}
.lab  {
    width: 160px;
    display: inline-block;
}

.outOfStock {
    background-color: #EE5757 !important;
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 3000px) {
    .hide{
        display: none !important;
    }
    .unos{
        min-width: 100%!important;
    }
    .logo-show{
        display: none !important;
    }
    .komt{
        display: none!important;

    }
}

.unos {
    width: 150px;
}
/* pretraga, korpa korisnici mobilni */
.row .search{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

}
/* razmak u navigaciji na mobilnom izmedju inputa i labela */
.form-group {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
table.dataTable thead .sorting:after {

    content: "\e150";
    margin-bottom: -5px!important;
    opacity: 100%;
}

.duzina-inputa-2{
    margin-left: 10px;
    width: 188px;
}
.duzina-inputa-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    width: 188px;
}

/*kontakt stranica*/

section.contact-page div.photo {
    position: relative;
}
section.contact-page div.photo h1 {
    position: absolute;
    top: 32%;
    left: 35%;
    width: 30%;
    color: #ffffff;
    padding:30px 30px;
    letter-spacing: 3px;
    border: 3px solid #ffffff;
    text-transform: uppercase;
    font-family: Roboto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow:
            -2px -2px 0 #333333,
            2px -2px 0 #333333,
            -2px 2px 0 #333333,
            2px 2px 0 #333333;
}
section.contact-page div.row2  {
    padding-top: 80px;
    padding-bottom: 60px;
}

section.contact-page div.row {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}

section.contact-page div.row2 div.container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
section.contact-page div.row2 div.container div.col-sm-5 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
    padding-left: 0;
    padding-right: 0;
}
section.contact-page div.row2 div.text  {
    padding: 20px;
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
section.contact-page div.row-info {
    margin-top: 50px;
}
section.contact-page div.row-info div.row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

section.contact-page div.row-info div.row div.part-1 {

    background-color: #001E61;
    margin: 65px;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
section.contact-page div.row-info div.row div.part-2 {
    margin: 65px;
    background-color: #E2231A;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
section.contact-page div.row-info div.row div.part-3 {
    margin: 65px;
    background-color: #E2231A;
    margin-top: 0;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
section.contact-page div.row-info div.row div.part-4 {
    margin: 65px;
    background-color: #001E61;
    margin-top: 0;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
}
section.contact-page div.row-info div.col-sm-5 div.sub  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
section.contact-page div.row-info div.col-sm-5 div.sub  div.hours,
section.contact-page div.row-info div.col-sm-5 div.sub  div.phone,
section.contact-page div.row-info div.col-sm-5 div.sub  div.mail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
section.contact-page div.row-info div.col-sm-5 div.sub  div.mail div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
section.contact-page div.row-info div.col-sm-5 h2  {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Roboto;
    margin-bottom: 35px;
    font-size: 22px;
    margin-top: 0;
    text-align: center;
    letter-spacing: 0.4px;
}
section.contact-page div.row-info div.col-sm-5 i  {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #ffffff;
    margin-right: 20px;
}
section.contact-page div.row-info div.col-sm-5 p  {
    color: #ffffff;
    font-size: 16px;
    font-family: Roboto;
    letter-spacing: 0.3px;
}
section.contact-page div.row-info div.col-sm-5 p.paragraph-hidden {
    visibility: hidden;
}
section.contact-page div.row-info div.col-sm-5 p.help-pad-top {
    padding-top: 3px;
}
section.contact-page div.row-info div.col-sm-5 a.help-pad-top {
    padding-top: 7px;
}
section.contact-page div.row-info div.col-sm-5 a  {
    color: #ffffff;
    text-shadow: none;
    font-size: 16px;
    font-family: Roboto;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0.4px;
}
section.contact-page div.row-info div.col-sm-5 a:hover  {
    text-decoration: underline;
}
section.contact-page div.row-info div.row div.part-1-map {
    margin: 65px;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
section.contact-page div.row-info div.row div.part-2-map {
    margin: 65px;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}


/* page pomoc */


section.pomoc {
    padding-bottom: 100px;
}
section.pomoc div.photo {
    position: relative;
}
section.pomoc div.photo h1 {
    position: absolute;
    top: 32%;
    left: 35%;
    width: 30%;
    color: #ffffff;
    padding:30px 30px;
    letter-spacing: 3px;
    border: 3px solid #ffffff;
    text-transform: uppercase;
    font-family: Roboto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow:
            -2px -2px 0 #333333,
            2px -2px 0 #333333,
            -2px 2px 0 #333333,
            2px 2px 0 #333333;
}
section.pomoc div.row2 {
    margin-top: 80px;
    margin-bottom: 100px;
}
section.pomoc div.row2 .panel {
    margin-bottom: 20px;
}
section.pomoc div.row2 .panel-default > .panel-heading {
    color: #333;
    background-color: #f6f6f6;
    border-color: #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-width: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.pomoc div.row2 .panel-default > .panel-heading:hover {
    background-color: #ededed;
    cursor: pointer;
}
section.pomoc div.row2 .panel-default > .panel-heading a {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: none;
}
section.pomoc div.row2 .panel-default > .panel-heading a:hover {
    text-decoration: none;
}
section.pomoc div.row2 .panel-default > .panel-heading i {
    float: right;
}
section.contact-page div.row-info-map  div.col-sm-5 h2  {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-transform: uppercase;
    font-family: Roboto;
    margin-bottom: 35px;
    font-size: 22px;
    margin-top: 0;
    text-align: center;
    letter-spacing: 0.4px;
}
section.contact-page div.row-info-map  div.col-sm-5 i  {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;

    font-size: 16px;
    font-family: Roboto;
    letter-spacing: 0.3px;
}
section.contact-page div.row-info-map  div.col-sm-5 p.paragraph-hidden {
    visibility: hidden;
}
section.contact-page div.row-info-map  div.col-sm-5 p.help-pad-top {
    padding-top: 3px;
}
section.contact-page div.row-info-map  div.col-sm-5 a.help-pad-top {
    padding-top: 7px;
}
section.contact-page div.row-info-map  div.col-sm-5 a  {
    text-shadow: none;
    font-size: 16px;
    font-family: Roboto;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 0.4px;
}
section.contact-page div.row-info-map  div.col-sm-5 a:hover  {
    text-decoration: underline;
}
section.contact-page div.row-info-map  div.row div.part-1-map {
    margin: 65px;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:black;

}
section.contact-page div.row-info-map div.row div.part-2-map {
    margin: 65px;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:black;
}
section.contact-page div.row-info-map div.col-sm-5 p {
    color: black;
    font-size: 16px;
    font-family: Roboto;
    letter-spacing: 0.3px;
}
section.contact-page div.row-info-map div.col-sm-5 h3 {
    padding-top: 10px;
}
/*razmak paginacije od pretrage za mobilni i tablet */
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
        margin-bottom: 100px;
    }
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-bottom: 100px;
    white-space: nowrap;
    text-align: right;
}


/* loader modal*/
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spinner-border {
    display: block;
    position: absolute;
    width: 2rem;
    margin-left: 50%;
    margin-top: 7%;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

/* Blink icon rasprodaja*/

.blink {
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;

}
@keyframes blink {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

.klager {
    display: none;
}
