﻿.app-sidebar__toggle {
    margin-left: 10px;
}

.page-title {
    margin-left: 3px;
}

.panel-body {
    padding: 0;
    margin-left:6px;
}


.tab-pane {
    margin-top: 27px;
}

.editprofileformgroup {
    
    margin-bottom: 20px;
}


.editprofilebuttondiv {
   
    margin-bottom: 20px;
    float: right;
}

.page-header {
    margin-bottom: 0px;
    padding: 0px;
}

.sitetree {
    margin-left: 4px;
}


@media screen and (min-width: 478px) {


    .app-sidebar__toggle {
        margin-left: 18px;
    }

    .page-title {
        margin-left: 15px;
    }

    .panel-body {
        padding: 0;
        margin-left: unset;
    }

    .tab-pane {
        margin-top: 27px;
    }

    .editprofileformgroup {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: 18px;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .editprofilelabel {
        max-width: 20%;
        min-width: 20%;
    }

    .editprofileinputandselect {
        max-width: 80%;
        min-width: 80%;
        max-height: 37.8px;
    }

    .editprofilebuttondiv {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: 18px;
        margin-bottom: 20px;
        float: right;
    }

    .page-header {
        margin-bottom: 0px;
        padding: 0px;
    }

    .sitetree {
        margin-left: 15px;
    }
}
