.overflow-hidden {
  overflow: hidden; }

.margin-top-0 {
  margin-top: 0; }

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

.clear {
  clear: both; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-right-20 {
  padding-right: 20px; }

.padding-left-0 {
  padding-left: 0 !important; }

.select2.select2-container.select2-container--default {
  max-width: 100%; }

body {
  overflow-y: scroll; }

.color-light-grey {
  color: #ddd; }

/*==================================
=            Login page            =
==================================*/
#login-lang-selection {
  margin: 0 0 15px;
  overflow: hidden;
  line-height: 30px; }
  #login-lang-selection .flag-list {
    float: right; }
  #login-lang-selection .flag {
    padding: 0 2.5px 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; }
    #login-lang-selection .flag:hover {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }

/*=====  End of Login page  ======*/
/*==================================================
=            Sidebar language selection            =
==================================================*/
#header-lang-selection {
  padding: 13px 10px;
  position: relative;
  z-index: 1001; }
  #header-lang-selection .active-lang {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  #header-lang-selection:hover .selections {
    display: block; }
  #header-lang-selection .selections {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 100%;
    padding: 6px 3px;
    margin: -10px 0 0 0;
    background-color: #FFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    #header-lang-selection .selections .flag {
      float: left;
      padding: 0 3px;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center; }
      #header-lang-selection .selections .flag:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    #header-lang-selection .selections:hover {
      display: block; }

/*=====  End of Sidebar language selection  ======*/
/*========================================
=            jQuery-UI Slider            =
========================================*/
.ui-slider {
  position: relative;
  padding: 0 10px;
  background-color: #3C8DBC;
  height: 2px;
  border-radius: 1px;
  border: none; }
  .ui-slider .ui-slider-range {
    background-color: #3C8DBC;
    height: 100%; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    border: 1px solid #367fa9;
    background-color: #3c8dbc;
    top: -6px;
    z-index: 2;
    margin-left: -7px;
    outline: none; }
    .ui-slider .ui-slider-handle.ui-state-focus, .ui-slider .ui-slider-handle.ui-state-hover {
      background-color: #367FA9; }

/*=====  End of jQuery-UI Slider  ======*/
/*==============================
=            Charts            =
==============================*/
#chart-list .list-item {
  display: inline-block; }
  #chart-list .list-item:nth-child(2n+1) {
    clear: both; }

.chart-box .legend {
  text-align: center; }
  .chart-box .legend .item {
    display: inline-block;
    margin: 0 7px 5px;
    cursor: pointer; }

/*=====  End of Charts  ======*/
/*======================================
=            Chart settings            =
======================================*/
#project-sttings-charts-tab .available-stats-col .stat .remove-btn {
  display: none; }
#project-sttings-charts-tab .box-footer .checkbox {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle; }

#project-settings-chart-list .nav-tabs {
  border-bottom: none; }
#project-settings-chart-list .drop-placeholder {
  border: 3px dashed #d2d2d2;
  height: 300px;
  margin: 0 0 15px; }
#project-settings-chart-list .chart-stats-placeholder {
  border: 2px dashed #d2d2d2;
  height: 22px;
  margin: 5px 0; }
#project-settings-chart-list .chart-list-item:nth-child(2n+1) {
  clear: both; }
#project-settings-chart-list .chart-stats {
  position: relative;
  min-height: 100px; }
  #project-settings-chart-list .chart-stats:before {
    content: 'Drop stats here';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 0;
    font-size: 28px;
    font-weight: 800;
    color: #E9E9E9; }
#project-settings-chart-list .stat {
  position: relative;
  padding-right: 30px; }
  #project-settings-chart-list .stat .remove-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    line-height: 12px;
    height: 100%;
    width: 20px; }
    #project-settings-chart-list .stat .remove-btn i {
      top: 50%;
      position: absolute;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
      -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      -o-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }
    #project-settings-chart-list .stat .remove-btn:hover {
      color: #222D32; }

#loader-layer {
  position: fixed;
  background: #3C8DBC;
  border-radius: 3px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -999;
  opacity: 0;
  -webkit-transition: z-index step-end 0.2s, opacity 0.2s linear 0s;
  -moz-transition: z-index step-end 0.2s, opacity 0.2s linear 0s;
  transition: z-index step-end 0.2s, opacity 0.2s linear 0s; }
  #loader-layer > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    color: #fff;
    font-size: 80px; }
  #loader-layer.active-state {
    -webkit-transition: z-index step-start 0, opacity 0.2s linear 0s;
    -moz-transition: z-index step-start 0, opacity 0.2s linear 0s;
    transition: z-index step-start 0, opacity 0.2s linear 0s;
    opacity: 1;
    z-index: 999999; }

#report-data-sheets .table {
  margin: 0 0 5px; }
#report-data-sheets .box .chart-toggler {
  display: inline-block; }
#report-data-sheets .box.collapsed-box .chart-toggler {
  display: none; }
#report-data-sheets .box .chart-area {
  padding: 15px 0 0; }
