﻿body {
    padding: 0 !important;
}
#main_header,
#main_menu,
#breadcrumbs,
#style_switcher,
.hidden-print,
.jvectormap-zoomin,
.alert,
.modal,
.jvectormap-zoomout {
    display: none !important;
}

#main_wrapper {
    margin: 0 !important;
}


    .row {
        display: flex;
        flex-wrap: nowrap;
    }

.col-md-12 {
    width:100%;
}
.col-sm-5, .col-sm-2 {
    float: none !important;
    display: block;
}

    .col-sm-5 {
        width: 41.66666667%; /* Bootstrap col-sm-5 oranı */
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    /* Gerekirse boşluk için */
    .row > div {
        margin-right: 1%;
    }

        /* Son sütunun sağ boşluğu kaldırılabilir */
        .row > div:last-child {
            margin-right: 0;
        }

.print_open {
    display:block !important;
}