﻿<style >
* {
    float: none !important;
    position: relative !important;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    margin: 0 !important;
}

.h1, h1 {
    font-size: 1.5rem !important;
}

.h5, h5 {
    font-size: 1rem !important;
}

.d-flex, .flex {
    display: flex !important;
    align-items: start;
}


#header, .navbar-nav, .navbar-nav * {
    display: flex !important;
    flex-flow: row wrap;
    align-items: center;
}

#header,
.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: end;
}


.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    flex-direction: column;
    align-items: start;
    display: flex;
    text-align: start;
}

.form-horizontal > .form-group {
    margin: 8px 0 !important;
}

#main-content {
    padding: 1.5rem !important;
}

.p-3 {
    padding: 1.25rem;
}

#header .search {
    padding-right: 32px !important;
    padding-left: 16px !important;
}

[dir=rtl] #header .search {
    padding-right: 16px !important;
    padding-left: 32px !important;
}

#header .search + button {
    /*transform: translateX(-32px) !important;*/
    margin-left: -32px !important;
}

[dir=rtl] #header .search + button {
    margin-left: 0 !important;
    margin-right: -32px !important;
}



#page-content-wrapper, aside.sidebar.sidebar-left {
    flex-grow: 1;
    flex-basis: fit-content;
    height: -webkit-fill-available;
    min-height: calc(100vh - 60px);
}

    #page-content-wrapper > * {
        padding-top: 0 !important;
    }

.sidebar {
    min-width: 240px;
    min-height: calc(100vh - 60px);
}

.form-group {
    display: flex !important;
    flex-direction: row;
}

    .form-group:before,
    .form-group:after {
        display: none;
    }

.nav-stacked {
    flex-direction: column !important;
    padding: 10px;
}
/*#header{
                display: flex;


            }
            #header > * {
                float: none !important;
                display: flex;
            }

        [dir=rtl] #header .btn-search {
            right: initial;
            left: 25px;
        }

            @@media (min-width: 768px) {
                .navbar-nav>li
                {
                    float: none !important;
                }
            }

        .pageheader {
            display: flex;
            justify-content: space-between;
            align-items: center;

            .breadcrumb-wrapper
                {
                    position: relative;
                    right: initial;
                }
            }*/

</style >
