* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  width: 100%;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  cursor: default;
}

hr {
  margin: .6rem;
}

#full-body {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

#side-bar {
  background-color: #f6f6f6;
  display: block !important;
  padding: 0;
  z-index: 1;
  min-height: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 51px;
  background-color: #0078c1;
  min-width: 51px;
}

#side-bar .menu a {
  color: #ffffff;
  /*line-height: 1.5;*/
}

#side-bar .menu a:focus {
  outline: none;
}

#content {
  flex-grow: 1;
}

#side-bar .menu i {
  padding-right: 10px;
}

#action-pane {
  padding: .5rem 1rem .5rem 1rem;
  background-color: #f6f6f6;
}

.details {
  padding: 1rem 1rem 1rem 1rem;
}

.details-topic {
  margin: 1rem 0;
}

.main-details {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d6d6d6;
  min-height: 59px;
}

.border-bottom {
  border-bottom: 2px solid #888888;
}

.border-left {
  border-left: 2px solid #888888;
}

.block {
  display: inline-block;
}

.nav-bar, .nav-bar a, .nav-bar ul {
  background-color: #005f9d;
  color: #ffffff;
  padding: 0px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.radius {
  border-radius: 5px;
}

.radius-left {
  border-radius: 5px 0 0 5px;
}

.radius-right {
  border-radius: 0 5px 5px 0;
}

.no-border {
  border: none;
}

.clear-sides {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.clear-all {
  margin: 0 !important;
  padding: 0 !important;
}

.clear-margin {
  margin: 0 !important;
}

.top-bar .menu > li > a {
  line-height: 1.5;
}

.menu .active > a, .menu a:hover {
  background-color: #c2e0f6;
  color: #000000 !important;
}

.bg-white {
  background-color: #ffffff;
}

.bg-green {
  background-color: #5da423 !important;
}

.text-gray {
  color: #636363;
}

.text-darkgray {
  color: #484848;
}

.text-bold {
  font-weight: bold;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.tabs {
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
}

.tabs-content {
  border: 1px solid #d6d6d6;
  border-top: 0;
}

.tabs .tabs-title > a:hover {
  background-color: #d4f7cc;
}

#info-panel1 .row {
  min-height: 40px;
}

.tabs-content .row b {
  padding-bottom: 5px;
}

.tabs-content form > .row > div > label, .reveal > .row > div > label {
  font-weight: bold;
  color: #636363;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #d4f7cc;
}

.info-title {
  font-weight: bold;
  padding-bottom: 10px;
  color: #636363;
}

#form-log-a-call textarea {
  width: 100%;
  height: 5rem;
}

.page-title {
  font-size: 1.6rem;
  padding-bottom: 10px;
  padding-top: 5px;
}

.txt-orange {
  color: #ce461c !important;
}

.page-title i {
  font-size: 2rem;
  margin-right: .5rem;
}

#error-list {
  margin: 1rem;
}

.white-space {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.ellipsis-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-row {
  min-height: 57px;
}

.comments {
  background-color: rgba(251, 255, 113, 0.57);
}

.standard-form {
  padding: 1rem;
  border: 2px solid #888888;
  background-color: #e6e6e6;
  color: #636363;
}

.fade-in-anim {
  animation-name: fade-in;
  animation-duration: 1.5s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#thinking-modal, #thinking-modal:focus {
  background-color: transparent;
  border: none;
  outline: 0;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.button {
  transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s, filter 0.3s;
}

.button:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button:active {
  box-shadow: none;
  transition: box-shadow .15s;
}

.disabled a {
  pointer-events: none;
  cursor: default;
  color: transparent;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip {
  z-index: 1000;
}

.reveal {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#thinking-modal {
  box-shadow: none;
}

.info-title {
  font-weight: bold;
  padding-bottom: 10px;
  color: #636363;
}

.details-topic {
  margin: 1rem 0;
}

.action-pane {
  padding: 1rem !important;
  background-color: #f6f6f6;
}

.details-pane {
  background-color: #e6e6e6;
}

.border-bottom {
  border-bottom: 1px solid #555555;
}

table tbody tr td {
  max-width: 20px;
  min-width: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: .4rem;
}

table th {
  max-width: 20px;
  min-width: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hidden-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.error-field {
  box-shadow: 0 0 5px red;
}

/*# sourceMappingURL=main.css.map */
