/*********FIXES START********************/
/*Logo image*/
.sidebar .nav>li.nav-profile .image {
    width: 106px !important;
    height: 50px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 0% !important;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.center {
    text-align: center;
}
.dnevni_report_numbers {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center !important;
}
.bg-filters {
    background: #cdcdcd;
}
.font-filters {
    color:black !important;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: #ffffff !important;
    border-bottom: 0px solid #ffffff !important;
}
.apexcharts-tooltip-title {
    font-weight: bold;
    text-decoration: underline;
    color: black;
}
.apexcharts-menu-item {
    width: 86px !important;
}
div.dataTables_wrapper div.dataTables_filter input {
     width: 120px !important;
}
/*Notifikacija za filtere*/
.filter_notification_containter {
    height: 32px !important;
    width: 35px !important;
    margin-top: 1px !important;
}
/*Razlika u radiusu se vidi kada se header oboji, default je u px*/
.modal-content {
    border-radius: .3rem;
}
/*Za col-md da se ispusju po redu*/
.flex
{
    display: flex !important;
}
/* Panel tabs*/
.nav .nav-item .nav-link
{
    width: 100% !important;
}
.nav
{
    background: none !important;
}
.nav-tabs.nav-justified > li > a {
    border-radius: 6px 6px 0 0;
}
.margins {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.colorWhite
{
    color: white !important;
}

/* editable error msg */
.editable-error-block
{
    margin-left: 10px !important;
}

/* icons active inactive fix*/
.iconActiveGreen {
    color: green !important;
}

.iconActiveRed {
    color: red !important;
}

/* Fix input type number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Twitter typeahead fix */
.twitter-typeahead
{
    display: block !important;
}
.tt-menu {
    background: white;
}

/* form-group margin bottom fix*/
.form-group
{
    margin-bottom: 5px !important;
}

/*dialogs button fix*/
.ui-dialog-titlebar-close {
    display: none !important;
}

/*Gritter iznad modala*/
#gritter-notice-wrapper {
    z-index: 9999 !important;
}

/* inputs with add on */
.inptForIconsLeftCorner {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.inptForIconsRightCorner {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.customPozivniBrojeviWhite {
    background-color: #FFFFFF !important;
    padding: 0px 0px !important;
}

.customPozivniBrojeviWhite .bootstrap-select {
    margin-bottom: 5px !important;
}

/*********FIXES END********************/
.cropper-bg {
    background-image: none !important;
}
.datatables_reset_search {
    display: inline;
}

.datatables_refresh {
    display: inline;
}

.datatables_live_filter {
    display: inline;
}

.datatables_add {
    display: inline;
}

.datatables_new_row {
    display: inline-block;
}

div[class*="datatables_reset_search"] {
    display: inline;
}

div[class*="datatables_refresh"] {
    display: inline;
}

div[class*="datatables_add"] {
    display: inline;
}

.checkbox.checkbox-css-green input:checked + label:before {
    background: green !important;
    border-color: green !important;
}
.icon_active {
    color: black;
}

.icon_unactive {
    color: darkgray !important;
}

.icon_green {
    color: green;
}

.icon_orange {
    color: orange;
}

.icon_white {
    color: white;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    position: absolute;
    padding: 1px 5px 2px 5px;
    /*bottom: -1.6em;*/
    opacity: 0;
    visibility: hidden;
    text-align: left;
    pointer-events: none;
    z-index: 10000;
    display: block;
    color: rgba(0,0,0,1.0);
    font-family: inherit !important;
    font-size: 12px !important;
    border-radius: 8px !important;
    background: rgba(255,255,255,.95) !important;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.25) !important;
    border: none !important;
}

[data-title] {
    /*position: absolute;*/
}

.float-sub-menu-container {
    width: 280px !important
}

.map_label {
    color: #fff;
    background-color: #F44336;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border: 1px solid black;
    white-space: nowrap;
}

.map_label_red {
    color: #fff;
    background-color: #ff0000;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border: 1px solid black;
    white-space: nowrap;
}

.map_label_red_zoomed {
    color: #fff;
    background-color: #ff0000;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border: 3px solid #00cc00;
    white-space: nowrap;
}

.map_label_orange {
    color: #fff;
    background-color: #e5660f;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border: 1px solid black;
    white-space: nowrap;
}

.map_label_orange_zoomed {
    color: #fff;
    background-color: #e5660f;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border: 3px solid #00cc00;
    white-space: nowrap;
}

.map_label_yellow {
    color: #1e1e1e;
    background-color: #ffff00;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border: 1px solid black;
    white-space: nowrap;
}

.map_label_yellow_zoomed {
    color: #1e1e1e;
    background-color: #ffff00;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border: 3px solid #00cc00;
    white-space: nowrap;
}

.map_label_blue {
    color: #1e1e1e;
    background-color: #33ccff;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border: 1px solid black;
    white-space: nowrap;
}

.map_label_blue_zoomed {
    color: #1e1e1e;
    background-color: #33ccff;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border: 3px solid #00cc00;
    white-space: nowrap;
}

.map_label_green {
    color: #fff;
    background-color: #2d930d;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border: 1px solid black;
    white-space: nowrap;
}

.map_label_green_zoomed {
    color: #fff;
    background-color: #2d930d;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border: 3px solid #00cc00;
    white-space: nowrap;
}

.map_label_text {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.map_legend_controller {
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 9px;
}

.map_legend {
    /*background: #6d7983;*/
    background-color: rgba(0,0,0,0.8);
    padding: 10px;
    color: white;
    width: 250px;
}

.legend_checkbox {
    float: left;
    display: inline-block;
}

.legend_text {
    float: left;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 5px;
}

#tblSitesListData {
    font-size: 14px !important;
}

div.dt-buttons {
    float: right !important;
    margin-bottom: 5px !important;
}

.gritter-close:before,
.gritter-light .gritter-close:before {
    content: 'x' !important;
}

.table > thead > tr > th {
    vertical-align: middle !important;
}

.table > tbody > tr > td {
    vertical-align: middle !important;
}

.table > tbody > tr > td {
    padding: 3px !important;
}

.nav-pills .nav-link {
    border-radius: 0px !important;
}

.content {
    /*padding-top: 25px !important;*/ /*Messages modul ne smije imati padding-top*/
}

.theme-panel {
    right: -300px !important;
    width: 300px !important;
}

    .theme-panel.active {
        right: 0 !important;
    }

.tagit .ui-icon-close {
    background: 0 0 !important;
    height: 17px !important;
    width: 16px !important;
    text-indent: 0 !important;
}

.list-email .email-time {
    position: absolute;
    width: 150px !important;
    padding: 15px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 11px;
    color: #9ba3ab;
    text-align: right;
}

.filled_row {
    background-color: #bfbfbf !important;
}

.warning_row {
    background: #882922 !important;
    color: #fff !important;
}

.icon_active {
    color: black;
}

.icon_green {
    color: green;
}

.icon_yellow {
    color: #949400;
}

.icon_inactive {
    color: #a2a2a2;
}

.editable-empty {
    color: #337ab7 !important;
}

.editable-empty-error {
    color: #DD1144 !important;
}

.desc_always_visible {
    margin-top: -62px;
}

.profile-image {
    width: 200px !important;
}

.table.table-profile > tbody > tr > td.field {
    width: 200px !important;
}

ul.tagit.primary li.tagit-choice-editable {
    background: #ddd !important;
    color: black !important;
}

.inbox .email-to .form-control, .inbox .email-to .tagit {
    padding: 9px 12px 9px 50px !important;
}

.navbar-brand {
    width: 350px;
}

.dataTables_filter {
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
}

.dataTableActions {
    text-align: center !important;
}

.dataTableActionsWithMain {
    text-align: center !important;
}

.dataTableNumbers {
    text-align: right !important;
}

/*SELECTPICKER CARET BUG*/
.bootstrap-select.btn-group .btn .caret {
    top: 53% !important;
    right: 11px !important;
    margin-top: -2px !important;
}
/*GALLERY*/
.gallery .image .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gallery .image .img, .gallery .image img {
    width: 100%;
    height: 200px;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.gallery .image .img, .gallery .image img {
    width: 100%;
    height: 100px !important;
}

/*RESPONSIVE UPDATE*/
@media (max-width: 767px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 1px;
        padding-left: 1px;
    }
}

@media (min-width: 767px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.margin_top_min_8 {
    margin-top: -8px !important;
}


/**** EXTRA LARGE MODAL *****/
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

/***** COL MD 2.5 */
@media (min-width: 768px) {
    .col-md-2-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.00%;
        flex: 0 0 20.00%;
        max-width: 20.600%;
        margin-right: 10px;
    }
}

.lblCreateNewSfnVertivRecord {
    padding-left: 85px !important;
    margin-top: 3px !important;
    margin-right: 0px !important;
}

.inptTypeOfNodeOther {
    width: 62% !important;
}

.inptChkPDF {
    cursor: pointer !important;
}
/*GOOGLE MAPS INFO BOX STYLE*/
table.tblMapsInfoWindow, table.tblMapsInfoWindow td {
    padding-right: 15px !important;
    border-spacing: 10px !important;
}

.tblMapsInfoWindow tbody > tr:hover {
    background-color: #FF5B57;
    color: white;
}

.infobox {
    background-color: #2D353C;
    color: #F1F1F1;
    line-height: 15px;
    position: absolute;
    height: auto !important;
    width: auto !important;
}
    /*Oznaka lijevo dolje*/
    /*.infobox:before, .infobox:after {
    border-color: transparent transparent transparent #212121;
    border-style: solid;
    border-width: 20px 20px 0;
    bottom: -1px;
    content: "";
    display: block;
    height: 0;
    left: -1px;
    position: absolute;
    width: 0;
    z-index: 2
}
.infobox:after {
    border-color: transparent transparent transparent #FFFFFF;
    border-width: 24px 24px 0;
    z-index: 1;
}
*/
    /*Oznaka lijevo gore*/
    .infobox:before, .infobox:after {
        border-color: transparent transparent transparent #212121;
        border-style: solid;
        border-width: 0 0 20px 20px;
        top: -1px;
        content: "";
        display: block;
        height: 0;
        left: -1px;
        position: absolute;
        width: 0;
        z-index: 2
    }

    .infobox:after {
        border-color: transparent transparent transparent #FFFFFF;
        border-width: 0 0 24px 24px;
        z-index: 1;
    }

    .infobox .close {
        background-color: #fff;
        cursor: pointer !important;
        float: right;
        font-size: 17px;
        height: 25px;
        line-height: 25px;
        position: relative;
        right: 0px;
        text-align: center;
        top: 0;
        width: 25px;
    }

    .infobox .infobox_content {
        margin: 1px 1px 1px 1px;
        padding: 13px 24px 10px 16px;
    }

/*LOADING*/
/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
    width: 140px;
    height: 140px;
    position: relative;
    margin: 140px auto;
}

    .sk-double-bounce .sk-child {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #da291c;
        opacity: 0.5;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
        animation: sk-doubleBounce 2s infinite ease-in-out;
    }

    .sk-double-bounce .sk-double-bounce2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
    margin: 100px auto;
    width: 100px;
    height: 100px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #da291c;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}



#ulMapLokacije {
    display: block;
    padding: 15px;
    list-style-type: none;
}