#report-data-sheets .table {
  font-size: 12px;
  margin: 0; }
  #report-data-sheets .table thead th:nth-child(1) {
    width: 18px;
    min-width: 18px;
    max-width: 18px; }
  #report-data-sheets .table tbody th:nth-child(1) {
    color: #97a0b3; }
    #report-data-sheets .table tbody th:nth-child(1) .checked {
      display: none; }
    #report-data-sheets .table tbody th:nth-child(1) .unchecked {
      display: inline-block; }
    #report-data-sheets .table tbody th:nth-child(1).line-active .checked {
      display: inline-block; }
    #report-data-sheets .table tbody th:nth-child(1).line-active .unchecked {
      display: none; }
  #report-data-sheets .table td, #report-data-sheets .table th {
    padding: 4px 8px;
    min-width: 0;
    white-space: nowrap; }

/*=====  End of Chart settings  ======*/
/*==========================================
=            Admin LTE overides            =
==========================================*/
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: auto; }

/*=====  End of Admin LTE overides  ======*/
/*======================================
=            Sidebar search            =
======================================*/
#sidebar-project-search .select2-selection {
  height: 35px;
  padding: 6px 12px 6px 12px;
  background-color: #374850;
  border-color: #374850;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s; }
  #sidebar-project-search .select2-selection[aria-expanded=true] {
    background-color: #FFF;
    border-color: #FFF; }
#sidebar-project-search .select2-selection__rendered {
  color: #999; }

/*=====  End of Sidebar search  ======*/
/*====================================
=            Sidebar menu            =
====================================*/
.treeview-menu.project-list .scrollbar-inner {
  overflow: hidden;
  width: 100%;
  min-height: 50px;
  max-height: 500px; }
  .treeview-menu.project-list .scrollbar-inner .item {
    display: inline-block;
    width: 33.333%;
    float: left; }
    .treeview-menu.project-list .scrollbar-inner .item a {
      padding: 5px 5px 5px 15px;
      display: block;
      font-size: 14px; }

/*=====  End of Sidebar menu  ======*/
/*======================================
=            Report settings           =
======================================*/
#report-available-stats .show-in-chart-box {
  display: none; }
#report-available-stats .remove-btn {
  display: none; }

#project-settings-report {
  position: relative;
  overflow: auto;
  padding: 0 1px; }
  #project-settings-report .nav-tabs {
    border-bottom: none; }
  #project-settings-report .report-section {
    overflow: visible; }
    #project-settings-report .report-section .intro-indicator {
      display: none;
      position: absolute;
      top: 5px;
      right: 5px; }
    #project-settings-report .report-section .side-chart-options {
      display: none; }
    #project-settings-report .report-section.intro-section .intro-indicator {
      display: inline-block; }
    #project-settings-report .report-section.intro-section .side-chart-options {
      display: block; }
    #project-settings-report .report-section .clearfix {
      float: none; }
  #project-settings-report .drop-place {
    border: 3px dashed #d2d2d2;
    height: 300px;
    margin: 0 0 15px; }
  #project-settings-report .stats-auto-fill-list {
    border: 1px solid red; }
  #project-settings-report .stat-list {
    position: relative;
    min-height: 100px; }
    #project-settings-report .stat-list:before {
      content: 'Drop stats here';
      display: block;
      position: absolute;
      width: 100%;
      top: 50%;
      right: 0;
      text-align: center;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 0;
      font-size: 42px;
      font-weight: 800;
      color: #E9E9E9; }
    #project-settings-report .stat-list .stat-drop-placeholder {
      overflow: hidden;
      height: 30px;
      border: 2px dashed #d2d2d2;
      margin: 5px 0; }
    #project-settings-report .stat-list .stat {
      position: relative;
      z-index: 1; }
      #project-settings-report .stat-list .stat .show-in-chart-box {
        display: none; }
      #project-settings-report .stat-list .stat .remove-btn {
        position: absolute;
        top: 5px;
        right: 10px; }
      #project-settings-report .stat-list .stat.auto-fill-list {
        border: 1px solid red; }
  #project-settings-report .box-danger .stat-list .stat .show-in-chart-box {
    display: none;
    display: inline-block;
    float: left; }
    #project-settings-report .box-danger .stat-list .stat .show-in-chart-box * {
      display: inline-block;
      vertical-align: middle; }
    #project-settings-report .box-danger .stat-list .stat .show-in-chart-box input {
      margin: 0 5px 0 0; }
  #project-settings-report .section-options {
    display: none;
    padding: 15px 0;
    clear: both;
    overflow: hidden; }
    #project-settings-report .section-options > div {
      width: 25%;
      float: left; }
    #project-settings-report .section-options hr {
      margin: 0; }

/*=====  End of Report settings  ======*/
.play-gif {
  position: relative;
  overflow: hidden; }
  .play-gif .play-btn {
    position: absolute;
    display: block;
    width: 90%;
    max-width: 150px;
    top: 50%;
    right: 50%;
    opacity: 0.8;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-image: url("/img/play.png");
    background-size: cover;
    z-index: 2;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
    .play-gif .play-btn:before {
      content: '';
      display: block;
      padding: 0 0 100%; }
  .play-gif img {
    opacity: 0.2;
    z-index: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  .play-gif:hover img {
    opacity: 1; }
  .play-gif:hover .play-btn {
    opacity: 0; }

#manual position
.go-up {
  position: absolute; }
#manual [data-active-page="0"] {
  display: none; }
#manual .thumbnail {
  margin: 10px 0; }
  #manual .thumbnail.pull-right {
    margin-left: 10px; }

/* SANDBOX */
body.sandbox .wrapper {
  margin-top: 30px; }
body.sandbox #sandbox-warning {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1049;
  background-color: #D33724;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  line-height: 30px; }

/*# sourceMappingURL=overides.css.map */
