﻿/*------------------------------------------------------------------------------------------------------------------------------*/
/*GENERALNA PODESAVANJA*/
html,
body {
    height: 100% !important;
    width: 100% !important;
}

body {
    padding-top: 50px; /*BS5 50px*/
    padding-bottom: 20px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    background-color:white;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/* BS5
.dl-horizontal dt {
    white-space: normal;
}
*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*ispravka baga u safariju, na pc-u*/
select {
    /*line-height: 28px !important;*/ /*BS5*/
}

a {
    cursor: pointer;
}

.logo {
    height:15px;
}


.navbar-brand .ingpro{
 padding-bottom:1px;  
}



.no-max-width 
{
    max-width:none;
}





.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }


/*------------------------------------------------------------------------------------------------------------------------------*/
/*INDEX PRETRAGA DOKUMENATA*/


.result_resonseTime 
{
    font-size:0.75rem; /*12px*/
}

/*ovo nije implementrano*/
.result_spellCheckCollation {
    font-size: 1rem; /*16px;*/
}
    .result_spellCheckCollation .didYouMean 
    {
       color:#dd4b39;
    }
    .result_spellCheckCollation .link {
        
        color:#000080;
    }


/*rezultat pretrage*/
.searchResultRow 
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:10px;
    padding-right:10px;
}

.resList_title {
    color: black;
    cursor: pointer;
    font-size: 0.938rem; /*15px;*/
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}
    .resList_title .nevazeci_propis {
        color: red;
    }
    .resList_title .preciscen_propis {
        color: #0b960b;
    }

.resList_note {
    font-size: 0.688rem; /*11px;*/
    color:#746fa2;
}
    .resList_note .small_note {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 14.5px; /*13px*/
    }
    .resList_note .large_note {
        background-color: rgba(255,255,255,0.9);
        border: 1px solid black;
        position: absolute;
        z-index: 10;
        -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
        border-radius: 5px;
        padding: 5px;
        color: #746fa2;
        font-size: 0.938rem;/*15px;*/
        transition: 0s display;
        visibility: hidden;
    }
    .resList_note:hover .large_note {
        transition: visibility 0s 1s;
        visibility: visible;
    }

/*kolona sa dodatnim podacima*/
.resList_additionalData {
    font-size: 0.688rem; /*11px;*/
    color: #746fa2;
}
    /*kod rp ovo je teritorija*/
    .resList_additionalData .additionalDataRP {
        display: inline-block;
        color: black;
        text-decoration: underline;
        text-align: right
    }
    /*kod uok ovo je datum*/
    .resList_additionalData .additionalDataUOK {
        display: inline-block;
        font-size: 0.875rem;/*14px;*/
    }

/*podatak o broju strane*/
.resList_pageInfo {
    font-size: 0.813rem; /*13px;*/
    color:#746fa2;
    padding-top: 4px;
}


.result_list_type_marker {
    margin-left: 5px;
    position: relative;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    font-size: 0.688rem; /*11px;*/
    white-space: nowrap;
}

/*opcije u pretrazi*/
.search_option {
    background-image: url("../Img/menu.png");
    position: relative;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

/*hover i selekcija reda pretrage*/
.rowHover {
    cursor: pointer;
}
    .rowHover:hover {
        cursor: pointer;
        background-color: #eeeef2;
    }
.rowSelected {
    background-color: rgba(204, 204, 204, 0.48);
}




/*legenda vrsta propisa*/
.legend {
    display:inline-block;
    font-size: 0.875rem; /*14px;*/
}
    .legend .item {
        display: inline-block;
        text-wrap: none;
        float: left;
        margin-left: 5px;
        margin-right: 5px;
    }
        .legend .item .preciscen {
            display: inline-block;
            height: 10px;
            width: 10px;
            background-color: #28bf28; /*0b960b*/
            margin-right: 5px;
            border-radius:5px;
        }
        .legend .item .osnovni {
            display: inline-block;
            height: 10px;
            width: 10px;
            background-color: black;
            margin-right: 5px;
            border-radius: 5px;
        }
        .legend .item .nevazeci {
            display: inline-block;
            height: 10px;
            width: 10px;
            background-color: red;
            margin-right: 5px;
            border-radius: 5px;
        }


/*horizontalni grid sa glasilima i azuriranjima*/
.hor_scroller {
    display: block;
    position: relative;
    border: 1px solid var(--bs-border-color); /*BS5*/
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #eef7fc;
    border-radius: var(--bs-border-radius-sm); /*BS5 */
}
    .hor_scroller .left_arrow {
        width: 30px;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        border: 1px solid black;
    }
    .hor_scroller .right_arrow {
        width: 30px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        border: 1px solid black;
    }
    .hor_scroller .hor_table {
        display: table;
        background-color: white;
    }
        .hor_scroller .hor_table .hor_row {
            display: table-row;
        }
            .hor_scroller .hor_table .hor_row .hor_cell {
                display: table-cell;
                padding: 10px;
                border-right: 1px solid var(--bs-border-color); /*BS5*/
                border-bottom: 1px solid var(--bs-border-color); /*BS5*/
                cursor: pointer;
            }
                .hor_scroller .hor_table .hor_row .hor_cell:hover {
                    background-color: #eeeef2;
                }
                .hor_scroller .hor_table .hor_row .hor_cell p {
                    text-wrap: none;
                    white-space: nowrap;
                    text-align: center;
                    padding: 0;
                    margin: 0;
                    font-size: 0.875rem; /*14px;*/
                }
                .hor_scroller .hor_table .hor_row .hor_cell .datum {
                    font-size: 0.625rem; /*10px;*/
                }
            .hor_scroller .hor_table .hor_row .hor_scroller_active {
                background-color: #357ebd !important;
                color: white;
            }



/* BS5
.noLeftRightPadding {
    padding-left: 0;
    padding-right: 0;
}
*/






/*prataga result menu*/
#menu_RP_options {
  position: absolute;
  display:none;
  z-index:2;
}

