.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: #01174b;
  text-decoration: none;
}


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

/*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.*/
[class^="icon-"], [class*=" icon-"]{ background-image: none; }
/* And to disable the default png icons for dropdown menus and inverse icons: */
.icon-white,
.nav > .active > a > [class^="icon-"],
.nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
  background-image: none;
}
/* And a placement tweak that seems to help: */
[class^="icon-"]:before, [class*=" icon-"]:before { margin-left: 0 !important; }
[class^="icon-"], [class*=" icon-"] {
  margin: -1px 10px 0 0;
  font-size: 18px;
  line-height: 18px;
}

a {
  cursor: pointer;
  color: #01174b;
}

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

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

/* 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: #505050;
  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-bottom: 5px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}

.widget-body:hover {
}

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

.widget-body-selected {
  background-color: #D3EAFB !important;
  border: 1px solid #e3e3e3;
}

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

/*.fact-wide .widget-filter {
    white-space: normal;
    display: block;
    word-wrap: break-word;
}*/
.fact-wide > span {
  white-space: normal !important;
  display: block;
  word-wrap: break-word;
  line-height: 20px;
  margin-top: 4px;
  /*     margin-bottom: .5em; */
  /*     width: 100%; */
}

.collapsed .details  {
  display: none;
}

/*.collapsed .widget-value .keycode {
    display: none;
}
*/

.widget-value {
  white-space: pre-line;
  overflow: hidden;
}

.collapsed .widget-value {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.widget-filter {
  cursor: pointer;
  display: inline-block;
}

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

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

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

.icon-loading  {
  margin: -3px 8px 0 0;
  padding: 0;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}

.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: 0;
  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: #dddddd;
}

.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: #01174b;
  background-color: white;
  cursor: default;
}

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

#reportrange {
  cursor: pointer;
}

.range_inputs {
  width: 150px;
  text-align: right;
}

.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;
}

.datepicker label { cursor: text !important; }

#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;
  /*     margin-left: 0 !important; */
  /*     width: 100%; */
}

.event_list_filter_period  {
  margin-right: 2em;
}

.event_list_filter_period select {
  /*     display: inline-block; */
  /*     width: auto; */
  /*     font-size: 24.5px; */
  /*     margin: 0; */
  /*     height: 40px; */
  width: auto;
  /*     margin-top: -10px; */
}
.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: black;
}

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

/* Other stuff */

/*.animate-spin {
    display: block;
    margin: 0 auto;
}*/

.analytics_ctrl {
  margin-top: 15px;
}

.analytics_buttons {
  margin-bottom: 10px;
}

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

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

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

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

.aggregate-cell {
  border-bottom: 1px solid #dddddd !important;
  color: #01174b !important;
  line-height: 15px;
  padding-top: 4px;
}

.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;
}

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

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

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

.panel-dark li a:hover {
  color: white;
  background-color: #404050;
}

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

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

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

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

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

.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: 39px;
}

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

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

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

.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;
}

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

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

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

.screenshot_thumb { cursor: pointer; }


/* S P L I T T E R */

.split-panes
{
}

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

.split-panes.horizontal > .split-handler
{
  position: absolute;
  width: 0.5%;
  border-radius: 2px;
  left: 45%;
  cursor: col-resize;
  height: 100%;
  background: url("/static/img/vgrabber.gif") no-repeat scroll center center #ddd;
}

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

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

.split-panes.horizontal > .split-pane2
{
  width: 54.5%;
  left: 45.5%;
  height: 100%;
  overflow: hidden;
}


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

.split-panes.vertical > .split-handler
{
  position: absolute;
  height: 7px;
  /*   border-radius: 2px; */
  top: 70%;
  cursor: row-resize;
  width: 100%;
  /*   background-color: #666 !important; */
  /*   z-index: 900; */
  clear: both;
  display: block;
  background: url("/static/img/hgrabber.gif") no-repeat scroll center center #ddd;
}
.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;
}

.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; }

#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: #EEE;*/
}


.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;
}

.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;
}

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

.breakNo{white-space:nowrap;}

.hour {
  position: absolute;
  top: 5px;
  bottom: 5px;
  border-radius: 3px;

}

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

