.navbar-default .text-danger {
  color: red;
}
@media (max-width: 1210px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
}
.navbar-nav > li > a.help {
  margin-top: 8px;
  padding: 6px 12px;
  color: white;
}
.navbar-nav > li > a.help:hover {
  background-color: green;
  color: white;
}
.navbar-nav.user-bar > li {
  text-align: right;
  padding-right: 10px;
}
.navbar-nav.user-bar > li > p {
  margin: 0 0 3px;
}
.navbar-nav.user-bar > li > a {
  padding: 0 5px;
  display: inline-block;
}
fieldset .display-only {
  padding-top: 7px;
}
a.btn-link {
  cursor: pointer;
}
.ng-cloak {
  display: none;
}
.map {
  height: 700px;
}
.table-filter {
  margin-top: 7px;
  margin-bottom: 5px;
  text-align: right;
}
.table-filter div {
  display: inline-block;
  margin-right: 10px;
}
.table-filter label {
  margin-bottom: 0;
  float: right;
  padding-left: 3px;
}
#mainTable {
  position: relative;
}
#mainTable .form-assign {
  position: absolute;
  max-width: 500px;
  min-width: 300px;
  background-color: white;
  border: 1px solid gray;
}
#mainTable .form-assign .modal-header {
  font-size: small !important;
}
.table-requests .alarm {
  background-color: #f2dede !important;
}
.table a {
  cursor: pointer;
}
.validation-form.ng-submitted .ng-invalid {
  border: 1px solid #d80000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(50, 0, 0, 0.6);
}
.view-title {
  margin: 0 10px 10px 10px;
  border-bottom: 1px solid #e5e5e5;
}
#map-caselist tr.processing {
  background-color: #a2f5a6;
}
#map-caselist tr.opened {
  background-color: #f2fa90;
}
#map-caselist tr.alert {
  background-color: #fbb3b3;
}
table.caselist tbody tr.processing {
  background-color: #a2f5a6;
}
table.caselist tbody tr.opened {
  background-color: #f2fa90;
}
table.caselist tbody tr.alert {
  background-color: #fbb3b3;
}
table.caselist tbody tr.mine {
  background-color: aqua;
}
table.caselist tbody tr.common {
  background-color: #c6ffd5;
}
table.caselist tbody tr.hasoperator {
  background-color: yellow;
}
table.caselist tbody tr.foreign {
  background-color: #fbb3b3 !important;
}
table.caselist tbody tr td div.wrap {
  position: relative;
}
table.caselist tbody tr td div.message-notification {
  position: absolute;
  bottom: -12px;
  right: -12px;
  border: 1px solid white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: deepskyblue;
  font-size: smaller;
  color: white;
  text-align: center;
  line-height: 24px;
}
table.caselist tbody tr td i:hover {
  color: red;
}
table.operator-caselist tbody tr {
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal-content-case .modal-dialog {
    width: 680px;
  }
}
@media (min-width: 1201px) {
  .modal-content-case .modal-dialog {
    width: 1200px;
  }
}
@media (min-width: 1601px) {
  .modal-content-case .modal-dialog {
    width: 1600px;
  }
}
.modal-content-case {
  overflow-y: visible !important;
}
.modal-content-case .modal-dialog {
  min-width: 680px;
}
.modal-content-case .modal-title {
  display: inline-block;
}
.modal-content-case .modal-body {
  min-height: 825px;
  overflow: visible !important;
}
.modal-content-case .modal-body div.comment-list {
  max-height: 220px;
  overflow-y: auto;
  margin-bottom: 10px;
}
.modal-content-case .modal-body div.message-list {
  max-height: 176px;
  overflow-y: auto;
  margin-bottom: 10px;
}
.modal-content-case .modal-body .form-group img {
  margin-left: 10px;
}
.modal-content-case .map-google {
  width: 100%;
  height: 750px;
}
.modal-content-case .modal-body .form-group {
  margin-bottom: 0 !important;
}
.map-location {
  height: 400px;
  margin-bottom: 10px;
}
.document .image-list .image,
.location-dialog .image-list .image {
  display: block;
  margin-bottom: 3px;
}
.document .image-list .image a,
.location-dialog .image-list .image a {
  color: #337ab7;
  margin-right: 10px;
}
.document-text textarea {
  width: 100%;
  min-height: 400px;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.location-dialog .modal-dialog {
  width: 800px;
}
.location-info div strong {
  display: inline-block;
  float: left;
  margin-right: 4px;
}
.location-info div span {
  display: inline-block;
}
.location-info div span a {
  display: block;
}
.glyphicon-none:before {
  content: "\2122";
  color: transparent !important;
}
.operator-instructions .tree-list {
  max-height: 400px;
  overflow: auto;
}
.operator-instructions .tree-list ul {
  list-style: none;
}
.operator-instructions .tree-list ul.root {
  padding-left: 10px;
}
.operator-instructions .tree-list span.name {
  cursor: pointer;
}
.operator-instructions .notes-container {
  margin-bottom: 10px;
}
.operator-instructions textarea {
  width: 80%;
  min-height: 300px;
}
.instruction-list ul {
  list-style: none;
}
.instruction-list ul.root {
  padding-left: 10px;
}
.instruction-list div a {
  font-size: smaller;
  display: none;
  cursor: pointer;
  margin-right: 10px;
}
.instruction-list div a.view {
  display: initial;
}
.instruction-list div:hover a {
  display: inline;
}
.instruction-list .name {
  cursor: pointer;
  margin-right: 20px;
  border-bottom: 1px black dotted;
}
.admin-case-view .form-group {
  margin-bottom: 0;
}
.admin-case-view .form-group img {
  margin-left: 20px;
}
.success-message {
  padding: 15px;
  margin: 10px 0;
}
.import-client-result {
  max-height: 300px;
  overflow-y: auto;
}
.import-client-file-notification {
  color: #999999;
  font-size: 90%;
}
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.table-wrap .btn.btn-link {
  padding: 0 5px;
}
.table-wrap td.cb-wrap {
  padding-top: 20px;
}
.table-wrap td.btn-wrap {
  padding-top: 13px;
}
.table-wrap td.pagination-wrap .pagination {
  margin-top: 5px;
}
.form-wrap .control-label {
  font-size: 13px;
  padding: 7px 0 0 0;
}
.form-wrap .form-control {
  padding: 3px 6px;
}
.filter-wrap .form-group {
  padding: 0;
}
.filter-wrap .control-label {
  padding: 7px 0 0 0;
  font-size: 13px;
  text-align: right;
}
.filter-wrap .control-label.two-line {
  padding: 0;
}
.padding-right-5 {
  padding: 0 5px 0 0;
}
.text-bold {
  font-weight: bold;
}
.margin-top-10 {
  margin-top: 10px;
}
.date-time-wrap input {
  display: inline-block;
}
.date-time-wrap input.date-control {
  width: 100px;
}
.date-time-wrap input.time-control {
  width: 65px;
}
.client-option-wrap label {
  cursor: pointer;
}
.client-option-wrap .btn.btn-link {
  padding: 0 5px;
}
.action-log-wrap {
  font-size: 13px;
  background-color: bisque;
  padding: 5px 10px;
  height: 300px;
  overflow-y: scroll;
}
.action-log-wrap .row {
  margin: 0;
}
.action-log-wrap .row div {
  padding: 0;
}
.action-log-wrap .row div.data-container {
  white-space: nowrap;
}
.input-inline {
  display: inline-block;
  width: 150px;
  margin-left: 5px;
  font-weight: normal;
}
.overflow-wrap {
  overflow-wrap: anywhere;
}
.table-total-wrap {
  font-weight: bold;
  padding-top: 20px !important;
  text-align: right;
  font-size: 18px;
}
