.page-footer {
    width: calc(100% - 220px);
    margin-left: 220px;
    background-color: #f3f3f4;
    /*padding: 0;*/
    /* line-height: 30px; */
    position: relative;
    bottom: 5px;
    text-align: center;
    padding: 20px 0;

}



.shadebox {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 2002;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, .4);
}
.shadebox .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}
.shadebox .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    outline: 0;
    background-clip: padding-box;
}
.shadebox .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.shadebox .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.shadebox h5{
    font-size: 16px;
    font-weight: 700;
}
.shadebox .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 16px;
}
.shadebox .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.shadebox .input-group .group-label{
    width: 120px;
    font-size: 14px;
    padding-right: 20px;
    text-align: right;
}
.shadebox .input-group .form-control{
    position: relative;
    flex: 1 1 auto;
    width: auto;
    margin-bottom: 0;
}
.shadebox .input-group .txt{
    flex: 1;
    height: 35px;
    line-height: 35px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    vertical-align: middle;
    outline: none;
}
.shadebox .input-group .contenthtml{
    flex: 1;
    height: 200px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    padding: 10px;
    overflow: auto;
    white-space: pre-wrap;
}
.shadebox .modal-header:before,.shadebox .modal-header:after{
    display: none;
}

@media (min-width: 776px) {
    .shadebox .modal-dialog {
        max-width: 700px;
        margin: 28px auto;
    }
}

.font-18 {
    font-size: 18px;
}
.cursor-po {
    cursor: pointer;
}
.align-flexend {
    align-items: flex-end !important;
}
.mb-3, .my-3 {
    margin-bottom: 16px !important;
}

.w100p {
    width: 100%;
}

.nav_list{
    height: calc(100vh - 140px);
    overflow: auto;
}
.nav_list::-webkit-scrollbar{
    width: 0;
    height: 0;
}

.access_control .permission{
    display: flex;
    flex-wrap: wrap;
}
.access_control .permission .item{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 16px;
    margin-bottom: 4px;
}
.access_control .permission .item label{
    font-weight: normal;
    margin: 0 4px 0 0;
}
.access_control .permission .item input{
    margin: 0;
}