/* リスト用条件指定行 # id . class */
#flex-select{
  display:flex;
  background:;
  align-items:center;
  width: 100%;
  height:40px;
}
.flex-select{
  display:flex;
  align-items:center;
  background:;
  width: 100%;
  height:40px;
}
.select-item{
  display:inline-flex;
  background:;
  margin-left:10px;
  margin-right:15px;
  border:0px solid #ddd;
}

/* ボタンのcss  ---*/
.my-button{
    margin-top:10px;
    margin-right:10px;
}
/* リスト用ボタンの行  # id . class
.my-d-flex{

    margin-right:5px;
    background:;
    align-items:center;
    width: 100%;
    height:50px;
}
.my-d-inline-flex{
    display:inline-flex;
    background:;
    margin-right:10px;
    margin-bottom:10px;
    margin-top:10px;
    border:0px solid #ddd;
    align-self:end;

}
----*/


/* ドロップゾーン --------*/
.dropzone{
    width:400px;
    height:250px;
    border:2px dashed #ccc;
    color:#ccc;
    line-height:300px;
    text-align:center;
    }
.dropzone.dragover{
    border-color:#000;
    color:#000;
}


body, #wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}

 /*  一行下げる -------*/
.my-div-style {
    margin-top:6rem;
}
 /* 枠を波線で囲む -----*/
.my-div-border{
    padding: 10px;
    margin-bottom:
    10px; border:
    1px dotted #333333;
}


html {
font-size:70%}


.table-hover tbody tr:hover{
background-color:rba(0,0,0,0.075);}

.table .thead-dark th{
color: #fff;
background-color: #21252g;
border-color: #32383e;
}


/*  必須のためのCSS ---------------*/
.required::before{
  content: "＊";
  background-color: white;
  color: red;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}

/*  吹出のためのCSS ---------------*/
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border: 1px solid #ddd;
  padding: 8px;
  cursor: pointer;
}

.popup {
  position: fixed;
  display: none;
  width: 200px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 1;
}

/*  canvasのためのCSS ---------------*/
#imageCanvas{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}

.content-detail tr{
    cursor: pointer;
}

div.scroll
{
    overflow-x:scroll;
    white-space: nowrap;
}

.highlight {
    border-color: purple !important;
}

.dashed-border {
    border: 2px dashed #ccc;
}
#imageCanvas{
    background-size:contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('pageLoader2.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
#analyze-result-div{
    height:750px;
    overflow-y: auto;
}

.has-error .with-errors{
    color: #a94442;
}

.has-error .form-control{
    border-color: #a94442;
}

.nav-item {
  font-size: 2rem;
}