﻿.container.container-top-menu {
    width: 100% !important;
    padding: 0 10px;
}

/* quick fix za rezanje tablica ako su sire od 1200px */
@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}


.wizard {
    width: 1170px;
}

/* fixes overflow content content dynamic panels */
.tab-content > .tab-pane {
    padding: 0 15px 0 15px;
    margin: 0 -15px 0 -15px;
}

/* sets alarms the same hight as the one with max height */
@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}