sc-text-fact table th {
  min-width: 100px;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

table.torturerdowntime-tabel td {
  white-space: collapse;
}

ul[sc-ul] {
  position: fixed;
  width: fit-content;
}

ul[sc-ul].remote-list {
  overflow-y: auto;
  overflow-x: visible;
  max-height: 500px;
  width: 240px !important;
}

.modal.fade {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.main-menu {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-menu li {
  display: inline-block;
  width: 140px;
  max-width: 140px;
  margin: 5px;
  padding-bottom: 5px;
}

.main-menu li a {
  float: left;
  display: block;
  font-weight: bold;
  padding: 8px;
  /*padding inside each tab*/
  color: #08c;
  border-radius: 5px;
}

.main-menu li a:hover {
  background: #08c;
  /*background of tabs */
  color: #222;
  text-decoration: none;
}

.no-menu {
  top: 0 !important;
}

a {
  cursor: pointer;
  color: #222;
}

.a-link {
  color: #0088cc !important;
}

html, body {
  font-family: arial, sans-serif;
  font-size: 14px;
  padding: 5px;
}

.data-contauner {
  width: calc(100% - 10px);
}

/* Hide django admin ugly section title */
.app-name {
  display: none;
}

.flotr-overlay {
  cursor: pointer;
}

.navbar .brand {
  float: right;
}

.navbar-text {
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 5px;
  line-height: 35px;
  color: #4277A5;
  font-weight: bold;
}

.maximize {
  height: 100%;
  width: 100%;
  display: block;
}

.filter-item {
  float: left;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 99%;
}

.filter-item a {
  clear: both;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 14px;
}

.filter-menu {
  clear: both;
}

.fact-search {
  margin-top: 2px;
}

.filter-ops {
  position: absolute;
  width: 100%;
  bottom: 0;
  max-height: 40px;
  min-height: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
  padding: 6px 5px 0 5px;
}

.filter-children>a {
  background-color: #3c763d !important;
}

.filter-delete {
  cursor: pointer;
  display: inline-block;
  /*    font-size: 20px; */
  /*    font-weight: bold; */
  float: right;
}

.filter-children-add {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  float: right;
}

.accordion-group {
  background-color: white;
}

.inline-block {
  display: inline-block;
}

.widget-body {
  min-height: 3em;
  margin: 5px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}

.widget-body .widget-property {
  white-space: nowrap;
}

.widget-body:hover {}

.collapsed .widget-body {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 5px;
}

.widget-body-selected {
  background-color: #D3EAFB !important;
}

.widget-menu {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.fact-wide>span {
  white-space: normal !important;
  display: block;
  word-wrap: break-word;
  line-height: 20px;
}

.collapsed .details {
  display: none;
}

.collapsed .widget-value {
  max-height: 100px;
}

.widget-value {
  width: calc(100% - 180px);
  /*white-space: pre-line;*/
  overflow: hidden;
  display: inline-block;
}

.widget-data badge {
  margin: 1px;
}

.collapsed .widget-value {
  width: calc(100% - 180px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.widget-value span {
  word-wrap: break-word;
}

.widget-filter {
  cursor: pointer;
  display: inline-block;
  padding-right: 4px;
}

.widget-filter:hover {
  text-decoration: underline;
  color: blue;
}

.theme-dark .widget-filter:hover {
  color: aqua;
}

.widget-filter:hover>span.broken {
  text-decoration: none;
  color: initial;
  cursor: text;
  display: inline-block;
}

.widget-filter:hover>span.unlinked {
  text-decoration: none;
  color: initial;
  cursor: text;
  display: inline-block;
}

.widget-no-filter {
  display: inline-block;
}

.floating-alert {
  position: fixed;
  top: 200px;
  width: 450px;
  left: 50%;
  margin-left: -200px;
  z-index: 1100;
  background-color: #4277A5;
  color: white;
  padding: 15px 15px 15px 15px;
  border-radius: 3px;
}

.floating-alert b {}

.aggregate-bar {
  padding-right: 20px;
  margin-left: 10px;
}

.aggregate-filters {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: #f9f9f9;
}

.aggregate-pane {
  position: absolute;
  top: 40px;
  bottom: 31px;
  left: 5px;
  right: 0;
  overflow-x: hidden;
}

.pane-tab {}

.pane-tab>ul {
  position: relative;
  padding: 0;
  min-height: 31px;
  white-space: nowrap;
  width: auto;
}

.pane-tab>ul>li {
  float: none;
  display: inline-block;
}

.pane-tab>ul>li>a {
  margin: 0;
}

.pane-tab>ul>li>a:hover {
  border-radius: 0;
}

.stat-pane-tab {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #EEEEEE;
}

.stat-pane-tab>ul>li {
  background-color: #EEEEEE;
}

.stat-pane-tab>ul>li.pane-tab-active,
.stat-pane-tab>ul>li.pane-tab-active>a:hover {
  color: #222;
  background-color: white;
  cursor: default;
}

.close-button {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 20px;
  color: #999;
  z-index: 1;
}

#reportrange {
  cursor: pointer;
}

.datepicker .dropdown-menu {
  margin-left: -120px;
}

.datepicker div, .datepicker label, .datepicker select, .datepicker input {
  display: inline-block;
  margin: 0;
}

.datepicker>.input-append {
  margin-top: 3px;
}

.datepicker select {
  margin-top: -2px;
}

.datepicker label input[type=radio] {
  height: 20px;
}

.datepicker-pill {
  margin-top: -3px;
  margin-right: 2em;
}

.datepicker li {
  height: auto;
}

.datepicker li .btn-group {
  float: left;
}

.datepicker ul {
  min-width: 300px;
}

#search-query {
  width: 150px;
}

.pointer, .badge, .nav-tabs li a, .dropdown-menu li a, .dropdown-submenu li a {
  cursor: pointer;
}

/* Main tabs */
#main-tabs {
  position: fixed;
  padding-top: 10px;
  top: 40px;
  width: 97%;
  background-color: white;
}

.pagination {
  padding: 0
}

/* Event list filter styles*/
.event_list_filter {
  margin-top: 0;
}

.event_list_filter_period {
  margin-right: 2em;
}

.event_list_filter_period select {
  width: auto;
}

.event_list_filter_period input[type=radio] {
  margin-left: -10px;
  margin-right: 5px;
  display: inline-block;
}

.event_list_filter_period label, .event_list_users label {
  display: inline-block;
  width: auto !important;
  margin-right: 0.5em;
  font-weight: bold;
  padding-top: 0.5em;
}

/*
.event_list_filter_period input {
    float: left;
}*/
.event_list_filter_period .input-append {
  float: left;
}

.event_list_filter_period .dropdown-menu {
  max-width: 300px !important;
  padding: 1em;
}

/*.event_list_buttons {
    text-align: left;
    padding-left: 0;
}*/
/*.event_list_buttons button {
    margin-left: 5px;
}*/
.event_list_filter form {
  margin: 0;
}

.event_list_filter ul.nav-tabs li {
  cursor: pointer;
}

.event_list_filter .nav-tabs {
  margin-bottom: 0;
}

.event_list_filter .tab-content {
  display: block;
  /*     width: 100%; */
  padding-top: 10px;
  background-color: white;
  /*     border: 1px solid #ddd; */
  /*     border-top-color: transparent; */
  margin-bottom: 1em;
}

.event_list_filter .tab-pane {
  padding: 1em 1em 1em 1em;
  /*     height: 200px; */
  /*    padding: 10px;*/
}

.event_list_filter .tab-content label {
  text-align: right;
  padding-right: 1em;
  width: auto !important;
  /*     width: 20% !important; */
  display: inline;
}

.event_list_filter .tab-content .controls {
  margin-left: 1em !important;
}

/*.event_list_filter .tab-content fieldset {
    padding: 10px;
}*/
/*.event_list_filter button {
    float: right;
}*/
.event_list_filter label {
  text-align: left;
}

.event_list_filter form select {
  width: 100%;
}

.event_list_filter select.tall {
  height: 210px;
}

.event_list_filter_date_picker {
  width: 250px;
  margin: 0;
}

.event_list_filter_date_picker td, .event_list_filter_date_picker td, .event_list_filter_date_picker .btn {
  margin: 0;
  padding: 0 !important;
}

.children_container {
  width: 100% !important;
}

/* Event list styles */
.event_list_table {
  width: 100%;
  table-layout: fixed;
  /* Фиксированная ширина ячеек */
}

.event_list_column_type {
  vertical-align: top;
  text-align: center !important;
}

.event_list_column_type i {
  /*   margin-top: 4px;
     display: block;*/
}

.event_list_column_time {
  width: 4em;
  font-size: 70% !important;
  /*    font-weight: bold; */
  line-height: 50%;
  text-align: right;
  /*    font-style: italic; */
}

.event_list_column_app {
  width: 20%;
  /*    max-width: 250px; */
  /*    white-space: nowrap; */
  /*    overflow: hidden; */
  /*    vertical-align: middle; */
  /*    text-overflow: ellipsis; */
}

.event_list_column_app img {
  width: 16px;
  height: 16px;
}

.event_list_column_app_name a {
  /*     margin-left: 5px; */
  color: #333;
}

.event_list_column_widget .label {
  text-transform: none !important;
}

.analytics_ctrl {
  margin-top: 15px;
}

.analytics_buttons {
  margin-bottom: 10px;
}

.analytics_buttons .badge {
  margin-right: 5px;
}

.caret {
  color: #333 !important;
  border-top-color: #333 !important;
  border-bottom-color: #333 !important;
}

#dimension_list_container {
  height: 100%;
  overflow: auto;
}

.dimension-list-item {
  width: 100%;
  display: block;
}

div.os-icons {
  display: inline-table;
}

img.icon.os {
  display: inline-block;
}

.aggregate-cell i.icon-dot-circled {
  margin-top: -5px;
}

.aggregate-cell {
  border-bottom: 1px solid #dddddd;
  color: #222;
}

.theme-dark .aggregate-cell {
  border-bottom: 1px solid #4c4c4c;
  color: #eee;
}

.aggregate-cell .badge {
  float: left;
}

.agil {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.agir {
  height: 30px;
  display: inline-block;
  /*     width: 100px; */
  /*     min-width: 50px !important; */
  overflow: hidden;
  text-align: right;
  float: right;
  right: 0;
  left: 0;
  cursor: pointer;
  position: relative;
}

.aggregate {
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
}

.toolbar-color {
  background-color: #EEEEEE;
}

.theme-dark .toolbar-color {
  background-color: #373737;
}

.btn-link {
  color: white;
  text-decoration: none;
}

.btn-link:hover {
  color: white;
  text-decoration: underline;
}

.panel-dark li a {
  color: #333;
}

.theme-dark .panel-dark li a {
  color: white;
}

.theme-dark .panel-dark li a:hover {
  background-color: #373737
}

.panel-dark li a:hover,
.panel-dark li.active a:hover {}

.panel-light .datepicker {
  color: #333;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 3px;
  width: auto;
}

.theme-dark .panel-light .datepicker {
  color: white;
}

.theme-dark .panel-light .datepicker-hover:hover {
  color: #eee;
  background-color: #222222
}

.panel-light .datepicker-hover:hover, .panel-light li.active a {
  background-color: white;
}

.panel-light li.active a:hover {
  color: white;
  background-color: #2F4858;
}

.panel-light {
  margin-left: 40px;
  padding-left: 25px;
  border-bottom-left-radius: 20px;
  max-height: 35px;
}

.panel-light li.active a.constructor-tab, .panel-light li a.constructor-tab:hover {
  background-color: #2F4858;
}

.panel-footer {
  padding-top: 20px;
  text-align: center;
}

.aggregate-container, .aggregate-container-modal {
  overflow-y: auto;
  overflow-x: hidden;
}

.aggregate-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 31px;
  top: 35px;
}

.aggregate-header {
  position: relative;
  width: 100%;
  min-width: 100px;
  margin: 0;
  padding: 2px 0 0 0;
  height: 34px;
}

.aggregate-header-left {
  position: absolute;
  margin: 2px 0 0 2px;
}

.aggregate-header-left i {}

.aggregate-header-center {
  position: absolute !important;
  display: inline-block;
  left: 28px;
  right: 53px;
  width: auto;
  min-width: 40px;
}

.aggregate-header-center input {
  width: 100%;
}

.aggregate-header-right {
  position: absolute;
  right: 10px;
}

.aggregate-container-modal {
  padding-top: 5px;
}

.dimensions-header-center {
  position: absolute !important;
  display: inline-block;
  left: 28px;
  right: 60px;
  width: auto;
  min-width: 0;
}

.dimensions-header-center input {
  width: 100%;
  /* padding-right: 5px; */
}

.dimensions-header-center button {
  width: 2%;
  min-width: 10px;
}

.close-buttom {
  position: absolute;
  right: 50px;
  top: 10px;
}

.dimensions-header-right {
  position: absolute;
  right: 10px;
  width: 90px;
}

.screenshot_thumb {
  cursor: pointer;
  /* min-width: 480px; */
}

/* S P L I T T E R */
.split-panes {}

.theme-dark .split-panes>.split-handler {
  background-color: black;
}

.split-panes>.split-handler {
  position: absolute;
  background-color: #ddd;
}

.theme-dark .split-panes.horizontal>.split-handler {
  background-color: #373737;
}

.theme-dark .filterDialog .split-panes.horizontal>.split-handler {
  background-color: #333333;
}

.filterDialog .split-panes.horizontal>.split-handler {
  background-color: #ddd;
}

.split-panes.horizontal>.split-handler {
  position: absolute;
  width: 8px;
  left: calc(50% - 4px);
  cursor: col-resize;
  height: 100%;
  background: url("/static/img/vgrabber.gif") no-repeat scroll center center #eee;
}

.split-panes.horizontal>.split-pane1, .split-panes.horizontal>.split-pane2 {
  position: absolute;
  display: inline;
}

.split-panes.horizontal>.split-pane1 {
  width: calc(50% - 4px);
  height: 100%;
  overflow: hidden;
}

.split-panes.horizontal>.split-pane2 {
  width: calc(50% - 4px);
  left: calc(50% + 4px);
  height: 100%;
  overflow: hidden;
}

.split-panes.vertical {
  position: relative;
  /*     display: block; */
}

.split-panes.vertical>.split-handler {
  position: absolute;
  height: 7px;
  top: 70%;
  cursor: row-resize;
  width: 100%;
  clear: both;
  display: block;
  background: url("/static/img/hgrabber.gif") no-repeat scroll center center #eee;
}

.theme-dark .split-panes.vertical>.split-handler {
  background-color: black;
}

.split-panes.vertical>.split-pane1, .split-panes.vertical>.split-pane2 {
  position: absolute;
  display: inline;
}

.split-panes.vertical>.split-pane1 {
  width: 100%;
  height: 70%;
  overflow: hidden;
}

.split-panes.vertical>.split-pane2 {
  width: 100%;
  top: 70%;
  height: 30%;
  overflow: hidden;
}

#id_username, #id_password {
  padding: 5px !important;
  margin: 0 !important;
  width: 30em !important;
}

#passwordstore_form #id_password {
  width: 20em !important;
}

