@charset "utf-8";
/* ---------------------------------------------------------------------- */
/*  Admin
/* ---------------------------------------------------------------------- */
.aside{
    position:fixed;
    top:0;
	bottom:0;
	z-index:10;
	width:260px;
	border-right:1px solid #eaecf1;
	background-color:#fff;
    box-shadow:0 0 35px 0 rgba(154,161,171,.15);
	transition:all .2s ease;
    overflow-y: auto;
}
.aside-header{
	text-align:center;
	padding:1.5rem;
}
.aside-utils{
	text-align:right;
    margin-top:1rem;
    margin-bottom:-.75rem;
}
.btn-text{
	font-size:.75rem;
	color:#666;
	display:inline-block;
	padding:4px 8px;
	border:1px solid #eee;
}
.aside-nav > li > a{
	position:relative;
	font-size:1rem;
	font-weight:600;
	display:block;
	padding:.75rem 1.25rem;
	margin-bottom:-1px;
	border-top:1px solid #eaecf1;
	border-bottom:1px solid #eaecf1;
	background-color:#f7f8fb;
}
.aside-nav > li:last-child .aside-sub{
	border-bottom:1px solid #eaecf1;
}
.aside-nav > li.active > a{
	color:#fff;
	background-color:#ec1b34;
}
.aside-sub > li.active > a{
	color:#ec1b34;
	font-weight:600;
}
.aside-sub > li.active > a::before{
	background-color:#ec1b34;
}
.aside-sub{
	padding:.5rem 0;
}
.aside-sub > li > a{
	position:relative;
	font-size:.875rem;
	display:block;
	padding:.5rem 1.25rem .5rem 2rem;
}
.aside-sub > li > a::before{
	content:"";
	display:inline-block;
	width:6px;
	height:1px;
	background-color:#8e8e8e;
	position:absolute;
	top:50%;
	left:1.25rem;
	margin-top:-1px;
}
.content-page{
    overflow:hidden;
    padding:2rem 1.5rem;
	margin-left:260px;
    min-height:100vh;
}
.content-page .container{
	max-width:1440px;
	margin-left:0;
}
.content-page .table{
	font-size: .875rem;
	letter-spacing: -1px;
}
.search-box{
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	border: 1px solid #ededed;
}
.search-box > .form-group:last-child{
	margin-bottom: 0;
}
/* ---------------------------------------------------------------------- */
/*  Login
/* ---------------------------------------------------------------------- */
.login-wrap{
	height:100vh;
    display:flex;
    align-items:center;
}
/* ---------------------------------------------------------------------- */
/*  Responsible
/* ---------------------------------------------------------------------- */
@media screen and (min-width:360px){

}
@media screen and (min-width:576px){

}
@media screen and (min-width:768px){

}
@media screen and (min-width:880px){

}
@media screen and (min-width:992px){

}
@media screen and (min-width:1200px){

}
@media screen and (min-width:1280px){

}
@media screen and (min-width:1400px){

}

.history-layout {
	margin-right: 480px;
}
.history-layout .container{
	max-width: 100%;
}
.history{
	position: fixed;
	z-index: 1009;
	top: 0px;
	bottom: 0;
	width: 480px;
	right: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background-color: #fff;
	border-left: 1px solid #eaecf1;
	transition: all .3s ease;
}
.history-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	padding: .75rem 1rem;
	background-color: #00a123;
}
.history-title{
	font-size: 1.25rem;
	color: #fff;
	margin: 0;
}
.history-body{
	flex: 1 1 auto;
	overflow-y: auto;
	background-color: #f0f6f7;
}
.history-footer{
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	padding: 1rem 1rem;
	text-align: right;
	box-shadow: 0 -10px 10px -10px rgba(49,77,126,.1);
}
.history-item{
	position: relative;
	font-size: 13px;
	color: #333;
	line-height: 1.4;
	word-break: keep-all;
	padding: 1rem;
	padding-left: 34px;
	margin: 1rem 1rem;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 10px -10px rgba(49,77,126,.3);
}
.history-item::before,
.history-item::after{
	content: "";
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
}
.history-item::after{
	border: 5px solid transparent;
	border-color: #fff  #fff transparent transparent;
	top: 10px;
	left: -10px;
}
.history-item > h4{
	font-size: .875rem;
	color: #00a123;
	display: flex;
	margin-bottom: .5rem;
	margin-left: -18px;
}
.history-item .history-new{
	color: #d96a47;
}
.history-item .history-memo{
	color: #2e8acb;
}
.history-item .history-renew{
	color: #00a123;
}
.history-item > h4::before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 2px;
}
.history-item .history-new::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none' stroke='%23d96a47' stroke-width='1'%3E%3Cpath d='m13,3c1.1,0,2,.9,2,2v10c0,1.1-.9,2-2,2H5c-1.1,0-2-.9-2-2V5c0-1.1.9-2,2-2h4'/%3E%3Cline x1='6' y1='8' x2='8' y2='8'/%3E%3Cline x1='12' y1='10' x2='6' y2='10'/%3E%3Cline x1='6' y1='12' x2='12' y2='12'/%3E%3Cline x1='6' y1='14' x2='11' y2='14'/%3E%3Cpolyline points='10 5 10 8 11 7 12 8 12 5'/%3E%3Ccircle cx='11' cy='3' r='2'/%3E%3Ccircle cx='11' cy='3' r='.5'/%3E%3C/svg%3E");
}
.history-item .history-memo::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none' stroke='%232e8acb' stroke-width='1'%3E%3Cpath d='m11,3h2c1.1,0,2,.9,2,2v9c0,1.1-.9,2-2,2H5c-1.1,0-2-.9-2-2V5c0-1.1.9-2,2-2h2'/%3E%3Cpath d='m13,5l-2.4-1.6v-.8c0-.88-.72-1.6-1.6-1.6s-1.6.72-1.6,1.6v.8l-2.4,1.6v1h8v-1Z'/%3E%3Cline x1='6' y1='8' x2='9' y2='8'/%3E%3Cline x1='6' y1='10' x2='12' y2='10'/%3E%3Cline x1='6' y1='12' x2='12' y2='12'/%3E%3Cline x1='6' y1='14' x2='11' y2='14'/%3E%3C/svg%3E");
}
.history-item .history-renew::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none' stroke='%2300a123' stroke-width='1'%3E%3Cpath d='m14,10v3c0,1.1-.9,2-2,2h-7c-1.1,0-2-.9-2-2V5c0-1.1.9-2,2-2h7'/%3E%3Cpolygon points='7 11.8 7.82 9.35 14.36 3.62 16 5.25 9.45 10.98 7 11.8'/%3E%3C/svg%3E");
}
.history-item .date{
	font-size: .875rem;
	margin-left: auto;
}
.history-item > dl{
	display: flex;
	flex-wrap: wrap;
	line-height: 1.8;
	margin-bottom: 0;
}
.history-item > dl > dt{
	width: 90px;
}
.history-item > dl > dd{
	width: calc(100% - 90px);
	margin-bottom: 0;
}
.form-blank{
	background: 0 0;
	border-color: transparent;
}
.form-blank:focus{
	border-color: transparent;
	box-shadow: none;
}