/*deo sa najpregledanijim dokumentima*/
.mostViewedDoc {
    margin-top: 30px;
}
    /*
    .mostViewedDoc p {
        color: #ADADAD;
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
    }

    .mostViewedDoc .grid-block-flex {
        
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: hidden;
        z-index: 3;
        
    }
    */

    .mostViewedDoc .grid-block {
        /*display: block;
        z-index: 3;*/

        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: hidden;
        z-index: 3;
    }



        .mostViewedDoc .grid-block .element-item {
            display: none;
            position: relative;
            float: left;
            width: 120px;
            min-width: 120px;
            max-width: 120px;
            height: 130px;
            margin: 5px;
            padding: 5px;
            color: #262524;
            box-sizing: border-box;
            box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
            overflow: hidden;
            border: 1px solid none;
            cursor: pointer;
            border: 1px solid #e2e4e7;
            z-index: 4;
            /*
            background-image: linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), 0.01), rgba(var(--bs-body-bg-rgb), 1) 100%),radial-gradient(ellipse at top left, rgba(var(--bs-primary-rgb), 0.2), transparent 50%),radial-gradient(ellipse at top right, rgba(255,228,132, 0.2), transparent 50%),radial-gradient(ellipse at center right, rgba(112.520718,44.062154,249.437846, 0.3), transparent 50%),radial-gradient(ellipse at center left, rgba(214,51,132, 0.3), transparent 50%);
            */
        }
            .mostViewedDoc .grid-block .element-item:hover {
                /* margin: 5px;*/
                padding: 5px;
                background-color: rgba(0,0,0,0.05);
                border: 1px solid #c4c8ce; /*#e2e4e7;*/
            }
            .mostViewedDoc .grid-block .element-item .row1 {
                clear: both;
                text-align: center;
                font-weight: bold;
                font-size: 0.938rem;/*15px;*/
                z-index: 1;
            }
            .mostViewedDoc .grid-block .element-item .row2 {
                text-align: center;
                clear: both;
                font-size: 0.813rem; /*13px;*/
                z-index: 10;
            }
            .mostViewedDoc .grid-block .element-item .row3 {
                text-align: center;
                clear: both;
                font-size: 0.6rem;/*0.531rem;*/ /*8.5px;*/
                overflow: hidden;
                z-index: 1;
            }
            .mostViewedDoc .grid-block .element-item .bottom_sep {
                height: 5px;
                z-index: 1;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
            }
        .mostViewedDoc .grid-block .star_background {
            background: url('../Img/star-full.png');
            background-size: 10px;
            background-repeat: no-repeat;
        }
        .mostViewedDoc .grid-block .element-item .count {
            z-index: 2;
            color: red;
            position: absolute;
            right: 0;
            top: 0;
        }
        .mostViewedDoc .grid-block .element-item .backgrd:before {
            margin-left: -5px;
            z-index: -1;
            position: absolute;
            width: 100%;
            height: 100%;
            font-size: 77px;
            text-align: center;
            color: rgba(236,233,233,1);
            margin-top: 18px;
            text-shadow: -1px -1px 0 rgba(220,219,219,1), 1px -1px 0 rgba(220,219,219,1), -1px 1px 0 rgba(220,219,219,1), 1px 1px 0 rgba(220,219,219,1);
        }
        .mostViewedDoc .grid-block .element-item .backgrd_l_rp:before {
            content: "P";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_l_sp:before {
            content: "SP";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_l_pm:before {
            content: "PM";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_l_ob:before {
            content: "OB";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_l_ug:before {
            content: "UG";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_l_ko:before {
            content: "KO";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_l_la:before {
            content: "LA";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_l_ps:before {
            content: "PS";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_c_rp:before {
            content: "П";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_c_sp:before {
            content: "СП";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_c_pm:before {
            content: "ПМ";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_c_ob:before {
            content: "ОБ";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_c_ug:before {
            content: "УГ";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_c_ko:before {
            content: "КО";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_c_la:before {
            content: "ЛА";
        }
        .mostViewedDoc .grid-block .element-item .backgrd_c_ps:before {
            content: "ПС";
        }


        .mostViewedDoc .grid-block .element-item-kalkulator {
            display: flex;
            flex-direction: column-reverse;
            position: relative;
            float: left;
            width: 120px;
            min-width: 120px;
            max-width: 120px;
            height: 130px;
            margin: 5px;
            padding: 5px;
            color: #262524;
            box-sizing: border-box;
            box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
            overflow: hidden;
            border: 1px solid none;
            cursor: pointer;
            border: 1px solid #e2e4e7;
            z-index: 4;
            /*margin-left: auto;
            */
            background-image: url('../Img/kalkulator3.png');
            background-position: center 10px;
            background-size: 100px 87px;
            background-repeat: no-repeat;
        }
            .mostViewedDoc .grid-block .element-item-kalkulator:hover {
                padding: 5px;
                /*
                    background-color: rgba(0,0,0,0.05);
                    border: 1px solid #c4c8ce;
                */
                background-color: rgba(255,191,0,0.05);
                border: 1px solid #ffbf00;
            }
            .mostViewedDoc .grid-block .element-item-kalkulator .row1 {
                clear: both;
                text-align: center;
                font-weight: bold;
                font-size: 0.938rem; /*15px;*/
                z-index: 1;
            }


        .mostViewedDoc .grid-block .element-item-empty {
            display:flex;
            flex-direction:column;
            justify-content:center;

            width: 240px;
            min-width: 240px;
            max-width: 240px;
            height: 130px;
            margin: 5px;
            padding: 5px;
            color: #262524;
            box-sizing: border-box;
            box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
            overflow: hidden;
            border: 1px solid none;
            cursor: pointer;
            border: 1px solid #e2e4e7;
            z-index: 4;
            background-image: url("../Img/raster.png");
        }
            .mostViewedDoc .grid-block .element-item-empty .row1 {
                clear: both;
                text-align: center;
                font-weight: bold;
                font-size: 0.938rem; /*15px;*/
                z-index: 1;
            }


        .mostViewedDoc .grid-block .element-item-webinar {
            display: flex;
            flex-direction: column-reverse;
            position: relative;
            float: left;
            width: 120px;
            min-width: 120px;
            max-width: 120px;
            height: 130px;
            margin: 5px;
            padding: 5px;
            color: #262524;
            box-sizing: border-box;
            box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
            overflow: hidden;
            border: 1px solid none;
            cursor: pointer;
            border: 1px solid #e2e4e7;
            z-index: 4;
            margin-left: auto;
            background-image: url('../Img/webinari.png');
            background-position: center 10px;
            background-size: 100px 87px;
            background-repeat: no-repeat;
        }

            .mostViewedDoc .grid-block .element-item-webinar:hover {
                padding: 5px;
                /*
                    background-color: rgba(0,0,0,0.05);
                    border: 1px solid #c4c8ce;
                */
                background-color: rgba(255,191,0,0.05);
                border: 1px solid #ffbf00;
            }

            .mostViewedDoc .grid-block .element-item-webinar .row1 {
                clear: both;
                text-align: center;
                font-weight: bold;
                font-size: 0.938rem; /*15px;*/
                z-index: 1;
            }



/*prva dva bloka se uvek vide*/
.mostViewedDoc #mostViewedElement1 {
    display: block !important;
}
/*
    .mostViewedDoc #mostViewedElement2 {
        display: block !important;
    }
    */

/* 555 + 13*/
@media screen and (min-width: 640px) { 
    /*
    .mostViewedDoc #mostViewedElement3 {
        display: block !important;
    }
    */
    .mostViewedDoc #mostViewedElement2 {
        display: block !important;
    }

}
@media screen and (min-width: 992px) {
    /*
    .mostViewedDoc #mostViewedElement4 {
        display: block !important;
    }
    .mostViewedDoc #mostViewedElement5 {
        display: block !important;
    }
    */
    .mostViewedDoc #mostViewedElement3 {
        display: block !important;
    }

    .mostViewedDoc #mostViewedElement4 {
        display: block !important;
    }

}


@media screen and (min-width: 1200px) {
    /*
    .mostViewedDoc #mostViewedElement6 {
        display: block !important;
    }
    */
    .mostViewedDoc #mostViewedElement5 {
        display: block !important;
    }

}

@media screen and (min-width: 1400px) {

    .mostViewedDoc #mostViewedElement6 {
        display: block !important;
    }

    /*
    .mostViewedDoc #mostViewedElement7 {
        display: block !important;
    }
    */

    /*
    .mostViewedDoc #mostViewedElement8 {
        display: block !important;
    }
    */
}





/*kontener pretraga*/
.pretraga-container {
    padding: 15px; /*BS5*/
    background-color: rgb(214, 222, 230); /*rgb(198, 203, 230);*/
    border-radius: 5px;
}


/*infoPanel*/
.infopanel {
    display:block;
    margin-top:30px;
}
    .infopanel .infopanel-container {
        box-sizing: border-box;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
        border: 1px solid #e2e4e7;
    }
@media only screen and (max-width: 600px) { 
    .infopanel {
        /*display:none !important;*/
        /*
        zoom: 0.7;
        -moz-transform: scale(0.7);
        */
    }
}


/*breadcrumbGroup grupe*/
.my-breadcrumbGroup {
    min-height: 32px; /*BS5 34*/
    border: 1px solid var(--bs-border-color); /*BS5*/
    border-radius: 4px;
    position: relative;
    display: table;
    width: 100%;
}
    .my-breadcrumbGroup .my-breadcrumbGroup-row {
        display: table-row;
    }
        .my-breadcrumbGroup .my-breadcrumbGroup-row .my-breadcrumbGroup-cell {
            display: table-cell;
        }
        .my-breadcrumbGroup .my-breadcrumbGroup-row .button {
            width: 30px;
            border-right: 1px solid var(--bs-border-color); /*BS5*/
            padding: 4px 12px; /*BS5 6px 12*/
            margin-bottom: 0;
            font-size: 0.875rem;  /*14px;*/
            font-weight: normal;
            line-height: 1.428571429;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
        }
            .my-breadcrumbGroup .my-breadcrumbGroup-row .button:focus {
                outline: thin dotted #333;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }
            .my-breadcrumbGroup .my-breadcrumbGroup-row .button:hover,
            .my-breadcrumbGroup .my-breadcrumbGroup-row .button:focus {
                color: #333333;
                background-color: #ebebeb;
                border-color: var(--bs-border-color); /*BS5*/
            }
            .my-breadcrumbGroup .my-breadcrumbGroup-row .button:active {
                background-image: none;
                outline: 0;
                -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            }
        .my-breadcrumbGroup .my-breadcrumbGroup-row .addon {
            padding: 4px 12px; /*BS6 6 12*/
            margin-bottom: 0;
            vertical-align: middle;
        }
@media (max-width: 1200px) {
    .my-breadcrumbGroup .my-breadcrumbGroup-row .hidden-xs-sm {
        display: none !important;
    }
}

.my-breadcrumbGroup .my-breadcrumbGroup-row .my-breadcrumbGroup-cell .breadcrumb-grupe_new {
    border: none;
    padding: 0px 15px;
    background-color: white !important;
    margin: 0;
    font-size: 0.875rem; /*14px;*/
}
    .my-breadcrumbGroup .my-breadcrumbGroup-row .my-breadcrumbGroup-cell .breadcrumb-grupe_new li {
        float: left;
    }




/*uputstvo*/
.uputstvo {
    display: none;
    position: fixed;
    top: 30%;
    right: 45px;
    left: 45px;
    max-width: 1173px;
    bottom: 35px;
    background-color: rgba(71, 61, 88, 0.87);
    z-index: 1030;
    border-radius: 6px;
}
@media (min-width: 1263px) {
    .uputstvo {
        width: 1173px;
        left: 50% !important;
        margin-left: -586px !important;
        right: auto !important;
    }
}
    .uputstvo .close-btn-cont {
        position: relative;
        left: 50%;
        margin-left: -107px;
        z-index: 1031;
    }
        .uputstvo .close-btn-cont .close-btn-contTop {
            position: absolute;
            top: -10px;
        }
            .uputstvo .close-btn-cont .close-btn-contTop .btn-zatvori {
                -webkit-box-shadow: 0px 0px 10px 0px black !important;
                -moz-box-shadow: 0px 0px 10px 0px black !important;
                box-shadow: 0px 0px 10px 0px black !important;
                width: 215px;
            }
    .uputstvo .uputstvo-body {
        position: absolute;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
        .uputstvo .uputstvo-body .uputstvo-content {
            position: absolute;
            display: block;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0px;
            border-radius: 6px;
        }
            .uputstvo .uputstvo-body .uputstvo-content img {
                position: relative;
                width: 100%;
                max-width: 1000px;
                height: auto;
            }
        .uputstvo .uputstvo-body .uputstvo-b-row {
            position: absolute;
            display: block;
            left: 25px;
            bottom: 10px;
        }
        .uputstvo .uputstvo-body .close-uputstvo {
            background-color: rgba(0,0,0,0.01);
            position: absolute;
            display: block;
            right: 10px;
            top: 10px;
            background-image: url('../Img/close-btn.png');
            background-position: center center;
            background-size: 32px 32px;
            background-repeat: no-repeat;
            height: 32px;
            width: 32px;
            cursor: pointer !important;
        }
        .uputstvo .uputstvo-body .uputstvo-t-row {
            position: absolute;
            display: block;
            left: 25px;
            top: 10px;
            color: white;
            font-size: 1.563rem;/*25px;*/
            font-weight: bold;
            text-shadow: 0px 0px 16px black;
        }
@media (max-width: 700px) {
    .uputstvo .uputstvo-body .uputstvo-t-row {
        margin-top: 25px;
    }

    .uputstvo .uputstvo-body .uputstvo-content img {
        margin-top: 25px;
    }
}
@media (min-width: 1000px) {
    .uputstvo .uputstvo-body .uputstvo-content img {
        width: 1000px !important;
        height: auto;
        left: 50%;
        margin-left: -500px;
    }
}


/*prethodna sledeca strana navigacija*/
.prevNextPageContainer {
    position: relative;
    margin-right: 7px; /*BS5*/
    margin-left: 5px; /*BS5*/
}
    .prevNextPageContainer .prevPageSearchParent {
        position: absolute;
        left: 0;
        margin-left: -40px;
    }
        .prevNextPageContainer .prevPageSearchParent .prevPageSearch {
            position: fixed;
            top: 37%;
            display: block;
            height: 58px;
            width: 58px;
            background: url("../Img/arrowBlackLeft.png");
            background-repeat: no-repeat;
            cursor: pointer;
        }
    .prevNextPageContainer .disabled .prevPageSearch {
        background: url("../Img/arrowBlackLeft.png");
        background-repeat: no-repeat;
        opacity: 0.3;
        cursor: default;
    }
    .prevNextPageContainer .nextPageSearchParent {
        position: absolute;
        right: 0;
        margin-right: 15px;
    }
        .prevNextPageContainer .nextPageSearchParent .nextPageSearch {
            top: 37%;
            position: fixed;
            height: 58px;
            width: 58px;
            background: url("../Img/arrowBlackRight.png");
            background-repeat: no-repeat;
            cursor: pointer;
        }
    .prevNextPageContainer .disabled .nextPageSearch {
        background: url("../Img/arrowBlackRight.png");
        opacity: 0.3;
        background-repeat: no-repeat;
        cursor: default;
    }


/*izvrsena forsirana pretraga po tekstu*/
#noteFSOT_rp {
    display: none;
}
    #noteFSOT_rp .forcedSearchOnText_cont_xs_topmargin {
    }
    #noteFSOT_rp .forcedSearchOnText_cont {
        background-color: #fffae5;
        border: 1px solid #c55151; /*#dbdbdb*/
        padding-left: 9px;
        padding-right: 9px;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-box-shadow: 0px 0px 12px 0px #e5e5e5;
        -moz-box-shadow: 0px 0px 12px 0px #e5e5e5;
        box-shadow: 0px 0px 12px 0px #e5e5e5;
        border-radius: 3px;
        line-height: 1.25;
        float: left;
    }
        #noteFSOT_rp .forcedSearchOnText_cont .forcedSearchOnText_message {
            font-size: 0.875rem; /*14px;*/
            color: #2d60d6;
            text-align: left !important;
        }

/*poruka za koriscenje cookia*/
.cookie-warrning {
    position: fixed;
    width: 100%;
    background-color: rgb(59, 97, 158);
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid white;
    font-size: 0.875rem; /*14px;*/
}
    .cookie-warrning .cookie-warrning-t {
        display: table;
        width: 100%;
    }
        .cookie-warrning .cookie-warrning-t .cookie-warrning-r {
            display: table-row;
        }
            .cookie-warrning .cookie-warrning-t .cookie-warrning-r .cookie-warrning-c {
                display: table-cell;
                vertical-align: middle;
            }
            .cookie-warrning .cookie-warrning-t .cookie-warrning-r .cookie-warrning-message {
                color: white;
                padding-right:10px;
            }


/*visina stabla kod izbora u grupama*/
#jsTree, #jsTree1, #jsTree2, #jsTree3, #jsTree4 {
    max-height: 400px !important;
}


/*dodatni opis u pretrazi UOK*/
.uok_note {
    min-height: 34px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; /* Centriranje horizontalno u desno */
    align-items: center;
}
    .uok_note p {
        color: #285e8e;
        font-weight: bold;
        margin: 0;
        font-size:0.875rem;
    }


/*box poruka povezani propisi*/
.PPSearch_cont {
    padding-left: 0 !important;
}
    .PPSearch_cont .PPSearch {
        position: relative;
        display: block;
        color: black;
        margin: 0;
        border-radius: 4px;
        font-size: 0.75rem; /*12px;*/
        background-color: #fff3e6; /*border:1px solid #FF9C59; rgba(252, 137, 0, 0.28); #fc6600;*/
        border: 1px solid rgba(0,0,0,0.12);
        padding: 3px;
        padding-left: 8px;
    }

/*input grupa, poslednji taster, forsiraj radius*/
.lastButtonInInputGroupBorderRadius {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
}

/*home pretraga i moderator sekcija*/
.border-main-options {
    border: 2px solid rgb(214, 222, 230);
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}




/*panelWithInfo*/
.panelWithInfo {
    display: block;
    margin-top: 30px; /*20px;*/
}

    .panelWithInfo .panelWithInfoContainer {
        border-radius: 8px; /*6*/
        border: 0.909091px solid rgb(222, 226, 230);
        display: block;
        padding: 12px 20px 12px 20px;
        background-color: rgb(255, 242, 255); /*#c7e2ff24*/  /*#E8FFF8;*/
        margin-left: 18px;
        margin-right: 18px;
        /*
        box-sizing: border-box;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
        border: 1px solid #e2e4e7;
            */
    }


        .panelWithInfo .panelWithInfoContainer .panelItem .isNew{
            font-weight:bold;
        }


        .panelWithInfo .panelWithInfoContainer .panelItem {
            font-size: 0.938rem;
            padding-top: 3px;
            padding-bottom: 3px;
        }
            .panelWithInfo .panelWithInfoContainer .panelItem .panelItemAsDocument {
                display: flex;
                margin: 0 20px 0 10px; /*0 0 0 10px;*/
                align-items: center;
                /*
                margin: 0 0 0 50px;
                */
            }
                .panelWithInfo .panelWithInfoContainer .panelItem .panelItemAsDocument > .itemTypeNote {
                    color: #1570a8ba; /*#365C5C;*/
                    font-size: 15px; /*0.75rem;*/
                    min-width: 50px;
                    text-align: right;
                    padding-right: 6px;

                    text-wrap: nowrap;
                }


            .panelWithInfo .panelWithInfoContainer .panelItem .panelItemAsLink {
                display: flex;
                margin: 0 0 0 10px;
                align-items: center;
            }

                .panelWithInfo .panelWithInfoContainer .panelItem .panelItemAsLink .itemTypeNote {
                    color: #000000;
                    font-size: medium;
                    min-width: 50px;
                    text-align: right;
                    padding-right: 6px;
                }

            .panelWithInfo .panelWithInfoContainer .panelItem .panelItemAsTitle {
                margin: 0 0 0 0;
                font-size: 17px; /*1rem;*/
                font-weight: 600;
                padding-bottom: 5px;
                padding-top: 5px;
                /*
                margin: 0;
                font-size: 1rem;
                font-weight: bold;
                */
            }

            .panelWithInfo .panelWithInfoContainer .panelItem .panelItemAsMessage {
                margin: 0 0 0 0;
                font-size: 14px;
                font-weight: 500;
                padding-bottom: 10px;
                padding-top: 5px;
            }

            .panelWithInfo .panelWithInfoContainer .panelItem .panelItemAsLink .panelLink,
            .panelWithInfo .panelWithInfoContainer .panelItem .panelItemAsDocument .panelLink {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-left: 3px;
                cursor:pointer;
            }

            .panelWithInfo .panelWithInfoContainer .panelItem .panelItemAsLink .panelLink:hover,
            .panelWithInfo .panelWithInfoContainer .panelItem .panelItemAsDocument .panelLink:hover {
                text-decoration:underline;
            }


            .panelWithInfo .panelWithInfoContainer .panelItem .itemTypeNote {
                color: #365C5C;
                font-size: 0.75rem;
                min-width: 80px;
                text-align: right;
                /*
                color: blue;
                font-size: 0.75rem
                */
            }

            .panelWithInfo .panelWithInfoContainer .panelItem .typeIcon {
                width: 16px;
            }


@media only screen and (max-width: 600px) {
    .infopanel {
        /*display:none !important;*/
        /*
            zoom: 0.7;
            -moz-transform: scale(0.7);
            */
    }
}


/*PREGLED DOKUMENATA PREVIEW I LINKED*/
/*------------------------------------------------------------------------------------------------------------------------------*/
/*glavni kontejner za preview dokumenata*/
.preview-doc-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1030;
    overflow-x: auto;
}
    .preview-doc-container .doc-container {
        display: block;
        position: absolute;
        top: 25px;
        bottom: 25px;
        background-color: white;
        border-radius: 5px !important;
    }
    .preview-doc-container .doc-container_size1 {
        right: 25px;
        left: 25px;
    }
    .preview-doc-container .doc-container_size2 {
        left: 50%;
        margin-left: -525px;
        width: 1050px;
    }
    .preview-doc-container .doc-container_size3 {
        left: 50%;
        margin-left: -300px;
        width: 600px;
    }
    .preview-doc-container .doc-container .loading-wo-Tmargin {
        top: 5px !important;
    }
    .preview-doc-container .doc-container .loading {
        position: absolute;
        top: 55px;
        left: 5px;
    }
        .preview-doc-container .doc-container .loading .loadingText {
            position: relative;
            color: white;
            background-color: red;
            padding-left: 4px;
            padding-right: 4px;
            border-radius: 4px;
            font-size: 0.688rem; /*11px;*/
            -webkit-box-shadow: 0px 0px 6px 0px rgba(255,0,0,0.58);
            -moz-box-shadow: 0px 0px 6px 0px rgba(255,0,0,0.58);
            box-shadow: 0px 0px 6px 0px rgba(255,0,0,0.58);
        }
    /*layer za resize*/
    .preview-doc-container .doc-container .iframeOverPanel 
    {
        position:absolute;
        display:block;
        top:0;
        right:0;
        left:0;
        bottom:0;
        display:none;
        z-index:500;
        background-color:rgba(0,0,0,0.1);
    }


/*glavni kostur - preview navigacija*/
.preview-root {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    background-color: white;
    border-radius: 5px !important;
}
    .preview-root .preview-root-row1 {
        height:1%;
    }
        .preview-root .preview-root-row1 .docPreview_navigation {
            position: relative;
            /*border: 1px solid transparent;*/
            border:0px;
            background-color: #f8f8f8;
            border-color: #e7e7e7;
            display: block;
            overflow: auto;
            margin: 0;
            display:flex;
            flex-direction:row;
            flex-wrap:wrap;
        }
            .preview-root .preview-root-row1 .docPreview_navigation .options {
                display: flex;
                flex-direction: row;
                margin-left:15px;
            }

                .preview-root .preview-root-row1 .docPreview_navigation .options .bookmarkDocument {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    position: relative;
                    cursor: pointer;
                }
                .preview-root .preview-root-row1 .docPreview_navigation .options .appandToSubjectDocument {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    position: relative;
                    cursor: pointer;
                }
                /*star index*/
                    .preview-root .preview-root-row1 .docPreview_navigation .options .appandToSubjectDocument div {
                        position:relative;
                    }
                        .preview-root .preview-root-row1 .docPreview_navigation .options .appandToSubjectDocument div span {
                            position: absolute;
                            font-size: 12px;
                            top: 13px;
                            left: 18px;
                            color: #d5b661;
                        }


            .preview-root .preview-root-row1 .docPreview_navigation .docPreview_navigation_title {
                position: relative;
                color: #777777;
                padding: 15px 15px 15px 10px;
                font-size: 1.125rem; /*18px;*/
                line-height: 20px;
            }
            .preview-root .preview-root-row1 .docPreview_navigation .docPreview_navigation_buttons {
                position: relative;
                padding: 8px 15px;
                margin-left:auto;
                display:inline-flex;
                gap:4px;
            }
    .preview-root .preview-root-row2 {
        height: auto;
        padding: 0px; /*BS5*/
        padding-top: 1px; /*BS5*/
    }

    .preview-root .preview-root-row1 .docPreview_navigation {
        background-color: #6dc2f9; /*#197bba;*/
    }
        .preview-root .preview-root-row1 .docPreview_navigation .docPreview_navigation_title {
            color: #FFFFFF;
        }


/*tabela za prikaz propisa i prikaz linkova*/
.table_preview {
    height:100%; 
    width:100%; 
    border-collapse:collapse;
}
    .table_preview .cell_preview_100 {
        width: 100% !important;
        height: 100%;
    }
    /*leva celija*/
    .table_preview .cell_preview_left {
        /*border-right: 1px solid #ccc;*/
        height: 100%;
        width: 65%;
        padding-top: 2px;
        padding-bottom: 0px;
    }
        .table_preview .cell_preview_left iframe {
            height: 100%;
            width: 100%;
        }
    /*razdelinik leve i desne strane*/
    .table_preview .cell_preview_dragbar 
    {
       width:3px;
       background-color:gray;
       cursor: col-resize;
    }
    /*desna strana preview*/
    .table_preview .cell_preview_right 
    {
        height:100%;
        padding:0px;/*BS5*/
    }



.table_right_side {
    height:100%; width:100%; border-collapse:collapse;
}
    .table_right_side .right_side_title {
        height: 35px;
        text-align: center;
        max-height: 15px;
        font-size: 0.938rem; /*15px;*/
        font-weight: bold;
        background-color: #d1e7f7;
        border-bottom: 2px solid silver;
    }





.table_preview_right
{
    height:100%; width:100%; border-collapse:collapse;
}
    .table_preview_right .cell_preview_right_zaglavlje {
        /*height: 40%; ovo je prvilo problem*/
        height: 40%; /*posle neke izmene u FF, ovo opet mora i ne pravi problem*/
        padding-bottom: 0px; /*BS5*/
    }
        .table_preview_right .cell_preview_right_zaglavlje iframe {
            height: 100%;
            width: 100%;
        }
    .table_preview_right .cell_preview_right_dragbar {
        background-color: gray;
        cursor: row-resize;
        height: 3px;
    }
    .table_preview_right .cell_preview_right_sadrzaj {
        height: 60%;
        overflow: hidden;
    }
        .table_preview_right .cell_preview_right_sadrzaj .docStar {
            position:absolute; 
            z-index:100; 
            margin-left:5px; 
            margin-top:5px;
            cursor:pointer;
        }
        .table_preview_right .cell_preview_right_sadrzaj .div_preview_right_sadrzaj {
            position: relative;
            height: 100%;
            display: block;
            overflow: hidden;
           /*min-height: 160px;*/ 
        }
            .table_preview_right .cell_preview_right_sadrzaj .div_preview_right_sadrzaj iframe {
                height: 100%;
                width: 100%;
                overflow: hidden;
            }



.table_preview_right .r1_height100p {
    height: 100% !important;
}



.noBorder 
{
    border:none;
}

/*skriva body overflow a time sakriva scroll  starane prilikom pregleda dokumenta*/
.hide_body_overf {
    
    overflow:hidden;
}

.e-resize {
    cursor:e-resize;
}

.n-resize {
    cursor:n-resize;
}



/* BS5
.glasilaSpisak 
{
    max-height:400px;
    height:395px;
    border: 1px solid #e2e4e7;

    overflow-x:auto;
    padding:15px 30px 15px 30px;
}
.glasilaLayerout 
{
    position:relative;
    display:table;
    
    width:100%;
    min-height:100%;
    height:100%;
}
    .glasilaLayerout .glasilaLayeroutRow {
        display: table-row;
        width:100%;
    }
        .glasilaLayerout .glasilaLayeroutRow .glasilaLayeroutCell {
            display: table-cell;
            width: 100%;
        }
    .glasilaLayerout .row30pros {
        height: 30%;
    }
    .glasilaLayerout .row70pros {
        height: 70%;
    }
*/

/* BS5
.iframeGContainer {
    padding-left:15px;
    padding-right:15px;
}
    .iframeGContainer .ifcont {
        position:relative;
        width:100%;
        height:100%
    }
        .iframeGContainer .ifcont .loading1 {
            position: absolute;
            width: 50px;
            height: 50px;
            display: none;
            right: 50%;
            margin-right: -25px;
            top: 50%;
            margin-top: -25px;
        }
        .iframeGContainer .ifcont #iframeG {
            position: absolute;
            width: 100%;
            height: 100%;
            min-height: 300px;
            border: 1px solid #e2e4e7;
        }
*/

/*meni sa velicinom fonta*/
#fontSizeMenu {
    position: absolute;
    z-index: 1101;
    min-width: 40px;
}

    #fontSizeMenu .font1 {
        font-size: 1em; /*16px*/
    }
    #fontSizeMenu .font2 {
        font-size: 1.25em; /*16px*/
    }
    #fontSizeMenu .font3 {
        font-size: 1.50em; /*24px*/
    }
    #fontSizeMenu .font4 {
        font-size: 1.75em; /*28px*/
    }