.form-signin {
  max-width: 100% !important;
}

.hours {
  padding: 0;
  margin: 0 0 0 50px;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 10px;
  color: #ACA1B0;
  white-space: nowrap;
  min-width: 100%;
  width: 100%;
}

.hours span {
  text-align: center;
  display: inline-block;
  float: left;
}

.modal {
  top: 5% !important;
  width: 700px;
}

#charts {
  padding: 10px 0;
}

.chart {
  height: 151px;
}

.reset {
  padding-left: 1em;
  font-size: smaller;
  color: #ccc;
}

.background.bar {
  fill: #ccc;
}

.foreground.bar {
  fill: steelblue;
}

.axis path, .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.axis text {
  font: 10px sans-serif;
}

.brush rect.extent {
  fill: steelblue;
  fill-opacity: .125;
}

.brush .resize path {
  fill: #eee;
  stroke: #666;
}

#date-chart {
  width: 100%;
}

/* Column Resizer */
.rc-handle-container {
  position: relative;
}

.rc-handle {
  position: absolute;
  width: 7px;
  cursor: ew-resize;
  margin-left: -3px;
  z-index: 2;
  /* background-color: blue; */
}

.unknownStatus {
  color: #BBB;
}

.awayStatus {
  color: #AA0;
}

.onlineStatus {
  color: #7B6;
}