#ulMapLokacije > li {
    border-bottom: 1px solid rgba(65, 108, 143, 0.4);
    margin-top: 15px;
}

.lblMapCheckbox {
    position: relative;
    top: 1px;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.dashboardPage .spnLegendName {
    margin-left: 5px;
    margin-right: 45px;
}

.spnLegendName {
    margin-left: 5px;
    margin-right: 62px;
}

/* CHECKBOX MAPA LEGEND */
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 10pt;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #d6d6d6;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}



.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.table_bg_red {
    background-color: red;
    color: black;
}

.table_bg_orange {
    background-color: orange;
    color: black;
}

.table_bg_green {
    background-color: lawngreen;
    color: black;
}


/* row number na tableu */
.dataTables_length, div.dataTables_info {
    float: right;
    margin-right: -7px;
}

.pageLengthCustom 
{
    width: 74px;
}
/* Style "ponisti sve filtere buttona"*/
.dvFilteriPonistiSve 
{
}

/* DATATABLE INFO LABELS */
.dataTables_info
{
    float: left !important;
    margin-top: -10px !important;
}

.moneyFloatRight
{
    text-align: right !important;
}


/* NONE BORDERS RADIUS*/
.noBorderRadius {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.cursorPointer
{
    cursor: pointer !important;
}

.marginBottomMin5
{
    margin-bottom: -5px !important;
}

/* FIX ZA RUBNE INPUTE U JEDNOM REDU*/

.LeftPaddingFix {
    padding-left: 0px !important;
}

.RightPaddingFix {
    padding-right: 0px !important;
}

.tooltip-inner {
    white-space: pre-wrap;
    text-align: left;
}

/*PARSLEY ERROR NARUDZBENICE*/
#lblArtiklWarning > li
{
    margin-left: 15px !important;
}

@media only screen and (min-width: 1601px) {
    .inptFixGroup {
        max-width: 420px !important;
    }
}

@media only screen and (max-width: 1600px) {
    .inptFixGroup {
        max-width: 320px !important;
    }
}

@media only screen and (max-width: 1250px) {
    .inptFixGroup {
        max-width: 250px !important;
    }
}

@media only screen and (max-width: 1027px) {
    .inptFixGroup {
        max-width: 200px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .inptFixGroup {
        max-width: 345px !important;
    }
}



.h4AdresaIsporukePrijemNaruceneRobe
{
    margin-top: 30px !important;
}

.dvPanelNarudzbenicePrijemUSkladiste 
{
    box-shadow: 0 15px 15px rgb(0 0 0 / 80%) !important;
    margin-bottom: 35px !important;
}

/*HEADER NOTIFICATIONS*/
#liPodsjetnici .dropdown-menu
{
    max-height: 500px !important;
    overflow: auto !important;
}

#liMainNotification .dropdown-menu 
{
    max-height: 500px !important;
    overflow: auto !important;
}

.dropdown-menu.media-list .dropdown-header 
{
    font-size: 15px !important;
}

#liPodsjetnici .dropdown-footer 
{
    bottom: 0 !important;
    position: sticky !important;
    background: white !important;
}

#liMainNotification .dropdown-footer {
    bottom: 0 !important;
    position: sticky !important;
    background: white !important;
}

/*DASHBOARD*/
#dvIndikatori .widget-stats .stats-info p {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
}

#dvIndikatori .widgetColor 
{
    background: #3F51B5 !important;
}

#dvIndikatori .stats-icon
{
    color: white !important;
}

#dvIndikatori .stats-info h2
{
    color: white !important;
    margin-bottom: 30px !important;
}

#dvIndikatori .stats-link a
{
    color: white !important;
}

@media only screen and (min-width: 1673px) {
    .dvDashboardWidgetInfo {
        height: 220px !important;
    }
}

@media only screen and (max-width: 1672px) {
    .dvDashboardWidgetInfo {
        height: 235px !important;
    }
}

@media only screen and (max-width: 1597px) {
    .dvDashboardWidgetInfo {
        height: 250px !important;
    }
}

@media only screen and (max-width: 1415px) {
    .dvDashboardWidgetInfo {
        height: 275px !important;
    }
}

@media only screen and (max-width: 1343px) {
    .dvDashboardWidgetInfo {
        height: 315px !important;
    }
}

@media only screen and (max-width: 1292px) {
    .dvDashboardWidgetInfo {
        height: 350px !important;
    }
}

@media only screen and (max-width: 1212px) {
    .dvDashboardWidgetInfo {
        height: 375px !important;
    }
}

@media only screen and (max-width: 1111px) {
    .dvDashboardWidgetInfo {
        height: 400px !important;
    }
}

@media only screen and (max-width: 1075px) {
    .dvDashboardWidgetInfo {
        height: auto !important;
    }
}

/*PREGLEDI TABOVI HEADER FIX*/
.panel-heading-tabs {
    /*background: #212121 !important;*/
    background: #404040 !important;
    color: white;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -10px;
    padding: 10px 10px 20px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center !important;
}

.panel-title-tabs {
    font-size: 20px !important;
    color: inherit !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    line-height: 20px !important;
}

/*KALENDAR*/
#dvDetaljiGradilistaPlaceholder #dvCalendar tbody .fc-row 
{
    height: 100px !important;
}

/*FIX SELECT OPTION GROUP*/
.dropdown-menu .dropdown-header 
{
    margin-left: 10px !important;
    font-size: 18px !important;
}

/* FIX ZA LABELE */
.control-label {
    padding-top: 7px !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}

/*FIX EMAIL PARSLEY ERROR MSG*/
.dvEmail .parsley-errors-list
{
    position: absolute !important;
}

.dvEmail .parsley-errors-list li 
{
    margin-top: 33px !important; 
}

/*FIX NOTIFICATION PODSJETNICI PORUKE LIST*/
.dropdown-menu .dropdown-header {
    margin-left: 0px !important;
}

.dropdown-menu.media-list .dropdown-header {
    padding: 21px 20px !important;
}

/*GOOGLE MAPS ROUTE PRINT FIX*//*
@page {
    size: 25cm 35.7cm;
    margin: 5mm 5mm 5mm 5mm;
}*/

/*MULTIPLE MARKERS ON SAME LOCATION ON MAP*/
#multiple_markers_wrapper {
    color: white !important;
    padding: 15px 15px;
    background-color: rgba(45, 53, 60, 0.6);
    position: absolute;
    z-index: 9999;
    box-sizing: border-box;
    overflow-y: scroll;
}

#list_multiple_location_markers {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}

#list_multiple_location_markers > li {
    width: 138px;
    height: 162px;
    background-color: #464d52;
    display: inline-block;
    margin-top: 3px;
    padding: 10px;
    float: left;
    margin-left: 3px;
    transition: background-color 150ms ease-in-out;
    overflow: hidden;
}

#list_multiple_location_markers > li:hover {
    background-color: #27285B;
    cursor: pointer;
}