﻿body {
  /* This overrides the bootstrap theme file, sets footer*/
  font-size: 16px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

footer {
  clear: both;
  margin-top: 20px;
  border-top: 1px solid gray;
  padding-top: 10px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: inherit;
}

input, select, optgroup, textarea {
  font-size: inherit;
}

a {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
}

  .x_title .filter {
    width: 40%;
    float: right;
  }

  .x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

    .x_title h2 small {
      margin-left: 10px;
    }

  .x_title span {
    /*color: #BDBDBD;*/
  }

.x_content {
  padding: 0 5px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
}

  .x_content h4 {
    font-size: 16px;
    font-weight: 500;
  }

@media (max-width:639px) {
  .modal-dialog {
    width: 350px; /* 600px for PC. 350px for phone */
    /* margin: 5px auto;*/
  }

  .maintitle {
    font-size: 20px;
    font-weight: bold;
    padding: 2px 0;
  }

  .maintitlehideonmobile {
    visibility: hidden;
    width: 0
  }
}

@media (min-width:640px) {
  .modal-dialog {
    width: 600px; /* 600px for PC. 350px for phone */
    margin: 30px auto;
  }

  .maintitle {
    font-size: 20px;
    font-weight: bold;
    padding: 2px 0;
  }

  .maintitlehideonmobile {
    font-size: 20px;
    font-weight: bold;
    padding: 2px 0;
  }
}

.modal-backdrop {
  z-index: 0;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}

.mainsubtitle {
  font-size: 11px;
  font-weight: bold;
}



.modulehead {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 4px;
}

.moduletitle {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid #c0c0c0;
}

.modalPopup1 {
  /*background-color: #ffffdd;*/
  border-width: 3px;
  border-style: solid;
  /* border-color: Gray;*/
  padding: 3px;
}

small, .small {
  font-size: 85%;
}

.marginleft {
  margin-left: 5px;
}

.maxwidthText {
  max-width: 700px;
}

.red {
  /*color: red;*/
}

.greennote {
  color: var(--bs-info);
  font-size: 80%;
  padding: 0 2px;
  line-height: 1.0;
}

.greynote {
  /*color: gray;*/
  font-size: 14px;
  padding: 0 2px;
}

.greybox {
  /*background-color: whitesmoke;*/
}

/*.btn {
  font-size: 16px;
  margin-bottom: 4px;
}*/

/*.btn-sm {
  font-size: 14px;
}*/

/*.btn-cancel {*/
/*background-color: ghostwhite !important;*/
/*}*/

/*.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}*/