.size2 {
  width: 2.5em !important;
}

#fact-table .attfilelink {
  display: block;
}

.fact-table-details .attfilelink {
  display: inline;
}

.fact-table-details img.fact-image {
  display: block;
}

.version_info {
  padding: 8px 8px 0 0;
  font-size: 70%;
}

.version_info a {
  line-height: 12px !important;
  padding: 0;
  display: block;
  color: white;
}

.navbar-fixed-top .nav li a {
  font-size: 110%;
  padding: 10px;
}

.fit-in-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 50%;
}

.facts-td {
  table-layout: fixed;
  white-space: normal;
  word-wrap: break-word;
  width: 100%;
}

.facts-td td {
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alls {
  width: 10%;
  max-width: 10%;
  word-wrap: break-word;
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  font-weight: bold;
  border-left: 1px solid #dddddd;
}

.hidden {
  display: none;
}

.event {
  width: 60%;
  min-width: 60%;
}

.breakNo {
  white-space: nowrap;
}

.hour {
  position: absolute;
}

.special {
  background: #f8ffe2;
  z-index: 0;
}

.uncat {
  background: #6666BB;
  z-index: 1;
}

.neutral {
  background: #888888;
  z-index: 2;
}

.productive {
  background: #9dd53a;
  z-index: 3;
}

.bonus {
  background: #ffc125;
  z-index: 4;
}

.unproductive {
  background: #f85032;
  z-index: 5;
}

.incident {
  background: #ff1a00;
  z-index: 6;
}

.bar_agent_application {
  background: rgb(59, 103, 158);
}

.bar_agent_web {
  background: rgb(203, 96, 179);
}

@media print {
  .print-pg-break {
    page-break-inside: avoid;
    /* page-break-before: always; */
  }

  .report-hours-bar, .bonus, .incident, .uncat .bar_agent_application, .report-hours-bar .bar_agent_web, .report-hours-bar, .productive, .report-hours-bar, .neutral, .report-hours-bar, .unproductive {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact;
    overflow: hidden !important;
    position: absolute;
  }

  .uncat {
    background: #6666BB !important;
  }

  .unproductive {
    background-color: #f85032 !important;
  }

  .neutral {
    background-color: #CCC !important;
  }

  .productive {
    background-color: #9dd53a !important;
  }

  .incident {
    background-color: #ff1a00 !important;
  }

  .bonus {
    background-color: #ffc125 !important;
  }

  .bar_agent_application {
    background-color: rgb(59, 103, 158) !important;
  }

  .bar_agent_web {
    background-color: rgb(203, 96, 179) !important;
  }

  a.linked-cell[href]:after {
    content: initial;
  }

  .time_band.neutral, .legend .neutral {
    -webkit-print-color-adjust: exact;
    border-top: initial !important;
    background: #CCC !important;
  }

  .time_band.unproductive, .legend .unproductive {
    -webkit-print-color-adjust: exact;
    border-top: initial !important;
    background: #f85032 !important;
  }

  .time_band.productive, .legend .productive {
    -webkit-print-color-adjust: exact;
    border-top: initial !important;
    background: #9dd53a !important;
  }
}

.report-hours {
  background-color: white;
  white-space: nowrap;
  padding-left: 0;
}

.report-hour {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
}

.report-hours-hours {
  position: relative;
  padding: 0 !important;
  margin: 0;
  height: 30px;
}

.index-day_begin, .wt_green {
  background-color: #eeffee !important;
}

.theme-dark .index-day_begin, .theme-dark .wt_green {
  background-color: #273627 !important;
}

.index-day_end, .wt_red {
  background-color: #ffe5e7 !important;
}

.theme-dark .index-day_end, .theme-dark .wt_red {
  background-color: #332c2c !important;
}

.index-holiday, .wt_yellow {
  background-color: #f8ffe2 !important;
}

.theme-dark .index-holiday, .theme-dark .wt_yellow {
  background-color: #2d3022 !important;
  ;
}

.index-neutral, .wt_gray {
  background-color: #eff0f1;
}

.theme-dark .index-neutral, .theme-dark .wt_gray {
  background-color: #22282e;
}

.wt-report th {
  text-align: center !important;
  vertical-align: middle !important;
}

.wt-report th.lenta {
  line-height: 60px;
}

.wt_right {
  text-align: right !important;
}

.td-cell {
  position: relative;
}

.td-cell .policy-property {
  visibility: hidden;
  position: absolute;
  /* float: right; */
  display: table;
  margin-right: 5px;
  color: #555;
  left: 80%;
  top: 5px;
}

.td-cell:hover .policy-property {
  visibility: visible;
}

.report-hours-cell {
  position: absolute;
  text-align: center;
  height: 100%;
  border-right: solid #dddddd 1px;
  border-bottom: solid #dddddd 1px;
  background-color: #f9f9f9;
}

.theme-dark .report-hours-cell {
  background-color: #141515;
  border-right: solid #444444 1px;
  border-bottom: solid #444444 1px;
}

.report-hours-bar {
  border-width: 1px !important;
  padding: 0 4px 0 2px !important;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
  width: 200px;
  height: 30px !important;
  overflow: hidden !important;
}

.report-hours-bar div {
  border-radius: 2px;
  padding: 0;
  height: 20px !important;
  margin: 7px 0 0;
  color: #333;
  text-align: center;
  white-space: nowrap;
}

.nomargin {
  margin: 0 !important;
  padding: 0 !important;
}

@media print {
  .report-hours-hours {
    overflow: hidden !important;
  }

  .report-hours-bar {
    overflow: hidden !important;
    position: relative;
    background-color: transparent !important;
  }
}

.admin-top-bar {
  position: relative;
  width: 100%;
}

#changelist-form .dropdown-menu {
  height: auto;
  max-height: 600px;
  overflow-x: hidden;
}

