body {
  font-family: "Prompt", sans-serif;
  background-color: #eceeef;
  font-size: 1rem;
}
th.header-text-center {
    text-align: center !important;
}
.scrolls {
  width: 100%;
  max-height: 595px;
  overflow-x: hidden;
}

.cursors {
  cursor: pointer;
}

.wrapper {
  padding: 10px 30px;
  margin: 0;
  width: 580px;
  background-color: #17a2b8;
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  border: solid 2px white;
}

.tag-container {
  display: flex;
  flex-flow: row wrap;
}

.tag {
  pointer-events: none;
  background-color: #242424;
  color: white;
  padding: 6px;
  margin: 5px;
}

.tag::before {
  pointer-events: all;
  display: inline-block;
  content: "x";
  height: 20px;
  width: 20px;
  margin-right: 6px;
  text-align: center;
  color: #ccc;
  background-color: #111;
  cursor: pointer;
}

.inbox .action_bar .delete_all {
  margin-bottom: 0;
  margin-top: 8px;
}

.inbox .action_bar .btn,
.inbox .action_bar .search {
  margin: 0;
}

.inbox .mail_list .list-group-item {
  border: 0;
  padding: 15px;
  margin-bottom: 1px;
}

.inbox .mail_list .list-group-item:hover {
  background: #eceeef;
}

.inbox .mail_list .list-group-item .media {
  margin: 0;
  width: 100%;
}

.inbox .mail_list .list-group-item .controls {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  text-align: center;
  margin-top: 11px;
}

.inbox .mail_list .list-group-item .controls .checkbox {
  display: inline-block;
}

.inbox .mail_list .list-group-item .controls .checkbox label {
  margin: 0;
  padding: 10px;
}

.inbox .mail_list .list-group-item .controls .favourite {
  margin-left: 10px;
}

.inbox .mail_list .list-group-item .thumb {
  display: inline-block;
}

.inbox .mail_list .list-group-item .thumb img {
  width: 40px;
}

.inbox .mail_list .list-group-item .media-heading a {
  color: #555;
  font-weight: normal;
}

.inbox .mail_list .list-group-item .media-heading a:hover,
.inbox .mail_list .list-group-item .media-heading a:focus {
  text-decoration: none;
}

.inbox .mail_list .list-group-item .media-heading time {
  font-size: 13px;
  margin-right: 10px;
}

.inbox .mail_list .list-group-item .media-heading .badge {
  margin-bottom: 0;
  border-radius: 50px;
  font-weight: normal;
}

.inbox .mail_list .list-group-item .msg {
  margin-bottom: 0px;
  width: 45rem;
  max-height: 15em;
  white-space: wrap;
  text-overflow: ellipsis;
  overflow-y: auto;
}

.inbox .mail_list .unread {
  border-left: 2px solid;
}

.inbox .mail_list .unread .media-heading a {
  color: #333;
  font-weight: 700;
}

.inbox .btn-group {
  box-shadow: none;
}

.inbox .bg-gray {
  background: #e6e6e6;
}

.contents {
  background-color: #ffffff;
  border-bottom: 1px solid #bbb;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  padding: 2.3rem;
}

.info-box {
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
  border-radius: 0.25rem;
  background-color: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}

.info-box .info-box-icon {
  border-radius: 1rem;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
}

.info-box .info-box-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
}

.info-box .info-box-text,
.info-box .progress-description {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-box .info-box-number {
  display: block;
  margin-top: 0.25rem;
  font-weight: 700;
}

article {
  grid-template-rows: auto 1fr auto;
  position: inherit;
  width: 100%;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .inbox .mail_list .list-group-item .controls {
    margin-top: 3px;
  }
}
#contentMessage ul.level1 li.modal_detail {
    border-left: 15px solid #17a2b8;
}
#contentMessage ul.level2 li.modal_detail {
    border-left: 15px solid #08c027;
}
#contentMessage ul.level3 li.modal_detail {
    border-left: 15px solid #ffc107;
}
#contentMessage ul.level4 li.modal_detail {
    border-left: 15px solid #dc3545;
}
.badge-level-1 {
    color: #fff;
    background-color: #17a2b8;
}
.badge-level-2 {
    color: #fff;
    background-color: #08c027;
}
.badge-level-3 {
    color:#fff;
    background-color: #ffc107;
}
.badge-level-4 {
    color: #fff;
    background-color: #dc3545;
}