.kbne-wizard .step .num {
    background-color: #666;
    color: white;
    padding: 3px 5px 5px 5px;
    border-radius: 16px;
    width: 32px;
    display: inline-block;
    height: 32px;
    text-align: center;
    margin-right: 4px;
}
.kbne-wizard .step.prev .num {
    background-color: #009900;
}
.kbne-wizard .step.actual {
	background-color: #FFFFCC;
    border-top: solid 1px #DDD;
    border-right: solid 1px #DDD;
    border-left: solid 1px #DDD;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.kbne-wizard .step.actual .num {
    background-color: ##632244;
}
.kbne-wizard .stepdetail {
    border: solid 1px #DDD;
}
.kbne-wizard .stepdetail h4 {
    margin-bottom: 10px;
}
.kbne-wizard .stepdetail .num {
	background-color: #000099;
    color: white;
    padding: 1px 5px 5px 5px;
    border-radius: 16px;
    width: 24px;
    display: inline-block;
    height: 24px;
    text-align: center;
    margin-right: 4px;
}
.kbne-wizard .stepdetail .col-4 {
    margin-top: 22px;
    text-align: right;
    font-weight: bold;
}.kb-list-fold a {
    text-decoration: none !important;
    color: #333 !important;
    font-size: 24px;
}
h1.kb-list-fold{

}
.kb-folder {
    margin-top: 64px;
}
.kb-list-sub{
    font-weight: bold;
    font-size: 16px !important;
    padding:0;
	padding-left: 0px !important;
	
	.v-expansion-panel-content__wrap {
		padding: 0px !important;
	}
}
.kb-list-art {
    padding-left: 0 !important;
    
    .v-icon {
        font-family: 'Material Icons Outlined' !important;
        color: black !important;
    }
    a {
        text-decoration: none !important;
        color: black !important;
		display: inline-flex;
		width: calc(100% - 50px);
    }
}
.kb-article {
    max-width: 60% !important;
}
.kb-article .k-alert {
		margin-top: 6px;
		margin-bottom: 6px;
	}
.kb-article .k-info {
		margin-top: 6px;
		margin-bottom: 6px;
	}
	
.kb-article a {
		color: #3bb8ed !important;
	}

.kb-article img {
    max-width: 100%;
}
.kb-article h1 {
	margin-top: 12px;
    margin-bottom: 12px;
	font-size: 24px;
}
.kb-article h2 {
	font-size: 18px;
    	margin-left: 20px;
    	margin-bottom: 14px;
    	margin-top: 14px;
}
.kb-article blockquote {
	border-left: solid 5px #AAA;
	padding-left: 18px;
}
.kb-article table {
	border-collapse: collapse;
	td {
		border: solid 1px #666;
		padding: 5px;
	}
}
.kb-article ul {
	list-style-type: initial;
}
.more {
    margin-top: 12px;
    a {
        font-weight: bold;
    }
}
.v-expansion-panel{
    margin-top:0px !important;
}

.anchor {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: black !important;
    border-left: solid 5px #AAA;
}

.anchor.isactive {
    border-left: solid 5px #24bd63;
}

.kb-leftbar {
    position: fixed;
	max-width: 350px;
	margin-top: 0px;
}
.kb-ariane {
	margin-top: 0px;
	font-size: 14px;
}
.image_resized {
	max-width: 100%;
}
.image_resized img {
	width: 100%;
}

.kbn-ticketlist a {
	text-decoration: none !important;
	color: #3bb8ed !important;
}.kbnappbar {
	background-color: ##632244 !important;
	color: white;
	height: 60px !important;
	
	#logo {
		height: 45px !important;
		padding-top: 7px !important;
	}
	
	.kbnconnect {
		margin-top: 10px;
		color: ##632244 !important;
		text-transform: initial !important;
		font-weight: bold;
	}

	.kbnmenu {
		li{
			margin-right: 20px;

			a{
				color: white;
			}
		}
	}
}.ek-indlist{

}.v-application{
	font-family: "Source Sans Pro", sans-serif !important;
}
.v-footer {
	display: block !important;
}
ul{
	list-style-type: none;
	padding-left: 0;
}

.kbn-login-right{
	height: 100vh;
}
.kbnextr{
	padding: 0px 0px 0px 0px !important;
	margin-top: 60px !important;
}

.kbnextr .container.mt-12 {
    padding: 0;
    margin-top: 0px !important;
    max-width: 100% !important;
}
.kbn-block-env{
	margin: 0;
	padding: 0;
	
	.v-sheet {
		margin: 5px;
	}
}
.chart-wrapper h2 {
	display: none;
}
.kbn-bordered {
	border: solid 1px #CCC;
	border-radius: 5px;
}
.kbn-readrichtext ul {
	list-style-type: inherit !important;
}.hero{
	color: white !important;
	text-align: center;
	background-color: ##632244 !important;
	background-image: url(/Content/sp/koban/head.png);
	background-size:contain;
	margin: 0 !important;
	
	h1 {
		padding-top : 80px;
		padding-bottom: 80px;
		font-size: 48px;
	}
}
.toptitle {
	color: white !important;
	text-align: center;
	background-color: ##632244 !important;
	background-size:contain;
	margin: 0 !important;
	
	h1 {
		padding-top : 40px;
		padding-bottom: 40px;
		font-size: 32px;
	}
}