.admin-bar {
  position: fixed;
  top: 0;
  width: 100%;
  clear: both;
  padding: 2px 5px 2px 5px;
  background-color: #eee;
  height: 33px;
  min-width: 1200px;
}

.change-form {}

#content-main {
  margin-top: 37px;
}

#content-main fieldset {
  margin: -7px 20px 0 20px;
}

.field-action_type {
  width: 15em;
}

#changelist-form {
  margin: 0;
}

#result_list {}

#result_list h6 {
  margin: 0;
  padding: 0;
}

#fact-table th {
  min-height: 29px;
  line-height: 29px;
  border-left: solid #ccc 1px;
}

#fact-table td {
  line-height: 28px;
  white-space: nowrap;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
  display: block;
}

.sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  top: 11px;
  left: -6px;
}

.nav-pills .badge {
  margin-top: -2px;
}

.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus {
  color: #000;
  background-color: #eeeeee;
}

.nav-list {
  padding: 0 2px 0 2px;
}

.nav-list li {
  line-height: 28px;
}

.nav-list>li>a {
  float: left;
  /* white-space: normal; */
  white-space: nowrap;
  width: 100%;
}

.nav-list>li>a>span {}

.nav-list .badge {
  float: right;
  margin-top: 8px;
}

.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus {
  background-color: white;
  color: #333;
}

.theme-dark .nav-list>.active>a,
.theme-dark .nav-list>.active>a:hover,
.theme-dark .nav-list>.active>a:focus {
  background-color: #373737;
  color: white;
}

.theme-dark .nav-list> {
  border-bottom: none;
}

.current-filter {
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.current-filter>span {}

.current-dim {
  background-color: #4277A5;
}

.filters-table tr {
  cursor: pointer;
}

.workspace-pane {
  position: fixed;
  top: 0;
  background-color: #eee;
}

.theme-dark .workspace-pane {
  background-color: #373737;
}

.filter-pill {
  height: 15px;
  line-height: 15px;
  font-size: 14px;
  font-weight: normal;
  margin-top: 9px;
  margin-left: 2px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #5A6680;
}

.hover-menu {
  display: none;
}

a:hover .hover-menu {
  display: block;
}

.overflow {
  width: 2000px;
}

.theme-dark .row1 a, .theme-dark .row2 a {
  color: #eee;
}

.row1 a, .row2 a {
  color: #333;
  text-decoration: none;
  font-weight: normal;
}

.list-value {
  cursor: pointer;
}

#filter_text_view {
  height: 100%;
  width: 99%;
  margin: 0;
  padding: 0;
  /* margin-bottom: 5px;
  width: 100%; */
}

#fdata {
  /* height: calc(100% - 27px) */
  height: 100%;
}

@media screen and (max-width:1024px) {
  .hideable {
    display: none !important;
  }
}

.report-name {
  max-width: 370px;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}

@media screen and (max-width:1100px) {
  .menuitem-new-hideable, .menuitem-save-hideable, .menuitem-saveas-hideable, .menuitem-menu-hideable, .menuitem-admin-hideable {
    display: none !important;
  }

  .report-name {
    max-width: 200px;
  }
}

@media screen and (max-width:1180px) {
  .menuitem-new-hideable, .menuitem-menu-hideable, .menuitem-admin-hideable {
    display: none !important;
  }

  .report-name {
    max-width: 200px;
  }
}

@media screen and (max-width:1365px) {
  .menuitem-menu-hideable, .menuitem-admin-hideable {
    display: none !important;
  }

  .report-name {
    max-width: 200px;
  }
}

@media screen and (max-width:1495px) {
  .menuitem-menu-hideable, .menuitem-admin-hideable {
    /*display: none !important;*/
  }
}

.unsortableColumn {
  cursor: default;
  padding: 3px 0 3px 3px !important;
  font-size: 85%;
  white-space: nowrap;
}

.sortableColumn {
  cursor: pointer;
  padding: 3px 0 3px 3px !important;
  font-size: 85%;
  white-space: nowrap;
}

.sortableColumn i {
  display: inline-block !important;
  font-size: 11px;
  margin: 0 !important;
  padding: 0 !important;
}

.clickableValues td {
  cursor: pointer;
}

.clickableValues td:hover {
  text-decoration: underline;
}

td.clickableValues {
  cursor: pointer;
}

td.clickableValues:hover {
  text-decoration: underline;
}

.dynamic-rule_set * {
  margin: 0;
  padding: 0;
  border: 0;
}

.field-agents {}

.dynamic-rule_set textarea, .dynamic-rule_set select {
  width: 100%;
}

.form-horizontal .control-group {
  margin-bottom: 0;
}

.control-group {
  margin-bottom: 0;
}

.search-dim {
  padding: 5px 1% 5px 1%;
  /*     width: 96%; */
  /*     width: 100%; */
}

.search-dim .search-keyword {
  width: 92%;
  padding: 3px;
  margin: 0 5px;
  height: 20px;
}

.search-tab {
  background-color: #eee;
  border-top-left-radius: 25px;
  margin-top: -5px;
  margin-right: -5px;
  padding: 10px 5px 3px 8px;
  height: 32px;
}

.btn-mini {
  width: 20px;
  padding: 4px 12px;
  line-height: 20px;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  border: none;
  background: none;
}

div.vis-network-tooltip {
  font-family: arial, sans-serif !important;
  font-size: 11px !important;
  padding: 0 2px !important;
}

/* vis progress */
.vis-progressbar {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
}

.vis-progressbar-box {
  width: 320px;
  height: 82px;
  margin-left: -151px;
  margin-top: -55px;
  text-align: center;
}

/*
 * daterangepicker.css overrides
 */
.daterangepicker_input {
  position: relative;
}

.daterangepicker_input>i.fa-calendar {
  position: absolute;
  right: 13px;
  top: 7px;
}

.calendar-time>div {
  display: inline-block;
  float: right;
  margin-right: 36px;
}

.calendar-time>i {
  margin-left: 17px;
}

.ranges>ul>li:last-child {
  display: none;
}

badge {
  padding: 2px 9px;
  border-radius: 9px;
  display: inline-block;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #4277A5;
}

/**
Root filter badge
*/
.filter-left-menu {
  float: left;
  font-size: 12px;
  padding: 0 3px;
}

.badge-info .filter-left-menu:hover, .badge-info .filter-left-menu:focus {
  background-color: #b94a48;
}

.badge-important .filter-left-menu:hover, .badge-important .filter-left-menu:focus {
  background-color: #c1c1c1;
}

.filter-right-menu {
  float: right;
  font-size: 12px;
  padding: 0 3px;
}

.might-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 1000px;
}

.might-overflow:hover {
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
}

.filter-right-menu:after {
  clear: both;
}

.filter-label {
  float: left;
}

.filter-value {
  word-break: break-all;
  white-space: normal;
}

.filter-label>.icon-cog {
  margin: 0;
  font-size: small;
  line-height: 14px;
}

.filter-badge {}

.filter-badge:hover {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .might-overflow {
    max-width: 779px;
  }
}

@media only screen and (max-width: 979px) {
  .might-overflow {
    max-width: 567px;
  }
}

@media only screen and (max-width: 767px) {
  .might-overflow {
    max-width: 280px;
  }
}

@media only screen and (max-width: 480px) {
  .might-overflow {
    max-width: 120px;
  }
}

@media only screen and (max-width: 320px) {
  .might-overflow {
    max-width: 120px;
  }
}

.panel-color {
  background-color: #ddd;
}

.panel-color-2 {
  background-color: #ddd;
}

