html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#RobotoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#RobotoBold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BoldItalic.eot");
  src: url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype"), url("../fonts/Roboto-BoldItalic.svg#RobotoBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Thin.eot");
  src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin.svg#RobotoThin") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#RobotoMedium") format("svg");
  font-weight: 300;
  font-style: normal; }

.tabs-wrapper {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden; }

.tabs-wrapper::-webkit-scrollbar {
  display: none; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  box-shadow: 0 -1px 0 #EEE inset;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  display: flex; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  font-size: 0.9em; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
  border: medium none;
  box-shadow: 0 -2px 0 #4284B3 inset;
  color: #529FD3; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #529FD3;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: default; }

.nav-tabs > li > a, .nav-tabs > li > a:focus {
  margin-right: 0;
  background-color: transparent;
  border: medium none;
  color: #529FD3;
  transition: all 0.2s ease 0s; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.846;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  outline: none; }

.navbar-nav > li > a {
  color: #666; }

.dropdown-tasks {
  background-color: white;
  padding: 10px;
  font-weight: 200;
  font-size: 11px;
  border: 1px solid whitesmoke;
  border-radius: 2px;
  color: #9eacb4; }

.nav-tabs > li > a {
  color: #A8A8A8; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent; }

.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent; }

.tabs-wrapper {
  margin-bottom: 10px;
  margin-top: -18px; }

.grid-stack-item-content {
  border: 1px solid whitesmoke;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 whitesmoke; }

.grid-stack-item-content > .panel {
  background-color: #FFF; }

.body-grey {
  background-color: #eef2f3; }

.ibox-content-custom {
  margin-left: 40px;
  margin-bottom: 20px; }

.ibox-content-custom.creation {
  margin-left: 310px; }

.prev-round {
  width: 30px;
  height: 30px;
  margin: 10px;
  fill: #444;
  transition: all 0.2s ease 0s; }

.prev-round:hover, .prev-round:focus {
  fill: #529FD3;
  transition: all 0.2s ease 0s; }

.btn-custom-add-tab {
  background-color: #f0f0f0;
  color: #8c8c8c;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: all 0.2s ease 0s; }

.btn-custom-add-tab:hover {
  background-color: #e0e0e0;
  transition: all 0.2s ease 0s; }

.form-add-tab input {
  margin-top: 10px;
  border-radius: 2px;
  border: 1px solid whitesmoke;
  padding: 5px;
  background-color: whitesmoke;
  transition: all 0.2s ease 0s; }

.form-add-tab input:hover, .form-add-tab input:active {
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  transition: all 0.2s ease 0s; }

.form-add-tab button {
  border-radius: 2px;
  padding: 5px;
  color: white;
  font-weight: 300;
  margin-left: 3px;
  transition: all 0.2s ease 0s; }

.form-add-tab button[type="submit"] {
  background-color: #529fd3;
  border: 1px solid #529fd3 !important; }

.form-add-tab button[type="reset"] {
  background-color: #DDD;
  border: 1px solid #DDD !important; }

.form-add-tab button[type="submit"]:hover, .form-add-tab button[type="submit"]:focus {
  background-color: #4284b3;
  border: 1px solid #4284b3 !important;
  transition: all 0.2s ease 0s; }

.form-add-tab button[type="reset"]:hover, .form-add-tab button[type="reset"]:focus {
  background-color: #DEDEDE;
  border: 1px solid #DEDEDE !important;
  transition: all 0.2s ease 0s; }

.breadcrumb-custom {
  background-color: transparent;
  margin: 0; }

.breadcrumb-final {
  color: #4284b3; }

.btn-ios {
  color: #529FD3;
  background-color: #fff;
  border-color: #529FD3; }

.btn-ios:hover, .btn-ios:focus, .btn-ios:active, .btn-ios.active, .open > .btn-ios.dropdown-toggle {
  color: #fff;
  background-color: #529FD3;
  border-color: #529FD3; }

.btn-group-rw {
  margin-top: 10px; }

.rw-label {
  padding-right: 0;
  font-weight: 300;
  color: #686868;
  font-size: 12px;
  line-height: 22px; }

.nav-prj-tools {
  width: 52px;
  background-color: #fff;
  min-height: 100%;
  position: absolute;
  z-index: 20;
  border-right: 1px solid whitesmoke;
  top: 0; }

.nav-prj-tools .nav-sidebar li a {
  color: #B2DBFB;
  transition: color .2s ease;
  width: 52px;
  padding: 8px 20px; }

.nav-prj-tools .nav-sidebar li a:hover, .nav-prj-tools .nav-sidebar li a:focus, .nav-prj-tools .nav-sidebar li a:active {
  background-color: whitesmoke !important;
  transition: background .2s ease;
  color: #666 !important; }

.nav-prj-tools .nav-sidebar li a i {
  color: #a8a8a8 !important; }

.nav-prj-tools .nav-sidebar li a .count {
  color: #B2DBFB;
  background: #4284B3; }

.nav-prj-tools .nav-sidebar li.separate-item {
  border-top: 1px solid #4284B3; }

.nav-prj-tools .nav-sidebar li.active a {
  color: #666 !important;
  background-color: whitesmoke !important;
  /*border-left: 4px solid #faa529;*/ }

.nav-prj-tools .nav-sidebar li.active a.no-highlight {
  border: none; }

.nav-prj-tools .nav-sidebar li.active a i, .nav-prj-tools .nav-sidebar li a:hover i {
  color: #666 !important; }

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #009999 transparent transparent; }

.btn-add-ind div {
  border-radius: 10px;
  background-color: transparent;
  border: 3px dashed whitesmoke;
  box-shadow: none;
  transition: all 0.2s ease 0s; }

.btn-add-ind a {
  padding: 140px;
  line-height: 340px;
  font-size: 2em;
  color: whitesmoke;
  transition: all 0.2s ease 0s; }

.btn-add-ind div:hover {
  background-color: whitesmoke;
  transition: all 0.2s ease 0s; }

.btn-add-ind div:hover a {
  color: #fff;
  transition: all 0.2s ease 0s; }

.rotated {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.2s ease 0s; }

#step-title {
  text-align: center;
  margin-top: -15px; }

#step-title h6 {
  color: #529fd3;
  margin-bottom: 40px;
  font-weight: 600; }

.reports-source-choice-wrapper {
  width: 100%;
  max-width: 600px;
  list-style-type: none;
  display: block;
  margin: 0 auto; }

.reports-source-choice-wrapper .source-name {
  position: relative;
  height: 105px;
  margin: 0 0 6px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #FFFFFF no-repeat 20px 20px;
  border: 2px solid #E6E6E6;
  transition: all 0.2s ease; }

.reports-source-choice-wrapper .source-name.active {
  border: 2px solid #529fd3; }

.reports-source-choice-wrapper .source-name:hover {
  background-color: #E6E6E6;
  transition: all 0.2s ease; }

.reports-source-choice-wrapper .source-name.active:hover {
  background-color: #FFFFFF;
  transition: all 0.2s ease; }

.reports-source-choice-wrapper .source-name a {
  position: relative;
  display: block;
  width: auto;
  font-size: 1.4em;
  font-weight: bold;
  padding: 20px 20px 20px 90px;
  height: 105px;
  text-decoration: none; }

.reports-source-choice-wrapper .source-name a i {
  position: absolute;
  left: 25px;
  top: 10px;
  font-size: 3em;
  color: #529fd3;
  transition: all 0.2s ease; }

.reports-source-choice-wrapper .source-name:hover a i {
  color: #9b9b9b;
  transition: all 0.2s ease; }

.reports-source-choice-wrapper .source-name:hover a > .example, .reports-source-choice-wrapper .source-name:hover a .name {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.reports-source-choice-wrapper .source-name .name {
  display: block;
  margin: 2px 0 4px 0;
  color: #9b9b9b;
  font-size: 1.5em;
  line-height: 35px;
  font-weight: 300;
  overflow: hidden; }

.reports-source-choice-wrapper .source-name .example {
  display: block;
  color: #b4b4b4;
  font-size: 0.7em;
  font-weight: 300; }

.source-options {
  border: 0; }

.reports-type-choice-wrapper {
  position: relative;
  display: table;
  margin: 0 auto 10px auto;
  height: 100%; }

.reports-type-choice-wrapper > li {
  display: table-cell;
  position: relative;
  padding: 10px;
  border: 2px solid #E6E6E6;
  margin: 8px;
  cursor: pointer;
  background: #fff;
  float: left;
  vertical-align: top;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  height: 250px; }

.reports-type-choice-wrapper > li > a {
  text-decoration: none; }

.reports-type-choice-wrapper > li > a > i {
  display: block;
  text-align: center;
  font-size: 8em;
  border-bottom: 1px solid #f3f3f3; }

.reports-type-choice-wrapper > li > a > .name {
  display: block;
  text-align: center;
  font-size: 1.5em;
  border-bottom: 1px solid #f3f3f3;
  color: #9b9b9b;
  font-weight: 300; }

.reports-type-choice-wrapper > li > a > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.reports-type-choice-wrapper > li > a > ul > li {
  color: #b4b4b4;
  border-bottom: 1px solid #f3f3f3; }

.reports-type-choice-wrapper li.active {
  border: 2px solid #529fd3; }

.reports-type-choice-wrapper li:hover {
  background-color: #E6E6E6;
  transition: all 0.2s ease; }

.reports-type-choice-wrapper li.active:hover {
  background-color: #FFFFFF;
  transition: all 0.2s ease; }

#textarea-query {
  width: 100%;
  height: auto;
  min-height: 400px; }

pre {
  background-color: ghostwhite;
  border: 1px solid silver;
  padding: 10px 20px;
  margin: 20px; }

.string {
  color: #D14; }

.number {
  color: #008080; }

.boolean {
  color: #333; }

.null {
  color: #0086B3; }

.key {
  color: #008080; }

.number {
  color: navy; }

.boolean {
  color: #f18c16; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.form-inline-label {
  font-size: 1.2em;
  font-weight: 500; }

.table-columns-path > thead > tr > th, .table-columns-path > tbody > tr > td {
  border-top: 0 none;
  white-space: normal; }

.btn-remove-column {
  box-shadow: none;
  font-size: 0.8em;
  margin: 0px; }

.btn-add-column {
  box-shadow: none;
  background-color: #529fd3;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: white;
  border-radius: 4px; }

.btn-add-column:hover, .btn-add-column:focus {
  background-color: transparent;
  border: 1px solid #529fd3;
  color: #529fd3; }

.panel-heading-custom {
  height: 38px; }

.panel-btn-container {
  float: right;
  margin-top: -28px; }

.default-date-field span {
  font-size: 0.9em;
  margin-left: 5px;
  margin-top: 2px; }

.input-panel-title {
  background-color: #efefef;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 6px !important; }

.input-panel-title-wrapper, .input-panel-date {
  margin-top: -5px;
  max-width: 480px; }

.input-panel-date {
  font-size: 1em !important;
  padding: 2px !important;
  margin-top: 1px;
  margin-left: -20px;
  background-color: #efefef;
  color: #7b7b7b; }

.progress-assistant {
  text-align: center;
  margin: auto auto 20px;
  height: 100%; }

.progress-assistant.steps {
  background-color: transparent; }

.progress-assistant li {
  display: inline-block;
  margin: 0 -3px 0 0;
  padding: 6px 20px;
  color: #529fd3;
  border-bottom: 1px solid #529fd3;
  border-top: 1px solid #529fd3;
  border-right: 1px solid #529fd3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1em;
  font-weight: 300; }

.progress-assistant li:first-child {
  border-left: 1px solid #529fd3;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.progress-assistant li:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.progress-assistant li.active {
  background: #529fd3;
  color: #fff; }

.progress-assistant li.active a {
  color: #fff; }

.btn-select-custom, .dataTables_length label select, .dataTables_filter label input {
  border: 1px solid #D6D6D6;
  color: #5F5F5F;
  box-shadow: 0 0 6px 0 rgba(100, 100, 100, 0.2); }

.alert {
  border: none;
  color: white;
  font-weight: 500;
  font-size: 1.1em; }

.alert-success {
  background-color: #45B745; }

.btn-custom-interval, .btn-custom-noborder, .input-group-no-border .input-group-addon {
  border: none;
  background-color: transparent;
  height: 30px !important;
  margin: 0 !important;
  margin-left: 2px !important;
  padding: 0 !important; }

.dataTables_length {
  float: left;
  clear: both;
  margin-top: 20px; }

div.dataTables_paginate {
  max-width: 400px !important;
  float: right !important;
  margin-top: -32px !important; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  clear: both;
  margin-top: -100px; }

.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: right;
  padding-top: 0.25em; }

.datatable-top-right-wrapper button {
  margin-right: 5px; }

.input-filter-select select, .input-filter-select input, .btn-filter {
  display: inline-block !important;
  background-color: #efefef;
  transition: all 0.2s ease;
  border: none; }

.input-filter-select select:hover, .input-filter-select input:hover, .btn-filter {
  background-color: #ebebeb;
  transition: all 0.2s ease; }

.input-filter-select input {
  width: 68% !important;
  padding-right: 5px; }

.input-filter-select select {
  width: 28% !important; }

.alert-danger {
  background-color: #D27256 !important; }

.panel-heading.collapsed::after {
  content: '\e114'; }

.panel-heading.expanded::after {
  font-family: 'Glyphicons Halflings';
  content: '\e080';
  float: right;
  color: grey; }

.c3 {
  max-height: 100% !important; }

/* Bootstrap color selector  */
/*
 * A colorselector for Twitter Bootstrap which lets you select a color from a predefined set of colors only.
 * https://github.com/flaute/bootstrap-colorselector
 *
 * Copyright (C) 2014 Flaute
 *
 * Licensed under the MIT license
 */
/* colorselector dropdown */
.dropdown-colorselector > .dropdown-menu {
  top: 80%;
  left: -7px;
  padding: 4px;
  min-width: 130px;
  max-width: 130px; }

/*
.dropdown-colorselector>.dropdown-menu.pull-right {
  right: -7px;
  left: auto;
}
*/
.dropdown-colorselector > .dropdown-menu > li {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 2px; }

.dropdown-colorselector > .dropdown-menu > li > .color-btn {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s; }

.dropdown-colorselector > .dropdown-menu > li > .color-btn:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08); }

.dropdown-colorselector > .dropdown-menu > li > .color-btn.selected:after {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  font-size: 11px;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px; }

.btn-colorselector {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #DDD;
  vertical-align: middle;
  border-radius: 0; }

.caption-helper-select {
  height: auto;
  width: auto;
  padding: 2px;
  border: none; }

.caption-helper:hover, .caption-helper-select:hover {
  background-color: #f1f1f1;
  transition: all ease 0.2s; }

.btn-success.btn-circle {
  border-radius: 50%; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-width: 0; }

.nav-tabs > li > a {
  border: none;
  color: #666;
  margin-right: 0;
  padding: 15px 20px; }

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
  border: none;
  color: #529fd3 !important;
  background: transparent; }

.nav-tabs > li > a::after {
  content: "";
  background: #529fd3;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0); }

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
  transform: scale(1); }

.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff; }

.tab-pane {
  padding: 15px 0; }

.tab-content {
  padding: 20px; }

.btn-custom-wrench {
  border-color: #dfe8f1;
  font-size: 13px;
  padding: 0px 10px;
  line-height: 28px;
  height: 30px;
  text-align: center;
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  color: #9ca6b1;
  background-color: #fefeff; }

.dropdown-wrench > li > .switch {
  margin: 0 50px 5px; }

/*
 * SWITCH
 */
.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eee, white 25px);
  background-image: -moz-linear-gradient(top, #eee, white 25px);
  background-image: -o-linear-gradient(top, #eee, white 25px);
  background-image: linear-gradient(to bottom, #eee, white 25px); }

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background; }
  .switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit; }
  .switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5); }
  .switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0; }
  .switch-input:checked ~ .switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); }
    .switch-input:checked ~ .switch-label:before {
      opacity: 0; }
    .switch-input:checked ~ .switch-label:after {
      opacity: 1; }

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out; }
  .switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eee, white);
    background-image: -moz-linear-gradient(top, #eee, white);
    background-image: -o-linear-gradient(top, #eee, white);
    background-image: linear-gradient(to bottom, #eee, white); }
  .switch-input:checked ~ .switch-handle {
    left: 40px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); }

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845; }

.ui-autocomplete-input {
  background-color: #f8f8f8 !important;
  transition: all .2s ease; }

.ui-autocomplete-input:hover {
  background-color: #f3f3f3 !important;
  transition: all .2s ease; }

input.ui-autocomplete-input {
  background-image: url("data:image/png;base64,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"); }

input.ui-autocomplete-input {
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 16px;
  padding-left: 35px; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f4f8fc;
  color: #89979C;
  cursor: not-allowed; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #529fd3;
  border-color: #529fd3; }

.nav-widget-assistant {
  width: 300px !important; }

.tab-form-widget-assistant {
  margin-top: 70px; }

.tab-form-widget-assistant > div > ul {
  background-color: whitesmoke !important; }

.tab-form-widget-assistant > div > ul > li > a:hover {
  background-color: #e9e9e9;
  color: #5f5f5f; }

.tab-form-widget-assistant > div > .tab-content {
  padding: 0; }

.tab-form-widget-assistant > div > .tab-content .form-group {
  padding: 20px; }

.tab-form-widget-assistant > div > .tab-content h5 {
  background-color: whitesmoke;
  padding: 5px 5px 5px 10px;
  font-size: 0.9em;
  color: #5c5c5c;
  font-weight: 600; }

.tab-form-widget-assistant > div > .tab-content h5.collapsed::after {
  content: '\f108';
  float: right;
  color: grey; }

.tab-form-widget-assistant > div > .tab-content h5.expanded::after {
  content: '\f107';
  font-family: 'FontAwesome';
  float: right;
  color: grey; }

.ace_editor {
  height: 400px;
  border: 1px solid #f0f0f0; }

.panel-data-creation {
  border: 0; }

.panel-data-creation .panel-heading {
  background-color: whitesmoke;
  padding: 5px 5px 5px 10px;
  font-size: 0.9em;
  color: #5c5c5c;
  font-weight: 600; }

.btn-primary-widget-data {
  background-color: #529fd3;
  border: 0; }

.btn-primary-widget-data:hover {
  background-color: #5097C8;
  border: 0; }

.query-filter-container {
  border-left-color: #236863;
  border-left-width: 4px;
  border-left-style: solid;
  padding: 20px; }

.form-group-chart-options {
  padding: 10px 20px !important;
  margin-bottom: 0; }

.form-legend-chart-options {
  padding: 0 10px;
  font-size: 0.9em;
  font-weight: 600;
  color: #6F6F6F;
  border: none;
  margin: 0; }

.grid-stack-item-content {
  background: #FAFAFA;
  color: #2c3e50;
  font-family: 'Roboto', cursive;
  text-align: center;
  font-size: 20px; }

.grid-stack-item-content .panel {
  margin-bottom: 0 !important; }

.grid-stack-item-content {
  border: 1px solid whitesmoke;
  border-radius: 2px;
  box-shadow: 0 0 4px 0 whitesmoke; }

.grid-stack-item-content > * > .panel {
  background-color: #FFF;
  height: 100% !important;
  overflow: hidden; }

.caption-helper, .caption-helper-select {
  padding: 0;
  margin: 0;
  line-height: 13px;
  color: #9eacb4;
  font-size: 13px;
  font-weight: 400; }

.caption-helper, .caption-helper-select {
  height: inherit;
  padding: 4px 6px 4px 6px;
  font-size: 12px;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  border-radius: 4px;
  transition: all .2s ease; }

.caption-helper-select {
  height: auto;
  width: auto;
  padding: 2px;
  border: none; }

.caption-helper:hover, .caption-helper-select:hover {
  background-color: #f1f1f1;
  transition: all ease 0.2s; }

.btn-header-portlet {
  background-color: transparent;
  border: none;
  margin-top: -4px; }

.btn-header-portlet,
.btn-header-portlet:hover {
  transition: background-color .2s ease !important; }

.btn-header-portlet i {
  color: #9EACB4; }

.btn-header-portlet:hover i {
  color: white; }

.btn-header-portlet i, .btn-header-portlet:hover i {
  transition: color .2s ease !important; }

.actions-lg {
  padding: 0px 10px 10px 4px; }

.actions-lg a {
  margin-top: 2px; }

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  top: 50%; }

.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2196F3;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out; }

.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.light-well, .description-block {
  background-color: #fafafa;
  padding: 15px; }

.light-well > .data h1 {
  text-align: center;
  color: #333333; }

.well-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

.well-list > li {
  padding: 10px 15px;
  min-height: 20px;
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.well-list > li span.pull-right {
  margin-top: -20px; }

.alert-warning {
  background-color: #ffd600; }

.table-responsive {
  border: none; }

.table {
  border-color: #eaeaf1; }

.table > thead > tr > th {
  font-weight: 600;
  color: #616670; }

.table > thead > tr > td, .table > thead > tr > th {
  border-color: #eaeaf1; }

.table > tbody > tr > th {
  font-weight: 600;
  color: #616670; }

.table > tbody > tr > td, .table > tbody > tr > th {
  border-color: #eaeaf1; }

.table-hover > tbody > tr:hover, .table-striped > tbody > tr:nth-of-type(odd), .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background: #f9f9fb; }

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background: #f0f0f5; }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background: #dff0e1; }

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background: #bbe1c1; }

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background: #daf0fb; }

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background: #abddf6; }

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background: #feeedc; }

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background: #fcd6ab; }

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background: #fee7e4; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background: #fbbcb4; }

.table-simple > tbody > tr > td, .table-simple > tbody > tr > th, .table-simple > tfoot > tr > td, .table-simple > tfoot > tr > th, .table-simple > thead > tr > td, .table-simple > thead > tr > th {
  border: none; }

.table-simple thead th {
  color: #9499a3;
  font-weight: 600; }

.table-simple a {
  color: #494d55; }

.table-simple a:hover {
  color: #40babd; }

.dataTables_wrapper .row {
  margin-right: 0;
  margin-bottom: 15px; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  background: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: none;
  box-shadow: none; }

.dataTables_wrapper .dataTables_info {
  color: #a2a6af; }

.dataTables_wrapper table.dataTable tfoot td, .dataTables_wrapper table.dataTable tfoot th {
  border-color: #a2a6af; }

div.dataTables_filter label, div.dataTables_length label {
  margin-bottom: 0;
  color: #616670; }

.dataTables_wrapper .dataTables_filter input {
  vertical-align: inherit; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background: inherit; }

table.table thead th.sorting:after, table.table thead th.sorting_asc:after, table.table thead th.sorting_desc:after {
  top: 10px;
  top: 12px; }

table.dataTable thead th {
  border-bottom: 2px solid #eaeaf1; }

@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_filter input[type=search] {
    width: 160px; } }

.table > tbody > tr > td, .table > tbody > tr > th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.table > tbody > tr td {
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid transparent;
  transition: all 0.2s ease;
  vertical-align: middle; }

.table > tbody > tr:hover td {
  background-color: #f7faff;
  border-top: 1px solid #b2d7ff;
  border-bottom: 1px solid #b2d7ff;
  transition: all 0.2s ease; }

.pagination li a {
  border-radius: 4px;
  background-clip: padding-box;
  border: none;
  margin-right: 5px;
  color: #616670; }

.pagination li a:hover {
  color: #494d55; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #c3c3c3; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #797f8b;
  border: none; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background-color: #f9f9fb;
  border: none; }

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 4px;
  background-clip: padding-box;
  background: none; }

.pagination > li:hover > a, .pagination > li.active > a, .pagination > li.active:hover > a {
  color: #fff;
  background: #529fd3;
  border-color: #529fd3; }

.dataTables_wrapper {
  position: relative !important; }

.dataTables_processing {
  position: absolute !important;
  border: none !important;
  left: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  z-index: 2000;
  height: 100% !important;
  font-size: 1.2em !important;
  text-align: center !important;
  width: 100% !important;
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0% !important;
  top: 0 !important; }

.report-title h1 {
  font-weight: 300; }

.report-title hr {
  margin-top: 0; }

div.dt-buttons {
  margin-top: -125px;
  float: right; }

div.dataTables_paginate {
  margin-top: -47px !important; }

div.bottom > div.dataTables_paginate {
  margin-top: -29px !important; }

.view-more {
  text-align: center;
  padding: 10px;
  background-color: #f8f8f8; }

.view-more:hover {
  background-color: #eeeeee;
  transition: background-color .2s ease; }

.view-more a {
  color: #99b1c9 !important;
  font-size: 1.5rem !important; }

.view-more a:hover {
  background-color: transparent !important; }

.dl-file, .export-in-progress {
  font-size: 1.6rem;
  padding: 10px;
  border-bottom: 1px solid #f8f8f8; }

.dl-file span:last-child {
  font-size: 1rem;
  color: #515c6b; }

.export-text-in-progress {
  margin-left: -10px !important;
  margin-top: -5px; }

.export-in-progress .filename {
  font-size: 12px;
  padding: 10px;
  color: #8594AF; }

.export-text-in-progress span:last-child {
  font-size: 11px;
  color: #b8c2cb;
  margin-left: 10px;
  float: left;
  margin-top: -5px; }

.input-group-addon.input-number {
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  border: none;
  border-radius: 0; }

.progress-widget {
  width: 50%;
  height: 4px;
  margin: auto;
  margin-top: 13%; }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #4db7ff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.btn-gear-param {
  margin-top: -52px;
  margin-right: 10px; }

/* iPhone 6 */
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  .content-wrapper {
    padding: 0;
    margin: 0; }
  .login-container {
    background-color: #fff;
    min-width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }
  .login-form fieldset {
    padding-top: 20px; }
  .nav-tabs {
    margin-top: 19px;
    margin-left: 20px; }
  .btn-gear-param {
    display: none; } }

.widget-error {
  width: 100%;
  height: 100%; }

.widget-error p {
  font-size: 0.6em;
  padding: 5px 20px;
  background-color: #fd7979;
  line-height: 30px;
  color: white; }