/*meniji*/
#povezaniDokumentiMenu, #downloadMenu,
#printDocMenu, #sizeMenu, #newTabMenu, #subjectMenu {
    position: absolute;
    z-index: 1101;
    min-width: 40px;
}


/*View LinkedDocument*/
.table_layout {
                
    height:100%;
    width:100%;
    margin:0px;

}
    .table_layout .table_layout_row {

                   
    }
        .table_layout .table_layout_row .table_layout_cell {
                        
            background-color:white;
            /*height:0; ovo je bitno zbog ff*/
        }
        .table_layout .table_layout_row .drag-bar {
            margin-top: 3px;
            height: 3px;
            background-color: gray !important;
            cursor: row-resize;
        }
        .table_layout .table_layout_row #rc2 {
        }
            .table_layout .table_layout_row #rc2 #iframeContainer {
                position: relative;
                height: 100%;
                overflow: auto;
                -webkit-overflow-scrolling: touch;
            }
            .table_layout .table_layout_row #rc2 #iframeContainer iframe {
                min-height: 10px !important;
                height: 100%;
                width: 100%;
            }
    .table_layout .table_layout_row .table_layout_cell .docStar {
        padding-top: 5px;
        padding-left: 4px;
        position: absolute;
        float: left;
        cursor: pointer;
        z-index: 100;
    }


