#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background:rgba(255,255,255,0.75);
    z-index: 999;
}

#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

nav.navbar{
	background-color: #46A025 !important;
}

#main {
    padding-top: 20px;
    padding-bottom: 20px;
}

.main a:not(.btn):link {
    color:#6c757d;
}

.main a:not(.btn):visited {
    color:#6c757d;
}

.main a:not(.btn):hover {
    color:#6c757d;
    text-decoration:underline;
}

.main a:not(.btn):active {
    color:#6c757d;
}
.morelink{
    font-size:12px;
}


/*ポップアップの枠*/
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1024px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 70%;
}

@media screen and (max-width: 768px) {
	.mfp-iframe-scaler {
	    padding-top: 115%;
	}
}

@media screen and (max-width: 480px) {
	.mfp-iframe-scaler {
	    padding-top: 175%;
	}
}

/*ボタン*/
.edit-btn{
	color:#198754;
}

.del-btn{
	color:#dc3545;
}

/*パンくず*/
.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, " ＞ ");
}

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

.paginator > li{
    display: inline-block;
}


.paginator a{
    display: inline-block;
    color: #fff !important;
    background-color: #46A025;
    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 > li.active a,.paginator a:hover{
    background-color:#434343;
    color: #fff;
    text-decoration: none;
}

.paginator > li.disabled a:hover{
    background-color: #46A025;
    text-decoration: none;
}

.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:0px;
	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;
}

.mfp-iframe-holder .mfp-close{
	display:none;
}



/*グループツリー***********************/
ul.treeview{
    list-style:none;
    padding:0px;
    margin:0px;
}

ul.treeview > li > a{
    display:block;
    padding:5px 10px;
    background:rgba(0, 185, 0, 0.1);
    margin-bottom:5px;
    border-radius:3px;
    text-align:left;
}

ul.treeview > li > a .form-check-label{
    width:100%;
    cursor:pointer;
}

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



