@charset "UTF-8";
@font-face {
	font-family: 'TCB';
	src: url('../font/TCB.woff') format('woff');
}

.roller-logo {
	font-family: 'TCB' !important;
}
.roller-app-info {
	padding-left: 5px;
    color: lightgray;
    position: absolute;
    bottom: 3px;
}
.main-content-container {
	padding-top: 3rem;
	min-height:100vh;
}

.hide {
	display:none !important;
}

.iziToast-wrapper {
	line-height: initial;
}
.roller-toast-container {
	min-width: 400px !important;
}

.ui.grid.main-page-header>.row {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.ui.grid.main-page-header>.row>.column {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.min-w-100 {
	min-width: 150px;
}
.min-w-150 {
	min-width: 150px;
}
.min-w-200 {
	min-width: 150px;
}
.m-0 {
	margin: 0px !important;
}

.m-5 {
	margin: 5px !important;
}

.m-10 {
	margin: 10px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.p-0 {
	padding: 0px !important;
}

.p-5 {
	padding: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.ptb-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.required:after {
    content: " *";
}

.scroll {
	overflow: scroll;
}

.scroll-x {
	overflow-x: scroll;
}

.scroll-y {
	overflow-y: scroll;
}
.scroll-y-200 {
	max-height: 200px;
	overflow-y: scroll;
}
.scroll-y-300 {
	max-height: 300px;
	overflow-y: scroll;
}
.scroll-y-400 {
	max-height: 400px;
	overflow-y: scroll;
}
.scroll-y-500 {
	max-height: 500px;
	overflow-y: scroll;
}
.scroll-y-600 {
	max-height: 500px;
	overflow-y: scroll;
}
.scroll-y-700 {
	max-height: 500px;
	overflow-y: scroll;
}
.scroll-y-800 {
	max-height: 500px;
	overflow-y: scroll;
}


/* ヘッダー用スタイル */
.custom-header th {
	width: 34% !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
/*
table.ui.very.compact.table tbody th.custom-header {
  border-top: none;
  border-bottom: none;
}
table.ui.very.compact.table tbody th.custom-header {
  border-bottom: 1px solid #000;
}
table.ui.very.compact.table tbody tr:last-child th.custom-header {
  border-bottom: none;
}
*/


/* ダイアログの表示 ダイアログ内でスクロールさせる */
#semanticModalDialog.ui.modal > .content {
    max-height: calc(90vh - 120px);
    overflow-y: auto;
}
