﻿.topnavbar .navbar-header .brand-logo-collapsed {
    padding: 0;
}

    .topnavbar .navbar-header .brand-logo-collapsed .img-fluid {
        max-height: 50px;
    }

.topnavbar .navbar-header .brand-logo {
    padding: 0;
}

    .topnavbar .navbar-header .brand-logo .img-fluid {
        max-height: 50px;
    }


/*Overrides default Bootstrap 4 styles - Used for the Print Dialog map control*/
@media print {
    @page {
        size: auto !important;
    }

    body {
        min-width: auto !important;
    }

    .container {
        min-width: auto !important;
    }
}

.uk-notify{
    z-index:1060;
}

.setting-color > label {
    cursor:default;
}

ul.breadcrumb li + li::before {
    padding: 6px;
    color: #817b7b;
    content: ">\00a0";
}

.sidebar-header {
    background-color: #2a9b5d;
    background-image: linear-gradient(to right, #2a9b5d 0%, #34c173 100%);
    background-repeat: repeat-x;
}
