.ict-banner-background {
    /*background-image: url("../images/banner.png");*/
    /*background-size: cover;*/
    /*background-position: center;*/
    background-color: #1e9adb;
}

.grb_zdk {
    float:left;
    margin-top:10px;
    margin-right:10px;
}

.zdk_naslov {
    color: #1c327e;
    float:left;
    margin-top:20px;
}

.ict-header-text {
    color: white;
}

.ict-single-data-card {
    border: 1px solid rgba(229, 229, 229, 0.5);
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    min-height: 250px;
    display: flex;
    flex-direction: column;
    /*cursor: pointer;*/
    background: white;
    padding-bottom: 20px;
}

.ict-single-data-card-image {
    height: 150px;
    padding-top: 20px;
}

.ict-single-data-card-image img {
    width: 100%;
    height: 100px;
}

.ict-single-data-card-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ict-single-data-card-number {
    color: #1e9adb;
    font-size: 40px;
    font-weight: bold;
}

.ict-double-data-card-title {
    display: flex;
    justify-content: space-between;
}

.ict-double-data-card-left {
    flex: 1 1 0;
}

.ict-double-data-card-right {
    flex: 1 1 0;
}

.ict-map-filters-line {
    color: white;
    background: #143c50;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

.ict-map-filters-line-number {
    font-size: 25px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.ict-map-menu {
    padding: 0;
    border-radius: 8px;
    font-size: 14px;
    background: #1e9adb;
    height: 100%;
    max-width: 120px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.ict-map-menu-item {
    padding: 10px;
    border-bottom: 1px solid white;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    justify-content: center;
    position: relative;
}

.ict-map-menu-item span {
    color: white;
}

.ict-map-menu-item i {
    color: white;
}

.ict-map-menu-item.active {
    background: #143c50;
}

.ict-map-menu .ict-map-menu-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.ict-map-menu .ict-map-menu-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.ict-map-menu-item.active i {
    color: white;
}

.ict-map-menu-item-arrow {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #143c50;
    position: absolute;
    right: -19px;
    z-index: 1;
}

.ict-side-panel-container {
    z-index: 1000 !important;
    position: absolute;
    left: 30px;
    top: 10px;
    bottom: 10px;
    border-radius: 8px;
    display: flex;
}

.ict-map-filters {
    padding: 0;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    min-width: 300px;
    overflow-y: auto;
}

.filters-reworked {
    background: white;
    margin-bottom: 10px;
    margin-top: -15px;
    z-index: 0;
}

.filter-item {
    padding: 10px;
    color: #2d2c30;
    border-bottom: 1px solid rgb(235, 235, 235);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
}

.filter-item i {
    vertical-align: middle;
    padding-left: 0;
}

i.checked {
    color: #1e9adb !important;
}

.spotlight-navigation {
    display: flex;
    border: 1px solid silver;
    text-align: center;
    justify-content: center;
    flex-direction: row;
}

.spotlight-navigation-item.active {
    color: white;
    /*border: 2px solid #1454a2;*/
    background: #1e9adb;
}

.spotlight-navigation-item {
    /*color: #01205a;*/
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    border-right: 1px solid silver;
    cursor: pointer;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

span.label {
    font-size: 12px;
}

span.data {
    font-weight: bold;
}

.ict-single-data-card-name {
    font-weight: bold;
}

.modal-card-data {
    font-weight: bold;
    font-size: 20px;
}

.ict-progress-bar-title {
    background-color: #1CABE2;
    padding: 10px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    color: white
}

/*.side-panel {*/
/*    position: absolute;*/
/*    padding-right: 0 !important;*/
/*    !*right: -10px !important;*!*/
/*}*/

/*.side-panel h3 {*/
/*    font-size: 1.1rem;*/
/*    font-weight: bold;*/
/*}*/

/*.side-panel .text-muted {*/
/*    font-size: 0.7rem;*/
/*}*/

/*.side-panel .btn-close {*/
/*    position: absolute;*/
/*    right: 12px;*/
/*    top: 12px;*/
/*}*/


/* general classes */
.ict-red {
    color: #b5282f;
}

.ict-green {
    color: #5ab21a;
}

.ict-blue {
    color: #1e9adb;
}

.spacing20 {
    height: 20px;
    width: 100%;
}

.spacing40 {
    height: 40px;
    width: 100%;
}

.spacing60 {
    height: 60px;
    width: 100%;
}

.spacing80 {
    height: 80px;
    width: 100%;
}

.divider {
    padding-left: 10px;
}

.card-number {
    font-size: 25px;
}

.legend-container {
    z-index: 1000;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.7rem;
    width: 100%;
}

.chart-widget-legend {
    text-align: center;
    padding-right: 64px;
    padding-bottom: 10px;
}

.chart-widget-legend li {
    background-color: rgba(153, 63, 61, 0.8);
    color: white;
    font-weight: bold;
    margin-left: 16px;
    border-radius: 20px;
    padding: .4375rem 1.5rem .3125rem;
    display: inline-block;
}

.chart-widget-legend li .color-code {
    background-color: #1e9adb;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.chart-widget-legend li .color-code-circle {
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 9px;
}

.legend-color {
    height: 20px;
    width: 20px;
    border-radius: 5px;
}

.software-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.software-logo-container img {
    max-width: 100%;
    max-height: 150px
}

.popover {
    max-width: 400px !important;
    z-index: 2031;
}

.popover h4 {
    color: #1e9adb;
    margin: 0 auto !important;
}

.popover ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: var(--font-family-sans-serif);
    border: none;
}

.popover ul > li {
    clear: both;
}

.popover ul > li p {
    float: left;
    max-width: 200px;
    margin: 0 20px 0 0;
    color: #1e9adb;
}

.popover ul > li span {
    float: right;
    font-weight: 600;
}

.popover ul > li:last-child {
    border-bottom: none;
}

.map-select-container {
    z-index: 1000 !important;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 355px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/*#region Select 2 */

.select2-container--default:focus,
.select2-container--default > span:focus{
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-color: #1e9adb !important;
    height: 2rem;
    border-radius: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
    border-color: #1e9adb !important;
    outline: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1e9adb !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #1e9adb;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    right: 8px;
    height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b{
    border-color: #1e9adb transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
    border-color: transparent transparent #1e9adb transparent;
}

.select2-container--open .select2-dropdown--below {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.select2-container--open .select2-dropdown--above {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.select2-dropdown {
    border-color: #1e9adb;
    color: #1e9adb;
}

.select2-container--open .select2-dropdown--below .select2-results__options {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.select2-container--open .select2-dropdown--above .select2-results__options {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.dt-tag-red {
    background: #b5282f;
    padding: 5px 10px;
    color: white;
    border-radius: 8px;
}

.dt-tag-green {
    background: #5ab21a;
    padding: 5px 10px;
    color: white;
    border-radius: 8px;
}

#school-table thead {
    font-size: 0.8rem;
    color: gray;
    text-transform: uppercase;
}

#school-table tbody {
    font-size: 0.8rem;
}

#school-table_length,
#school-table_filter,
#school-table_paginate,
#school-table_info {
    font-size: 0.8rem;
}

.link-lookalike {
    flex: 2;
    color: #1e9adb;
    cursor: pointer
}

.link-lookalike:hover {
    text-decoration: underline;
}

@media print{
    .noprint{
        display:none;
    }
}