body {
    padding-top: 56px;
    height: 100%;
    background: #eeeeee;
}
.tooltip-inner {
    max-width: 400px;
    width: 400px;
}
#navbarMain .activePart {
    font-weight: bold;
    background: #4f4f4f;

}
#navbarMain .activePart a {
    color: #fff;
}
#navbarMain .centerNav li {
    border-radius: 4px;
}
@media (min-width: 1650px) {
    .row-cols-custom > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 1400px) and (max-width: 1649px) {
    .row-cols-custom > * {
        flex: 0 0 auto;
        width: 20%;
    }
}
@media (min-width: 1140px) and (max-width: 1399px) {
    .row-cols-custom > * {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media (min-width: 920px) and (max-width: 1139px) {
    .row-cols-custom > * {
        flex: 0 0 auto;
        width: 33.33333333333%;
    }
}
@media (min-width: 720px) and (max-width: 919px) {
    .row-cols-custom > * {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (max-width: 719px) {
    .row-cols-custom > * {
        flex: 0 0 auto;
        width: 100%;
    }
}
.select2-selection select2-selection--multiple {
    min-width: 300px !important;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0 4px 4px 0 !important;
    border-left: 0 !important;
    min-width: 300px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 3px !important;
    font-size: 13px;
    padding: 0 10px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #dfdfdf !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 13px !important;
}
.select2-container .select2-selection--multiple {
    height: 30px !important;
}
.tooltip-inner {
    text-align: left;
}
.popover-body {
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 2px;
}
.popover {
    max-width:500px;
}