.theme-dark .panel-color {
  background-color: #222222;
}

.theme-dark .panel-color-2 {
  background-color: #222222;
}

@media print {
  .hideonprint {
    display: none;
  }
}

.node {
  cursor: pointer;
}

.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.node text {
  font: 10px sans-serif;
}

.node-link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}

del {
  color: red;
  text-decoration: line-through
}

/* For django ( $IP/admin/agent/config/{$id}/ ) */
.collapse {
  position: static;
}

.popover-content {
  line-height: normal;
  font-size: 14px;
  color: #333;
  cursor: auto;
}

.theme-dark .popover-content {
  color: #eee;
  background-color: #555555;
  border-color: black;
}

.theme-dark .popover {
  color: #eee;
  background-color: #555555;
  border-color: black
}

.theme-dark .popover.right .arrow:after {
  border-right-color: #555555;
}

.form-actions-bottom {
  position: fixed;
  bottom: 0px;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  width: 100%;
  height: 50px;
  left:0;
}

.theme-dark .form-actions-bottom {
  border-top-color: #000;
}

.form-actions-inner {
  padding: 10px;
}

.form-actions-spacer {
  margin-bottom: 50px;
}

.table-nowrap, pre.table-nowrap {
  white-space: normal;
}

.word-break {
  overflow-wrap: break-word;
}

.no-break {
  word-break: normal;
}

.material-switch>input[type="checkbox"] {
  display: none;
}

.material-switch {
  width: 160px;
  padding-top: 12px;
}

.material-switch>label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.material-switch>label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  /*'\00a0 \00a0 on';*/
  color: #FFFFFF;
  vertical-align: -50%;
  height: 12px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
  line-height: 16px;
}

.material-switch>label::after {
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  margin-top: -8px;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.material-switch.inverted>label::after, .material-switch>input[type="checkbox"]:checked+label::after {
  background: #51a351;
  height: 24px;
  left: 30px;
  top: -6px;
  width: 24px;
}

.material-switch.inverted>input[type="checkbox"]:checked+label::after, .material-switch>label::after {
  left: -4px;
  background: #4C5052;
  top: -4px;
  height: 20px;
  width: 20px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
  /*     content: '\00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 off'; */
}

.material-switch>input[type="checkbox"][disabled]:checked+label::before {
  background: inherit;
  opacity: 0.5;
  /*     content: '\00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 off'; */
}

.material-switch>input[type="checkbox"][disabled]:checked+label::after {
  background: inherit;
  left: -4px;
}

.material-switch>input[type="checkbox"][disabled]+label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch>input[type="checkbox"][disabled]+label::after {
  background: inherit;
  width: 18px;
  height: 18px;
  top: -3px;
}

.form-horizontal .control-label.is_checkbox {
  float: initial;
  text-align: left;
  margin-left: 180px;
}

.form-horizontal .controls.is_checkbox {
  float: right;
  width: 50px;
}

.help-btn {
  padding-right: 1em;
  margin-right: 25px;
}

#accountconfig_form .help-btn {
  padding-right: 1em;
  margin-right: 35px;
}

.help_text a {
  text-decoration: underline;
  color: blue;
}

.config-title {
  margin:10px;
}

#config_form .controls.is_checkbox {
  margin-left: 0px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
  float: right;
}

#config_form .controls.is_checkbox input {
  float: right;
  margin-top: 0;
}

#config_form td {
  padding: 5px 10px 15px 10px;
  vertical-align: top;
}

#config_form .vCheckboxLabel {
  padding-top: 0px;
  margin-bottom: 0;
}

#config_form .tab_error a {
  color: rgb(185, 74, 72) !important;
}

.change-form .alert {
  margin: 50px 10px 0px 10px;
}

.change-form .btn-mini {
  border: none;
}

.change-form legend span {
  font-size: 18px;
}

.change-form .selector {
  min-width: 600px;
}

.sticked_form_actions {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0 20px;
}

.time_band.active, .legend .active {
  background: #0080A0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3a91a0 0%, #2595a0 50%, #0f88a0 51%, #0080A0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a91a0), color-stop(50%, #2595a0), color-stop(51%, #0f88a0), color-stop(100%, #0080A0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3a91a0 0%, #2595a0 50%, #0f88a0 51%, #0080A0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3a91a0 0%, #2595a0 50%, #0f88a0 51%, #0080A0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3a91a0 0%, #2595a0 50%, #0f88a0 51%, #0080A0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3a91a0 0%, #2595a0 50%, #0f88a0 51%, #0080A0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a', endColorstr='#7cbc0a', GradientType=0);
  /* IE6-9 */
  z-index: 1;
}

.time_band.inactive, .legend .inactive {
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #dddddd 50%, #dddddd 51%, #dddddd 71%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(50%, #dddddd), color-stop(51%, #dddddd), color-stop(71%, #dddddd), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #dddddd 50%, #dddddd 51%, #dddddd 71%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #dddddd 50%, #dddddd 51%, #dddddd 71%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #dddddd 50%, #dddddd 51%, #dddddd 71%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #dddddd 50%, #dddddd 51%, #dddddd 71%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0);
  /* IE6-9 */
  z-index: 2;
}

@media print {
  .time_band.inactive, .legend .inactive {
    -webkit-print-color-adjust: exact;
    border-top: initial !important;
    background: #dddddd !important;
  }

  .time_band.active, .legend .active {
    -webkit-print-color-adjust: exact;
    border-top: initial !important;
    background: #0080A0 !important;
    ;
  }
}

.plan {
  opacity: 0.3;
  border: 3px solid #333;
  height: 9px !important;
  width: 24px !important;
}

@media print {
  @page {
    size: auto;
    /* auto is the initial value */
    margin: auto;
    /* this affects the margin in the printer settings */
  }
}

.backend-icon {
  width: 20px;
  height: 20px;
  margin-top: -4px;
  padding-right: 4px;
}

.scan-body {
  overflow-y: initial;
  min-height: 450px;
}

.install-body {
  overflow-y: initial;
  min-height: 300px;
}

.test-mail-spinner {
  width: 80px;
  height: 10px;
  margin: auto;
  background-image: url("../img/hspinner.gif");
  display: inline-block;
}

.modal-header {
  color: #333;
}

#scan_form #id_password,
#install_form #id_password {
  width: 206px !important;
}

#scan_form .controls ul,
#install_form .controls ul {
  list-style: none;
  margin: 0;
}

#scan_form .controls input,
#install_form .controls input {
  margin: 0px;
}

#scan_form .controls label,
#install_form .controls label {
  font-size: 100%;
}

.install_form_label,
.scan_form_label {
  text-align: left;
}

#scan_form textarea {
  height: 100px;
  width: calc(100% - 15px);
  resize: vertical;
}

.theme-dark .admin-navbar {
  background: black;
}

.theme-dark .admin-navbar>ul>li>a {
  color: #eee;
}

.admin-navbar {
  background: #ffffff;
  color: #222;
  height: 46px;
  line-height: 46px;
  width: 100%;
}

.admin-navbar>ul {
  padding: 5px;
}

.admin-navbar>ul>li>a {
  font-size: 100% !important;
  color: #222;
}

.theme-dark .admin-navbar>ul>li.open>a,
.theme-dark .admin-navbar>ul>li>a:hover {
  color: white;
  background-color: #373737
}

.theme-dark .breadcrumb {
  background-color: #333333
}

.admin-navbar>ul>li.open>a {
  color: black;
}

.admin-navbar>ul>li>a:hover {
  color: black;
}