/*ikona velicina slova*/
.icon-font-size, .icon-font-size:active {
    background-image: url('../Img/velicina-slova1.png') !important;
    background-position: 5px 2px;
    /*background-size: auto 21px;*/
    /*background-size: auto 21px;*/
    background-repeat: no-repeat;
    height: 28px;
    width: 39px;
    border-color:#e5e5e5;
}
    .icon-font-size:disabled {
        opacity: 0.3 !important;
    }

/*ikona velicina prozora*/
.icon-size1, .icon-size1:active {
    background-image: url('../Img/podesi-velicinu-prozora1.png') !important;
    background-position: 5px center;
    /*background-size: auto 21px;*/
    background-repeat: no-repeat;
    height: 28px;
    width: 39px;
    border-color:#e5e5e5;
}
    .icon-size1:disabled {
        opacity: 0.3 !important;
    }
@media only screen and (max-width: 1100px) { /*600px*/
    .icon-size1 {
        display:none;
    }
}

/*ikona otvaranje u novom tabu*/
.icon-new-tab, .icon-new-tab:active {
    background-image: url('../Img/otvori-u-novom-tabu1.png') !important;
    background-position: 6px center;
    /*background-size: auto 21px;*/
    background-repeat: no-repeat;
    height: 28px;
    width: 39px;
    border-color:#e5e5e5;
}
    .icon-new-tab:disabled {
        opacity:0.3 !important;
    }

/*ikona povezani dokumenti*/
.icon-linked-doc, .icon-linked-doc:active {
    background-image: url('../Img/povezani_dokumenti1.png') !important;
    background-position: 5px center;
    /*background-size: auto 21px;*/
    background-repeat: no-repeat;
    height: 28px;
    width: 39px;
    border-color:#e5e5e5;
}
    .icon-linked-doc:disabled {
        opacity:0.3 !important;
    }

/*ikona preuzimanje dokumenta*/
.icon-download-doc, .icon-download-doc:active {
    background-image: url('../Img/preuzmi-dokument1.png') !important;
    background-position: 6px center;
    /*background-size: auto 21px;*/    

    background-repeat: no-repeat;
    height: 28px;
    width: 39px;
    border-color:#e5e5e5;
}
    .icon-download-doc:disabled {
        opacity:0.3 !important;
    }

/*ikona stampa dokumenta*/
.icon-print-doc, .icon-print-doc:active {
    background-image: url('../Img/stampa1.png') !important;
    background-position: 6px center;
    
    /*background-size: auto 21px;*/
    background-repeat: no-repeat;
    height: 28px;
    width: 39px;
    border-color:#e5e5e5;
}
    .icon-print-doc:disabled {
        opacity:0.3 !important;
    }

/*ikona zatvaranje desnog panela*/
.icon-closeRPanel, .icon-closeRPanel:active {
    background-image: url('../Img/ugasi-roletnu1.png') !important;
    background-position: 5px center;
    
    
    background-repeat: no-repeat;
    height: 28px;
    width: 39px;
    border-color:#e5e5e5;
}
    .icon-closeRPanel:disabled {
        opacity:0.3 !important;
    }

/*ikona zatvaranje prozora*/
.icon-close-doc, .icon-close-doc:active {
    background-image: url('../Img/zatvori-dokument1.png') !important;
    background-position: 5px center;
    /*background-size: auto 21px;*/
    background-repeat: no-repeat;
    height: 28px;
    width: 39px;
    border-color:#e5e5e5;
}
    .icon-close-doc:disabled {
        opacity:0.3 !important;
    }

/*bookmark ikonica ukluceno*/
.icon-star {
    background-image: url('../Img/star-full.png') !important;
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;

}

/*bookmark ikonica iskljuceno*/
.icon-star-empty {
    background-image: url('../Img/star-empty.png') !important;
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}


/*pretraga teksta*/
.icon-findInText, .icon-findInText:active {
    background-image: url('../Img/binoculars1.png') !important;
    background-position: 7px 1px;
    background-repeat: no-repeat;
    height: 28px;
    width: 39px;
    border-color:#e5e5e5;
}
    .icon-findInText:disabled {
        opacity: 0.3 !important;
    }


/*bookmark icon*/
.icon-star-small1 {
    background-image: url('../Img/star-full3.png') !important;
    background-position: center center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
}

.icon-star-empty-small1 {
    background-image: url('../Img/star-empty3.png') !important;
    background-position: center center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
}


.icon-subject, .icon-subject:active {
    background-image: url(../Img/folder.png) !important;
    background-size: 27px 23px;
    background-position: 7px 2px;
    background-repeat: no-repeat;
    height: 28px;
    width: 39px;
    border-color: #e5e5e5;
}


.preview-root .preview-root-row1 .docPreview_navigation {
    border: 0px !important;
}
.preview-root {
    border-radius: 5px !important;
}
.doc-container {
    border-radius: 5px !important;
}






/*custom dragbar*/
.table_preview .cell_preview_dragbar {
    width: 4px;
    background-color: #bcd2e3;
    /*
    
    cursor: col-resize;
    */
    background-image: linear-gradient( -45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent );
    background-size: 25px 25px;
}
.table_preview_right .cell_preview_right_dragbar {
    background-color: #bcd2e3;
    height: 4px;
    background-image: linear-gradient( -45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent );
    background-size: 25px 25px;
    /*
    cursor: row-resize;
    height: 3px;
    */
}
.table_layout .table_layout_row .drag-bar {
    margin-top: 3px;
    height: 4px;
    background-color: #bcd2e3 !important;
    cursor: row-resize;
    background-image: linear-gradient( -45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent ) !important;
    background-size: 25px 25px;
}











/*ADMIN DEO*/
/*------------------------------------------------------------------------------------------------------------------------------*/


/*velicina fonta log tabele*/
.jquery_grid tbody tr td {
    padding: 0 0 0 8px ;
    font-size:12px;
}

/*ofset za edit polja admin deo*/
.editClientOffset {
    padding-top: 25px;
}

