html, body, .main, .content {
  height: 100%;
}

html, body, .main {
  overflow: hidden;
}

header {
  width: 100%;
  margin: 0;
  background: #477FB9;
  height: 80px;
}

header h3 {
  color: #FFF;
}

.container {
  height: calc(100% - 56px);
  padding-bottom: 20px;
}

.content {
  overflow-y: scroll;
}

li :not(.setting-list) {
  list-style: disc;
}

.message {
  position: fixed;
  bottom: 0;
  text-align: center;
  margin: auto;
  width: 100%;
}

.input .error-message {
  color: #F00;
}

.button, button {
  background: #ECC100;
  color: #282c34;
  border: 0;
}

.content-header h4 {
  width: 100%;
  font-weight: bold;
  border-bottom: 4px solid #ECC100;
  margin-bottom: 4px;
}

input:disabled {
  background: #DDD;
}

.checkbox input {
  margin: 0 8px;
}

.checkbox label {
  margin: 4px;
  font-weight: normal;
  font-size: initial;
  color: #000;
}

.checkbox label:hover {
  background: #61dafb;
}

header h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
}

nav#mainNav {
  clear: both;
  overflow: hidden;
  position: relative;
}

#wrapper, .inner {
  width: 1096px;
  height: 80px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

a#menu {
  display: none;
}

nav div.panel {
  display: block !important;
  float: left;
  position: absolute;
  left: 190px;
  padding: 8px;
}

nav#mainNav ul {
  list-style: none;
  left: 200px;
}

nav#mainNav ul li {
  float: left;
  position: relative;
  margin-bottom: 0;

}

nav#mainNav ul li a {
  display: block;
  height: 56px;
  text-align: center;
  _float: left;
  font-size: 13px;
  padding: 8px 16px;
  border-bottom: 2px #ECC100 solid;
}

nav#mainNav ul li a:hover {
  background: #ECC100;
}

nav#mainNav ul li a span, nav#mainNav ul li a strong {
  display: block;
}

nav#mainNav ul li a span {
  color: #bababa;
  font-size: 10px;
}

.concat_count {
  margin: 8px;
  display: block;
  position: relative;
  width: 56px;
  left: 116px;
  top: 8px;
}

.concat_count a {
  width: 48px;
  height: 48px;
  display: block;
  background: #FFF;
  border-radius: 24px;
  text-align: center;
  font-size: 24px;
  padding: 4px;
  color: red;
}


#mainNav ul li a {
  color: #FFF;
}

.x-scroll {
  width: 100%;
  max-height: calc(100vh - 116px);
  /*display: block;*/
  overflow: scroll;
  /*white-space: nowrap;*/
  -webkit-overflow-scrolling: touch;
}

#contact-im-list {
  overflow-x: scroll;
}

#contact-im-list table {
  white-space: nowrap;
}

.paging, .modal-paging {
  list-style: none;
}

.paging li, .modal-paging li {
  float: left;
  padding: 8px;
}

#markdown-preview {
  min-height: 80px;
  padding: 8px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.label-values {
  clear: both;
  margin: auto;
  text-align: center;
  height: 50px;
}

.edit-table {
  border: .1rem solid #e1e1e1;
  border-collapse: collapse;
}

.edit-table .left-label {
  background: #477FB9;
  padding: 8px;
  color: #FFF;
  width: 300px;
}

.edit-table .right-value {
  padding: 8px;
  position: relative;
  white-space: break-spaces;
}

.list-table .input {
  margin-bottom: 0;
}

.select-table select {
  font-size: 12px;
}

.delete-row {
  background: #DDD;
}

.label-values .left-label {
  text-align: left;
  display: inline-block;
  width: 200px;
  height: 50px;
  margin: 0;
  padding: 8px;
}

.label-values .right-value {
  text-align: left;
  display: inline-block;
  width: 400px;
  height: 50px;
  margin: 0;
  padding: 8px;
}

.header-search-form {
  width: 100%;
  padding: 16px;
  border: 1px solid #000;
  border-radius: 16px;
  list-style: none;
}