.admin-panel-search {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.admin-progress {
  margin: 7px 14px 7px 7px;
  height: 26px;
  width: 300px;
  display: inline-block;
  line-height: 26px;
  position: relative;
}

.admin-progress .bar {
  position: absolute;
  z-index: 1;
}

.admin-progress span {
  position: absolute;
  top: 0;
  z-index: 2;
  text-align: center;
  width: 100%;
  background-color: inherit;
}

.admin-panel-left {}

.admin-panel-left ul {
  margin: 5px;
}

.admin-panel-messages {
  width: 500pt;
  margin: 0 auto;
}

.admin-panel-messages .alert {
  margin: 2pt 0;
  position: relative;
  z-index: 45;
}

td.admin-panel-accounts {
  position: relative;
  cursor: pointer;
}

td .admin-panel-hellip {
  color: #888;
  margin: 0 4pt 0 0;
  font-family: 'Times New Roman', Times, serif, georgia;
  font-weight: bold;
  font-size: 12pt;
  line-height: 1.2em;
  position: absolute;
  bottom: 0;
  right: 0;
}

td:hover .admin-panel-hellip {
  transform: scale(1.5);
  line-height: 1.55em;
  transition: transform 0.2s, line-height 0.2s;
}

td .admin-panel-hellip::after {
  content: '\2026';
}

.admin-panel-accounts-popup {
  position: absolute;
  margin: 5pt;
  padding: 5pt 8pt;
  z-index: 45;
  background-color: white;
  box-shadow: 0 0 5pt rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.theme-dark .admin-panel-accounts-popup {
  background-color: #333333;
  box-shadow: 0 0 5pt rgba(255, 255, 255, 0.6);
}

.admin-panel-accounts-popup.in {
  overflow: initial;
  min-width: 220pt;
  min-height: 60pt;
}

.account-license-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-license-menu > ul > li {
  margin: 0;
  padding: 0;
}

.admin-panel-accounts-popup dl {
  margin: 0;
}

.admin-panel-accounts-popup dt {
  margin: 0;
  width: 120pt;
  float: left;
  clear: both;
  color: #888;
  font-weight: normal;
}

.admin-panel-accounts-popup dd {
  margin: 0 0 0 120pt;
}

.admin-panel-accounts-popup dt,
.admin-panel-accounts-popup dd {
  padding: 2pt 0;
  font-size: 11pt;
}

.admin-panel-accounts-popup dt > a:last-of-type {
  margin-right: 2pt;
}

.admin-panel-accounts-popup a > i {
  font-family: arial, sans-serif;
  font-size: 13pt;
  font-style: inherit;
}

.admin-panel-accounts-popup a[sc-license-status=link] > i:after {
  content: "\2713";
}

.admin-panel-accounts-popup a[sc-license-status=auto] > i:after {
  content: "\24b6";
}

.admin-panel-accounts-popup a[sc-license-status=block] > i:after {
  content: "\2715";
}

.admin-panel-accounts-popup dt:first-of-type {
  width: 160pt;
}

.admin-panel-accounts-popup dt:first-of-type,
.admin-panel-accounts-popup dd:first-of-type  {
  margin-bottom: 4pt;
}

.admin-panel-accounts-popup dd.pending-deletion {
  color: #888;
  text-decoration: line-through;
}

.account-license-menu {
  position: absolute;
  display: inline-block;
  padding: 5pt;
  z-index: 50;
  border-radius: 4pt;
  background-color: white;
  box-shadow: 0 0 5pt rgba(0, 0, 0, 0.6);
}

.theme-dark .account-license-menu {
  background-color: #333333;
  box-shadow: 0 0 5pt rgba(255, 255, 255, 0.6);
}

.account-license-menu li {
  display: inline;
}

.admin-panel-accounts-popup dt,
.admin-panel-accounts-popup dd,
.account-license-menu ul,
.account-license-menu li {
  line-height: 13pt;
  max-height: 13pt;
  white-space: nowrap;
}

.admin-panel-accounts-popup a,
.account-license-menu a {
  display: inline-block;
  width: 13pt;
  height: 13pt;
  padding: 1pt;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  text-decoration: none;
  border-radius: 4pt;
}

.admin-panel-accounts-popup a:hover,
.account-license-menu a:hover {
  color: #333333;
  text-decoration: none;
}

.account-license-menu a:hover {
  background-color: #ccc;
}

.theme-dark .admin-panel-accounts-popup a,
.theme-dark .account-license-menu a {
  color: #eee;
}

.theme-dark .admin-panel-accounts-popup a:hover,
.theme-dark .account-license-menu a:hover {
  color: #eee;
}

.theme-dark .account-license-menu a:hover {
  background-color: #666;
}

.admin-panel-backdrop,
.admin-panel-freezeframe {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.admin-panel-backdrop {
  z-index: 40;
  background-color: white;
  transition: opacity 0.3s linear;
}

.theme-dark .admin-panel-backdrop {
  background-color: black;
}

.admin-panel-freezeframe {
  z-index: 9000;
  cursor: wait;
}

.admin-panel-backdrop.in {
  opacity: 0.3;
}

.theme-dark .admin-panel-left>.nav-list>li>a:hover {
  background-color: #373737;
}

.admin-panel-left>.nav-list>li>a:hover {
  background-color: #eee;
}

.theme-dark .admin-panel-left>.nav-list>li.active>a {
  background-color: #333333;
}

.admin-panel-left>.nav-list>li.active>a {
  background-color: #ddd;
}

#scan_cancel_button {
  color: red;
}

/* Add from AD dialog */
.install-from-ad .root {
  margin: 0;
}

.install-from-ad .tree {
  min-height: 20px;
}

.install-from-ad .tree li {
  list-style-type: none;
  margin: 0;
  position: relative
}

.install-from-ad .tree li span {
  display: inline-block;
  text-decoration: none;
}

.install-from-ad .tree li>span {
  word-break: break-all;
  cursor: pointer
}

.install-from-ad .tree li:last-child::before {
  height: 30px
}

.install-from-ad .tree li>span:hover,
.install-from-ad .tree li>span:hover+ul li span {
  color: #000;
  font-weight: bold;
}

.install-from-ad {
  margin-top: 25px;
  height: 500px;
  overflow: auto;
}

.install-from-ad>ul {
  margin: 0;
}

.error-af {
  color: red;
  line-height: 30px;
}

#config_form td .selector {
  width: 950px;
}

.panel-hspinner {
  width: 80px;
  height: 10px;
  margin: auto;
  background-image: url("/static/img/hspinner.gif");
}

.vTextSelect {
  width: 206px;
}

li.nav-big-header {
  font-size: 130%;
  padding-top: 10px;
  font-weight: bold;
  color: #999999;
}

li.nav-header {
  font-size: 110%;
  font-weight: bold;
}

.blue-link {
  text-decoration: underline;
  color: blue;
}

.table-json {
  font-size: 12px;
  margin: 0px;
}

.table-json li {
  list-style-type: none;
}

highlight {
  background-color: magenta;
}

.agent-attachedfile fieldset .controls p {
  display: block;
  unicode-bidi: embed;
  font-family: monospace;
  white-space: pre;
}

#id_dlp_config {
  width: 800px;
}

.dropdown-scroll {
  max-height: 600px;
  overflow-y: scroll;
}

body._change-list {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pagination.pagination-small.pagination-centered p {
  margin: 0;
}

body._change-list > div#block_content {
  height: calc(100% - 50px);
}
body._change-list > div#block_content > div.content {
  height: 100%;
}