/*admin rezultat pretrage*/
.item-cli {
    margin-top: 5px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(214,214,214,1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(214,214,214,1);
    box-shadow: 0px 2px 10px 0px rgba(214,214,214,1);
}
    .item-cli:hover {
        background-color: #f1f1f1;
    }
    .item-cli p {
        margin: 0;
    }



.list-img {
    height: 24px;
    width: 24px;
    padding: 2px;
}

.item-usr {
    margin-top: 5px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(214,214,214,1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(214,214,214,1);
    box-shadow: 0px 2px 10px 0px rgba(214,214,214,1);
}

    .item-usr:hover {
        background-color: #f1f1f1;
    }

    .item-usr p {
        margin: 0;
    }



.statusIcon {
    margin-left: 20px;
}

.title_rep_changes {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    width: 800px;
}

.subtitle_rep_changes {
    text-align: center;
    width: 800px;
}


/*moze da se ukoni*/
.rep_changes_header {
    margin-top: 20px;
    border: 1px solid black;
    width: 300px;
}

    .rep_changes_header p {
        padding: 5px;
        margin: 0;
    }


/*tabela koja se koristi kod loga izmena ili izvestavanja*/
.table_rep_changes {
    margin-top: 20px;
    width: 800px;
}
    .table_rep_changes .theader {
        font-weight: bold;
        border-bottom: solid;
        border-color: black;
        border-width: 1px;
    }
    .table_rep_changes tr {
        border-bottom: solid;
        border-color: black;
        border-width: 1px;
    }
        .table_rep_changes tr td p {
            padding: 0 !important;
            margin: 0;
        }
        .table_rep_changes tr .datum {
            vertical-align: text-top;
            width: 180px;
        }
        .table_rep_changes tr .user {
            vertical-align: text-top;
            width: 160px;
        }
    .table_rep_changes .noData {
        border-width: 0px;
    }

        .table_rep_changes .noData td {
            padding-top: 40px;
        }


/*kada se izbaci BS3 ovo moze da se ukloni*/        
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
    -o-animation: spin .7s infinite linear;
    -moz-animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}


/*admin strana*/
.admin-version {
}

    .admin-version .version-text {
        font-size: 10px;
    }

    .admin-version .version-value {
        font-size: 17px;
        margin-right: 10px;
    }

/*admin index sa prikazom statistike*/
.charts-container {
}
    .charts-container .pie {
        float: left;
        position: relative;
        display: block;
        margin-left: 30px;
        cursor: pointer;
    }
        .charts-container .pie .pie_container {
            float: left;
            position: relative;
            display: block;
        }
            .charts-container .pie .pie_container .pie_can {
            }
            .charts-container .pie .pie_container .inner-text {
                display: none;
                height: 30px;
                width: 100px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -20px;
                margin-left: -50px;
                text-align: center;
                font-size: 24px;
                z-index: 0;
            }
        .charts-container .pie .title {
            text-align: center;
            font-size: 15px;
            white-space: normal;
            text-wrap: normal;
            width: 150px;
            font-size: 10px;
        }
        .charts-container .pie .pie_container .chartjs-tooltip {
            opacity: 0;
            position: absolute;
            background: rgba(0, 0, 0, .7);
            color: white;
            padding: 3px;
            border-radius: 3px;
            -webkit-transition: all .1s ease;
            transition: all .1s ease;
            pointer-events: none;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            z-index: 3;
        }
            .charts-container .pie .pie_container .chartjs-tooltip .t {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                color: white;
                font-size: 11px;
            }


.cache_button {
    min-width: 150px;
}

.cache_icon {
    height: 100px;
    width: 100px;
}

/*
.master-client
{
    border:1px solid #51AEFF;
    -moz-box-shadow:    inset 0 0 5px #A3D4FF;
    -webkit-box-shadow: inset 0 0 5px #A3D4FF;
    box-shadow: inset 0 0 5px #A3D4FF;
}
*/

/*
.demo-client
{
    border:1px solid rgba(255, 195, 0, 1);
    -moz-box-shadow:    inset 0 0 5px rgba(255, 195, 0, 0.58);
    -webkit-box-shadow: inset 0 0 5px rgba(255, 195, 0, 0.58);
    box-shadow: inset 0 0 5px rgba(255, 195, 0, 0.58);
}
.uniqueLicPeriod-client
{
    border:1px solid #8bc34a;
    -moz-box-shadow:    inset 0 0 5px rgba(168, 234, 80, 0.75);
    -webkit-box-shadow: inset 0 0 5px rgba(168, 234, 80, 0.75);
    box-shadow: inset 0 0 5px rgba(168, 234, 80, 0.75);
}
*/

.auto-login {
    height: 18px;
}



/*dopuna bootstepa 3*/
@media (max-width: 767px) {
    .col-xs-offset-12 {
        margin-left: 100%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-xs-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-xs-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-xs-offset-0 {
        margin-left: 0;
    }
}


/*update log item*/
.update-log-item {
    float:left;
    min-height:50px;
    min-width:50px;
    margin-left:12px;
    margin-top:12px;
    cursor:pointer;
}
    .update-log-item:hover {
        background-color: #eaeaea;
    }
    .update-log-item .text {
        font-size: 10px;
    }
    .update-log-item img {
        height: 48px;
        width: 48px;
    }

.my-pull-left {
    margin-left: 0 !important
}


/*pretraga klijenata*/
.clientSearchTInternet {
    height:32px;
    width:32px;
    background:  url("../Img/search_cliInternet.png");
    background-size:32px auto;
    background-repeat: no-repeat;
    
}
.clientSearchTIntranet {
    height:32px;
    width:32px;
    background:  url("../Img/search_cliIntranet.png");
    background-size:32px auto;
    background-repeat: no-repeat;
}
.clientSearchTUser {
    height:32px;
    width:32px;
    background:  url("../Img/search_user.png");
    background-size:32px auto;
    background-repeat: no-repeat;
}
.stayOnTop 
{
    margin-top:-3px;
    position:absolute;
    height:10px;
    width:auto;
}


/*klijenti modal*/
.modal-dialog-twoColumn {
    width:1000px;
}

@media screen and (min-width: 700px) {
    .modal-700 {
        width: 700px;
    }
}

.licValid {
    color: #0b960b;
}

.licNotValid {
    color: red;
}

.licPending {
    color: #b8860b;
}

.unactiveUser {
    text-decoration: line-through;
}


/*ikona email service */
.emailServiceIcon {
    height: 32px;
    width: 32px;
    background: url("../Img/email.png");
    background-size: 32px auto;
    background-repeat: no-repeat;
}

/*ikona poslato*/
.emailSentIcon {
    height: 32px;
    width: 32px;
    background: url("../Img/sentEmail.png");
    background-size: 32px auto;
    background-repeat: no-repeat;
}

/*ikona nije poslato*/
.emailUnsendIcon {
    height: 32px;
    width: 32px;
    background: url("../Img/unsendEmail.png");
    background-size: 32px auto;
    background-repeat: no-repeat;
}

/*ikona nije poslato*/
.emailSkippedIcon {
    height: 32px;
    width: 32px;
    background: url("../Img/skippedEmail.png");
    background-size: 32px auto;
    background-repeat: no-repeat;
}


/*mejler jobs popup*/
#previewMailerBodyCnt {
    height: 300px;
    max-height: 300px;
    overflow: auto;
}


/*email service preview*/
#previewMailServiceBodyCnt {
    height: 300px;
    max-height: 300px;
    overflow: auto;
    font-size: 12px;
}

/*simuliranje hiper linka, klijenti*/
.hiperLinkSimul {
    text-decoration: none;
    cursor: pointer;
}
    .hiperLinkSimul:hover {
        text-decoration: underline;
    }


/*input group neke ikonice upozorenja*/
.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}
.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}
.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}
.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}












/*ZAJEDNICKE FUNKCIJE*/
/*------------------------------------------------------------------------------------------------------------------------------*/