.search-box {
  padding: 4px;
  display: inline-flex;
  position: relative;
  min-width: 200px;
}

.search-left-label {
  padding: 8px;
  text-align: right;
}

.search-right-label {
  padding: 8px;
}

.search-left-input {
  padding: 4px;
}

.search-right-input {
  padding: 4px;
}

.search-right-date {
  padding: 4px;
  display: flex;
}

.search-left-date {
  padding: 8px;
  text-align: right;
}

.search-between {
  padding: 8px;
}

.search-btn {
  width: 100%;
  text-align: right;
  padding: 8px 16px;
}

.jconfirm-box-container {
  margin: auto;
}

.setting-content {
  overflow: hidden;
  height: 100%;
}

.setting-list {
  float: left;
  position: relative;
  width: 200px;
  height: 100%;
  border-right: #282c34 1px solid;
  list-style: none;
  overflow-y: auto;
}

.setting-list li a {
  color: #ECC100;
  width: 180px;
  display: block;
  padding: 4px;
}

.setting-list li a:hover {
  background: #61dafb;
}

.setting-main {
  float: right;
  width: calc(100% - 200px);
  height: 100%;
  overflow-y: scroll;
  padding: 16px;
}

.edit-form .submit {
  margin: 16px;
}

.list-table {
  border-collapse: collapse;
  border: .1rem solid #e1e1e1;
}


.list-table thead th {
  background: #477FB9;
  color: #FFF;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 8px;
}

.list-table thead th {
  position: sticky;
}

.list-table thead th:after {
  content: '';
  position: absolute;
  top: -22px;
  left: 0;
  height: 22px;
  width: 100%;
  background: #FFF;
}

.list-table thead th:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background: #477FB9;
  z-index: -1;
}

.list-table td {
  padding: 8px;
}

.list-table .text input {
  margin-bottom: 0;
  font-size: 12px;
}

.list-table .select select {
  margin-bottom: 4px
}

.list-table .input-cell {
  padding-top: 4px;
  padding-bottom: 4px;
}

.link-row:hover {
  background: #61dafb;
}

.header-buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.bottom-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.bottom-buttons button, .header-buttons button {
  margin: 8px;
}

.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.modal-wrap::-webkit-scrollbar {
  display: none;
}

.modal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}

.modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px;
  background: rgba(51, 51, 51, .8);
  width: 100%;
  height: 100%;
}

.modal-box {
  width: 100%;
  max-height: 90%;
  overflow: scroll;
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #000;
  background: #fff;
}

.close_button {
  position: absolute;
  top: 4px;
  right: 4px;
}

.none {
  display: none;
}

.child-header {
  margin-top: 8px;
  position: relative;
  height: 60px;
}

.child-header p {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.child-header button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#ims-speaker-report-title p {
  text-align: right;
  font-size: 16px;
}

.report-table {
  border: 1px solid #000;
  border-collapse: collapse;
}

.report-table td {
  padding: 8px;
  border: #000 solid 1px;
}

.manual {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 10;
}

.technical-list .select {
  width: 400px;
}

.technicalSort {
  display: inline-flex;
}

.technicalSort p {
  padding: 8px;
}

.content-space {
  height: 16px;
}

.arrow-close {
  position: fixed;
  top: 0;
  right: 0;
}

.arrow-close:before {
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  z-index: 1;
}

.arrow-close:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 16px;
  width: 40px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  border: 20px solid transparent;
  border-bottom: 20px solid #ECC100;
  z-index: 1;
}

.arrow-open {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
}

.arrow-open:before {
  content: '';
  width: 80px;
  background: #477FB9;
  height: 80px;
  display: block;
  z-index: 2;
}

.arrow-open:after {
  content: '';
  position: absolute;
  top: 32px;
  left: 16px;
  width: 40px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  border: 20px solid transparent;
  border-top: 20px solid #ECC100;
  z-index: 2;
}

.diff {
  background: yellowgreen;
}
