.layout-fixed .main-sidebar {
    background: rgba(200, 0, 0, .8);
}
.main-sidebar, .main-sidebar::before{
    width:210px;
}

@media (min-width: 769px){
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 210px;
    }
}

.layout-fixed .brand-link{
    width:100%;
    padding:7px;
}

.fixed-footer{
    padding:10px;
    position:fixed;
    left:0px;
    bottom:0px;
    width:calc(100% - 210px);
    margin-left:210px;
    background: rgba(0,0,0,0.75);
}

.fixed-footer span{
    color:#fff;
    font-weight:bold;
    line-height:2.2;
}

@media (max-width:992px) {
    .fixed-footer{
        width:calc(100%);
        margin-left:0px;
    }
}

body *{
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.preloader {
    background-color: rgba(255,255,255,0.75) !important;
}

/*
ul.treeview ul.treeview{
    display:none;
    padding-left:25px;
}

ul.treeview ul.nav-treeview{
    display:none;
    padding-left:25px;
}
*/

.sidebar-mini .main-sidebar .nav-link{
    width:auto;
}
/*
.nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon{
    width:1rem;
    font-size:1rem;
}
*/
.brand-link .brand-image{
    width:90%;
    max-width:150px;
    height:auto;
    float:none;
    max-height:unset;
    margin:0px;
    box-shadow:none !important;
}

.content-wrapper > .content{
    padding:10px;
    padding-bottom:100px;
}

h3 {
    display: flex;
    font-size: 14px;
    color: #fff;
    background: #343a40;
    padding: 5px;
    justify-content: space-between;
    line-height: 1.5;
}

h3 a.btn{
    line-height:1;
    padding:3px;
}

.role0{
    color:red;
    font-weight:bold;
}

.inp-list > div.checkbox,.inp-list > label{
    display:inline-block;
}

.inp-list label {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    margin:0px 5px 5px 0px;
    cursor: pointer;
}
.inp-list label:hover {
    background: rgba(200,200,200,0.75);
}

.error-message{
    color:#ff6347;
}

.notes{
    font-size:12px;
    color:#666;
}

/*フォーム***********************/
#edit-form .row .row{
    align-items: baseline;
}

#edit-form label{
    font-weight:bold !important;
}

#edit-form .inp-list label{
    font-weight:normal !important;
}

.tab-pane{
    padding-top:15px;
}

.tab-pane > .row{
    border-bottom:solid 1px #ccc;
    margin-bottom:10px;
}


/* ページング */
.paginator {
    text-align: center;
    font-size:12px;
}

.paginator a{
    display: inline-block;
    color: #fff !important;
    background-color: #A1A3A6;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    width:30px;
    height: 30px;
    margin: 0px 3px;
    /*
    transition: .2s ease-in-out;
    */
    white-space: nowrap;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.paginator a:hover{
    background-color:#434343;
    color: #fff;
}

.paginator span.current {
    display: inline-block;
    background-color:#434343;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    width:30px;
    height: 30px;
    margin: 0px 3px;
    /*
    transition: .2s ease-in-out;
    */
    white-space: nowrap;
    border-radius: 50%;
}

.paginator span.next a,.paginator span.last a,.paginator span.first a,.paginator span.prev a{
    border-radius:3px;
    width:auto;
    padding:0px 5px;
}

.paginator a:link,.paginator a:active,.paginator a:visited {
    text-decoration : none !important;
}

.paginator a[href]:hover {
    text-decoration : none !important;
}




.fixed-footer .form-control{
    width:100px;
}