.uncat {
  background: #6666BB; /* Old browsers */
  background: -moz-linear-gradient(top,  #8888cc 0%, #c1c1c1 50%, #b4b4b4 51%, #c5c5c5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8888cc), color-stop(50%,#c1c1c1), color-stop(51%,#b4b4b4), color-stop(100%,#c5c5c5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #8888cc 0%,#c1c1c1 50%,#b4b4b4 51%,#c5c5c5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #8888cc 0%,#c1c1c1 50%,#b4b4b4 51%,#c5c5c5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #8888cc 0%,#c1c1c1 50%,#b4b4b4 51%,#c5c5c5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #8888cc 0%,#c1c1c1 50%,#b4b4b4 51%,#c5c5c5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8888cc', endColorstr='#c5c5c5',GradientType=0 ); /* IE6-9 */
  z-index: 0;
}

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

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

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

.bonus {
  background: #FFC125; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffc125 0%, #ffc125 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc125), color-stop(100%,#ffc125)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffc125 0%,#ffc125 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffc125 0%,#ffc125 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffc125 0%,#ffc125 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffc125 0%,#ffc125 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc125', endColorstr='#cd9b1d',GradientType=0 ); /* IE6-9 */
  z-index: 4;
}

.bar_agent_application {
  background: rgb(59,103,158); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.bar_agent_web {
  background: rgb(203,96,179); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,96,179,1)), color-stop(50%,rgba(193,70,161,1)), color-stop(51%,rgba(168,0,119,1)), color-stop(100%,rgba(219,54,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 ); /* IE6-9 */
}

@media print {
  .report-hours-hours .bar_agent_account, .report-hours-hours .bar_agent_application, .report-hours-hours .bar_agent_web {
    border-top: 100px solid #DDD;
    overflow: hidden !important;
  }
  .report-hours-bar .bar_agent_application, .report-hours-bar .bar_agent_web, .report-hours-bar .productive, .report-hours-bar, .report-hours-bar .neutral, .report-hours-bar .unproductive {
    border-top: 100px solid #DDD;
    position: absolute;
  }

  .unproductive { border-top: 100px solid #f85032 !important; }
  .neutral { border-top: 100px solid #CCC !important; }
  .productive { border-top: 100px solid #9dd53a !important; }
  .incident { border-top: 100px solid #ff1a00 !important; }
  .bonus { border-top: 100px solid #ffc125 !important; }
  .bar_agent_application { border-top: 100px solid rgb(59,103,158) !important; }
  .bar_agent_web { border-top: 100px solid rgb(203,96,179) !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;
}

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

.report-hours-bar {
  /*     position: relative; */
  border-width: 1px !important;
  background-color: white !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: black;
  text-align: center;
  white-space: nowrap;
  box-shadow:  0 5px 5px 0 rgba(50, 50, 50, 0.55);
}

.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%;
}

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

.change-form {
  background-color: #eee;
}

#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 a {
  height: 15px;
}

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

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

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

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

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

/*
li.active,
tr.active tr,
tr.active td {
    color: #FFFFFF;
    border: none;
}

li.active a,
li.active a:hover,
tr.active a,
tr.active a:hover
{
    color: #FFFFFF;
}
*/

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

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


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

.current-filter > span {
}

.current-dim {
  background-color: #505050;
}


.filters-table tr {
  cursor: pointer;
}

.workspace-pane {
  position: fixed;
  top: 0;
}

.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: 100%;
}

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

.list-value {
  cursor: pointer;
}

#filter_text_view {
  width: 100%;
  margin: 0;
  padding: 0;
}

@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;
  }
}

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

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

.clickableValues td {
  cursor: pointer;
}

.clickableValues td: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 {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 4px 12px;
  line-height: 20px;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

.form-actions {
  padding-left: 20px !important;
}

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;
}

.range_inputs {
  bottom: 10px;
  position: absolute;
}

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: #505050;
}

/**
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: #3a87ad;
}

.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-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: #5A6680;
}

.panel-color-2 {
  background-color: #80665A;
}

@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;
}

span.deletedText {
  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: black;
  cursor: auto;
}