/*overflow tj.loading za stranu*/
.overflow {
    z-index: 100;
    position: fixed;
    display: block;
    background-color: rgba(255,255,255,0.5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
    .overflow p {
        position: absolute;
        display: inline;
        top: 50%;
        font-size: 0.813rem; /*13px;*/
        left: 50%;
        margin-left: -50px;
        font-weight: bold;
    }



/*loading overflow za popup-ove*/
.popup-loading {
    position: absolute;
    display: block;
    background-color: rgba(255,255,255, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}
    .popup-loading p {
        position: absolute;
        display: inline;
        top: 50%;
        font-size: 0.813rem; /*13px;*/
        left: 50%;
        margin-left: -50px;
    }




/* BS5
.cb-tab {
    position:absolute;
    z-index:10;
    top:8px;
    left:2px;
}
*/

/* BS5
.search-doc-marker {
    border:1px solid black;
    display:block;
    padding:0;
    margin:0;
    width:25px;
    text-align:center;
}
*/

/* BS5
.glasila_left_Container 
{
    border: 1px solid #e2e4e7;
    background-color: #f5f7f8;

}*/

/* BS5
.gridGlasila { 
 
    border: 1px solid #e2e4e7;
    background-color:#ffffff;
    height:200px;
    max-width: 350px; 
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow:hidden;
    margin-left:0;
    overflow-y:auto;
}
    .gridGlasila .table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
*/




/*selektovanje glava boja u tabeli*/
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active,
.table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active,
.table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td,
.table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #08C;
    color: white;
}




/*login lock message*/
.login-warr-lock 
{
    top:0;
    left:0;
    bottom:0;
    right:0;
    display:none;
    position:fixed;
    background-color: rgba(255, 255, 255, .75);
    z-index:1300;
}
    .login-warr-lock .bord {
        position: absolute;
        display: block;
        width: 500px;
        height: 90px;
        border: 1px solid red;
        padding: 5px;
        top: 50%;
        left: 50%;
        margin-top: -40px;
        margin-left: -250px;
        font-size: 0.938rem; /*15px;*/
        background-color: white;
    }
        .login-warr-lock .bord .textrow {
            clear: both;
            text-align: center;
        }
            .login-warr-lock .bord .textrow #time {
                color: red;
                font-weight: bold;
            }



/*login forma*/
.login-form {
    position: relative;
}

/*overlay za login*/
.login-form-overlay {
    position: absolute;
    display: block;
    background-color: rgba(238, 238, 238, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}



/**===== dots5 spinner =====*/

/* ===== Osnovni spinner ===== */
.dots-spinner {
    position: relative;
    height: 50px;
    width: 50px;
}
    .dots-spinner span {
        position: absolute;
        width: 10px;
        height: 10px;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 50%;
        animation: dots5 1s infinite ease-in-out;
        -webkit-animation: dots5 1s infinite ease-in-out; /* za Safari/Chrome */
    }
        .dots-spinner span:nth-child(1) {
            left: 0px;
            animation-delay: 0.2s;
            -webkit-animation-delay: 0.2s;
        }
        .dots-spinner span:nth-child(2) {
            left: 15px;
            animation-delay: 0.3s;
            -webkit-animation-delay: 0.3s;
        }
        .dots-spinner span:nth-child(3) {
            left: 30px;
            animation-delay: 0.4s;
            -webkit-animation-delay: 0.4s;
        }
        .dots-spinner span:nth-child(4) {
            left: 45px;
            animation-delay: 0.5s;
            -webkit-animation-delay: 0.5s;
        }

/* ===== Apsolutni centrirani spinner ===== */
.dots-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

/* ===== Inline spinner uz tekst ===== */
.dots-inline {
    display: inline-block;
    vertical-align: middle;
    position: relative; /* pregazi absolute ako koristiš oba negde */
    top: 0;
    left: 0;
    margin: 0;
    height: 20px; /* manji inline loader */
    width: 60px;
}

@keyframes dots5 {
    0% {
        transform: translateY(0px);
        background: #1976d2;
    }

    25% {
        transform: translateY(10px);
        background: #9c27b0;
    }

    50% {
        transform: translateY(10px);
        background: #009688;
    }

    100% {
        transform: translateY(0px);
        background: #ff9800;
    }
}
@-webkit-keyframes dots5 {
    0% {
        -webkit-transform: translateY(0px);
        background: #1976d2;
    }

    25% {
        -webkit-transform: translateY(10px);
        background: #9c27b0;
    }

    50% {
        -webkit-transform: translateY(10px);
        background: #009688;
    }

    100% {
        -webkit-transform: translateY(0px);
        background: #ff9800;
    }
}

/** END of dots5 spinner*/




/*ajax login*/
.ajaxLoginOver {
    z-index: 1200;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(176deg, rgba(255, 255,255, 0.01), rgba(255, 255,255, 1) 100%),radial-gradient(ellipse at top left, rgba(13,110,253, 0.3), transparent 50%),radial-gradient(ellipse at top right, rgba(255,228,132, 0.3), transparent 50%),radial-gradient(ellipse at center right, rgba(112.520718,44.062154,249.437846, 0.3), transparent 50%),radial-gradient(ellipse at center left, rgba(214,51,132, 0.3), transparent 50%);
}
    .ajaxLoginOver .ajaxLoginForm {
        position: relative;
        /*margin-top:10%;*/
        margin-top: 45px;
    }
        .ajaxLoginOver .ajaxLoginForm .errorText {
            color: red;
        }




/*moja multiselect kompomenta u obliku liste*/
.my-multiselect-container {
    list-style-type: none;
    margin: 0;
    padding: 0;

    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;

    height:250px;
    overflow-y:scroll;
}
    .my-multiselect-container > li > a > label {
        margin: 0;
        height: 100%;
        cursor: pointer;
        font-weight: normal;
        padding-bottom: 3px;
    }
    .my-multiselect-container > li > a {
        display: block;
        padding: 0;
        padding-left: 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap;
        text-decoration: none;
    }
        .my-multiselect-container > li > a:hover {
            background: #eeeeee;
            text-decoration: none;
        }



/*multiselect dropown kompomenta override*/
.multiselect {
    max-width: 280px;
}
.multiselect-container {
    width: 100%;
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    font-size: 0.875rem; /*14px;*/
}
    .multiselect-container .checkbox {
        display: flex;
        align-items: center;
        gap: 8px;
    }
        .multiselect-container .checkbox input {
            flex: none;
        }



/*knockout validacija*/
.validationMessage {
    color: var(--bs-form-invalid-border-color); /*#f00; BS5*/
    font-size: 0.875rem; /*14px;*/ /*BS5*/
}





/*
li:hover > a > .icon-tab1, 
li:hover > a > .icon-tab2,
li:hover > a > .icon-tab3
{
    background-position: -30px 0; 
}


.icon-tab1, .icon-tab1:active { 
  background-image: url("../Img/openInTab1i.png") !important;
  background-position: 0 0; 
  background-repeat:no-repeat;
  height: 25px; 
  width: 30px;
  margin-top:1px;
}
.icon-tab2, .icon-tab2:active { 
  background-image: url("../Img/openInTab4i.png") !important;
  background-position: 0 0; 
  background-repeat:no-repeat;
  height: 25px; 
  width: 30px;
  margin-top:1px;
}
.icon-tab3, .icon-tab3:active { 
  background-image: url("../Img/openInTab3i.png") !important;
  background-position: 0 0; 
  background-repeat:no-repeat;
  height: 25px; 
  width: 30px;
  margin-top:1px;
}
*/

/*
.icon-closeRPanel, .icon-closeRPanel:active { 
  background-image: url("../Img/closeRPanel.png") !important;
  background-position: center center; 
  background-size: 26px 26px;
  background-repeat:no-repeat;
  height: 28px; 
  width: 40px;
  margin-top:1px;
}
.icon-tab5, .icon-tab5:active { 
  background-image: url("../Img/openInTab5.png") !important;
  background-position: center center; 
  background-size: 26px 26px;
  background-repeat:no-repeat;
  height: 28px; 
  width: 40px;
  margin-top:1px;
}
.icon-tab5:disabled {
    opacity:0.3 !important;
}
*/

/*
.icon-size1, .icon-size1:active { 
  background-image: url("../Img/size1.png") !important;
  background-position: center center; 
  background-size: 26px 26px;
  background-repeat:no-repeat;
  height: 28px; 
  width: 40px;
  
}
.icon-size2, .icon-size2:active { 
  background-image: url("../Img/size2.png") !important;
  background-position: center center; 
  background-size: 26px 26px;
  background-repeat:no-repeat;
  height: 28px; 
  width: 40px;
  
}
.icon-size3, .icon-size3:active { 
  background-image: url("../Img/size3.png") !important;
  background-position: center center; 
  background-size: 26px 26px;
  background-repeat:no-repeat;
  height: 28px; 
  width: 40px;
  *margin-top:1px;*
}




/*
.icon-font-size, icon-font-size:active {
    background-image: url('../Img/aa.png') !important;
    background-position: center center;
    background-size: 22px 15px;
    background-repeat: no-repeat;
    height: 28px;
    width: 40px;
}
.icon-font-size:disabled {
    opacity:0.3 !important;
}
*/

/*
.icon-search-adv, icon-search-adv:active {
    background-image: url('../Img/adv_search.png') !important;
    background-position: center center;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    height: 24px;
    width: 28px;
}
*/


/*klasa za btn custom icon*/
.btn_customPadding {
    padding: 4px 6px;
}

/*ne koristi se vise, ovo je ikonica za opcije u pretrazi*/
.icon-search-adv, icon-search-adv:active {
    background-image: url('../Img/settings.png') !important;
    background-position: center center;
    background-size: 29px 24px; 
    background-repeat: no-repeat;
    height: 24px;
    width: 28px;
}
    .icon-search-adv:disabled {
        opacity: 0.3 !important;
    }


/*ikonica za pretragu*/
.icon-search, .icon-search:active {
    background-image: url('../Img/search.png');
    background-position: center center;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    height: 24px;
    width: 28px;
}
    .icon-search:disabled {
        opacity: 0.3 !important;
    }



/*ikoniza za pretragu u tekstu*/
.icon-search_sub, .icon-search_sub:active {
    background-image: url('../Img/search_sub.png');
    background-position: center center;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    height: 24px;
    width: 28px;
}
    .icon-search_sub:disabled {
        opacity: 0.3 !important;
    }



/*
.icon-size01, .icon-size01:active {
    background-image: url('../Img/size01i.png');
    background-position: 0 0;
    
    background-repeat: no-repeat;
    height: 8px;
    width: 91px;
}
.icon-size02, .icon-size02:active {
    background-image: url('../Img/size02i.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 8px;
    width: 91px;
}
.icon-size03, .icon-size03:active {
    background-image: url('../Img/size03i.png');
    background-position: 0 0;
    
    background-repeat: no-repeat;
    height: 8px;
    width: 91px;
}
*/

/*ne koristi se vise
.icon-search-small, .icon-search-small:active {
    background-image: url('../Img/search.png');
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    height: 15px;
    width: 17px;
    float:left;
    margin-top:2px;
}
.icon-search-small:disabled {
    opacity:0.3 !important;
}
*/

/*
.disabled> a > .icon-size03, 
.disabled> a > .icon-size02, 
.disabled> a >.icon-size01 {
    opacity:0.3 !important;
    background-position: 0 0;
}
*/

/*
li:hover:not(.disabled)> a > .icon-size03, 
li:hover:not(.disabled)> a > .icon-size02, 
li:hover:not(.disabled)> a > .icon-size01 
{
    background-position: 0 -8px;
}
*/

/*


.icon-wrench, icon-wrench:active {
    background-image: url('../Img/wrench.png.png') !important;
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    height: 19px;
    width: 16px;

    margin-top: 1px;
}
.icon-wrench:disabled {
    opacity:0.3 !important;
}

*/



/*boje pozadina za vrste dokumenata*/
.rp_background {
    background-image: linear-gradient(#1976d2, #14599d 60%, #0b3b6a ) !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.sp_background {
    background-image: linear-gradient(#9c27b0, #822193 60%, #581664 ) !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.pm_background {
    background-image: linear-gradient(#009688, #028578 60%, #015c53 ) !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.ob_background {
    background-image: linear-gradient(#ff9800, #e18600 60%, #cb7901) !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.ug_background {
    background-image: linear-gradient(#c2185b, #b51856 60%, #891040 ) !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.ko_background {
    background-image: linear-gradient(#e64a19, #cb4015 60%, #af3814 ) !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.la_background {
    background-image: linear-gradient(#ee5f5b, #d55350 60%, #ab403e ) !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.ps_background {
    background-image: linear-gradient(#19c0e6, #15a6c7 60%, #1186a1 ) !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}


/*shadow boje pozadina za vrste dokumenata*/
.rp_background-shadow {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(25,18,210,0.58);
    -moz-box-shadow: 0px 0px 6px 0px rgba(25,18,210,0.58);
    box-shadow: 0px 0px 6px 0px rgba(25,18,210,0.58);
}
.sp_background-shadow {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(156,39,176,0.58);
    -moz-box-shadow: 0px 0px 6px 0px rgba(156,39,176,0.58);
    box-shadow: 0px 0px 6px 0px rgba(156,39,176,0.58);
}
.pm_background-shadow {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,150,136,0.58);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,150,136,0.58);
    box-shadow: 0px 0px 6px 0px rgba(0,150,136,0.58);
}
.ob_background-shadow {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(255,152,0,0.58);
    -moz-box-shadow: 0px 0px 6px 0px rgba(255,152,0,0.58);
    box-shadow: 0px 0px 6px 0px rgba(255,152,0,0.58);
}
.ug_background-shadow {
    
    -webkit-box-shadow: 0px 0px 6px 0px rgba(194,24,91,0.58);
    -moz-box-shadow: 0px 0px 6px 0px rgba(194,24,91,0.58);
    box-shadow: 0px 0px 6px 0px rgba(194,24,91,0.58);
}
.ko_background-shadow {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(230,74,25,0.58);
    -moz-box-shadow: 0px 0px 6px 0px rgba(230,74,25,0.58);
    box-shadow: 0px 0px 6px 0px rgba(230,74,25,0.58);
}
.la_background-shadow {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(238,95,91,0.58);
    -moz-box-shadow: 0px 0px 6px 0px rgba(238,95,91,0.58);
    box-shadow: 0px 0px 6px 0px rgba(238,95,91,0.58);
}
.ps_background-shadow {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(25,192,230,0.58);
    -moz-box-shadow: 0px 0px 6px 0px rgba(25,192,230,0.58);
    box-shadow: 0px 0px 6px 0px rgba(25,192,230,0.58);
}



/*login form*/
.form-box {
    margin-top: 35px;
}
    .form-box .form-top {
        overflow: hidden;
        padding: 0 25px 15px 25px;
        background: #fff;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        text-align: left;
        border-top: 1px solid black;
        border-right: 1px solid black;
        border-left: 1px solid black;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.24);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.24);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.24);
    }
        .form-box .form-top .form-top-left {
            float: left;
            width: 75%;
            padding-top: 25px;
        }
            .form-box .form-top .form-top-left img {
                max-width: 100%;
            }
        .form-box .form-top .form-top-right {
            float: left;
            width: 25%;
            padding-top: 24px;
        }
            .form-box .form-top .form-top-right img {
                max-width: 100%;
            }
    .form-box .form-bottom {
        padding: 25px 25px 30px 25px;
        background: #eee;
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        text-align: left;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        border-left: 1px solid black;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.24);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.24);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.24);
    }
        .form-box .form-bottom form button.btn {
            width: 100%;
        }
        .form-box .form-bottom form input,
        .form-box .form-bottom form select,
        .form-box .form-bottom form textarea {
            max-width: none;
        }



/*MyTree-component*/
.jsTree {

    min-height:200px;
    max-height:450px;
    overflow-y:scroll;
    overflow-x:scroll;
    border: 1px solid #ccc;
    margin: 0px;
    margin-top: 10px;

   -webkit-overflow-scrolling: touch;

}
    .jsTree ul {
        list-style:none;
        padding-left:20px;
    }

.myTree, .myTree ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
    .myTree ul {
        background-color: white;
        /*margin-top: 4px;*/
    }

.myTreeUl .hover { 
    color: red; cursor: pointer; 
}
.myTreeUl .expandable-hitarea { 
    background-position: -80px -3px !important; 
}
.myTreeUl div.lastCollapsable-hitarea, .myTreeUl div.lastExpandable-hitarea { 
    background-position: 0; 
}

.myTreeUl li {
	margin: 0;
	padding: 3px 0pt 0px 16px;
    /*padding: 3px 0pt 3px 16px;*/

    background: url(../Img/tree/treeview-line-default.png) 0 0 no-repeat;    
}
    .myTreeUl li.last {
        background-position: 0 -4990px;  /*0 -1766px;*/
    }
    .myTreeUl li.lastCollapsable, .myTreeUl li.lastExpandable {
        background-image: url(../Img/tree/treeview-default.gif);
    }
    .myTreeUl li.lastCollapsable {
        background-position: 0 -111px;
    }
    .myTreeUl li.lastExpandable {
        background-position: -32px -67px;
    }
    .myTreeUl li.collapsable, .myTreeUl li.expandable {
        background-position: 0 -176px;
    }

.myTreeLi .hitarea {
    background: url(../Img/tree/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
.myTreeLi .haveChildren { 
    cursor: pointer; 
}
.myTreeLi span {
    position: relative;
    display: inline-block;
    top: -6px; /*BS -4px*/
    font-size: 0.813rem; /*13px;*/
    white-space: nowrap;
    max-width: 90%;
}
.myTreeLi .chbox {
    height: 16px;
    width: 17px;
    position: relative;
    display: inline-block;
    margin: 0;
    top: -3px; /*BS5 -1px*/
}
.myTreeLi .checked {
    background: url(../Img/tree/cb_c.png) center center no-repeat;
}
.myTreeLi .unchecked {
    background: url(../Img/tree/cb_u.png) center center no-repeat;
}
.myTreeLi .indeterminate {
    background: url(../Img/tree/cb_i.png) center center no-repeat;
}

.myTreeItem {
    position:relative;
    /*display:flex;*/
    display:inline-flex;
    margin-left:3px;
}

.myTreeLi .choose {
    height: 20px;
    width: 20px;
    min-width:20px;
    position: relative;
    display: inline-block;
    margin: 0;
    top: -2px;
    background: url(../Img/tree/cb_u2.png) 0 0 no-repeat;
    background-size:18px 18px;
    
    cursor:pointer;
}
    .myTreeLi .choose:hover {
        background: url(../Img/tree/cb_c2.png) 0 0 no-repeat;
        background-size:18px 18px;
    }
.myTreeItem .text {
    display: inline-block;
    position: relative;
    top: -1px;
    padding-left: 5px;
    white-space: nowrap;
    overflow-x: hidden;
    font-size: 0.813rem; /*13px;*/
    top:0px;
}
    .myTreeItem .selected {
        font-weight:bold;
        background-color:yellow;
    }
.myTreeItem .level0 {
    font-size: 1rem !important; /*16px*/
    top: -3px !important;
    color: black;
}
.myTreeItem .level1 {
    font-size: 0.875rem !important; /*14px*/
    top: -2px !important;
}
.myTreeItem .level2 {
    font-size: 0.813rem !important; /*13px;*/
    top: 0px !important;
}



/*mail serverice kompomenta*/
    .my-multiselect-container1 {
        max-height:400px;
        height:400px;
        list-style-type: none;
        margin: 0px;
        margin-top: 10px;
        padding: 0;

        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 4px;

        border-radius:0;
        overflow-y:scroll;
        width:100%;
        -webkit-overflow-scrolling: touch;
        
    }
        .my-multiselect-container1 > li {
            display: inline-block;
            position:relative;
            width:100%;
        }
            .my-multiselect-container1 > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: normal;
                font-size: 0.75rem; /*12px;*/
                overflow-x: visible;
                padding-top: 3px;
            }
        .my-multiselect-container1 > li > a {
            display: inline-block;
            padding: 0;
            padding-left: 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.428571429;
            color: #333;
            white-space: nowrap;
            text-decoration: none;
            width:100%;

        }
            .my-multiselect-container1 > li > a:hover {
                background: #eeeeee;
                text-decoration: none;
            }
            .my-multiselect-container1 > li > a > label > input {
                position: relative;
                display: inline-block;
                top: 2px; /*BS5 -4px*/
                margin-right: 3px; /*BS5*/
            }
.checked {
    position:relative;
    display:block;
    /*background:url(../Img/checked.png) center center no-repeat; */
    background-image:url(../Img/checked.png);
    background-repeat:no-repeat;
    background-size:cover;

    height:16px;
    width:16px;
}



/*
.btn-orange {
  color: #ffffff;
  background-color:rgba(252, 137, 0, 0.28); 
  border-color: rgba(252, 102, 0, 0.93);
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #ffffff;
  background-color: rgba(252, 137, 0, 0.8);
  border-color: rgba(252, 67, 0, 0.93);
}

.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none;
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
*/


/*user reuest page complete*/
.user-request-completed-img {
    height: 50px;
}

/*custom tooltip*/
.pn-default-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
    font-size: 0.813rem; /*13px;*/
}
.pn-warning-tooltip {
    --bs-tooltip-bg: #C23B22;
    font-size: 0.813rem; /*13px;*/
}


/*
.haveAddtSess {
    font-weight:bold;
    color:red;
    font-size:16px;
}
*/


/*
.tooltip-inner {
    background-color: #428bca;
    color: #fff;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #428bca;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #428bca;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #428bca;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #428bca;
}
*/

/*tooltip upozorenja, staro*/
/*
.warning-tooltip .tooltip-inner {
    background-color: #C23B22 !important;
    color: white;
}
.warning-tooltip.top .tooltip-arrow {
    border-top-color: #C23B22 !important;
}
.warning-tooltip.right .tooltip-arrow {
    border-right-color: #C23B22 !important;
}
.warning-tooltip.bottom .tooltip-arrow {
    border-bottom-color: #C23B22 !important;
}
.warning-tooltip.left .tooltip-arrow {
    border-left-color: #C23B22 !important;
}
*/


/*?*/
.reset-all-settings {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
}


/*account settings*/
.btn-no-disabled-opacity:disabled { }
    .btn-success-no-disabled-color:disabled {
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #198754;
        --bs-btn-disabled-border-color: #198754;
        opacity: 1 !important;
    }


/*
.breadcrumb-grupe{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 15px;
    background-color:white !important;
}
*/

/*
.icon-star-small {
    background-image: url('../Img/star-full.png') !important;
    background-position: center center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
}
*/

/*
.noWrapText {
   text-wrap: none;
   white-space: nowrap;
}
*/

/*
.navbar-brand-1 {
    padding:13px 15px !important;
}
*/




/*email service kriranje servisa, toogle*/
.toggle100px .toggle{
    width:100px !important;
}
/*padding email service container*/
.padding_bottom_0 {
    padding-bottom: 0px !important;
}

/*
.mail-service-vali-parent-height {
    min-height: 55px;
}
*/







/*SITE HEADER*/

/*smanjenje visine headera*/ /*BS5*/
.navbar {
    padding-top: 4px;
    padding-bottom: 5px;
}

/*indikator za neprocitane imejlovesite header*/
.unread_indicator_block {
    position: relative;
    display: inline-block
}
    .unread_indicator_block .unread_indicator {
        height: 8px;
        width: 8px;
        background-color: red;
        border-radius: 4px;
    }



/*SITE FOOTER*/
.site-footer {
    margin-top: auto;
    font-size: 0.875rem; /*14px;*/
}
    .site-footer .site-footer-body {
        color: #b2bac2;
        background: #edeff0;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 7px;
        margin-left: -12px; /*BS5 15*/
        margin-right: -12px; /*BS5 15*/
        position: relative;
    }
            .site-footer .site-footer-body .site-footer-row2 .site-footer-txt a,
            .site-footer .site-foter-body .site-footer-row2 .site-footer-txt a:visited {
                cursor: pointer;
                text-decoration: none;
                color: inherit;
                transition: color 0.15s ease;
            }
                .site-footer .site-footer-body .site-footer-row2 .site-footer-txt a:hover {
                    color: #357ebd;
                }


        .site-footer .site-footer-body .site-footer-row2 {
            padding-top: 5px;
            border-top: 1px solid #e2e5e8;
        }
            .site-footer .site-footer-body .site-footer-row2 .logo-solers {
                height: 13px;
                width: auto;
            }
        
            .site-footer .site-footer-body .site-footer-row2 .footer-list {
                padding:0;
                margin:0;
                margin-left:13px;
        }
            .site-footer .site-footer-body .site-footer-row2 .footer-list .footer-item {
                float: left;
                margin-right: 20px;
                color: #b2bac2;
                font-size: 0.813rem;
                height: 22px;
                line-height: 22px
            }
            .site-footer .site-footer-body .site-footer-row2 .footer-list .footer-social-item {
                width: 22px;
                overflow: hidden;
                margin-right: 10px;
                border-radius: 15px
            }
                .site-footer .site-footer-body .site-footer-row2 .footer-list .footer-social-item .footer-social-link {
                    display: block;
                    width: 100%;
                    height: 100%;
                    background: #b7c0c7;
                    transition: background 0.15s ease;
                    fill: #edeff0
                }
                    .site-footer .site-footer-body .site-footer-row2 .footer-list .footer-social-item .footer-social-link:hover {
                        background: #357ebd;
                        fill: #fff
                    }



        .site-footer .site-footer-body .site-footer-row2 .footerContainer {
            display: flex;
            flex-direction: row;
        }
            .site-footer .site-footer-body .site-footer-row2 .footerContainer .spacer {
                width:15px;
            }


@media (max-width: 991.98px) {
    .site-footer .site-footer-body .site-footer-row2 .footer-following {
        display: none;
    }
}




/*error message LoginError strana*/
.loginFailedContainer {
    background-color: #fffae5;
    padding: 15px;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0px 0px 12px 0px #e5e5e5;
    -moz-box-shadow: 0px 0px 12px 0px #e5e5e5;
    box-shadow: 0px 0px 12px 0px #e5e5e5;
    font-size: 0.875rem; /*14px;*/
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
}
    .loginFailedContainer .loginFailedImage {
       display:flex;
        align-items:center;
        padding-left:10px;
    }
    .loginFailedContainer .loginFailedText {
        display: flex;
        flex-direction: column;
        padding-left: 10px;
        justify-content:center
    }
        .loginFailedContainer .loginFailedText .loginFailedTitle {
            font-weight: bold;
            color: #333;
        }
        .loginFailedContainer .loginFailedText .loginFailedMessage {
            color: #737373;
        }



/*
.icon-tree {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoNi4xMjMyM2UtMTcgLTEgMSA2LjEyMzIzZS0xNyAtMC4wMDA1MDM1NCA1MTEuNjI3KSI+PGc+Cgk8cGF0aCBkPSJNNTAzLjYzOSwzMzYuODk5Yy01LjMyOC01LjMyOC0xMS44LTcuOTk0LTE5LjQxNy03Ljk5NGgtMjcuNDA1di01NC44MTljMC05Ljg5Ni0zLjYxNy0xOC40NjYtMTAuODQ4LTI1LjY5NSAgIGMtNy4yMzEtNy4yMzYtMTUuODA0LTEwLjg1Mi0yNS43LTEwLjg1MkgyNzQuMDkxdi01NC44MThoMjcuNDA0YzcuNjE4LDAsMTQuMDg5LTIuNjY0LDE5LjQxNy03Ljk5NCAgIGM1LjMyOS01LjMyNyw3Ljk5MS0xMS43OTgsNy45OTEtMTkuNDE0di05MS4zNmMwLTcuNjE0LTIuNjYyLTE0LjA4Ny03Ljk5MS0xOS40MTRjLTUuMzI4LTUuMzMtMTEuNzk5LTcuOTkzLTE5LjQxNy03Ljk5M2gtOTEuMzYxICAgYy03LjYxNCwwLTE0LjA4NCwyLjY2My0xOS40MTQsNy45OTNjLTUuMzMsNS4zMjctNy45OTIsMTEuNzk5LTcuOTkyLDE5LjQxNHY5MS4zNmMwLDcuNjE2LDIuNjYyLDE0LjA4NCw3Ljk5MiwxOS40MTQgICBjNS4zMjcsNS4zMywxMS44LDcuOTk0LDE5LjQxNCw3Ljk5NGgyNy40MDh2NTQuODE4SDkxLjM2M2MtOS44OTgsMC0xOC40NjIsMy42MTktMjUuNjk3LDEwLjg1MiAgIGMtNy4yMzMsNy4yMjktMTAuODQ4LDE1Ljc5OS0xMC44NDgsMjUuNjk1djU0LjgxOUgyNy40MDZjLTcuNjExLDAtMTQuMDg0LDIuNjY2LTE5LjQxNCw3Ljk5NEMyLjY2MywzNDIuMjI5LDAsMzQ4LjY5NiwwLDM1Ni4zMTMgICB2OTEuMzU4YzAsNy42MTcsMi42NjMsMTQuMDg5LDcuOTkyLDE5LjQxN2M1LjMzLDUuMzI4LDExLjgwMyw3Ljk5MSwxOS40MTQsNy45OTFoOTEuMzY1YzcuNjExLDAsMTQuMDg0LTIuNjY2LDE5LjQxNC03Ljk5MSAgIGM1LjMzLTUuMzI4LDcuOTkyLTExLjgsNy45OTItMTkuNDE3di05MS4zNThjMC03LjYxNy0yLjY2Mi0xNC4wODUtNy45OTItMTkuNDE0Yy01LjMzLTUuMzI4LTExLjgwMy03Ljk5NC0xOS40MTQtNy45OTRIOTEuMzYgICB2LTU0LjgxOWgxNDYuMTc5djU0LjgxOWgtMjcuNDA4Yy03LjYxNCwwLTE0LjA4NCwyLjY2Ni0xOS40MTQsNy45OTRjLTUuMzMsNS4zMjktNy45OTIsMTEuNzk3LTcuOTkyLDE5LjQxNHY5MS4zNTggICBjMCw3LjYxNywyLjY2MiwxNC4wODksNy45OTIsMTkuNDE3YzUuMzI3LDUuMzI4LDExLjgsNy45OTEsMTkuNDE0LDcuOTkxaDkxLjM2MWM3LjYxOCwwLDE0LjA4Ni0yLjY2NiwxOS40MTgtNy45OTEgICBjNS4zMjUtNS4zMzIsNy45OTQtMTEuOCw3Ljk5NC0xOS40MTd2LTkxLjM1OGMwLTcuNjE3LTIuNjYyLTE0LjA4NS03Ljk5NC0xOS40MTRjLTUuMzMyLTUuMzI4LTExLjgtNy45OTQtMTkuNDE4LTcuOTk0aC0yNy40MDQgICB2LTU0LjgxOWgxNDYuMTgydjU0LjgxOWgtMjcuNDEyYy03LjYxLDAtMTQuMDg2LDIuNjY2LTE5LjQxNyw3Ljk5NGMtNS4zMjUsNS4zMjktNy45ODcsMTEuNzk3LTcuOTg3LDE5LjQxNHY5MS4zNTggICBjMCw3LjYxNywyLjY2MiwxNC4wODksNy45ODcsMTkuNDE3YzUuMzMxLDUuMzI4LDExLjgwNyw3Ljk5MSwxOS40MTcsNy45OTFoOTEuMzY1YzcuNjEsMCwxNC4wODItMi42NjYsMTkuNDEtNy45OTEgICBjNS4zMzItNS4zMjgsNy45OTQtMTEuOCw3Ljk5NC0xOS40MTd2LTkxLjM1OEM1MTEuNjI2LDM0OC42OTYsNTA4Ljk2NCwzNDIuMjI5LDUwMy42MzksMzM2Ljg5OXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzAwMDAwMCI+PC9wYXRoPgo8L2c+PC9nPiA8L3N2Zz4=);    
    background-position: center center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
*/



/*modalni popupvi*/
/*
@media screen and (min-width: 768px) {
        .modal-sm {
          width: 350px; 
        }
    }


@media screen and (min-width: 992px) {
    .modal-lg {
        width: 950px; 
    }
}
*/

/*padding modal*/
.modal-content .reduce-top-padding {
    padding-top:10px;
}
/*modal ikonica*/
.modal-title .icon {
    height:32px;
}

/*
.bmk-menu
{
    position:fixed;
    display:table;

    width:200px;
    background-color:white;
    border:1px solid #666;

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50);
    margin-left:-15px;
    margin-top:0px;
    
}

    .bmk-menu .bmk {
        display: table-row;
        border-bottom: 1px solid rgba(229, 229, 229, 0.40);
        border-radius:10px;
    }


        .bmk-menu .bmk:last-child {
            border-bottom: 0px;
        }

        .bmk-menu .bmk:hover {
            background-color: #e5e5e5;
        }


        .bmk-menu .bmk .bmk-status {
            display: table-cell;
            padding: 3px;
            width: 16px;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 15px;
        }

        .bmk-menu .bmk .bmk-group {
            display: table-cell;
            padding: 3px;
            vertical-align: middle;
        }

*/



/*account setting teritorija button*/
.btn-outline-gray {
    color: #6c757d;
    border-color: #6c757d;
}
    .btn-outline-gray:hover {
        color: #6c757d;
        border-color: #6c757d;
    }



.btn-outline-form-control {
    color: var(--bs-body-color);
    border-color: var(--bs-border-color) !important;
}
    .btn-outline-form-control:hover,
    .btn-outline-form-control:focus,
    .btn-outline-form-control:active {
        color: var(--bs-body-color);
        border-color: var(--bs-border-color) !important;
    }

/*obojeni boks koji glumi kao neki input*/
.user-request-agree-box, 
.question-agree-box
{
    background-color: var(--bs-tertiary-bg);
}




/*cutom velicina pagera*/ /*BS5*/
.customPaginationSize {
}
    .customPaginationSize .page-item .page-link {
        font-size: 0.875rem !important; /*14px;*/
    }




/**/ /*BS5*/
/*
.custom-dropdown-item::after {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
*/

/*minimalna sirina sm tastera u modalima i porukama */
.modal-footer .btn-sm {
    min-width: 70px;
}

/*Jquery auto complete override*/
.ui-autocomplete .ui-menu-item {
    font-size: 1rem !important;
    padding-top: 0px;
    padding-bottom: 0px;
    display:flex;
}
    .ui-autocomplete .ui-menu-item a {
      flex:1;
        text-decoration: none;
        text-wrap: none;
    }
        .ui-autocomplete .ui-menu-item a:hover {
            font-weight: inherit;
        }



/*bootstap 5 dopuna da liči na bootstap 3*/
.dropdown-menu li a:hover,
.navbar a:hover,
a.btn:hover {
    text-decoration: none;
}



@media (max-width: 767px) {
    .isAiSearch {
        display: none !important;
    }
}

@keyframes alert-blink-green {
    0%   { background-color: #dff0d8; border-color: #d6e9c6; }
    50%  { background-color: #c3e6b8; border-color: #b0d9a0; }
    100% { background-color: #dff0d8; border-color: #d6e9c6; }
}

.alert-blink-green {
    animation: alert-blink-green 1.6s ease-in-out infinite;
}

@keyframes alert-blink-warning {
    0%   { background-color: #fcf8e3; border-color: #faebcc; }
    50%  { background-color: #f8eebc; border-color: #f5e1a0; }
    100% { background-color: #fcf8e3; border-color: #faebcc; }
}

.alert-blink-warning {
    animation: alert-blink-warning 1.6s ease-in-out infinite;
}

