.navbar {
    background-color: #007BBB;
}

.nav-name {
    color: white !important;
    font-size: larger;
}

.breadcrumb {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    background-color: white !important;
    font-size: 17px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

.system-title {
	color: yellow !important;
	font-size: x-large;
	padding: 10px 0 0 20px;
	font-weight: bold;
}

.title {
    padding-left: 15px;
}

.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.no-padding-top {
    padding-top: 0rem!important;
}

.no-margin-bottom {
    margin-bottom: 0rem!important;
}

.no-margin-right {
    margin-right: 0rem!important;;
}

.card-header {
    padding: 0.25rem 1.25rem;
	font-size: large;
    background-color: #dddad1 !important;
}

.card-body {
    padding: 0.75rem 1.25rem 0 1.25rem !important;
}

.card-body .form-group {
    margin-bottom: 0rem;
}

.login .form-group {
    margin-bottom: 1rem !important;
}

.site-color {
    background-color: #3490dc !important;
    color: white !important;
}

.header-title {
	float: left;
    width: 60%;
    margin-top: 2px;
}

.header-button {
    float: left;
    text-align: right;
    width: 40%;
}

.label-common {
	background-color: #dddad1 !important;
	padding: 8px 0 0px 0;
	text-align: center;
    margin-right: 30px;
    margin-bottom: 8px;
}

.label-bg {
	font-size: large;
	padding: 5px 0 0px 0;
}

.table {
	margin-bottom: 0px
}
.table-header {
    background-color: #dddad1 !important;
}
.table-header th {
    text-align: center
}

.table-bordered th, td {
    border: 1px solid #abadaf !important;
}

.form-control:not(.class-select2) {
    -webkit-appearance: auto; 
    appearance: auto;
}

/* ３行単位で背景色を変更 */
.table.line-3paragraph tbody tr:nth-child(6n+1),
.table.line-3paragraph tbody tr:nth-child(6n+2),
.table.line-3paragraph tbody tr:nth-child(6n+3){
    background-color: rgba(0, 0, 0, 0.15);
    --bs-table-accent-bg: none!important;
}

.table.line-3paragraph tbody tr:nth-child(6n+4),
.table.line-3paragraph tbody tr:nth-child(6n+5),
.table.line-3paragraph tbody tr:nth-child(6n+6){
    background-color: #fff;
    --bs-table-accent-bg: none!important;
}

.table.line-3paragraph tbody tr:nth-child(4n+1) {
    padding-top: 1.3rem!important;    
}

.line-3paragraph th, td {
    padding: 0.15rem !important;
}
.line-3paragraph .form-control {
    height: calc(1em + 0.55rem + 1px);
    padding: 0rem 0.55rem;
    font-size: 1rem;
}
.line-3paragraph .fa {
    font-weight: 500;
    font-size: 1.5em;
}

.button-area-padding-top {
    padding: 5px 0 5px 15px !important;
}
.button-area-left {
    float: left;
    width: 50%;
}
.button-area-right {
    float: left;
    text-align: right;
    width: 50%;
}
.button-width-max {
    border: none;
    padding: 0px;
}

.item-error {
  background: #f7e7e7 !important;
  border: 1px solid #e74c3c !important;
}

 /* フッター画面最下部に固定 */
.footerBottomFixed{
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
}
.footer{
    position: absolute;
    bottom: 0;
    background-color: #007BBB;
    text-align: center;
    width: 100%;
    color: white;
    padding: 10px 0 10px 0;
}

.hide {
    display: none!important;
}

.center-height {
    vertical-align: middle!important;
}

.float_l {
    float: left;
}

.trash {
    padding-top: 32px!important;
    color: #666363;
}

/* Button */
.btn-regist {
	color: #fff;
	background-color: orange;
    border-color: #d98d03;
}
.btn-regist:hover,
.btn-regist:focus,
.btn-regist:active {
	color: #fff;
    background-color: #f19e05;
    border-color: #d98d03;
}

.btn-search {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-search:hover,
.btn-search:focus,
.btn-search:active {
    color: #fff;
    background-color: #0c4371;
    border-color: #204d74;
}

.btn-upload {
    width: 15rem;
    font-weight: bold;
    color: #fff;
    background-color: #eb9a25;
    border-color: #c97503;
}
.btn-upload:hover,
.btn-upload:focus,
.btn-upload:active {
    color: #fff;
    background-color: #df8914;
    border-color: #c97503;
}

.btn-download {
    font-weight: bold;
    color: #fff;
    background-color: #6c2803bf;
    border-color: #461b03bf;
    margin-right: 5px;
}
.btn-download:hover,
.btn-download:focus,
.btn-download:active {
    color: #fff;
    background-color: #461b03bf;
    border-color: #461b03bf;
}

.btn-select-file {
    font-size: small;
    color: #fff;
    background-color: #4f66f3;
    border-color: #3748ad;
}
.btn-select-file:hover,
.btn-select-file:focus,
.btn-select-file:active {
    color: #fff;
    background-color: #2441f1;;
    border-color: #3748ad;
}

.btn-download-file,
.btn-delete-file {
  font-size: small;
}

.list-btn {
    display: inline-block;
    text-align: center;
    width: 80px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none !important;
}

.link-btn {
    display: inline-block;
    padding: 6px 12px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none !important;
}
.link-btn:hover,
.link-btn:focus {
  text-decoration: none;
}
.link-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/*モーダルテーブル********************/
.modal-table {
    width: 100%;
    height:500px;
    overflow-y:auto;
    scrollbar-base-color:#99ff66;
    scrollbar-arrow-color:#ff0000;
}
/*.modal-table th{
    outline-color: darkgray;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    background-color: #eee;
}
.modal-table thead td{
    font-size: 14px;
    text-align: center;
}
.modal-table td{
    outline-color: darkgray;
    padding: 3px
}*/
/*******************************/

/*エラーメッセージバルーン*/
.arrow_box {
  display: none;
  position: absolute;
  padding: 5px 16px 5px 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  border-radius: 8px;
  background: #363636;
  color: #fff;
  z-index: 99;
}

.arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 20%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #333;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}
/*エラーメッセージバルーン*/

/* ローディング */
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #adb3b56b;
  opacity: 0.8;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("/images/loading-19.gif") center center no-repeat;
}
/* ローディング */

.select2-selection {
  height: calc(1em + 0.55rem + 1px) !important;
  padding: 0rem 0.55rem !important;
  font-size: 1rem !important;
}
.select2-container {
  display: inherit !important;
}
.select2-selection__rendered {
  padding-left: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
}

/* ダイアログ横幅 */
.modal-dialog {
    max-width: 90% !important;
}