body._change-list > div#block_content > div.content ul.breadcrumb {
  margin-bottom: 0;
}


body._change-list>.content {
  height: calc(100% - 124px);
  width: 100%;
}

body._change-list>.content>ul.breadcrumb {
  margin-bottom: 0px;
}

body._change-list>.content>.row-fluid.admin-panel-content {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.admin-panel-content .table-bordered {
  border-collapse: separate;
}

.admin-panel-content .table-bordered th,
.admin-panel-content .table-bordered td {
  border-right: none;
}

body #_changelist {
  height: 100%;
}

body #_changelist>.results {
  height: 100%;
}

body #changelist-form {
  height: 100%;
}

body #changelist-form>.row-fluid {
  height: auto;
  margin-bottom: 10px;
}

body #changelist-form>.row-fluid>.span12 {
  height: 100%;
}

body #changelist-form>.row-fluid>.span12>.row-fluid {
  height: 100%;
}

body #changelist-form>.error {
  height: unset;
  position: absolute;
  top: 66px;
  left: 40%;
}

body._change-list.good-height>.content {
  height: calc(100% - 30px);
  width: 100%;
}

.server_params_list {
  text-decoration: none !important;
}

.server_params_list:hover a {
  text-decoration: underline !important;
}

.server_params_list>th>a {
  display: block;
  white-space: nowrap;
}

.server_params_list>td>img {
  border-radius: 5px;
}

tr.server_params_list>td {
  overflow-wrap: break-word;
  min-width: 40px;
}

tr.server_params_list>td .install_status {
  border-radius: 20px;
  padding: 0px;
  width: 20px;
  height: 20px;
}

.theme-dark .z-gray {
  background-color: #222222;
}

.z-gray {
  background-color: #eeeeee;
}

z, .z {
  font-weight: normal;
  white-space: nowrap
}

#tab-22 ul {
  list-style: none;
}

#tab-22 .vDateField {
  width: 90px;
  margin-left: 6pt;
}

#tab-22 .vTimeField {
  width: 90px;
}

.big-modal {
  width: 1024px;
  margin-left: -512px;
}

.big-modal .modal-body {
  max-height: none;
}

.field-error_message p, .preformatted {
  font-family: monospace;
  white-space: pre;
}

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.rc-0 {
  border-left: none !important;
}

.acl_help_text {
  font-size: 12px;
}

.acl-table {
  margin-bottom: 10px;
}

.acl-row {
  word-break: break-all;
  padding: 3px 8px 3px 12px !important;
}

div.password_level {
  display: none;
  margin: 0;
  line-height: 6px;
}

div.password_level .crack_time {
  margin-left: 20px;
}

div.password_level .panel {
  width: 206px;
  display: inline-block
}

div.password_level .panel>div {
  display: block;
  border-radius: 3px;
  line-height: 5px;
}

.theme-dark .daterangepicker {
  background-color: black;
}

.theme-dark .daterangepicker {
  color: #eee;
}

.theme-dark textarea,
.theme-dark input[type="text"],
.theme-dark input,
.theme-dark select {
  background-color: #253337;
  color: #eee;
  border-color: #4c4c4c;
}

.theme-dark input::placeholder {
  color: #aaa;
}

.theme-dark .daterangepicker .ranges li,
.theme-dark .daterangepicker td.in-range {
  background-color: #222222;
  border-color: #222222;
  color: white;
}

.theme-dark .input-append .add-on,
.theme-dark .input-prepend .add-on {
  background-color: #373737;
  border-color: #373737;
  color: #eee;
}

.theme-dark .dropdown-menu {
  background-color: #555555;
  color: #eee;
}

.theme-dark .dropdown-menu .dropdown-toggle {
  background-color: #555555;
  color: #eee;
}

.theme-dark .dropdown .dropdown-toggle:hover {
  background-color: inherit;
  color: #eee;
}

.theme-dark .dropdown-menu>li>a {
  color: white;
}

.theme-dark .dropdown-menu .divider {
  background-color: #333333;
  border-color: #333333;
}

.theme-dark * {
  scrollbar-color: #0b4b61 #02141a;
}

.theme-dark *::-webkit-scrollbar {
  width: 11px;
}

.theme-dark *::-webkit-scrollbar-track {
  background-color: #02141a;
}

.theme-dark *::-webkit-scrollbar-track-piece {
  background-color: #02141a;
}

.theme-dark *::-webkit-scrollbar-thumb {
  background-color: #062a36;
}

.theme-dark *::-webkit-scrollbar-thumb:hover {
  background-color: #0b4b61;
}

