﻿.color-square {
  height: 12px;
  width: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  vertical-align: bottom;
  border: 1px solid black;
  display: inline-block;
}
.bold {
  font-weight: bold;
}
.sortable-drag-handle {
  cursor: move;
  padding-right: 5px;
  float: left;
}
.widget-container {
  width: 100%;
  float: left;
}
@media (max-width: 990px) {
  .list-widget-main-container,
  .big-widget-container {
    height: 620px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.small-widget-container {
  margin-bottom: 10px;
}
.widget {
  float: left;
  border: 2px solid #34495e;
  color: #34495e;
  background-color: aliceblue;
}
.list-widget-container,
.big-widget {
  width: 100%;
  height: 600px;
  margin-bottom: 20px;
}
@media (min-width: 990px) {
  .list-widget-container,
  .big-widget {
    width: 440px;
    margin-right: 10px;
  }
}
.small-widget {
  width: 250px;
  height: 180px;
  overflow: hidden;
  margin: 3px;
  font-weight: bold;
}
.widget-header {
  background-color: #34495e;
  color: aliceblue;
  font-size: 18px;
  width: 100%;
  font-weight: bold;
}
.widget-header .widget-header-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: calc(100% - 80px);
}
.widget-header .widget-header-text a:visited,
.widget-header .widget-header-text a:link,
.widget-header .widget-header-text a:active {
  text-decoration: none;
  color: aliceblue;
}
.widget-header .widget-header-text a:hover {
  text-decoration: none;
  color: lightsteelblue;
}
.widget-header .widget-buttons {
  float: right;
}
.widget-header .widget-buttons i {
  margin: 0 5px 0 0;
  cursor: pointer;
}
.widget-header .widget-buttons icon:hover {
  color: lightsteelblue !important;
}
.widget-buttons-3 .widget-header-text {
  max-width: calc(100% - 95px);
}
.widget-buttons-4 .widget-header-text {
  max-width: calc(100% - 120px);
}
.list-widget-header .widget-header-text {
  max-width: calc(100% - 80px);
}
.list-widget-header,
.big-widget-header {
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
}
.small-widget-header {
  padding: 0 0 0 5px;
  line-height: 35px;
  height: 35px;
}
@media (max-width: 990px) {
  .mobile-widget-buttons .widget-buttons {
    font-size: 30px;
  }
  .mobile-widget-buttons .widget-buttons i {
    text-align: center;
    margin: -5px 0;
  }
  .mobile-widget-buttons.widget-buttons-3 .widget-header-text {
    max-width: calc(100% - 130px);
  }
  .mobile-widget-buttons.widget-buttons-4 .widget-header-text {
    max-width: calc(100% - 150px);
  }
}
.widget-body {
  overflow: auto;
}
.list-widget-body,
.big-widget-body {
  height: 546px;
}
.small-widget-body {
  height: 145px;
  overflow: hidden;
}
.widget-loader {
  width: 100%;
  text-align: center;
}
.list-widget-loader,
.big-widget-loader {
  margin-top: 200px;
}
.small-widget-loader {
  margin-top: 50px;
}
.list-widget-popover,
.big-widget-popover {
  background-color: #34495e;
  border-color: lightsteelblue;
  color: aliceblue;
  font-weight: normal;
  border-radius: 0;
}
.list-widget-popover .arrow::after,
.big-widget-popover .arrow::after {
  border-bottom-color: #34495e !important;
}
.list-widget-popover .arrow,
.big-widget-popover .arrow {
  border-bottom-color: lightsteelblue !important;
}
.list-widget-popover input,
.big-widget-popover input {
  display: none;
}
.list-widget-popover label:hover,
.big-widget-popover label:hover {
  color: lightsteelblue;
  cursor: pointer;
}
@media (max-width: 990px) {
  .list-widget-popover label,
  .big-widget-popover label {
    line-height: 40px;
    font-size: 20px;
  }
  .list-widget-popover-options div:not(:last-child),
  .big-widget-popover-options div:not(:last-child) {
    border-bottom: 1px solid aliceblue;
  }
}
.widget-add {
  width: 60px;
  float: left;
  background-color: rgba(255, 255, 255, 0.3);
  border: 3px dashed lightsteelblue;
  color: lightsteelblue;
  text-align: center;
  font-size: 80px;
  vertical-align: middle;
  margin: 3px;
}
.widget-add:hover {
  color: #34495e;
  border-color: #34495e;
  cursor: pointer;
}
.small-widget-add {
  height: 180px;
  line-height: 170px;
}
.big-widget-add {
  height: 600px;
  line-height: 600px;
  margin: 0;
}
@media (max-width: 352px) {
  .small-widget-add {
    width: 250px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 990px) {
  .big-widget-add {
    margin-left: 5px;
  }
}
.big-widget .widget-no-data-found {
  width: 100%;
  text-align: center;
  margin-top: 200px;
  font-size: 90px;
}
.info-widget-row {
  border-bottom: 1px solid #34495e;
  border-left: 5px solid #34495e;
}
.info-widget-row-header {
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed #34495e;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
.info-widget-row-header.info-widget-row-new {
  background-color: #dffbdc;
}
.info-widget-row-header.info-widget-row-old {
  background-color: #f5fdfd;
}
.info-widget-row-date {
  float: left;
}
.info-widget-row-buttons {
  float: right;
  cursor: pointer;
}
.info-widget-row-buttons i {
  margin-left: 3px;
}
.info-widget-row-buttons i:hover {
  font-size: 20px;
}
.info-widget-row-body {
  padding: 5px;
  white-space: pre-line;
}
.info-widget-row-body.info-widget-row-new {
  background-color: #f8fff7;
}
.info-widget-row-body.info-widget-row-old {
  background-color: white;
}
.info-widget-rows {
  border-top: 1px dotted #34495e;
  overflow: auto;
  height: 297px;
}
.info-widget-add-row {
  padding: 3px 2px;
}
.info-widget-add-row .loki-text-linkify {
  width: 100%;
  height: 206px;
}
.info-widget-add-row > button {
  width: calc(100% - 3px);
  margin: 5px 2px 0 2px;
}
/************** MODULOVE CSS ***********************/
.task-list-widget {
  padding: 10px;
  border-bottom: 1px solid #34495e;
  border-left: 10px solid;
}
.task-list-widget.task-todo {
  background-color: #fbfbfb;
}
.task-list-widget.task-done {
  background-color: #f0ffff;
}
.task-list-widget.task-approved {
  background-color: #f0fff0;
}
.task-list-widget.task-rejected {
  background-color: #fff0f0;
}
.task-list-widget-header {
  font-weight: bold;
}
.task-list-widget-text {
  white-space: pre-line;
  margin-top: 10px;
  overflow-y: auto;
}
.task-list-widget-actions {
  margin-top: 10px;
}
.task-list-widget-actions a.loki-button:hover {
  text-decoration: none;
  color: #ffffff;
}
.task-list-widget-actions a.darkblue:hover {
  background: #34495e;
}
.task-list-widget-actions button,
.task-list-widget-actions a,
.task-list-widget-actions button:focus,
.task-list-widget-actions a:focus {
  height: 34px;
  border-width: 2px;
  outline: none;
}
.task-list-widget-actions a {
  display: inline-block;
}
.task-list-widget-expander {
  cursor: pointer;
  color: #34495e;
  font-weight: bold;
  line-height: 32px;
}
.task-list-widget-expander span {
  display: inline-block;
}
.task-list-widget-buttons {
  margin-bottom: -15px;
}
.task-list-widget-buttons .loki-approve-btn-menu {
  height: 30px !important;
  vertical-align: top;
  display: inline-block;
  padding: 0;
  border-width: 2px !important;
}
.task-list-widget-buttons .button-divider {
  margin: 0 2px;
  display: inline-block !important;
  height: 28px;
}
.task-list-widget-detail {
  white-space: pre-line;
  overflow-y: auto;
  /*margin-bottom: -10px;*/
}
.task-list-widget-detail hr {
  margin: 10px 5px;
  border-top: 1px dotted #34495e;
}
.task-list-widget-filter,
.notification-list-widget-filter {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #34495e;
  padding: 5px;
  background-color: #f5fdfd;
}
.task-list-widget-filter .task-list-widget-filter-count,
.notification-list-widget-filter .task-list-widget-filter-count,
.task-list-widget-filter .notification-list-widget-filter-count,
.notification-list-widget-filter .notification-list-widget-filter-count {
  float: left;
  width: 15%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.task-list-widget-filter .task-list-widget-filter-toggle,
.notification-list-widget-filter .task-list-widget-filter-toggle,
.task-list-widget-filter .notification-list-widget-filter-toggle,
.notification-list-widget-filter .notification-list-widget-filter-toggle {
  float: right;
  font-size: 25px;
  cursor: pointer;
}
.task-list-widget-filter .task-list-widget-filter-toggle:hover,
.notification-list-widget-filter .task-list-widget-filter-toggle:hover,
.task-list-widget-filter .notification-list-widget-filter-toggle:hover,
.notification-list-widget-filter .notification-list-widget-filter-toggle:hover {
  color: midnightblue;
}
.task-list-widget-filter::after,
.notification-list-widget-filter::after {
  content: "";
  display: table;
  clear: both;
}
.task-list-widget-container,
.notification-list-widget-container {
  height: calc(100% - 43px);
  overflow: auto;
}
.task-list-widget-container.only-next-tasks .task-list-widget.task-is-not-next {
  display: none;
}
.task-counts-widget-column-header {
  border-bottom: 1px solid #34495e;
  border-left: 10px solid #34495e;
  display: table;
  width: 100%;
  padding: 10px 0 10px 70px;
  font-weight: bold;
  color: #34495e;
  height: 50px;
  line-height: 30px;
}
.task-counts-widget-column {
  display: table-cell;
  text-align: center;
}
.task-counts-widget {
  padding: 10px;
  border-bottom: 1px solid #34495e;
  border-left: 10px solid;
  height: 99px;
  line-height: 80px;
  font-size: 30px;
}
.task-counts-widget-body {
  display: table;
  float: left;
  width: calc(100% - 60px);
}
.task-counts-widget-body .task-counts-widget-text:not(:last-child) {
  border-right: 1px dotted;
}
.task-counts-widget-body a:visited,
.task-counts-widget-body a:link,
.task-counts-widget-body a:active,
.task-counts-widget-body a:hover {
  text-decoration: none;
}
.task-counts-widget-icon {
  padding-right: 10px;
  width: 60px;
  text-align: center;
  float: left;
  border-right: 2px dotted;
}
.task-counts-widget-icon .text-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin-left: -3px;
  margin-top: -2px;
  display: inline-block;
  font-weight: bold;
}
.task-counts-widget-text {
  font-weight: bold;
  text-align: center;
  display: table-cell;
  text-decoration: none;
}
.task-counts-widget-blue {
  color: #2980b9;
  border-left-color: #2980b9;
  background-color: #eaf7ff;
}
.task-counts-widget-blue .task-counts-widget-icon {
  border-right-color: #2980b9;
}
.task-counts-widget-blue a:visited,
.task-counts-widget-blue a:link,
.task-counts-widget-blue a:active {
  color: #2980b9;
}
.task-counts-widget-blue a:hover {
  color: #164666;
}
.task-counts-widget-red {
  color: #e74c3c;
  border-left-color: #e74c3c;
  background-color: #ffefed;
}
.task-counts-widget-red .task-counts-widget-icon {
  border-right: 2px dotted #e74c3c;
}
.task-counts-widget-red a:visited,
.task-counts-widget-red a:link,
.task-counts-widget-red a:active {
  color: #e74c3c;
}
.task-counts-widget-red a:hover {
  color: #a82315;
}
.task-counts-widget-yellow {
  color: #f39c12;
  border-left-color: #f39c12;
  background-color: #ffefd5;
}
.task-counts-widget-yellow .task-counts-widget-icon {
  border-right: 2px dotted #f39c12;
}
.task-counts-widget-yellow a:visited,
.task-counts-widget-yellow a:link,
.task-counts-widget-yellow a:active {
  color: #f39c12;
}
.task-counts-widget-yellow a:hover {
  color: #976008;
}
.task-counts-widget-green {
  color: #16a085;
  border-left-color: #16a085;
  background-color: #e4fffa;
}
.task-counts-widget-green .task-counts-widget-icon {
  border-right: 2px dotted #16a085;
}
.task-counts-widget-green a:visited,
.task-counts-widget-green a:link,
.task-counts-widget-green a:active {
  color: #16a085;
}
.task-counts-widget-green a:hover {
  color: #0a463a;
}
.task-counts-widget-purple {
  color: #8e44ad;
  border-left-color: #8e44ad;
  background-color: #faedff;
}
.task-counts-widget-purple .task-counts-widget-icon {
  border-right: 2px dotted #8e44ad;
}
.task-counts-widget-purple a:visited,
.task-counts-widget-purple a:link,
.task-counts-widget-purple a:active {
  color: #8e44ad;
}
.task-counts-widget-purple a:hover {
  color: #522764;
}
.loki-task-status-color-square {
  height: 12px;
  width: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  vertical-align: bottom;
  border: 1px solid black;
  display: inline-block;
}
.list-widget-loader {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  color: #34495e;
}
.quick-gradient-widget-body {
  line-height: 30px;
  text-align: center;
  color: #34495e;
}
.quick-gradient-widget-body .quick-gradient-buttons {
  float: left;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: left;
  font-size: 18px;
  padding-top: 4px;
  line-height: 26px;
}
.quick-gradient-widget-body .quick-gradient-buttons .green-btn {
  color: #16a085;
}
.quick-gradient-widget-body .quick-gradient-buttons .yellow-btn {
  color: #f39c12;
}
.quick-gradient-widget-body .quick-gradient-buttons .red-btn {
  color: #e74c3c;
}
.quick-gradient-buttons i {
  margin: 0 0 0 8px;
  cursor: pointer;
}
.quick-gradient-buttons i:hover {
  color: lightsteelblue !important;
}
.quick-gradient-entity {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 2px;
}
.quick-gradient-dates {
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
  float: left;
}
.quick-gradient-dates div {
  float: left;
}
.quick-gradient-metric-type {
  height: 60px;
  width: 60px;
  font-size: 30px;
  padding-top: 10px;
}
.quick-gradient-widget-color {
  height: 1500px;
  background: linear-gradient(0deg, #fc9391, #feec8f, #84f2a3);
}
.quick-gradient-buttons .quick-gradient-redirect {
  float: right;
  font-size: 12px;
  margin-right: 10px;
  margin-top: -2px;
  color: #34495e;
}
.quick-gradient-buttons .quick-gradient-redirect:hover {
  color: lightsteelblue;
}
.meteredData-selected-container {
  padding-left: 3px;
  width: 100%;
  height: 38px;
  background-color: aliceblue;
}
.meteredData-selected-container button {
  float: right;
  margin: 3px;
}
.meteredData-selected-container button:disabled {
  opacity: 0.55;
}
.meteredData-selected-text {
  line-height: 35px;
  width: calc(100% - 42px);
  font-weight: bold;
  font-size: 15px;
  padding-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}
.meteredData-tree-search-container {
  padding-left: 3px;
  position: absolute;
  width: 100%;
}
.meteredData-tree-search {
  margin: 1px 2px 0 -2px;
  width: calc(100% - 39px);
  display: inline-block;
}
.meteredData-tree-search > i {
  position: absolute;
  font-size: 14px !important;
  z-index: 2;
  width: 20px;
  height: 20px;
  padding: 0 2px;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
  top: 10px;
  left: 43px;
  color: grey;
}
.meteredData-tree-search input {
  width: 100%;
  padding: 4px 0 4px 23px;
  font-size: 14px;
  height: 32px;
  color: #555;
  background-color: #fff;
  border: 1px solid #2F353B;
}
.meteredData-tree-search input:focus {
  outline: none;
}
.meteredData-input-clear {
  right: 7px !important;
}
.meteredData-tree-menu {
  position: absolute;
  width: 100%;
  top: 105px;
  overflow: auto;
  height: calc(100% - 110px);
}
.meteredData-tree-data {
  display: none;
}
.metered-data-settings-edit {
  border: 1px solid #34495e;
  background-color: aliceblue;
}
.metered-data-settings-edit .metered-data-settings {
  height: 400px;
}
.metered-data-settings-edit .meteredData-tree-menu {
  top: 95px;
  height: calc(100% - 95px);
}
.metered-data-settings-edit .meteredData-input-clear {
  top: 7px !important;
}
.metered-data-settings-edit .meteredData-edit-header {
  background-color: #34495e;
  color: aliceblue;
  padding: 0 3px;
  font-weight: bold;
}
.metered-data-settings-edit .meteredData-edit-header i.fa-times {
  float: right;
  margin: 2px 2px 0 0;
}
.metered-data-settings-edit .meteredData-edit-header i.fa-times:hover {
  color: lightsteelblue;
  cursor: pointer;
}
.elm-verified-widget {
  color: #34495e;
  border-bottom: 1px solid #34495e;
}
.elm-verified-widget.red-widget {
  border-left: 10px solid #e74c3c;
  color: #e74c3c;
}
.elm-verified-widget.red-widget .elm-verified-widget-dp {
  background-color: #ffefed;
}
.elm-verified-widget.yellow-widget {
  border-left: 10px solid #f39c12;
  color: #f39c12;
}
.elm-verified-widget.yellow-widget .elm-verified-widget-dp {
  background-color: #ffefd5;
}
.elm-verified-widget.green-widget {
  border-left: 10px solid #16a085;
  color: #16a085;
}
.elm-verified-widget.green-widget .elm-verified-widget-dp {
  background-color: #e4fffa;
}
.elm-verified-widget-dp {
  padding: 5px;
  font-weight: bold;
}
.elm-verified-widget-dp span.elm-verified-widget-date {
  float: right;
  line-height: 28px;
}
.elm-verified-widget-dp span span {
  color: #34495e;
  cursor: pointer;
}
.elm-verified-widget-dp span span:hover {
  color: lightsteelblue;
}
.elm-verified-settings {
  border: 2px solid #34495e;
  background-color: aliceblue;
}
.elm-verified-settings .elm-verified-settings-header {
  background-color: #34495e;
  color: aliceblue;
  padding: 0 3px;
  width: 100%;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
  min-height: 50px;
}
.elm-verified-settings .elm-verified-settings-header i.fa-times {
  float: right;
  margin: 2px 2px 0 0;
}
.elm-verified-settings .elm-verified-settings-header i.fa-times:hover {
  color: lightsteelblue;
  cursor: pointer;
}
.elm-verified-settings .elm-verified-settings-body {
  float: left;
  width: 100%;
}
.elm-verified-settings .elm-verified-settings-body button {
  float: right;
}
.elm-verified-settings .elm-verified-settings-body .elm-verified-settings-input {
  width: calc(100% - 36px);
  float: left;
}
.elm-verified-settings .elm-verified-settings-body .elm-verified-settings-label {
  width: 100%;
  float: left;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 14px;
}
.dp-metered-data-widget {
  color: #34495e;
  border-bottom: 1px solid #34495e;
  padding: 5px;
  font-weight: bold;
}
.dp-metered-data-widget span.dp-metered-data-widget-date {
  float: right;
  line-height: 28px;
}
.dp-metered-data-widget span span {
  color: #34495e;
  cursor: pointer;
}
.dp-metered-data-widget span span:hover {
  color: lightsteelblue;
}
.dp-metered-data-widget-ok {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.dp-metered-data-widget-ok i {
  color: green;
  font-size: 50px;
}
.dp-metered-data-widget-ok span {
  display: block;
  font-weight: bold;
}
.dp-metered-data-widget.red-widget {
  border-left: 10px solid #e74c3c;
  color: #e74c3c;
  background-color: #ffefed;
}
.dp-metered-data-widget.yellow-widget {
  border-left: 10px solid #f39c12;
  color: #f39c12;
  background-color: #ffefd5;
}
.dp-metered-data-settings {
  border: 2px solid #34495e;
  background-color: aliceblue;
}
.dp-metered-data-settings .dp-metered-data-settings-header {
  background-color: #34495e;
  color: aliceblue;
  padding: 0 3px;
  width: 100%;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
  min-height: 50px;
}
.dp-metered-data-settings .dp-metered-data-settings-header i.fa-times {
  float: right;
  margin: 2px 2px 0 0;
}
.dp-metered-data-settings .dp-metered-data-settings-header i.fa-times:hover {
  color: lightsteelblue;
  cursor: pointer;
}
.dp-metered-data-settings .dp-metered-data-settings-body {
  float: left;
  width: 100%;
}
.dp-metered-data-settings .dp-metered-data-settings-body button {
  margin-top: 2px;
  width: 100%;
  float: right;
}
.dp-metered-data-settings .dp-metered-data-settings-body .dp-metered-data-settings-input {
  width: 100%;
  float: left;
}
.dp-metered-data-settings .dp-metered-data-settings-body .dp-metered-data-settings-input .input-border:first-child {
  border-left: 10px solid #f39c12;
}
.dp-metered-data-settings .dp-metered-data-settings-body .dp-metered-data-settings-input .input-border:last-child {
  border-left: 10px solid #e74c3c;
}
.dp-metered-data-settings .dp-metered-data-settings-body .dp-metered-data-settings-label {
  width: 100%;
  float: left;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 14px;
}
#smallWidgetAdd .modal-content,
#bigWidgetAdd .modal-content {
  border-radius: 0;
  border: 2px solid #34495e;
  background-color: aliceblue;
}
#smallWidgetAdd .modal-header,
#bigWidgetAdd .modal-header {
  background-color: #34495e;
  padding: 5px 10px;
  height: 35px;
}
#smallWidgetAdd .modal-header button,
#bigWidgetAdd .modal-header button {
  opacity: 1;
  color: aliceblue;
  font-weight: bold;
  font-size: 18px;
  text-shadow: none;
  margin: 0;
}
#smallWidgetAdd .modal-header span.modal-title,
#bigWidgetAdd .modal-header span.modal-title {
  color: aliceblue;
  font-weight: bold;
  font-size: 18px;
}
#smallWidgetAdd .modal-header button:hover,
#bigWidgetAdd .modal-header button:hover {
  color: lightsteelblue;
  cursor: pointer;
}
#smallWidgetAdd .modal-body,
#bigWidgetAdd .modal-body {
  padding: 0;
}
.smallWidgetAddWidget,
.bigWidgetAddWidget {
  padding: 10px;
  border-bottom: 2px solid #34495e;
}
.smallWidgetAddWidget button,
.bigWidgetAddWidget button {
  float: right;
  margin-top: -4px;
}
.smallWidgetAddWidget span,
.bigWidgetAddWidget span {
  font-size: 18px;
  font-weight: bold;
  color: #34495e;
}
.isom-small-settings-edit {
  border: 1px solid #34495e;
  background-color: aliceblue;
}
.isom-small-settings-edit .isom-small-settings {
  height: 400px;
}
.isom-small-settings-edit .isom-small-edit-header {
  background-color: #34495e;
  color: aliceblue;
  padding: 0 3px;
  font-weight: bold;
}
.isom-small-settings-edit .isom-small-edit-header i.fa-times {
  float: right;
  margin: 2px 2px 0 0;
}
.isom-small-settings-edit .isom-small-edit-header i.fa-times:hover {
  color: lightsteelblue;
  cursor: pointer;
}
.isom-small-settings {
  height: 75px;
  background-color: aliceblue;
}
.isom-small-settings input {
  border-radius: 0 !important;
}
.isom-small-selected-container {
  padding-left: 3px;
  width: 100%;
  height: 30px;
}
.isom-small-selected-container button:disabled {
  opacity: 0.55;
}
.isom-small-selected-text {
  font-weight: bold;
  font-size: 15px;
  padding-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  line-height: 30px;
  width: calc(100% - 42px);
}
.isom-small-widget .isom-small-selected-text {
  width: 100%;
  text-align: center;
}
.isom-small-widget-date {
  text-align: center;
  padding-bottom: 3px;
}
.isom-small-tree-search-container {
  padding-left: 3px;
  padding-top: 3px;
  position: absolute;
  width: 100%;
}
.isom-small-tree-search {
  margin: 1px 2px 0 -2px;
  width: calc(100% - 39px);
  display: inline-block;
}
.isom-small-tree-search > i {
  position: absolute;
  font-size: 14px !important;
  z-index: 2;
  width: 20px;
  height: 20px;
  padding: 0 2px;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
  top: 13px;
  left: 43px;
  color: grey;
}
.isom-small-tree-search input {
  width: 100%;
  padding: 4px 0 4px 23px;
  font-size: 14px;
  height: 32px;
  color: #555;
  background-color: #fff;
  border: 1px solid #2F353B;
}
.isom-small-tree-search input:focus {
  outline: none;
}
.isom-small-input-clear {
  right: 7px !important;
}
.isom-small-tree-menu {
  position: absolute;
  width: 100%;
  top: 138px;
  overflow: auto;
  height: calc(100% - 138px);
}
.isom-small-save {
  float: right;
  margin: 0 3px;
}
.isom-small-date {
  height: 40px;
  width: 100%;
  padding: 5px;
  padding-right: 3px;
}
.isom-small-date input[type=checkbox] {
  vertical-align: top;
  margin-top: 10px;
}
.isom-small-date label {
  vertical-align: top;
  margin-top: 7px;
}
.isom-small-date-picker {
  border-radius: 0 !important;
}
.isom-small-chart-inner-text {
  fill: #000000;
  color: #000000;
  font-size: 12px;
  font-family: Verdana;
}
.isom-chart {
  height: 72px;
  width: 246px;
  margin: 0 auto;
  cursor: default;
  display: inline-block;
  border-top: 1px #34495e dotted;
}
.isom-small-date-btn {
  float: left;
  margin: 5px 0 0 3px !important;
}
.isom-small-date-container {
  width: calc(100% - 33px);
  display: inline-flex;
  height: 32px;
  border: 1px solid #34495e;
  margin-left: -1px;
}
.isom-small-date-offset {
  width: 100%;
  background-color: white;
  padding: 3px 2px;
}
.isom-small-date-offset-text {
  display: inline-block;
  float: left;
  line-height: 26px;
  padding: 0 5px;
  font-weight: bold;
}
#isomAddWindow .isom-small-selected-container {
  padding-right: 2px;
}
.isom-small-settings > div:first-child {
  background-color: aliceblue;
}
.isom-small-settings > div:first-child > div:nth-child(2) {
  width: calc(100% - 50px);
  display: inline-block;
  font-size: 14px;
}
.isom-small-status-container {
  display: inline-block;
  width: 50px;
  line-height: 35px;
  float: left;
  padding-left: 8px;
  font-size: 18px;
  margin-top: 5px;
}
.isom-small-status-container i {
  color: gray;
}
.isom-small-status-container i.loki-active {
  color: #195bf9;
}
.isom-small-status-container i:not(.loki-active):hover {
  color: black;
}
.isom-small-settings .isom-small-status {
  font-size: 16px !important;
}
.big-settings {
  border: 2px solid #34495e;
  background-color: aliceblue;
}
.big-settings-header {
  background-color: #34495e;
  color: aliceblue;
  padding: 0 3px;
  width: 100%;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
  min-height: 50px;
}
.big-settings-header i.fa-times {
  float: right;
  margin: 2px 2px 0 0;
}
.big-settings-header i.fa-times:hover {
  color: lightsteelblue;
  cursor: pointer;
}
.big-settings-body {
  background-color: aliceblue;
}
.add-window-body {
  color: black !important;
  padding: 0 !important;
  background-color: aliceblue !important;
}
.calculation-settings {
  border: 2px solid #34495e;
  background-color: aliceblue;
}
.calculation-settings .calculation-settings-header {
  background-color: #34495e;
  color: aliceblue;
  padding: 0 3px;
  width: 100%;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
  min-height: 50px;
}
.calculation-settings .calculation-settings-header i.fa-times {
  float: right;
  margin: 2px 2px 0 0;
}
.calculation-settings .calculation-settings-header i.fa-times:hover {
  color: lightsteelblue;
  cursor: pointer;
}
.calculation-settings-body .filter-row {
  margin: 0 4px;
}
.calculation-settings-body .filter-row .filter-name {
  font-weight: bold;
}
.calculation-settings-body .filter-row .filter-select-row {
  padding: 2px 0px 2px 3px;
}
.calculation-settings-body .select-row,
.calculation-settings-body .filter-select-row {
  height: 30px;
  width: 100%;
  padding: 2px;
}
.calculation-settings-body .select-row select,
.calculation-settings-body .filter-select-row select {
  width: 100%;
  height: 100%;
}
.calculation-settings-body .select-row i,
.calculation-settings-body .filter-select-row i {
  margin: auto;
  padding-right: 5px;
}
.calculation-settings-body .delivery-date-range,
.calculation-settings-body .created-date-range {
  margin: 0 4px;
}
.calculation-settings-body .delivery-date-range .select-row,
.calculation-settings-body .created-date-range .select-row {
  padding: 2px 0px 2px 3px;
}
.calculation-settings-body .delivery-date-range .range-name-for,
.calculation-settings-body .created-date-range .range-name-for {
  font-weight: bold;
  margin-top: 2px;
}
.calculation-settings-body .delivery-date-range {
  border-bottom: 1px solid #34495e;
}
.calculation-settings-body .created-date-range {
  border-bottom: 1px solid #34495e;
}
.calculation-settings-body .date-picker-row {
  padding: 1px 0 1px 3px;
}
.calculation-settings-body .date-picker-row .loki-date-range {
  padding: 5px 3px !important;
}
.calculation-settings-body .date-picker-row .loki-date-range button {
  display: inline-flex;
}
.calculation-settings-body .date-picker-row .date-offset {
  padding: 5px;
  height: 37px;
  display: flex;
  background: white;
  border: 1px solid #ccc;
}
.calculation-settings-body .date-picker-row .date-offset .date-offset-text:first-child {
  margin-top: 2px;
  padding-right: 2px;
}
.calculation-settings-body .date-picker-row .date-offset .date-offset-text:last-child {
  margin-top: 2px;
  padding-left: 2px;
}
.calculation-settings-body .date-picker-row .date-offset div {
  display: inline-block;
}
.calculation-settings-body .save-row {
  padding: 3px;
}
.calculation-settings-body .save-row button {
  width: 100%;
}
.calculation-bcg-el {
  background-color: #dffbdc;
}
.calculation-bcg-gas {
  background-color: #fcfdbc;
}
.calculation-sum-row {
  font-weight: bold;
  font-size: 18px;
  color: #34495e;
  border-bottom: 1px solid #34495e;
  display: block;
  padding: 2px 5px;
  width: 100%;
}
.calculation-sum-row div {
  line-height: 30px;
}
.calculation-sum-row div.calculation-sum-interval {
  border-bottom: 1px dashed #34495e;
  line-height: 25px;
  font-size: 15px;
}
.calculation-sum-row div.calculation-sum-interval span {
  float: right;
  width: 50%;
  text-align: right;
}
.calculation-sum-row div.calculation-sum-interval span:first-child {
  float: left;
  text-align: left;
}
.calculation-sum-row div.calculation-sum-interval::after {
  content: "";
  display: table;
  clear: both;
}
.calculation-sum-row div.sum-row {
  width: 100%;
  padding: 2px;
}
.calculation-sum-row div.sum-row div {
  float: left;
}
.calculation-sum-row div.sum-row .sum-row-commodity {
  width: 50px;
  line-height: 60px;
  font-size: 25px;
  margin-left: -5px;
}
.calculation-sum-row div.sum-row .sum-row-data {
  width: calc(100% - 50px);
}
@media (min-width: 400px) {
  .calculation-sum-row div.sum-row .sum-row-data {
    padding: 0 10px;
  }
}
.calculation-sum-row div.sum-row .sum-row-data div.row-name {
  width: 100%;
  text-align: center;
}
.calculation-sum-row div.sum-row .sum-row-data div.row-count {
  width: calc(100% - 110px);
  text-align: left;
}
.calculation-sum-row div.sum-row .sum-row-data div.row-volume {
  width: calc(100% - 110px);
  text-align: left;
}
.calculation-sum-row div.sum-row .sum-row-data div.row-avg-buy {
  width: 110px;
  text-align: right;
}
.calculation-sum-row div.sum-row .sum-row-data div.row-avg-sell {
  width: 110px;
  text-align: right;
}
.calculation-sum-row div.sum-row::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 450px) {
  .calculation-sum-row div.calculation-sum-interval span {
    width: 100%;
    text-align: left;
  }
}
.calculation-list-container {
  width: 100%;
  height: 421px;
  overflow: auto;
  line-height: 30px;
  font-weight: bold;
}
.calculation-list-container .calculation-list-row {
  border-bottom: 1px solid #34495e;
  border-left: 5px solid #34495e;
}
.calculation-list-container .calculation-list-row .row-name {
  margin: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dotted #34495e;
}
.calculation-list-container .calculation-list-row .row-count {
  display: inline-block;
  float: right;
}
.calculation-list-container .calculation-list-row .row-name::after {
  content: "";
  display: table;
  clear: both;
}
.calculation-list-container .calculation-list-row .row-data {
  padding: 2px 5px;
}
.calculation-list-container .calculation-list-row .row-data div {
  float: left;
}
.calculation-list-container .calculation-list-row .row-data::after {
  content: "";
  display: table;
  clear: both;
}
.calculation-list-container .calculation-list-row .row-volume {
  width: 50%;
}
.calculation-list-container .calculation-list-row .row-avg-buy {
  width: 25%;
}
.calculation-list-container .calculation-list-row .row-avg-sell {
  width: 25%;
}
.calculation-list-container .calculation-list-row:nth-child(odd) {
  background-color: white;
}
.calculation-list-container .calculation-list-row:nth-child(even) {
  background-color: #f5fdfd;
}
@media (max-width: 450px) {
  .calculation-list-container {
    height: 427px;
  }
}
.calc-volume-widget {
  height: 100%;
  line-height: 22px;
}
.calc-volume-widget div.calc-volume-header {
  width: 100%;
  padding: 2px;
  border-bottom: 1px dotted #34495e;
}
.calc-volume-widget div.calc-volume-header div {
  float: left;
}
.calc-volume-widget div.calc-volume-header div.calc-volume-description {
  width: 100%;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 20px;
}
.calc-volume-widget div.calc-volume-header div.calc-volume-commodity {
  width: 40px;
  line-height: 50px;
  font-size: 21px;
}
.calc-volume-widget div.calc-volume-header div.calc-volume-dates {
  width: calc(100% - 40px);
  line-height: 18px;
  padding-left: 15px;
}
.calc-volume-widget div.calc-volume-header div.calc-volume-dates span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.calc-volume-widget div.calc-volume-header div.calc-volume-dates span i {
  width: 14px;
}
.calc-volume-widget div.calc-volume-header::after {
  content: "";
  display: table;
  clear: both;
}
.calc-volume-widget div.calc-volume-trader {
  padding: 0 5px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dotted #34495e;
}
.calc-volume-widget div.calc-volume-trader-volume {
  text-align: center;
  font-size: 18px;
  line-height: 42px;
}
.calculation-small-settings-edit {
  border: 1px solid #34495e;
  background-color: aliceblue;
}
.calculation-small-settings-edit .calculation-small-settings-header {
  background-color: #34495e;
  color: aliceblue;
  padding: 0 3px;
  font-weight: bold;
}
.calculation-small-settings-edit .calculation-small-settings-header i.fa-times {
  float: right;
  margin: 2px 2px 0 0;
}
.calculation-small-settings-edit .calculation-small-settings-header i.fa-times:hover {
  color: lightsteelblue;
  cursor: pointer;
}
.calculation-small-settings-edit .loki-date-range {
  line-height: 22px;
}
.calculation-small-settings-edit .loki-date-range button {
  margin-left: 4px !important;
  top: -11px;
  height: 25px !important;
}
.calculation-small-settings-body {
  background: aliceblue;
  height: 376px;
}
.calculation-small-settings-body select {
  width: 100%;
  height: 100%;
}
.calculation-small-settings-body .trader-row,
.calculation-small-settings-body .select-row,
.calculation-small-settings-body .filter-select-row {
  height: 30px;
  padding: 1px 3px;
  display: flex;
}
.calculation-small-settings-body .description-row {
  margin: 1px 3px;
  border-bottom: 1px solid #34495e;
}
.calculation-small-settings-body .description-row div {
  padding-left: 4px;
  padding-bottom: 5px;
}
.calculation-small-settings-body .description-row span {
  font-weight: bold;
}
.calculation-small-settings-body .description-row input {
  width: 100%;
}
.calculation-small-settings-body .filter-row {
  margin: 0 3px 0 4px;
}
.calculation-small-settings-body .filter-row .filter-name {
  font-weight: bold;
}
.calculation-small-settings-body .filter-row .filter-select-row {
  padding: 2px 0px 2px 3px;
}
.calculation-small-settings-body .trader-row div {
  width: 100%;
}
.calculation-small-settings-body .trader-row span {
  width: auto;
  margin: auto;
  font-weight: bold;
  margin-right: 2px;
}
.calculation-small-settings-body .select-row i {
  margin: auto;
  padding-right: 5px;
}
.calculation-small-settings-body .commodity-row {
  line-height: 35px;
  height: 30px;
}
.calculation-small-settings-body .commodity-row div {
  margin-left: 5px;
}
.calculation-small-settings-body .commodity-row label,
.calculation-small-settings-body .commodity-row input {
  cursor: pointer;
}
.calculation-small-settings-body .delivery-date-range,
.calculation-small-settings-body .created-date-range {
  margin: 0 4px;
}
.calculation-small-settings-body .delivery-date-range .select-row,
.calculation-small-settings-body .created-date-range .select-row {
  padding: 2px 0px 2px 3px;
}
.calculation-small-settings-body .delivery-date-range .range-name-for,
.calculation-small-settings-body .created-date-range .range-name-for {
  font-weight: bold;
  margin-top: 2px;
}
.calculation-small-settings-body .delivery-date-range {
  border-top: 1px solid #34495e;
  border-bottom: 1px solid #34495e;
}
.calculation-small-settings-body .created-date-range {
  border-bottom: 1px solid #34495e;
}
.calculation-small-settings-body .date-picker-row {
  padding: 1px 0 1px 3px;
}
.calculation-small-settings-body .date-picker-row .date-offset {
  padding: 5px;
  height: 37px;
  display: flex;
  background: white;
  border: 1px solid #ccc;
}
.calculation-small-settings-body .date-picker-row .date-offset .date-offset-text:first-child {
  margin-top: 2px;
  padding-right: 2px;
}
.calculation-small-settings-body .date-picker-row .date-offset .date-offset-text:last-child {
  margin-top: 2px;
  padding-left: 2px;
}
.calculation-small-settings-body .date-picker-row .date-offset div {
  display: inline-block;
}
.calculation-small-settings-body .save-row {
  padding: 3px;
}
.calculation-small-settings-body .save-row button {
  margin: 0;
  width: 100%;
}
div.sum-row-small {
  width: 100%;
  padding: 2px;
  padding-top: 0;
}
div.sum-row-small div {
  float: left;
  line-height: 20px;
}
div.sum-row-small .sum-row-data {
  width: 100%;
  padding: 0 10px;
}
div.sum-row-small .sum-row-data div.row-name {
  width: 100%;
  text-align: center;
}
div.sum-row-small .sum-row-data div.row-count {
  width: calc(100% - 70px);
  text-align: left;
}
div.sum-row-small .sum-row-data div.row-volume {
  width: calc(100% - 70px);
  text-align: left;
}
div.sum-row-small .sum-row-data div.row-avg-buy {
  width: 70px;
  text-align: right;
}
div.sum-row-small .sum-row-data div.row-avg-sell {
  width: 70px;
  text-align: right;
}
div.duplicity-list-container {
  width: 100%;
  overflow: auto;
  line-height: 30px;
  font-weight: bold;
  height: 480px;
}
div.duplicity-list-container div.duplicity-list-row {
  border-bottom: 1px solid #34495e;
  border-left: 5px solid #34495e;
}
div.duplicity-list-container div.duplicity-list-row a:link,
div.duplicity-list-container div.duplicity-list-row a:visited,
div.duplicity-list-container div.duplicity-list-row a:active {
  color: black;
  text-decoration: none;
}
div.duplicity-list-container div.duplicity-list-row a:hover {
  color: #34495e;
  text-decoration: none;
}
div.duplicity-list-container div.duplicity-list-row div.row-name {
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed #34495e;
  width: 100%;
  cursor: pointer;
}
div.duplicity-list-container div.duplicity-list-row div.row-name .row-name-buyer-code {
  font-weight: normal;
}
div.duplicity-list-container div.duplicity-list-row div.row-name .row-count {
  display: inline-block;
  float: right;
}
div.duplicity-list-container div.duplicity-list-row div.row-name.calculation-bcg-el:hover {
  background-color: #d0ffcb;
}
div.duplicity-list-container div.duplicity-list-row div.row-name.calculation-bcg-gas:hover {
  background-color: #feffa2;
}
div.duplicity-list-container div.duplicity-list-row div.row-name::after {
  content: "";
  display: table;
  clear: both;
}
div.duplicity-list-container div.duplicity-list-row div.row-data-trader {
  margin: 0 10px;
  border-bottom: 1px dotted #34495e;
}
div.duplicity-list-container div.duplicity-list-row div.row-data-trader .row-interval {
  display: inline-block;
  float: right;
}
div.duplicity-list-container div.duplicity-list-row div.row-data-trader:last-child {
  border-bottom: none;
}
div.duplicity-list-container div.duplicity-list-row div.row-data-trader::after {
  content: "";
  display: table;
  clear: both;
}
div.duplicity-list-container div.duplicity-list-row.duplicity-list-row-ignore {
  border-bottom-color: darkred;
  border-left-color: darkred;
}
div.duplicity-list-container div.duplicity-list-row.duplicity-list-row-ignore a:link,
div.duplicity-list-container div.duplicity-list-row.duplicity-list-row-ignore a:visited,
div.duplicity-list-container div.duplicity-list-row.duplicity-list-row-ignore a:active {
  color: darkred;
}
div.duplicity-list-container div.duplicity-list-row.duplicity-list-row-ignore div.row-name {
  border-bottom-color: darkred;
}
div.duplicity-list-container div.duplicity-list-row.calculation-bcg-el {
  background-color: #f8fff7;
}
div.duplicity-list-container div.duplicity-list-row.calculation-bcg-gas {
  background-color: #fbfbf3;
}
div.duplicit-widget-filter {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #34495e;
  padding: 5px;
  background-color: #f5fdfd;
}
div.duplicit-widget-filter div:last-child {
  font-size: 15px;
  line-height: 25px;
  clear: both;
}
div.duplicit-widget-filter .duplicit-widget-filter-name {
  float: left;
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.duplicit-widget-filter .duplicit-widget-filter-toggle {
  float: right;
  font-size: 25px;
  cursor: pointer;
}
div.duplicit-widget-filter .duplicit-widget-filter-toggle:hover {
  color: midnightblue;
}
.duplicity-settings {
  border: 2px solid #34495e;
  background-color: aliceblue;
}
.duplicity-settings .duplicity-settings-header {
  background-color: #34495e;
  color: aliceblue;
  padding: 0 3px;
  width: 100%;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
  min-height: 50px;
}
.duplicity-settings .duplicity-settings-header i.fa-times {
  float: right;
  margin: 2px 2px 0 0;
}
.duplicity-settings .duplicity-settings-header i.fa-times:hover {
  color: lightsteelblue;
  cursor: pointer;
}
.duplicity-settings-body .select-row {
  padding: 2px 0px 2px 3px;
  height: 30px;
  width: 100%;
  padding: 2px;
}
.duplicity-settings-body .select-row select {
  width: 100%;
  height: 100%;
}
.duplicity-settings-body .select-row i {
  margin: auto;
  padding-right: 5px;
}
.duplicity-settings-body .select-name {
  font-weight: bold;
  margin-top: 2px;
}
.duplicity-settings-body .filter-row {
  margin: 0 4px;
}
.duplicity-settings-body .delivery-date-range {
  margin: 0 4px;
  border-bottom: 1px solid #34495e;
}
.duplicity-settings-body .date-picker-row {
  padding: 1px 0 1px 3px;
}
.duplicity-settings-body .date-picker-row .loki-date-range {
  padding: 5px 3px !important;
}
.duplicity-settings-body .date-picker-row .loki-date-range button {
  display: inline-flex;
}
.duplicity-settings-body .date-picker-row .date-offset {
  padding: 5px;
  height: 37px;
  display: flex;
  background: white;
  border: 1px solid #ccc;
}
.duplicity-settings-body .date-picker-row .date-offset .date-offset-text:first-child {
  margin-top: 2px;
  padding-right: 2px;
}
.duplicity-settings-body .date-picker-row .date-offset .date-offset-text:last-child {
  margin-top: 2px;
  padding-left: 2px;
}
.duplicity-settings-body .date-picker-row .date-offset div {
  display: inline-block;
}
.duplicity-settings-body .save-row {
  padding: 3px;
}
.duplicity-settings-body .save-row button {
  width: 100%;
  margin-bottom: 2px;
}
.duplicity-settings-body .allowed-status-row {
  padding: 1px 0 1px 3px;
}
.duplicity-settings-body .allowed-status-settings-row {
  padding: 2px 8px 0 3px;
  height: 295px;
}
.duplicity-ignore {
  float: right;
  font-size: 20px;
}
.duplicity-ignore.duplicity-ignore-ignore:hover {
  color: darkred;
}
.duplicity-ignore.duplicity-ignore-restore:hover {
  color: darkgreen;
}
/****************** BlueBox ******************/
.bluebox-widget-row {
  border-bottom: 1px solid #34495e;
  border-left: 5px solid #34495e;
}
.bluebox-widget-row-header {
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed #34495e;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
.bluebox-widget-row-header.bluebox-widget-row-new {
  background-color: #b3d5f9;
}
.bluebox-widget-row-header.bluebox-widget-row-old {
  background-color: #c9e9f6;
}
.bluebox-widget-row-date {
  float: left;
}
.bluebox-widget-row-buttons {
  float: right;
  cursor: pointer;
}
.bluebox-widget-row-buttons i {
  margin-left: 3px;
}
.bluebox-widget-row-buttons i:hover {
  font-size: 20px;
}
.bluebox-widget-row-body {
  padding: 5px;
  white-space: pre-line;
}
.bluebox-widget-row-body.bluebox-widget-row-new {
  background-color: #edf6ff;
}
.bluebox-widget-row-body.bluebox-widget-row-old {
  background-color: #f3fafd;
}
.bluebox-widget-rows {
  border-top: 1px dotted #34495e;
  overflow: auto;
  height: 297px;
}
.bluebox-widget-add-row {
  padding: 3px 2px;
}
.bluebox-widget-add-row .loki-text-linkify {
  width: 100%;
  height: 206px;
}
.bluebox-widget-add-row > button {
  width: calc(100% - 3px);
  margin: 5px 2px 0 2px;
}
/****************** Report ******************/
.report-settings-body .input-name {
  font-weight: bold;
  margin-top: 2px;
  padding: 0 3px;
}
.report-settings-body .report-settings-name-row {
  padding: 1px 6px;
}
.report-settings-body .report-settings-name-row input {
  width: 100%;
}
.report-settings-body .report-settings-reports-row {
  padding: 2px 4px 0 3px;
  height: 454px;
}
.report-settings-body .save-row {
  padding: 5px 3px;
}
.report-settings-body .save-row button {
  width: 100%;
  margin-bottom: 0;
}
.report-widget .report-color-square {
  height: 12px;
  width: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  vertical-align: bottom;
  border: 1px solid black;
  display: inline-block;
}
.report-widget .report-widget-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #34495e;
  padding: 5px;
  background-color: #f5fdfd;
}
.report-widget .report-widget-big {
  overflow: auto;
}
.report-widget .report-widget-big .report-widget-row:nth-child(even) {
  background-color: white;
}
.report-widget .report-widget-big .report-widget-row:nth-child(odd) {
  background-color: #fbfbfb;
}
.report-widget .report-widget-big .report-widget-row {
  border-left: 5px solid #34495e;
  border-bottom: 1px solid #34495e;
  padding-bottom: 10px;
}
.report-widget .report-widget-big .report-widget-row .report-widget-row-header {
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dashed #34495e;
  width: 100%;
}
.report-widget .report-widget-big .report-widget-row .report-widget-row-header a {
  font-weight: bold;
  color: #34495e;
  cursor: pointer;
  /**display: inline-block;**/
  width: 385px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.report-widget .report-widget-big .report-widget-row .report-widget-row-header a:hover {
  text-decoration: none;
}
.report-widget .report-widget-big .report-widget-row .report-widget-row-header .report-status-icon {
  color: #34495e;
  float: right;
}
.report-widget .report-widget-big .report-widget-row .report-widget-row-header .report-status-icon.fa-check-circle {
  color: green;
}
.report-widget .report-widget-big .report-widget-row .report-widget-row-header .report-status-icon.fa-times-circle {
  color: red;
}
.report-widget .report-widget-big .report-widget-row .report-widget-row-body {
  margin-top: 10px;
  padding: 0 5px;
}
.report-widget .report-widget-big .report-widget-row .report-widget-row-body .report-widget-actions {
  height: 34px;
}
.report-widget .report-widget-big .report-widget-row .report-widget-row-body .report-widget-actions .report-widget-expander {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  cursor: default;
}
.report-widget .report-widget-big .report-widget-row .report-widget-row-body .report-widget-actions .report-widget-expander span.expanded,
.report-widget .report-widget-big .report-widget-row .report-widget-row-body .report-widget-actions .report-widget-expander span.collapsed {
  cursor: pointer;
}
.report-widget .report-widget-big .report-widget-row .report-widget-row-body .report-widget-detail {
  overflow-y: auto;
  white-space: pre-line;
  min-height: 20px;
}
.report-widget .report-widget-big .report-widget-row .report-widget-row-body .report-widget-buttons button,
.report-widget .report-widget-big .report-widget-row .report-widget-row-body .report-widget-buttons a {
  height: 34px;
  border-width: 2px;
  margin-bottom: 0;
  display: inline-block;
}
/****************** Report Detail ******************/
.report-detail-settings-body .report-detail-settings-row {
  margin: 0 4px;
}
.report-detail-settings-body .report-detail-settings-row .input-name,
.report-detail-settings-body .report-detail-settings-row .select-name {
  font-weight: bold;
  margin-top: 2px;
}
.report-detail-settings-body .report-detail-settings-row .report-detail-settings-name-row {
  width: 100%;
  padding: 2px;
}
.report-detail-settings-body .report-detail-settings-row .report-detail-settings-name-row input,
.report-detail-settings-body .report-detail-settings-row .report-detail-settings-name-row report-detail-widget-settings-name {
  width: 100%;
}
.report-detail-settings-body .report-detail-settings-row .report-detail-settings-reports-row {
  height: 30px;
  width: 100%;
  padding: 2px;
}
.report-detail-settings-body .report-detail-settings-row .report-detail-settings-reports-row select {
  width: 100%;
  height: 100%;
}
.report-detail-settings-body .save-row {
  padding: 5px 3px;
}
.report-detail-settings-body .save-row button {
  width: 100%;
  margin-bottom: 0;
}
.report-detail-widget {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.report-detail-widget iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/****************** Montel ******************/
/****************** Quote ******************/
.montel-display-label {
  font-weight: bold;
  padding: 2px 3px 0 3px;
}
.montel-quote-settings-body {
  width: 100%;
  height: calc(100% - 50px);
  position: inherit;
  padding: 0 15px;
}
.montel-quote-settings-body .quote-widget-settings-name {
  line-height: 20px;
  width: 100%;
}
.montel-quote-settings-body .montel-quote-front-symbol-row {
  width: 100%;
  height: calc(100% - 127px);
  padding-top: 5px;
  overflow: hidden;
}
.montel-quote-settings-body .montel-quote-front-symbol-row .select2-container {
  height: 100%;
  overflow: hidden;
}
.montel-quote-settings-body .montel-quote-front-symbol-row .select2-container .select2-selection--multiple {
  height: 100%;
  overflow: auto;
}
.montel-quote-settings-body .montel-quote-change-all-row {
  height: 27px;
  margin-top: 5px;
}
.montel-quote-settings-body .save-row {
  padding: 3px;
}
.montel-quote-settings-body .save-row button {
  width: 100%;
}
.montel-quote-detail-popover-body {
  color: #34495e;
}
.montel-quote-data-col {
  width: 20%;
  float: left;
}
.montel-quote-header {
  width: 100%;
  overflow: hidden;
  background-color: #dffbdc;
  line-height: 30px;
  border-bottom: 2px solid #34495e;
  padding: 0 5px;
}
.montel-quote-header .montel-quote-header-row {
  width: 100%;
  border-bottom: 1px dashed #34495e;
  padding: 5px 0;
}
.montel-quote-header .montel-quote-header-row span {
  font-size: 15px;
  font-weight: bold;
}
.montel-quote-header .montel-quote-header-name {
  width: 100%;
  font-weight: bold;
  /*padding: 0 15px;*/
  text-align: center;
}
.montel-quote-header .montel-quote-header-name div {
  padding: 0;
}
.montel-quote-container {
  height: calc(100% - 73px);
  overflow: auto;
  line-height: 30px;
}
.montel-quote-container .montel-quote-row:nth-child(odd) {
  background-color: white;
}
.montel-quote-container .montel-quote-row:nth-child(even) {
  background-color: #f5fdfd;
}
.montel-quote-container .montel-quote-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #34495e;
  /*border-left: 5px solid @widgetHeader;*/
}
.montel-quote-container .montel-quote-row .montel-quote-symbol-row,
.montel-quote-container .montel-quote-row .montel-quote-data-row {
  padding: 0 10px;
  width: 100%;
  float: left;
}
.montel-quote-container .montel-quote-row .montel-quote-symbol-row div {
  border-bottom: 1px dotted #34495e;
}
.montel-quote-container .montel-quote-row .montel-quote-symbol-row .montel-quote-symbol-name {
  font-weight: bold;
  width: calc(100% - 56px);
  display: inline-block !important;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
}
.montel-quote-container .montel-quote-row .montel-quote-symbol-row .montel-quote-last-change {
  color: #9ca1a5 !important;
  float: right;
  text-align: right;
}
.montel-quote-container .montel-quote-row .montel-quote-symbol-row .montel-quote-last-change .montel-span-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.montel-quote-container .montel-quote-row .montel-quote-data-row {
  text-align: right;
}
.loki-dashboard-manage-menu-item {
  display: inline-block;
  height: 32px;
  width: 100%;
}
.loki-dashboard-manage-menu-item button {
  width: 100%;
  height: 100%;
}
.montel-change-data {
  animation: montel-change-background 10s ease 1;
  -webkit-animation: montel-change-background 10s ease 1;
  -moz-animation: montel-change-background 10s ease 1;
  -o-animation: montel-change-background 10s ease 1;
}
@-webkit-keyframes montel-change-background {
  from {
    background: linear-gradient(-45deg, #ffa866, #ffe8c6);
    background-size: 400% 400%;
  }
  to {
    background: linear-gradient(-45deg, #ffa866, #ffe8c6);
    background-size: 400% 400%;
  }
  0% {
    background-position: 100% 100%;
  }
  25% {
    background-position: 100% 75%;
  }
  50% {
    background-position: 75% 50%;
  }
  75% {
    background-position: 50% 25%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-moz-keyframes montel-change-background {
  from {
    background: linear-gradient(-45deg, #ffa866, #ffe8c6);
    background-size: 400% 400%;
  }
  to {
    background: linear-gradient(-45deg, #ffa866, #ffe8c6);
    background-size: 400% 400%;
  }
  0% {
    background-position: 100% 100%;
  }
  25% {
    background-position: 100% 75%;
  }
  50% {
    background-position: 75% 50%;
  }
  75% {
    background-position: 50% 25%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@-o-keyframes montel-change-background {
  from {
    background: linear-gradient(-45deg, #ffa866, #ffe8c6);
    background-size: 400% 400%;
  }
  to {
    background: linear-gradient(-45deg, #ffa866, #ffe8c6);
    background-size: 400% 400%;
  }
  0% {
    background-position: 100% 100%;
  }
  25% {
    background-position: 100% 75%;
  }
  50% {
    background-position: 75% 50%;
  }
  75% {
    background-position: 50% 25%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes montel-change-background {
  from {
    background: linear-gradient(-45deg, #ffa866, #ffe8c6);
    background-size: 400% 400%;
  }
  to {
    background: linear-gradient(-45deg, #ffa866, #ffe8c6);
    background-size: 400% 400%;
  }
  0% {
    background-position: 100% 100%;
  }
  25% {
    background-position: 100% 75%;
  }
  50% {
    background-position: 75% 50%;
  }
  75% {
    background-position: 50% 25%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.small-widget-expander {
  border: none !important;
}
.small-widget-expander .small-widget-expander-header {
  font-weight: bold;
  font-size: 12px;
  font-family: 'segoe ui', arial, sans-serif;
  height: auto;
  min-height: 17px;
  background-color: #CDCDCD;
  line-height: 30px;
  border: none;
  /*padding: 5px 0;
        height: 18px;
        border: 1px solid #CDCDCD;*/
}
.small-widget-expander .small-widget-expander-header .jqx-expander-header-content-loki {
  line-height: 16px;
}
.small-widget-expander .small-widget-expander-body {
  background: #ddd;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.small-widget-expander .jqx-expander-header-loki {
  color: black;
}
.small-widget-expander .jqx-expander-arrow {
  background-image: none;
  margin-left: 7px;
  margin-top: 1px !important;
  font-family: FontAwesome;
  line-height: 16px;
}
.small-widget-expander .jqx-expander-arrow.jqx-icon-arrow-down-loki:before {
  content: "\f103";
}
.small-widget-expander .jqx-expander-arrow.jqx-icon-arrow-up-loki:before {
  content: "\f102";
}
.expander-pin-icon {
  cursor: pointer;
  float: right;
  margin: 0;
  padding: 0 10px;
  font-size: 13px;
}
.expander-pin-icon:hover {
  font-weight: bold;
}
.task-unseen {
  background-color: #fbfbfb;
}
.task-seen {
  background-color: #f0ffff;
}
/***************************Incidenty********************************/
.incidents-widget-filter {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #34495e;
  padding: 5px;
  background-color: #f5fdfd;
}
.incidents-widget-filter .incidents-widget-filter-count {
  /*float: left;*/
  /*width: calc(100% - 90px);*/
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.incidents-widget-container {
  height: calc(100% - 43px);
  overflow: auto;
}
.incidents-widget-container .incidents-widget-row {
  padding: 10px;
  border-bottom: 1px solid #34495e;
  border-left: 10px solid;
  background: #fbfbfb;
}
.incidents-widget-container .incidents-widget-header {
  font-weight: bold;
}
.incidents-widget-container .incidents-widget-header div {
  display: inline-block;
}
.incidents-widget-container .incidents-widget-header div i {
  font-size: 16px;
}
.incidents-widget-container .incidents-widget-body {
  /*white-space: pre-line;*/
  margin-top: 5px;
  overflow-y: auto;
}
.incidents-widget-container .incidents-widget-body .incidents-widget-body-row {
  width: 100%;
  float: left;
  height: 22px;
}
.incidents-widget-container .incidents-widget-body div {
  line-height: 22px;
}
.incidents-widget-container .incidents-widget-actions {
  margin-top: 10px;
  line-height: 32px;
  height: 32px;
}
.incidents-widget-container .incidents-widget-actions a {
  display: inline-block;
}
.incidents-widget-container .incidents-widget-actions button,
.incidents-widget-container .incidents-widget-actions a,
.incidents-widget-container .incidents-widget-actions button:focus,
.incidents-widget-container .incidents-widget-actions a:focus {
  height: 34px;
  border-width: 2px;
  outline: none;
}
.incidents-widget-container .incidents-widget-actions .incidents-widget-expander {
  cursor: pointer;
  color: #34495e;
  font-weight: bold;
  line-height: 32px;
  float: left;
}
.incidents-widget-container .incidents-widget-actions .incidents-widget-expander span {
  display: inline-block;
}
.incidents-widget-container .incidents-widget-actions .incidents-widget-buttons {
  float: right;
}
.incidents-widget-container .incidents-widget-actions .incidents-widget-buttons button,
.incidents-widget-container .incidents-widget-actions .incidents-widget-buttons a {
  margin-bottom: 0;
}
.incidents-widget-container .incidents-widget-actions .incidents-widget-buttons a {
  line-height: 20px;
}
.incidents-widget-container .incidents-widget-actions .incidents-widget-buttons a.loki-button:hover {
  text-decoration: none;
  color: #ffffff;
}
.incidents-widget-container .incidents-widget-actions .incidents-widget-buttons a.loki-button.darkblue:hover {
  background: #34495e;
}
.incidents-widget-container .incidents-widget-actions .incidents-widget-buttons .button-divider {
  margin: 0 2px;
  display: inline-block !important;
  height: 28px;
}
.incidents-widget-container .incidents-widget-detail {
  white-space: pre-line;
  overflow-y: auto;
  /*margin-bottom: -10px;*/
}
.incidents-widget-container .incidents-widget-detail .incidents-widget-cause hr {
  margin: 10px 5px;
  border-top: 1px dotted #34495e;
}
.incidents-settings-body .incidents-settings-row {
  margin: 0 4px;
}
.incidents-settings-body .incidents-settings-row .input-name,
.incidents-settings-body .incidents-settings-row .select-name {
  font-weight: bold;
  margin-top: 2px;
}
.incidents-settings-body .incidents-settings-row .incidents-settings-name-row {
  width: 100%;
  padding: 2px;
}
.incidents-settings-body .incidents-settings-row .incidents-settings-name-row input,
.incidents-settings-body .incidents-settings-row .incidents-settings-name-row .incidents-widget-settings-name {
  width: 100%;
}
.incidents-settings-body .incidents-settings-row .incidents-settings-filters-row {
  height: 30px;
  width: 100%;
  padding: 2px;
}
.incidents-settings-body .incidents-settings-row .incidents-settings-filters-row select {
  width: 100%;
  height: 100%;
}
.incidents-settings-body .save-row {
  padding: 5px 3px;
}
.incidents-settings-body .save-row button {
  width: 100%;
  margin-bottom: 0;
}
/****************** Diagram******************/
.diagram-settings-body {
  padding: 0 5px;
}
.diagram-settings-body .input-name,
.diagram-settings-body .select-name,
.diagram-settings-body .range-name {
  font-weight: bold;
  margin-top: 2px;
}
.diagram-settings-body .diagram-settings-name-row {
  width: 100%;
  padding: 2px;
}
.diagram-settings-body .diagram-settings-name-row input,
.diagram-settings-body .diagram-settings-name-row .diagram-widget-settings-name {
  width: 100%;
}
.diagram-settings-body .diagram-settings-headers-row {
  height: 30px;
  width: 100%;
  padding: 2px;
}
.diagram-settings-body .diagram-settings-headers-row select {
  width: 100%;
  height: 100%;
}
.diagram-settings-body .diagram-settings-range-row {
  width: 100%;
  padding: 2px;
  height: 30px;
}
.diagram-settings-body .diagram-settings-range-row .loki-button {
  line-height: 13px;
}
.diagram-settings-body .save-row {
  padding: 5px 3px;
}
.diagram-settings-body .save-row button {
  width: 100%;
  margin-bottom: 0;
}
.diagram-widget {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.diagram-widget iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.find-client-widget {
  width: 100%;
  height: 100%;
}
.find-client-widget .find-client-widget-search-container {
  width: 100%;
}
.find-client-widget .find-client-widget-search-container .find-client-widget-search-input {
  width: 100%;
  height: 26px;
  padding: 2px;
}
.find-client-widget .find-client-widget-search-container .find-client-widget-search-input input {
  width: 100%;
}
.find-client-widget .find-client-widget-search-container .find-client-widget-search-button {
  width: 100%;
  padding: 2px;
}
.find-client-widget .find-client-widget-search-container .find-client-widget-search-button button {
  width: 100%;
  height: 26px;
}
.find-client-widget .find-client-widget-result-container {
  width: 100%;
  padding: 0 5px;
}
.find-client-widget .find-client-widget-result-container .find-client-widget-name,
.find-client-widget .find-client-widget-result-container .find-client-widget-ico,
.find-client-widget .find-client-widget-result-container .find-client-widget-trader,
.find-client-widget .find-client-widget-result-container .find-client-widget-status {
    width: 100%;
    padding: 2px;
}
.find-sanctions-widget {
  width: 100%;
  height: 100%;
}
.find-sanctions-widget .find-sanctions-widget-search-container {
  width: 100%;
}
.find-sanctions-widget .find-sanctions-widget-search-container .find-sanctions-widget-search-input {
  width: 100%;
  height: 26px;
  padding: 2px;
}
.find-sanctions-widget .find-sanctions-widget-search-container .find-sanctions-widget-search-input input {
  width: 100%;
}
.find-sanctions-widget .find-sanctions-widget-search-container .find-sanctions-widget-search-button {
  width: 100%;
  padding: 2px;
}
.find-sanctions-widget .find-sanctions-widget-search-container .find-sanctions-widget-search-button button {
  width: 100%;
  height: 26px;
}
.find-sanctions-widget .find-sanctions-widget-result-container {
  width: 100%;
  padding: 0 5px;
}
.find-sanctions-widget .find-sanctions-widget-result-container .find-sanctions-widget-id {
    width: 100%;
    padding: 2px;
}

.number-series-widget {
  width: 100%;
  height: 100%;
}
.number-series-widget .number-series-widget-search-container {
  width: 100%;
}
.number-series-widget .number-series-widget-search-container .number-series-widget-search-input {
  width: 100%;
  padding: 2px;
}
.number-series-widget .number-series-widget-search-container .number-series-widget-search-button {
  width: 100%;
  padding: 2px;
}
.number-series-widget .number-series-widget-search-container .number-series-widget-search-button button {
  width: 100%;
  height: 26px;
}
.number-series-widget .number-series-widget-result-container {
  width: 100%;
  padding: 0 5px;
}
.number-series-widget .number-series-widget-result-container .number-series-widget-id {
    width: 100%;
    padding: 2px;
}

.number-series-widget .number-series-widget-result-container .number-series-widget-id #copy:hover {
    cursor: pointer;
}

.attachment-drop-container {
    border: 1px solid darkgray;
    padding: 8px;
    text-align: center !important;
    cursor: pointer;
    width: calc(100% - 30px);
    height: 30px;
    display: inline-block;
    margin-bottom: 2px !important;
}

.attachment-drop-container.hover {
    border-color: #4CAF50;
    background-color: lightgray
}
