body {
  padding-bottom: 30px;
}
.nav > .dropdown > .dropdown-content {
  z-index: 1000;
}
.field-validation-error {
  color: red;
}
.input-validation-error {
  border: 1px solid red !important;
}
.navbar-inverse {
  background-color: #3097d1;
  background-image: none;
  border-color: #1c73a5;
}
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .nav li a {
  color: white;
}
.navbar-inverse .nav li a:hover {
  color: white;
  text-decoration: none;
  background: black;
}
.navbar-inverse .nav li.active a {
  text-decoration: underline;
  background-image: none;
  background: #3097d1;
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .validation-row {
    height: 40px;
  }
}
.redBacklight {
  border-width: 1px 1px 2px 1px;
  border-color: red;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(99%);
}
.filter-form {
  margin-bottom: 20px;
}
.attached-photo-group .photo-thumbnail {
  max-width: 200px;
}
.twitter-typeahead {
  vertical-align: top;
}
.chat-window {
  width: 80%;
  height: 300px;
  background-color: #dbe6ec;
  overflow-y: auto;
  margin-bottom: 50px;
}
.chat-input {
  width: 80%;
  min-height: 150px;
}
.user-item:hover {
  cursor: pointer;
}
.chat-wrapper {
  visibility: hidden;
}
#headerMessageBadge {
  display: none;
}
.list-items-container .active-item {
  text-decoration: underline;
}
.status-online {
  color: #76f314;
}
#chatWindow {
  padding: 15px;
  padding-top: 2px;
}
#msgLoader {
  position: absolute;
  left: 35%;
  visibility: hidden;
}
.consultations-chats-wrapper .consultations-container .consultation-item.active a {
  color: white;
}
.consultations-chats-wrapper .users-container .user-item.active a {
  color: white;
}
.consultations-chats-wrapper .chat-container .go-to-object {
  margin-bottom: 30px;
}
.consultations-chats-wrapper .chat-container .messages-container {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 500px;
}
.consultations-chats-wrapper .chat-container .messages-container .loading-indicator {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
.consultations-chats-wrapper .chat-container .messages-container .message-item {
  padding: 5px 10px;
}
.consultations-chats-wrapper .chat-container .messages-container .message-item .info {
  overflow: hidden;
}
.consultations-chats-wrapper .chat-container .messages-container .message-item .info .author-name {
  font-weight: bold;
  float: left;
  width: 80%;
}
.consultations-chats-wrapper .chat-container .messages-container .message-item .info .send-time {
  float: right;
  width: 20%;
  text-align: right;
}
.consultations-chats-wrapper .chat-container .documents-uploading-notification {
  margin-top: 30px;
}
.consultations-chats-wrapper .chat-container .new-message-container {
  margin-top: 30px;
}
.consultations-chats-wrapper .chat-container .new-message-container .new-message-text {
  width: 100%;
  height: 100px;
}
.consultations-chats-wrapper .chat-container .new-message-container .new-document-input {
  display: none;
}
.consultations-chats-wrapper .chat-container .new-message-container .buttons {
  text-align: center;
  margin-top: 10px;
}
.table-row-warning {
  background-color: #ffd800;
}
.table-row-danger {
  background-color: red;
}
.flex-left > div {
  width: 40%;
  margin: 10px;
}
.flex-left > div label {
  height: 36px;
}
.flex-form {
  display: flex;
}
.flex-right {
  width: 30%;
  margin: 10px;
}
.infoDashboard {
  border: 1px solid #1c73a5;
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 10px;
  padding: 5px 3px 5px 3px;
  height: 60px;
  margin-top: 20px;
  background-color: #3097d1;
  color: white;
}
.infoDashboard label {
  font-size: 10px;
  margin-bottom: 3px;
}
.infoDashboard p {
  font-weight: bold;
}
.infoDashboard .dashboardIcon {
  width: 40px;
  height: 40px;
  -ms-align-content: end;
  -webkit-align-content: end;
  align-content: end;
}
.infoDashboard .dashoboardImageContainer {
  display: flex;
  justify-content: right;
}
