* {
    box-sizing: border-box;
}
body {
    font-size: 16px;
    font-family: "Meiryo UI", "MS UI Gothic", "MS PGothic", "ＭＳ Ｐゴシック", "MS Gothic", "ＭＳ ゴシック", sans-serif;
    width: 100vw;
    height: 100vh;
    margin: 0px;
    overflow:hidden;
}
div.creenLoader {
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9998;
    opacity: 0.6;
    background: black;
    left: 0px;
    top: 0px;
}
div.loader {
	border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 9999;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}
div.colField {
    display: flex;
	flex-direction: column;
}
div.rowField {
    display: flex;
	flex-direction: row;
}
@keyframes spin{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
label.sysname {
    font-size: 24px;
    font-weight: bold;
    flex-direction: column;
}
label.title {
    font-size: 16px;
    flex-direction: column;
}
input[type="button"] {
    width: max-content;
    height: 30px;
}
div.header {
    height: 70px;
    width: 100%;
    padding-left: 20px;
    padding-top: 6px;
    border-bottom: 1px solid #ddd;
    background-color: #F0FFF0;
}
div.content {
    width: 100%;
    height: 100%;
    padding-top: 20px;
	display: flex;
	justify-content: center;
	overflow-y:auto;
}
div.footer {
	bottom: 0px;
    position: absolute;
    height: 35px;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #F0FFF0;
    display: flex;
}
div.footer img {
	height: 28px;
	align-self: center;
}
div.footer div {
	padding-left: 10px;
    overflow: hidden;
    font-size: 11px;
    height: 2.5em;
    align-self: left;
}
.gridTable {
    border: 1px solid #333333;
    table-layout: fixed;
    width:100%;
}
.gridTable tr{
    border: 1px solid #333333;
}
.gridTable th,
.gridTable td {
    border: 1px solid #333333;
    padding: 5px 10px;
    text-align: center;
}
.gridTable th {
    background-color: #00FF00;
    text-align: center;
}
.fixed01{
    position: sticky;
    top:0;
}
td p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 3px 2px 3px;
}


#dialogJikanJinriki, #dialogJikanKikai{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 170px;
    margin-left: -150px;
    margin-top: -100px;
    background-color: #ffffff;
    text-align: center;
    border: solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10001;
}

div#dialogBackGround {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10000;
}


#dialogJikanJinrikiYes, #dialogJikanJinrikiNo, #dialogJikanKikaiYes, #dialogJikanKikaiNo{
  margin-left: 20px;
  margin-right: 20px;
  width: 80px;
  height: 40px;
}

/* 部分一致可能なselect START */
span.select2-container, span.select2-selection {
	width: 348px !important;
}

li.select2-selection__choice {
    font-size: 0.9rem;
}

.select2-container {
    min-width: 400px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;  /* 自前でチェックボックスのように見せる */
    content: "✓";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-container--default .select2-selection--multiple {
    /* margin-bottom: 10px; */
    margin-bottom: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}
.select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
  /* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}
.select-icon .placeholder {
    display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 1px !important;
    margin-right: 0 !important;
    margin-bottom: 2px;
}
/* 部分一致可能なselect END */