.theme-dark *::-webkit-scrollbar-button:vertical:start:decrement {
  background: linear-gradient(120deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(240deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(0deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #0b4b61;
}

.theme-dark *::-webkit-scrollbar-button:vertical:end:increment {
  background:
    linear-gradient(300deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(60deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(180deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #0b4b61;
}

.theme-dark *::-webkit-scrollbar-button:horizontal:start:decrement {
  background:
    linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #0b4b61;
}

.theme-dark *::-webkit-scrollbar-button:horizontal:end:increment {
  background:
    linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #0b4b61;
}

.theme-dark sc-view {
  background-color: #222222;
}

.theme-dark .widget-body {
  background-color: #333333;
  color: #eee;
  border-color: #333333;
}

.theme-dark #fact-thumbnail-container .timeline-thumbnail-selected,
.theme-dark #fact-thumbnail-container .timeline-thumbnail {
  border-color: #333333;
}

.theme-dark .table-bordered,
.theme-dark table th, .theme-dark .table td {
  border-color: #333333;
}

.theme-dark .table-striped tbody>tr:nth-child(odd)>td,
.theme-dark .table-striped tbody>tr:nth-child(odd)>th {
  background-color: #141515;
}

.head-silver {
  background-color: #c0c0c0;
}

.warning-red {
  color: red;
}

.theme-dark .head-silver {
  background-color: #333333;
}

.beige {
  background-color: #f5f5dc;
}

.theme-dark .beige {
  background-color: #272721;
}

.white-rouse {
  background-color: #f9f9f9;
}

.theme-dark .white-rouse {
  background-color: #292222;
}

.theme-dark .table .table {
  background-color: #272721;
}

.theme-dark .modal {
  background-color: #222222;
}

.theme-dark .admin-bar {
  background-color: #555;
}

.theme-dark pre {
  background-color: black;
  color: #eee;
}

.theme-dark .material-switch>label {
  background-color: #444;
}

.theme-dark .form-actions-bottom .theme-dark .help_text a {
  color: lightblue;
}

.theme-dark .select2-dropdown,
.theme-dark .select2-container--default .select2-selection--single {
  background-color: #373737;
}

.theme-dark .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #555555;
}

.theme-dark .btn-default {
  color: #ffffff;
  background-color: #252424;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.theme-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #eee;
}

.theme-dark .close,
.theme-dark legend {
  color: #eee;
  border-color: #555;
}

.theme-dark .modal-header,
.theme-dark .modal-footer {
  background-color: #333333;
  border-color: #373737;
  color: white;
}

.theme-dark .warning-red {
  color: #ff6666;
}

.theme-dark a {
  cursor: pointer;
  color: white;
}

.theme-dark .btn {
  background-color: #343434;
  *background-color: #191919;
  background-image: -moz-linear-gradient(top, #000000, #2e2e2e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#2e2e2e));
  background-image: -webkit-linear-gradient(top, #000000, #2e2e2e);
  background-image: -o-linear-gradient(top, #000000, #2e2e2e);
  background-image: linear-gradient(to bottom, #000000, #2e2e2e);
    border-color: #313131 #2a2a2a #4e4e4e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #313131;
  border-bottom-color: #464646;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.theme-dark .btn:hover,
.theme-dark .btn:focus {
  color: #cbcbcb;
}

.theme-dark .pagination ul > li > a,
.theme-dark .pagination ul > li > span {
  background-color: #000000;
  border-color: #686868;
}

.theme-dark .widget-body-selected {
  background-color: #002f51 !important;
}

.theme-dark .stat-pane-tab>ul>li {
  background-color: #373737;
}

.theme-dark .stat-pane-tab>ul>li>a:hover {
  background-color: #222222;
}

.theme-dark .stat-pane-tab>ul>li.pane-tab-active,
.theme-dark .stat-pane-tab>ul>li.pane-tab-active>a:hover {
  color: white;
  background-color: #373737;
}

.theme-dark {
  color: #eee;
  background-color: black;
}

/*Some Fontello-sourced icon names may share Twitter Bootstrap names causing conflicts. One option is to disable the png-based Twitter Bootostrap icon images entirely by adding the following to your css file.*/
.theme-old [class^="icon-"],
.theme-old [class*=" icon-"] {
  background-image: none;
}

/* And to disable the default png icons for dropdown menus and inverse icons: */
.theme-old .icon-white,
.theme-old .nav>.active>a>[class^="icon-"],
.theme-old .nav>.active>a>[class*=" icon-"],
.theme-old .dropdown-menu>li>a:hover>[class^="icon-"],
.theme-old .dropdown-menu>li>a:hover>[class*=" icon-"],
.theme-old .dropdown-menu>.active>a>[class^="icon-"],
.theme-old .dropdown-menu>.active>a>[class*=" icon-"] {
  background-image: none;
}

/* And a placement tweak that seems to help: */
.theme-old [class^="icon-"]:before,
.theme-old [class*=" icon-"]:before {
  margin-left: 0 !important;
}

.theme-old [class^="icon-"],
.theme-old [class*=" icon-"] {
  margin: -1px 3px 0 0;
  font-size: 16px;
  line-height: 16px;
  height: 14px;
  vertical-align: middle;
}

.theme-old .pane-tab>ul>li>a {
  margin: 0;
}

.btn.btn-mini>i.icon-uncollapse {
  font-size: 18px;
}

.extended-tabel th {
  vertical-align: middle;
}

.torturerdowntime-tabel td.highlight {
  font-style: italic;
}

.tabel-absence-day {
  background-color: #e7e6e6 !important;
}

.tabel-holiday {
  background-color: #fbe5d6 !important;
}

.tabel-sickleave {
  background-color: #e2f0d9 !important;
}

.tabel-breakeday {
  background-color: #dae3f3 !important;
}

.tabel-vacation {
  background-color: #fff2cc !important;
}

.tabel-legend {
  width: auto;
  margin-top: 25px;
}

.tabel-legend td{
  border-width: 0px;
  vertical-align: middle;
  padding: 8px;
}

.tabel-legend .first-col {
  text-align: center;
  vertical-align: middle;
}

div.right_button {
  padding: 5px 20px 0px 20px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 900;
}

div.panel_form  a.helplink {
    margin-left: 10px;
    padding-right: 1em;
    margin-right: 9px;
}

 @media print {
   table.tabel-legend td {
      padding: 0 8px !important;
   }
 }
.tabel .tabel-half-1 {
  background-color: #f9f9f9;
}

.theme-dark .tabel .tabel-half-1 {
  background-color: #1b1b1b;
}

.theme-dark .pagination ul>li>a,
.theme-dark .pagination ul>li>span {
  background-color: #222222;
}

.theme-dark .pagination .this-page{
  background-color: #c1c1c1;
}

.theme-dark .form-actions-bottom {
  background-color: black;
}

.tab-content-style {
  background-color: white;
  height: 100%;
  overflow: auto;
  padding-left: 10px;
}

.theme-dark .tab-content-style {
  background-color: black;
}

.theme-dark .modal-body1 .tab-content {
  background-color: #201e11;
}

/* .theme-dark .btn:hover {
  background-color: #303030;
} */
.theme-dark .form-actions {
  border-color: black;
  background-color: #222222;
  color: #eee;
}

.theme-dark .btn-group.open .btn.dropdown-toggle {
  background-color: #757575;
}

.theme-dark .submit-row {
  background: transparent;
  border: none;
}

.theme-dark .alert-info {
  color: #ffffff;
  background-color: #000000;
  border-color: #5f5f5f;
}

.theme-dark .center {
  color: white;
}

.theme-dark .help-block,
.theme-dark .help-inline {
  color: #a3a3a3;
}

.breadcrumb>li {
  text-shadow: 0 1px 0 #388595;
}

.theme-dark .nav-tabs>.active>a {
  color: #eee;
  background-color: #222222;
  border-color: #777;
}

.theme-dark .nav-tabs>li>a:hover,
.theme-dark .nav-tabs>li>a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
  background-color: #373737;
}

.theme-dark .install-from-ad .tree li>span:hover,
.theme-dark .install-from-ad .tree li>span:hover+ul li span {
  color: white;
}

.theme-dark #scan_progress_bar {
  z-index: 3;
}

.theme-dark .progress,
.theme-dark .admin-progress,
.theme-dark #scan_progress_span,
.theme-dark .nav>li>a:hover,
.theme-dark .nav>li>a:focus {
  background-color: #4c4c4c;
}

.theme-dark b[style="background-color: yellow"] {
  color: #222222;
}

.theme-dark .material-switch>label::before {
  background: white;
}

.theme-dark label {
  color: #eee;
}

.theme-dark .btn.btn-mini:hover,
.theme-dark .btn.btn-mini:focus,
.theme-dark .btn.btn-mini:active,
.theme-dark .btn.btn-mini.active,
.theme-dark .btn.btn-minidisabled,
.theme-dark .btn.btn-mini[disabled] {
  background-color: #101010;
}

.theme-dark .nav-pills>.active>a, .theme-dark .nav-pills>.active>a:hover, .theme-dark .nav-pills>.active>a:focus {
  color: #fff;
  background-image: linear-gradient(to bottom, #444444, #222222);
}



.td-middle {
    vertical-align: middle !important;
    text-align: center !important;
}

._inline-group {
    margin-bottom: 18px;
}

.loading-topbar {
  --primary-color: #f55;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2pt;
  background-color: transparent;
  overflow: hidden;
}

@media screen {
.loading-topbar--active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 2pt;
  background-color: var(--primary-color);
  box-shadow: 10px 0 30px 15px var(--primary-color), -10px 0 30px 15px var(--primary-color);
  animation: loading-topbar 2s cubic-bezier(.1,.5,.9,.5) infinite;
}
}

@media print {
.loading-topbar--active::after {
  display: none;
}
}

@keyframes loading-topbar {
  0% { left: -40%; }
  100% { left: 110%; }
}

.page-fully-loaded-marker {
  display: none;
}

@media screen {
  .page-not-loaded-error {
    padding: 8pt;
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    color: #ff5;
    background-color: #be0404;
    border-radius: 4pt;
  }
}

@media print {
  .page-not-loaded-error {
    display: none;
  }
}

.card-absent {
  color: red;
  text-align: center;
  font-weight: bold;
}

.dimensioncardfilter-error {
  color: #555;
  margin: 30px;
  font-size: large;
}

