a {
  color: inherit;
  text-decoration: underline; }
  a:hover {
    color: #ffb470; }

.content hr {
  border-top-color: #dedfe0; }

h1 {
  font-size: 18px;
  font-weight: 800;
  line-height: 22px; }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 24px;
    line-height: 28px; } }
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 30px;
    line-height: 35px; } }
.modal-title,
.small-box-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px; }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .modal-title,
  .small-box-title {
    font-size: 18px;
    line-height: 22px; } }
@media screen and (min-width: 1200px) {
  .modal-title,
  .small-box-title {
    font-size: 20px;
    line-height: 24px; } }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?uh08uw");
  src: url("fonts/icomoon.eot?uh08uw#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?uh08uw") format("truetype"), url("fonts/icomoon.woff?uh08uw") format("woff"), url("fonts/icomoon.svg?uh08uw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }  
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-xls:before {
  content: "\e926"; }

.icon-alert:before {
  content: "\e900"; }

.icon-calendarIco:before {
  content: "\e902"; }

.icon-change:before {
  content: "\e901"; }

.icon-check:before {
  content: "\e909"; }

.icon-close1:before {
  content: "\e90a"; }

.icon-csv:before {
  content: "\e90b"; }

.icon-download:before {
  content: "\e90c"; }

.icon-draw:before {
  content: "\e90d"; }

.icon-export:before {
  content: "\e90e"; }

.icon-favorite:before {
  content: "\e90f"; }

.icon-favoriteList:before {
  content: "\e910"; }

.icon-filter:before {
  content: "\e911"; }

.icon-fullscreen:before {
  content: "\e912"; }

.icon-graphIco:before {
  content: "\e903"; }

.icon-graphView:before {
  content: "\e913"; }

.icon-helpIco:before {
  content: "\e904"; }

.icon-listico:before {
  content: "\e914"; }

.icon-Loba:before {
  content: "\e915"; }

.icon-logout:before {
  content: "\e916"; }

.icon-map:before {
  content: "\e917"; }

.icon-mapView:before {
  content: "\e918"; }

.icon-menu:before {
  content: "\e919"; }

.icon-minus:before {
  content: "\e91a"; }

.icon-multipleIcon:before {
  content: "\e91b"; }

.icon-noteIco:before {
  content: "\e905"; }

.icon-pdf:before {
  content: "\e91c"; }

.icon-plus:before {
  content: "\e91d"; }

.icon-print:before {
  content: "\e91e"; }

.icon-probe:before {
  content: "\e91f"; }

.icon-repportIco:before {
  content: "\e906"; }

.icon-rowEdit:before {
  content: "\e920"; }

.icon-satelite:before {
  content: "\e921"; }

.icon-settingsIco:before {
  content: "\e907"; }

.icon-smallArrow:before {
  content: "\e922"; }

.icon-successCheck:before {
  content: "\e923"; }

.icon-tableView:before {
  content: "\e924"; }

.icon-trash:before {
  content: "\e925"; }

.icon-weatherIco:before {
  content: "\e908"; }

.btn {
  min-width: 125px;
  padding: 20px 30px;
  /*padding: 10px 30px;*/
  margin: 5px 0;
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease; }
  .btn:hover {
    background-color: #ffb470;
    color: white; }
  .btn:focus {
    opacity: 0.8;
    color: white; }

.btn-default {
  background-color: #949b9b; }

.btn-primary {
  background-color: #7eb7d7; }

.btn-sm {
  padding: 15px 25px; }

.btn-group-drop {
  display: inline-block;
  position: relative;
  z-index: 60; }
  .btn-group-drop > span {
    padding-right: 45px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0; }
    .btn-group-drop > span.disabled:hover {
      background-color: #949b9b; }
    .btn-group-drop > span:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 7px 0 7px;
      border-color: white transparent transparent transparent;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease; }
  .btn-group-drop img {
    margin-top: -10px;
    margin-right: 10px;
    margin-bottom: -10px; }
  .btn-group-drop.active span {
    margin-bottom: -1px;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #dedfe0; }
    .btn-group-drop.active span:after {
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
  .btn-group-drop.active ul {
    display: block; }
  .btn-group-drop ul {
    display: none;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin-top: 1px;
    border-radius: 0 0 8px 8px;
    background-color: #949b9b; }
    .btn-group-drop ul li {
      padding: 0 25px;
      list-style-type: none;
      text-align: left; }
    .btn-group-drop ul a {
      display: inline-block;
      padding-top: 5px;
      padding-bottom: 5px;
      color: white;
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase; }

.btn-group-icon {
  display: inline-block;
  position: relative;
  z-index: 99;
  vertical-align: middle; }
  .btn-group-icon > a {
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    margin-left: -1px;
    border: 1px solid #dedfe0;
    background-color: white;
    background-position-y: top;
    background-image: url("../img/icons/block-iconset.png"); }
    .btn-group-icon > a:hover, .btn-group-icon > a.active:hover {
      background-position-y: center; }
    .btn-group-icon > a.active {
      background-position-y: bottom; }
  .btn-group-icon span.clear {
    display: block;
    height: 1px;
    clear: both;
    float: none;
    border: none !important;
    background-color: transparent; }
  .btn-group-icon .btn-icon__new {
    background-position-x: 4px; }
  .btn-group-icon .btn-icon__duplicate {
    background-position-x: -48px; }
  .btn-group-icon .btn-icon__delete {
    background-position-x: -98px; }
  .btn-group-icon .btn-icon__notes {
    background-position-x: -148px; }
  .btn-group-icon .btn-icon__settings {
    background-position-x: -198px; }
  .btn-group-icon .btn-icon__filter {
    background-position-x: -248px; }
  .btn-group-icon .btn-icon__edit {
    background-position-x: -298px; }
  .btn-group-icon .btn-icon__recalc {
    background-position-x: -346px; }
  .btn-group-icon .btn-icon__panel {
    display: none;
    width: 280px;
    position: absolute;
    top: -10px;
    right: 0;
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
    background: white;
    text-align: left; }
    .btn-group-icon .btn-icon__panel .panel__heading,
    .btn-group-icon .btn-icon__panel .panel__body {
      padding: 20px; }
    .btn-group-icon .btn-icon__panel .panel__heading {
      height: 60px;
      padding: 0 20px;
      border-bottom: 1px solid #dedfe0;
      color: #677071;
      font-weight: 100;
      font-size: 20px;
      line-height: 60px; }
      .btn-group-icon .btn-icon__panel .panel__heading span {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 5px;
        vertical-align: middle; }
      .btn-group-icon .btn-icon__panel .panel__heading button {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background-color: #f0f2f2;
        cursor: pointer; }
        .btn-group-icon .btn-icon__panel .panel__heading button:before, .btn-group-icon .btn-icon__panel .panel__heading button:after {
          content: '';
          display: block;
          width: 1px;
          height: 14px;
          position: absolute;
          top: 50%;
          left: 50%;
          background-color: #88bcd9; }
        .btn-group-icon .btn-icon__panel .panel__heading button:before {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg); }
        .btn-group-icon .btn-icon__panel .panel__heading button:after {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg); }
    .btn-group-icon .btn-icon__panel .panel__body h5 {
      margin-top: 50px; }
    .btn-group-icon .btn-icon__panel .panel__body ul {
      padding: 0; }
      .btn-group-icon .btn-icon__panel .panel__body ul li {
        display: block;
        padding: 0 30px 0 0;
        position: relative;
        margin: 0;
        border-bottom: 1px dashed #dedfe0;
        font-size: 12px;
        font-weight: 400;
        line-height: 40px;
        list-style-type: none; }
        .btn-group-icon .btn-icon__panel .panel__body ul li label span {
          display: inline-block;
          width: 35px;
          height: 35px;
          margin-right: 5px;
          vertical-align: middle; }
        .btn-group-icon .btn-icon__panel .panel__body ul li span.jcf-select {
          width: 100%; }
        .btn-group-icon .btn-icon__panel .panel__body ul li span.jcf-checkbox {
          position: absolute;
          top: 10px;
          right: 0; }

.export-link {
  font-size: 16px; }
  .export-link span {
    margin-right: 10px;
    color: #949b9b;
    font-size: 150%;
    vertical-align: middle; }
  .export-link a {
    text-decoration: none; }

.dropdown-list {
  display: block;
  height: 40px;
  position: relative;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #dedfe0;
  background: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400; }
  .dropdown-list.dropdown-list--open {
    border-radius: 8px 8px 0 0;
    border-color: #949b9b;
    border-bottom: none; }
    .dropdown-list.dropdown-list--open button:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .dropdown-list.dropdown-list--open ul {
      display: block !important; }
  .dropdown-list button {
    display: block;
    width: 100%;
    padding: 0 20px;
    position: relative;
    border: none;
    background: transparent;
    line-height: 40px;
    text-align: left; }
    .dropdown-list button:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -2px;
      border-style: solid;
      border-width: 5px 7px 0 7px;
      border-color: #dedfe0 transparent transparent transparent !important;
      transition: all 0.3s ease; }
  .dropdown-list ul {
    display: none;
    padding: 0 15px 15px 15px !important;
    margin-right: -1px;
    margin-left: -1px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #949b9b;
    border-top: none;
    background-color: white; }
    .dropdown-list ul li {
      height: 1%;
      min-height: 14px;
      padding: 13px 0;
      position: relative;
      margin-top: -1px !important;
      margin-right: 20px;
      margin-left: 20px;
      border-top: 1px solid #dedfe0;
      border-bottom: 1px solid #dedfe0 !important;
      color: #656565; }

label {
  /*margin-bottom: 0;*/
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer; }
  label span {
    color: #ff7900; }

label.error {
  display: block;
  margin-top: 3px;
  color: #ff7770;
  font-size: 12px;
  font-weight: 100;
  line-height: 15px;
  text-align: right; }

.control-label {
  color: #677071 !important; }

.form-group {
  margin-bottom: 20px; }

.has-feedback .form-control {
  padding-right: 20px;
  padding-left: 20px; }

.has-error input[type="text"].form-control,
.has-error input[type="email"].form-control,
.has-error input[type="url"].form-control,
.has-error input[type="number"].form-control,
.has-error input[type="date"].form-control,
.has-error input[type="password"].form-control,
.has-error textarea.form-control {
  box-shadow: none;
  border-color: #ff7770; }
.has-error .control-feedback {
  display: block;
  margin-top: 3px;
  color: #ff7770;
  font-size: 12px;
  line-height: 15px;
  text-align: right; }

input[type="text"].form-control.error,
input[type="email"].form-control.error,
input[type="url"].form-control.error,
input[type="number"].form-control.error,
input[type="date"].form-control.error,
input[type="password"].form-control.error,
textarea.form-control.error {
  box-shadow: none;
  border-color: #ff7770; }

input[type="text"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="number"].form-control,
input[type="date"].form-control,
input[type="password"].form-control,
textarea.form-control,
.amChartsInputField {
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: none;
  border: 1px solid #dedfe0;
  border-radius: 8px; }
  input[type="text"].form-control:focus,
  input[type="email"].form-control:focus,
  input[type="url"].form-control:focus,
  input[type="number"].form-control:focus,
  input[type="date"].form-control:focus,
  input[type="password"].form-control:focus,
  textarea.form-control:focus,
  .amChartsInputField:focus {
    box-shadow: none;
    border-color: #949b9b; }

input:disabled {
  border-color: #dedfe0;
  background-color: #f0f2f2;
  color: #949b9b; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="password"] {
  height: 40px; }

.amChartsInputField {
  width: 150px !important;
  background-color: white !important; }

/*datepickers*/
.daterangepicker.dropdown-menu .jcf-select {
  display: inline-block;
  min-width: 0;
  width: 80px;
  height: 30px;
  margin: 0 5px; }
  .daterangepicker.dropdown-menu .jcf-select .jcf-select-text {
    margin-left: 10px;
    line-height: 27px; }

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: none; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background-color: transparent; }

.jcf-select-drop.jcf-compact-multiple .jcf-option:before {
  display: inline-block;
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #e0e1e2;
  border-color: #e0e1e2;
  background: white; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #ffb470 !important;
  border-color: #ffb470 !important;
  background: #ffb470; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected:after {
  content: '';
  display: block;
  width: 8px;
  height: 5px;
  position: absolute;
  top: 45%;
  right: 4px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  border: 2px solid white;
  border-width: 0 0 2px 2px; }

.switch {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.switch input {
  display: none; }

.slider {
  display: inline-block;
  width: 40px;
  height: 24px;
  position: relative;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: white;
  transition: .4s;
  border-radius: 8px;
  border: 1px solid #dedfe0;
  vertical-align: middle; }

.slider:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  transition: 0.15s;
  border-radius: 20px;
  border: 1px solid #dedfe0; }

input:disabled + .slider {
  background-color: #f0f2f2; }
  input:disabled + .slider:before {
    background-color: #f0f2f2; }

input:checked:disabled + .slider:before {
  border-color: #dedfe0;
  background-color: #dedfe0 !important; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  transform: translateX(16px);
  border-color: #ffb470;
  background-color: #ffb470; }

.tag {
  display: inline-block;
  padding: 1px 30px 1px 10px;
  position: relative;
  margin: 0 4px 8px 0;
  border-radius: 8px;
  background-color: #ffb470;
  color: white;
  font-size: 13px;
  white-space: nowrap;
  transition: background 0.2s ease;
  cursor: pointer; }
  .tag:hover {
    background-color: #ff7900; }
  .tag button {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: none;
    background: transparent url("../img/icons/tag-close.png") center center no-repeat;
    background-size: contain; }

.tag.tag-disabled {
  background-color: #f0f2f2;
  color: #949b9b; }
  .tag.tag-disabled button {
    background: transparent url("../img/icons/tag-disabled-close.png") center center no-repeat;
    background-size: contain; }

.panel {
  box-shadow: 2px 2px 3px rgba(73, 78, 77, 0.1);
  border-radius: 0 0 8px 8px !important;
  border: none; }

.panel-heading {
  padding: 30px;
  border-radius: 0;
  border: none;
  background-color: white !important; }
  .panel-heading h3.panel-title {
    color: #677071;
    font-size: 20px;
    font-weight: 600; }

.panel-body {
  padding: 0 30px 30px 30px;
  border-radius: 0 0 8px 8px !important;
  border: none; }

.wizard .content {
  padding: 30px 0 0 0 !important; }
.wizard .steps ul {
  display: inline-block;
  padding: 0 6px 0 0;
  margin: 0;
  border-radius: 8px; }
  .wizard .steps ul li {
    background-color: transparent;
    display: inline-block;
    padding: 10px 30px 10px 40px;
    position: relative;
    margin-top: -1px;
    margin-right: -7px;
    width: auto;
    border-top: 1px solid #dedfe0;
    border-bottom: 1px solid #dedfe0;
    cursor: pointer; }
    .wizard .steps ul li.current {
      background-color: white; }
      .wizard .steps ul li.current:after {
        border-left-color: white; }
      .wizard .steps ul li.current a {
        color: #ffb470;
        font-weight: bold; }
      .wizard .steps ul li.current .step-name {
        display: inline-block !important; }
    .wizard .steps ul li:before, .wizard .steps ul li:after {
      border: solid transparent;
      content: ' ';
      height: 0;
      width: 0;
      position: absolute;
      z-index: 1;
      border-color: transparent;
      border-left-color: #dedfe0; }
    .wizard .steps ul li:before {
      border-width: 23px;
      margin-top: -10px;
      right: -38px; }
    .wizard .steps ul li:after {
      border-left-color: #f0f2f2;
      border-width: 22px;
      margin-top: -34px;
      right: -36px; }
    .wizard .steps ul li.disabled {
      background-color: #f0f2f2; }
    .wizard .steps ul li.done {
      background-color: transparent; }
      .wizard .steps ul li.done:after {
        border-left-color: white; }
      .wizard .steps ul li.done a {
        color: #334955; }
    .wizard .steps ul li:first-child {
      padding-left: 25px;
      margin-left: -1px;
      border-radius: 8px 0 0 8px;
      border-left: 1px solid #dedfe0; }
    .wizard .steps ul li:last-child {
      border-right: 1px solid #dedfe0;
      border-radius: 0 8px 8px 0; }
      .wizard .steps ul li:last-child:before, .wizard .steps ul li:last-child:after {
        display: none; }
      .wizard .steps ul li:last-child:after {
        border-left-color: transparent; }
    .wizard .steps ul li a {
      outline: none;
      text-decoration: none; }
.wizard .actions ul {
  padding: 0;
  margin: 0; }
  .wizard .actions ul li {
    display: inline-block;
    margin-right: 20px;
    list-style-type: none; }
    .wizard .actions ul li a {
      text-decoration: none; }

.wizard h3,
.wizard ul li a span.number,
.wizard ul li a span.current-info.audible {
  display: none; }

.modal-content {
  position: relative;
  box-shadow: none;
  border-radius: 0;
  border: none;
  overflow: hidden; }
  .modal-content .close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    z-index: 200;
    border: 1px solid #dedfe0;
    background-color: #f0f2f2;
    opacity: 1;
    color: #7eb7d7; }

.modal-header {
  padding-top: 70px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: none; }

.modal-title {
  font-size: 20px;
  font-weight: 600; }

.modal-body {
  padding: 30px; }

.modal-footer {
  background-color: #f0f2f2;
  text-align: center; }

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 180;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.modal-overlay--show {
  -webkit-transform: none;
          transform: none;
  opacity: 1; }
  .modal-overlay--show .modal-overlay__content {
    -webkit-transform: none;
            transform: none; }

.modal-overlay__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 12%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: white;
  transition: all 0.2s ease; }

.modal-overlay__head {
  display: block;
  height: 50px;
  padding-right: 70px;
  padding-left: 30px;
  border-bottom: 1px solid #dedfe0;
  color: #677071;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis; }
  .modal-overlay__head:hover {
    color: #949b9b;
    text-decoration: none; }
  .modal-overlay__head i {
    display: inline-block;
    width: 7px;
    height: 8px;
    margin-right: 10px;
    border-bottom: 3px solid #677071;
    border-left: 3px solid #677071;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.modal-overlay__body {
  padding: 30px;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 100px;
  left: 0;
  overflow: hidden; }
  .modal-overlay__body > div.scrollbar-container {
    height: 100%;
    position: relative; }

.modal-overlay__footer {
  padding: 0 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f0f2f2;
  line-height: 100px; }

.modal-calendar .modal-header {
  padding-top: 30px; }
.modal-calendar .modal-content {
  overflow: visible; }
  .modal-calendar .modal-content .close {
    height: 40px;
    top: -40px;
    border: none;
    background: transparent;
    text-shadow: none; }
.modal-calendar .modal-dialog {
  margin: 40px auto; }
.modal-calendar img {
  display: block;
  margin: 10px auto 0 auto; }
.modal-calendar small {
  font-size: 11px; }
.modal-calendar p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px; }
.modal-calendar .left {
  margin: 0; }

.warning {
  padding: 27px 27px 27px 65px;
  color: white;
  font-size: 15px;
  cursor: pointer; }

.warning--success {
  background: #6dcd8c url("../img/icons/warning-success.png") 25px center no-repeat;
  background-size: 19px 19px; }

.warning--error {
  background: #ff7770 url("../img/icons/warning-error.png") 25px center no-repeat;
  background-size: 19px 19px; }

.floating-notification {
  height: 150px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 150;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  text-align: center; }
  .floating-notification div {
    max-width: 590px;
    padding: 10px 10px 5px 10px;
    margin: 0 auto;
    border-radius: 0 0 8px 8px;
    background-color: white;
    color: #386b87;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.4s ease; }
  .floating-notification p {
    display: inline-block;
    margin-right: 10px; }
    .floating-notification p + a {
      margin-left: 10px; }
  .floating-notification a {
    color: #002a41;
    font-weight: bold; }
    .floating-notification a:hover {
      color: #ff7900; }
  .floating-notification span {
    margin: 0 5px; }
  .floating-notification button {
    border: none;
    background-color: transparent;
    color: #002a41;
    font-weight: bold;
    text-decoration: underline; }
    .floating-notification button:hover {
      color: #ff7900; }

.profile-photo--empty {
  width: 125px;
  height: 130px;
  position: relative;
  border: 1px solid #dedfe0;
  border-radius: 8px;
  background: transparent url("../img/profile/profile-placeholder.png") center center no-repeat;
  background-size: cover;
  cursor: pointer; }
  .profile-photo--empty:hover span {
    background: transparent url("../img/profile/profile-upload.png") center bottom no-repeat; }
  .profile-photo--empty > span {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: transparent url("../img/profile/profile-upload.png") center top no-repeat;
    transition: all 0.2s ease; }

.profile-photo {
  width: 125px;
  height: 130px;
  position: relative;
  transition: all 0.2s ease; }
  .profile-photo:hover img {
    opacity: 0.2;
    transition: all 0.2s ease; }
  .profile-photo:hover .profile-photo__delete,
  .profile-photo:hover .profile-photo__edit,
  .profile-photo:hover .profile-photo__upload {
    opacity: 1; }
  .profile-photo img {
    border-radius: 8px;
    border: 1px solid #dedfe0; }
  .profile-photo div {
    position: absolute;
    top: 75%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; }
  .profile-photo a {
    display: inline-block;
    width: 25px;
    height: 26px;
    background-size: cover;
    transition: all 0.2s ease; }
    .profile-photo a:hover {
      background-position: center bottom; }

.profile-photo__delete,
.profile-photo__edit,
.profile-photo__upload {
  opacity: 0; }

.profile-photo__delete {
  background: transparent url("../img/actions/profile-photo-delete.png") center top no-repeat; }

.profile-photo__edit {
  background: transparent url("../img/actions/profile-photo-edit.png") center top no-repeat; }

.profile-photo__upload {
  background: transparent url("../img/actions/profile-photo-upload.png") center top no-repeat; }

.fieldnote-photo--empty {
  width: 125px;
  height: 130px;
  position: relative;
  border: 1px solid #dedfe0;
  border-radius: 8px;
  background: transparent url("../img/profile/profile-placeholder.png") center center no-repeat;
  background-size: cover;
  cursor: pointer; }
  .fieldnote-photo--empty:hover span {
    background: transparent url("../img/profile/profile-upload.png") center bottom no-repeat; }
  .fieldnote-photo--empty > span {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: transparent url("../img/profile/profile-upload.png") center top no-repeat;
    transition: all 0.2s ease; }

.fieldnote-photo {
  width: 125px;
  height: 130px;
  position: relative;
  transition: all 0.2s ease; }
  .fieldnote-photo:hover img {
    opacity: 0.2;
    transition: all 0.2s ease; }
  .fieldnote-photo:hover .fieldnote-photo__delete,
  .fieldnote-photo:hover .fieldnote-photo__edit,
  .fieldnote-photo:hover .fieldnote-photo__upload {
    opacity: 1; }
  .fieldnote-photo img {
    border-radius: 8px;
    border: 1px solid #dedfe0; }
  .fieldnote-photo div {
    position: absolute;
    top: 75%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; }
  .fieldnote-photo a {
    display: inline-block;
    width: 25px;
    height: 26px;
    background-size: cover;
    transition: all 0.2s ease; }
    .fieldnote-photo a:hover {
      background-position: center bottom; }

.fieldnote-photo__delete,
.fieldnote-photo__edit,
.fieldnote-photo__upload {
  opacity: 0; }

.fieldnote-photo__delete {
  background: transparent url("../img/actions/profile-photo-delete.png") center top no-repeat; }

.fieldnote-photo__edit {
  background: transparent url("../img/actions/profile-photo-edit.png") center top no-repeat; }

.fieldnote-photo__upload {
  background: transparent url("../img/actions/profile-photo-upload.png") center top no-repeat; }


table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #B0BED9; }

table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected {
  background-color: #acbad4; }

table.dataTable.hover tbody > tr.selected:hover, table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover, table.dataTable.display tbody > tr > .selected:hover {
  background-color: #aab7d1; }

table.dataTable.order-column tbody > tr.selected > .sorting_1, table.dataTable.order-column tbody > tr.selected > .sorting_2, table.dataTable.order-column tbody > tr.selected > .sorting_3, table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1, table.dataTable.display tbody > tr.selected > .sorting_2, table.dataTable.display tbody > tr.selected > .sorting_3, table.dataTable.display tbody > tr > .selected {
  background-color: #acbad5; }

table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #a6b4cd; }

table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #acbad5; }

table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.display tbody > tr:hover > .selected, table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected, table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #a2aec7; }

table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
  position: relative; }

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-sizing: border-box; }

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
  content: '';
  border: 1px solid #e0e1e2; }

table.dataTable tr.selected td.select-checkbox:before, table.dataTable tr.selected th.select-checkbox:before {
  border-color: #ffb470;
  background-color: #ffb470; }

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: "\2714";
  display: block !important;
  border: none;
  text-align: center;
  color: white; }

div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
  margin-left: 0.5em; }

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block; } }
/****/
.selectAll-mask {
  display: block;
  margin: 0 auto; }

#selectAll {
  opacity: 0; }

.selectAll[type="checkbox"]:not(:checked),
.selectAll[type="checkbox"]:checked {
  -webkit-transform: translate(-20px, -20px);
          transform: translate(-20px, -20px); }

.selectAll[type="checkbox"]:not(:checked) + label,
.selectAll[type="checkbox"]:checked + label {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #dedfe0;
  cursor: pointer; }

.selectAll[type="checkbox"]:not(:checked) + label:before,
.selectAll[type="checkbox"]:checked + label:before {
  content: '\2714';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  line-height: 20px;
  text-align: center; }

.selectAll[type="checkbox"]:checked + label {
  background-color: #ffb470;
  border-color: #ffb470; }

.selectAll[type="checkbox"]:not(:checked) + label:before {
  opacity: 0; }

.selectAll[type="checkbox"]:checked + label:before {
  opacity: 1; }

#filterrow th {
  padding-top: 10px;
  padding-bottom: 10px; }

table:not(.dataTable):not(.table-condensed) {
  width: 100%;
  margin-top: 25px; }
  table:not(.dataTable):not(.table-condensed) tr {
    height: 45px;
    border-top: 1px solid #dedfe0;
    border-bottom: 1px solid #dedfe0; }
  table:not(.dataTable):not(.table-condensed) tr:nth-child(even) {
    background-color: #f2f5f5; }
  table:not(.dataTable):not(.table-condensed) th {
    color: #386b87 !important; }
  table:not(.dataTable):not(.table-condensed) th, table:not(.dataTable):not(.table-condensed) td {
    max-width: 150px;
    padding: 10px 15px;
    position: relative;
    vertical-align: middle;
    color: #677071;
    font-size: 13px;
    font-weight: 600; }
    table:not(.dataTable):not(.table-condensed) th:last-child:after, table:not(.dataTable):not(.table-condensed) td:last-child:after {
      display: none !important; }
    table:not(.dataTable):not(.table-condensed) th:after, table:not(.dataTable):not(.table-condensed) td:after {
      content: '';
      display: block;
      width: 1px;
      position: absolute;
      top: 10px;
      right: 20px;
      bottom: 10px;
      /*border-right: 1px dashed #dedfe0;*/ }
  table:not(.dataTable):not(.table-condensed) thead tr {
    background-color: #f2f5f5; }

.table-container {
  position: relative;
  width: 100%;
  box-shadow: 2px 2px 3px rgba(73, 78, 77, 0.1);
  border-radius: 0 0 8px 8px !important;
  border: none;
  background-color: white; }
  .table-container .jcf-select {
    min-width: 80px !important; }

.dataTable thead tr:first-child {
  background-color: #f2f5f5 !important; }
  .dataTable thead tr:first-child th {
    background-color: #f2f5f5 !important; }
.dataTable thead tr:last-child {
  background-color: #ebeced !important; }
  .dataTable thead tr:last-child th {
    background-color: #ebeced !important; }

.dataTables_scrollHeadInner {
  min-width: 100% !important; }
  .dataTables_scrollHeadInner table {
    min-width: 100% !important; }

.table.display thead {
  color: #386b87;
  font-size: 15px;
  font-weight: 600; }
  .table.display thead > tr {
    background-color: #f2f5f5; }
    .table.display thead > tr th {
      padding: 15px;
      position: relative;
      border-bottom: 1px solid #ebeced; }
      .table.display thead > tr th:after {
        content: '';
        display: block;
        position: absolute;
        top: 15px;
        right: 0;
        bottom: 15px;
        border-right: 1px dashed #dedfe0; }
      .table.display thead > tr th:last-child:after {
        display: none; }
  .table.display thead .sorting_asc,
  .table.display thead .sorting_desc,
  .table.display thead .sorting {
    background-position: calc(100% - 20px) center; }
.table.display tfoot {
  display: table-header-group;
  background: #ebeced; }
  .table.display tfoot td, .table.display tfoot th {
    padding: 10px 18px !important;
    border-top: none;
    border-top: 1px solid #dedfe0;
    border-bottom: 1px solid #ebeced; }
    .table.display tfoot td .jcf-select, .table.display tfoot th .jcf-select {
      margin-bottom: 0; }
.table.display .input-container {
  min-width: 100px;
  height: 40px;
  position: relative; }
.table.display input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #677071;
  font-size: 13px;
  font-weight: 100; }
.table.display tbody:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px; }
.table.display tbody tr.selected {
  background-color: inherit !important; }
  .table.display tbody tr.selected td {
    color: #ff7900 !important;
    background-color: white !important; }
  .table.display tbody tr.selected .sorting_1 {
    background-color: white !important; }
  .table.display tbody tr.selected.odd td {
    background-color: #f2f5f5 !important; }
.table.display tbody tr.selected.odd {
  background-color: #f2f5f5 !important; }
.table.display tbody td {
  height: 60px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  color: #677071;
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle; }
  .table.display tbody td:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 15px;
    border-right: 1px dashed #dedfe0; }
  .table.display tbody td:last-child:after {
    display: none; }

.table-headers {
  /*display: none;*/ }

.dataTables_wrapper {
  z-index: 10; }
  @media screen and (max-width: 992px) {
    .dataTables_wrapper {
      top: -60px; } }
  .dataTables_wrapper th, .dataTables_wrapper td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .dataTables_wrapper .top {
    margin-bottom: 10px !important;
    text-align: right; }
    .dataTables_wrapper .top .jcf-select {
      display: inline-block;
      min-width: 100px;
      height: 50px;
      margin-right: 30px;
      margin-bottom: 0;
      color: #677071;
      text-align: left; }
      .dataTables_wrapper .top .jcf-select .jcf-select-text {
        line-height: 50px; }
        .dataTables_wrapper .top .jcf-select .jcf-select-text span {
          color: #677071; }
    .dataTables_wrapper .top .btn-group-drop {
      margin-right: 30px; }
    .dataTables_wrapper .top .datables__items-number {
      padding-left: 25px;
      margin-right: 10px;
      line-height: 50px;
      background: transparent url("../img/tables/items-number.png") left center no-repeat;
      background-size: 15px 15px;
      color: #677071;
      font-size: 13px;
      font-weight: 100; }
  .dataTables_wrapper .dataTables_length {
    display: inline-block;
    float: none;
    vertical-align: middle; }
  .dataTables_wrapper .table-headers {
    display: inline-block; }
    .dataTables_wrapper .table-headers > .btn {
      margin-right: 30px; }
  .dataTables_wrapper .jcf-select {
    margin-bottom: 0 !important; }

.filter-input {
  min-width: 50px;
  height: 34px;
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: none;
  border: 1px solid #dedfe0;
  border-radius: 8px;
  font-size: 13px; }
  .filter-input:focus {
    box-shadow: none;
    border-color: #949b9b; }

table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr.even:hover {
  background-color: white; }

table.dataTable.hover tbody tr.odd:hover, table.dataTable.display tbody tr.odd:hover {
  background-color: #f2f5f5; }

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: 1px solid #dedfe0; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f2f5f5; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: white; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f2f5f5; }

table.dataTable.no-footer,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none; }

.table .on, .table .off {
  font-size: 0 !important;
  text-indent: -1000px;
  overflow: hidden; }
  .table .on:before, .table .off:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 20px; }
.table .on:before {
  background-color: #9eddb4; }
.table .off:before {
  background-color: #d4d4d4; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 5px; }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none !important;
    border-color: transparent !important;
    background: transparent !important; }

.paginate_page {
  display: none; }

.table-previous, .table-next,
.table-first, .table-last {
  min-width: 85px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
  text-align: center; }

.table-previous:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.table-first:before, .table-first:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.table-next:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.table-last:before, .table-last:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.paginate_input {
  width: 80px;
  height: 50px !important;
  margin-right: 10px;
  margin-left: 25px;
  border: 1px solid #dedfe0;
  border-radius: 8px;
  text-align: center; }

.paginate_of {
  margin-right: 25px;
  color: #677071;
  font-size: 13px;
  font-weight: 600; }

.cell-editable {
  padding-right: 30px;
  position: relative; }
  .cell-editable:before {
    content: '';
    display: none !important;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50% !important;
    right: 2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent url("../img/icons/edit.png") center center no-repeat;
    cursor: pointer; }
  .cell-editable:hover:before {
    display: block !important; }
  .cell-editable .cell-editable-field {
    width: calc(100% - 40px) !important;
    padding-right: 10px;
    padding-left: 10px;
    position: absolute !important;
    top: 10px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
    border-radius: 8px;
    border: 1px solid #dedfe0; }

.cell-editable.editing:before {
  display: none !important; }

.action-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: none;
  transition: all 0.2s ease;
  background: transparent url("../img/actions/action-icons.png") no-repeat; }
  .action-icon:hover {
    background-position-y: bottom; }

.action-icon.action-icon--edit {
  background-position-x: left; }

.action-icon.action-icon--delete {
  background-position-x: right; }

@media screen and (max-width: 992px) {
  .dataTables_length {
    margin-top: 5px; }
    .dataTables_length .jcf-select {
      margin-right: 0 !important;
      margin-bottom: 20px !important; }

  .table.display tbody tr td {
    padding: 10px !important; }

  .table-headers {
    width: 100%; }
    .table-headers > .btn, .table-headers > .btn-group-drop {
      display: block;
      width: 30%;
      max-width: 150px;
      float: left; }
    .table-headers > .btn {
      margin-top: 0; } }
@media screen and (max-width: 768px) {
  .paginate_input,
  .table-previous, .table-next {
    min-width: 55px;
    width: 55px;
    height: 50px; }

  .table-first, .table-last {
    display: none; } }
@media screen and (max-width: 565px) {
  .dataTables_wrapper {
    top: 0; }
    .dataTables_wrapper .top {
      text-align: left; }

  .dataTables_length {
    float: left; }

  .table-headers {
    text-align: right; }
    .table-headers > .btn {
      width: 20% !important;
      margin-right: 10px; }
    .table-headers > .btn {
      display: inline-block;
      float: right;
      margin-top: -70px;
      margin-right: 0 !important; }
    .table-headers .btn-group-drop {
      width: 50%;
      margin-right: 0 !important;
      text-align: left; }
      .table-headers .btn-group-drop span {
        width: 100%;
        text-align: left; }
    .table-headers .btn-group-icon {
      margin-top: 0; } }
@media screen and (max-width: 365px) {
  .btn-group-drop {
    width: 40% !important; }
    .btn-group-drop span {
      padding: 15px 10px !important; } }
.DTFC_LeftHeadWrapper,
.DTFC_LeftBodyWrapper {
  box-shadow: 3px 0 3px #e2e2e2; }

.nav.nav-pills {
  position: relative;
  display: inline-block;
  z-index: 60; }
  .nav.nav-pills li {
    display: inline-block;
    float: left;
    margin-left: -1px;
    border: 1px solid #b0d5ea;
    background-color: white; }
  .nav.nav-pills li.active {
    position: relative;
    border-color: #ffb470;
    background-color: #ffb470; }
    .nav.nav-pills li.active:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -7px;
      border-style: solid;
      border-width: 5px 7px 0 7px;
      border-color: #ffb470 transparent transparent transparent; }
    .nav.nav-pills li.active a {
      background-color: #ffb470; }
  .nav.nav-pills a {
    padding: 0 20px;
    color: #b0d5ea;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase; }
    .nav.nav-pills a:hover {
      color: #ff7900;
      background-color: white; }

.table-pill {
  display: inline-block; }

@media screen and (min-width: 992px) {
  .table-pill {
    margin-bottom: -60px; } }
#map {
  min-height: 675px;
  box-shadow: 2px 2px 3px rgba(73, 78, 77, 0.1);
  border-radius: 0 0 8px 8px !important; }

.maps-related-controls {
  margin-top: -58px; }

.fullscreen .maps-related-controls {
  position: fixed;
  top: 0;
  right: 0px;
  margin-top: 0;
  z-index: 10000; }
.fullscreen .btn-icon__panel {
  top: 0; }
.fullscreen .map-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000; }
  .fullscreen .map-container #map {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .fullscreen .map-container #legend {
    top: 50px !important; }

#legend {
  margin: 12px;
  font-size: 13px;
  font-weight: 600;
  vertical-align: middle; }

.maps-legend-color {
  display: inline-block;
  width: 50px;
  height: 20px;
  margin: 5px 10px 5px 0;
  vertical-align: middle; }

#map * {
  overflow: visible; }

.infoMapsWindow {
  display: block;
  min-width: 300px;
  max-width: 540px;
  padding: 20px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: 2px 2px 5px rgba(73, 78, 77, 0.2);
  border-radius: 8px;
  background-color: white;
  z-index: 10001; }
  .infoMapsWindow:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -8px;
    margin-left: -7px;
    box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.15);
    border: none;
    background-color: white; }
  .infoMapsWindow h4 {
    font-size: 20px;
    font-weight: 600; }
  .infoMapsWindow p {
    font-size: 15px;
    font-weight: 100; }
  .infoMapsWindow .close-info-window {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: none;
    background: transparent url("../img/icons/info-window-close.png") center center no-repeat;
    cursor: pointer; }

.map-controls {
  z-index: 9999; }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none; }

.gmnoprint div {
  background: none !important; }

.map-icon {
  margin-bottom: -1px;
  border: 1px solid #dedfe0;
  cursor: pointer; }

.map-icon--fullscreen {
  background: white url("../img/maps/map-fullscreen.png") center center no-repeat; }

.map-icon--zoom-in {
  background: white url("../img/maps/map-zoom-in.png") center center no-repeat; }

.map-icon--zoom-out {
  background: white url("../img/maps/map-zoom-out.png") center center no-repeat; }

.map-icon--map {
  background: white url("../img/maps/map-type-map.png") center center no-repeat; }

.map-icon--satellite {
  background: white url("../img/maps/map-type-satellite.png") center center no-repeat; }

.map-icon--map.selected {
  background: white url("../img/maps/map-type-map-selected.png") center center no-repeat; }

.map-icon--satellite.selected {
  background: white url("../img/maps/map-type-satellite-selected.png") center center no-repeat; }

.map-filter-type-sonda,
.map-filter-type-estacoes,
.map-filter-type-contadores,
.map-filter-type-delim,
.map-filter-type-dendro,
.map-filter-type-ndvi,
.map-filter-type-notes {
  background-image: url("../img/maps/map-filter-types.png");
  background-repeat: no-repeat; }

.map-filter-type-sonda {
  background-position: 0 center; }

.map-filter-type-estacoes {
  background-position: -35px center; }

.map-filter-type-contadores {
  background-position: -70px center; }

.map-filter-type-delim {
  background-position: -105px center; }

.map-filter-type-dendro {
  background-position: -140px center; }

.map-filter-type-ndvi {
  background-position: -175px center; }

.map-filter-type-notes {
  background-position: -210px center; }

.map-filter-select {
  padding-top: 12px !important;
  padding-bottom: 30px !important;
  padding-right: 0 !important;
  line-height: 0 !important;
  text-align: justify; }
  .map-filter-select:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0; }
  .map-filter-select .jcf-select {
    display: inline-block;
    max-width: 140px;
    min-width: 0;
    width: 100%; }

.filter-select {
  padding-top: 12px !important;
  padding-bottom: 0px !important;
  padding-right: 0 !important;
  border-bottom: 0px dashed #dedfe0 !important;
  line-height: 0 !important;
  text-align: justify; }
  .filter-select:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0; }
  .filter-select .jcf-select {
    display: inline-block;
    /*max-width: 140px;*/
    min-width: 0;
    width: 100%; }

.show-legend {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0; }
  .show-legend small {
    opacity: 0.6; }
  .show-legend .jcf-checkbox {
    top: -10px !important;
    right: 15px !important; }

.legend-color {
  display: inline-block;
  width: 50px !important;
  height: 20px !important;
  vertical-align: middle; }

.legend-color--red {
  background-color: #e66a59; }

.legend-color--orange {
  background-color: #edbe87; }

.legend-color--yellow {
  background-color: #f5efae; }

.legend-color--lime {
  background-color: #bee48d; }

.legend-color--green {
  background-color: #5eae76; }

.panel__heading__filter {
  background: transparent url("../img/icons/block-iconset.png") -260px -10px no-repeat; }

.panel__heading__settings {
  background: transparent url("../img/icons/block-iconset.png") -210px -10px no-repeat; }

.panel__heading__edit {
  background: transparent url("../img/icons/block-iconset.png") -310px -10px no-repeat; }

.panel__heading__notes {
  background: transparent url("../img/icons/block-iconset.png") -160px -10px no-repeat; }

.panel__heading__recalc {
  background: transparent url("../img/icons/block-iconset.png") -346px -10px no-repeat; }

.nolist li {
  border-bottom: none !important; }

/*.amChartsPeriodSelector.amcharts-period-selector-div {
  display: none;
  text-align: right; }
  .amChartsPeriodSelector.amcharts-period-selector-div fieldset > legend + div {
    margin-right: 20px; }
*/
.chart-tools {
  text-align: right; }
  .chart-tools > * {
    margin-right: 15px; }
    .chart-tools > *:last-child {
      margin-right: 0; }
  .chart-tools input {
    display: inline-block;
    max-width: 240px;
    height: 50px;
    padding-right: 60px !important; }

@media screen and (min-width: 768px) {
  .chart-tools {
    margin-top: -58px; } }
.calendar-tools {
  margin-bottom: 10px;
  text-align: right; }
  @media (min-width: 640px) {
    .calendar-tools {
      margin-top: -50px; } }
  .calendar-tools > * {
    vertical-align: middle; }
  .calendar-tools label {
    margin: 14px 10px 10px 0; }
  .calendar-tools .jcf-select.jcf-unselectable {
    display: inline-block;
    height: 50px;
    margin: 0; }
  .calendar-tools .jcf-select .jcf-select-text {
    line-height: 50px; }

.calendar-controls {
  margin-top: -60px; }

.calendar-controls__prev,
.calendar-controls__next {
  display: block;
  width: 85px;
  min-width: 0;
  margin-bottom: 30px; }

.calendar-controls__prev {
  float: left; }

.calendar-controls__next {
  float: right; }

.cal-sign {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  background-color: #b0d5ea; }

@media screen and (max-width: 1200px) {
  .fc-calendar-container {
    height: 470px; } }
@media screen and (min-width: 992px) {
  .cal-sign {
    display: none; } }
@media screen and (max-width: 992px) {
  .fc-calendar .fc-row > div > span.fc-date {
    top: 10px;
    left: 10px;
    font-size: 18px; } }
@media screen and (max-width: 768px) {
  .fc-calendar-container {
    width: auto;
    height: 270px;
    margin: -25px -30px; }

  .fc-calendar .fc-row > div > span.fc-date {
    top: 5px;
    left: 5px;
    font-size: 14px; } }
#calendar-week .fc-head-container.fc-widget-header {
  padding: 0; }
#calendar-week .fc-prev-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
  display: block;
  width: 85px;
  padding: 20px 30px;
  min-width: 0;
  float: left;
  margin: -20px 0 30px 0;
  border: none;
  border-radius: 10px;
  background-color: #7eb7d7;
  background-image: none;
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer; }
#calendar-week .fc-next-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right {
  display: block;
  width: 85px;
  padding: 20px 30px;
  min-width: 0;
  float: right;
  margin: -20px 0 30px 0;
  border: none;
  border-radius: 10px;
  background-color: #7eb7d7;
  background-image: none;
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer; }
#calendar-week .fc-center {
  margin-top: 15px;
  text-align: center; }
  #calendar-week .fc-center h2 {
    font-size: 20px; }
#calendar-week .fc-row.fc-widget-header table, #calendar-week .fc-content-skeleton table {
  margin: 0; }
  #calendar-week .fc-row.fc-widget-header table th, #calendar-week .fc-row.fc-widget-header table td, #calendar-week .fc-content-skeleton table th, #calendar-week .fc-content-skeleton table td {
    width: 14.28%; 
    vertical-align: top;
  }
    #calendar-week .fc-row.fc-widget-header table th:after, #calendar-week .fc-row.fc-widget-header table td:after, #calendar-week .fc-content-skeleton table th:after, #calendar-week .fc-content-skeleton table td:after {
      display: none; }
  #calendar-week .fc-row.fc-widget-header table tr, #calendar-week .fc-content-skeleton table tr {
    border: none; }
#calendar-week .fc-bg {
  display: none; }
#calendar-week .fc-widget-content {
  padding: 0; }
#calendar-week .fc-day-header.fc-widget-header {
  text-align: center; }
  #calendar-week .fc-day-header.fc-widget-header:after {
    right: 0; }
#calendar-week .fc-event-container {
  border-right: 1px solid #dedfe0; }
  #calendar-week .fc-event-container:last-child {
    border: none !important; }
#calendar-week .fc-day-grid-event.fc-h-event.fc-event {
  display: block;
  /*padding: 30px 0;*/
  padding: 5px 0;
  font-weight: 100;
  text-align: center;
  text-decoration: none; }
#calendar-week .fc-icon-humidity,
#calendar-week .fc-icon-wind {
  font-size: 16px; }
  #calendar-week .fc-icon-humidity:before,
  #calendar-week .fc-icon-wind:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 16px;
    vertical-align: middle; }
#calendar-week .fc-date-title {
  font-size: 20px;
  text-decoration: none; }
#calendar-week .fc-temp {
  font-size: 23px; }
#calendar-week .fc-icon-humidity:before {
  background: transparent url("../img/weather/humidity.png") center center no-repeat; }
#calendar-week .fc-icon-wind:before {
  background: transparent url("../img/weather/wind.png") center center no-repeat; }

.cell-separator {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 50%;
  border-left: 1px dashed #f0f2f2; }

.cell-content {
  text-align: center; }
  .cell-content button {
    display: block;
    border: none;
    background: transparent; }
    .cell-content button:focus {
      outline: none; }
  .cell-content button > div:first-child {
    margin-top: 40px; }
  .cell-content button > div:last-child {
    margin-top: 20px; }
  .cell-content div[class^='col-'], .cell-content div[class*=' col-'] {
    padding-right: 5px;
    padding-left: 5px; }
  .cell-content img {
    display: block;
    max-width: 100%;
    margin: 5px auto -5px auto; }
  .cell-content small {
    font-size: 11px;
    line-height: 110%; }

.cell-event {
  height: 13px;
  padding: 0 5px;
  position: absolute;
  top: 1px;
  right: 1px;
  left: 1px;
  background: #b0d6ed;
  color: white;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .fc-five-rows .fc-row {
    height: 75px; } }
.entry {
  margin-bottom: 20px; }
  .entry:hover > div {
    background: white; }
  .entry > div {
    padding: 20px;
    position: relative;
    border: 1px solid #f0f2f2;
    background: #f0f2f2; }
  .entry img {
    float: left;
    margin: -20px 20px -20px -20px; }

.entry__desc {
  font-size: 13px; }
  .entry__desc span {
    display: block; }

/**
 * Body Styles
 */
html {
  height: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  min-height: 100%;
  padding-bottom: 125px;
  position: relative;
  background-color: #ebf3f7;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #677071; }

.body-overlay {
  height: 0 !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #677071;
  opacity: 0;
  z-index: 50;
  transition: opacity 0.2s ease; }

.body-overlay--active {
  height: auto !important;
  opacity: 0.8; }

.content {
  padding: 60px 20px 30px 20px;
  overflow: hidden;
  /*min-height: 600px;*/ }

@media screen and (min-width: 768px) {
  body {
    padding-bottom: 95px; } }
@media screen and (min-width: 992px) {
  .content {
    padding: 165px 50px 30px 50px; }

  .header--collapsed + .content {
    padding: 85px 50px 30px 50px; } }
.inline {
  display: inline-block; }

.start-draw {
  width: 100%; }

.clearfix {
  width: 100%;
  clear: both;
  float: none; }

/**
 * Header Styles
 */
.header {
  height: 55px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #002a41;
  z-index: 100;
  transition: height 0.5s ease; }

.header__menu-toggle {
  width: 31px;
  height: 28px;
  padding: 7px;
  position: relative;
  float: left;
  margin: 14px;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .header__menu-toggle span {
    display: inline-block;
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #386b87; }
    .header__menu-toggle span:before, .header__menu-toggle span:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      position: absolute;
      background-color: #386b87; }
    .header__menu-toggle span:before {
      top: -5px; }
    .header__menu-toggle span:after {
      bottom: -5px; }

.header__menu-toggle--open span {
  background-color: transparent; }
  .header__menu-toggle--open span:before, .header__menu-toggle--open span:after {
    background-color: white; }
  .header__menu-toggle--open span:before {
    top: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .header__menu-toggle--open span:after {
    bottom: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.header__logo {
  width: 69px;
  height: 16px;
  margin-top: 18px;
  transition: all 0.5s ease; }

.header__menu {
  max-height: 0;
  padding: 0 20px;
  position: fixed;
  top: 55px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 95;
  border-top: 1px solid #334955;
  overflow: auto;
  background-color: #002a41;
  color: white;
  transition: all 0.2s ease;
  opacity: 0; }

.header__menu--open {
  max-height: 10000px;
  padding-top: 30px;
  padding-bottom: 30px;
  opacity: 1; }

.menu {
  padding: 0;
  margin: 0;
  transition: all 0.4s ease; }
  .menu li {
    display: block;
    border-bottom: 1px solid #334955;
    list-style-type: none;
    transition: all 0.4s ease; }
  .menu > li {
    position: relative; }
    .menu > li a {
      font-weight: bold;
      transition: all 0.2s ease; }
      .menu > li a:hover {
        color: white; }
        .menu > li a:hover i {
          background-position: center bottom; }
  .menu a {
    display: block;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle; }

.menu__active {
  color: #ff7900; }
  .menu__active .menu__icon {
    background-position: center bottom !important; }

.menu__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 2px 0 5px;
  background-position: center top;
  vertical-align: middle;
  transition: background-position 0.2s ease; }

.menu__icon--calendar {
  background-color: transparent;
  background-image: url("../img/menu/menu-icon-calendar.png"); }

.menu__icon--weather {
  background-color: transparent;
  background-image: url("../img/menu/menu-icon-weather.png"); }

.menu__icon--charts {
  background-color: transparent;
  background-image: url("../img/menu/menu-icon-charts.png"); }

  .menu__icon--devices {
  background-color: transparent;
  background-image: url("../img/menu/menu-icon-devices.png"); }
  
.menu__icon--notes {
  background-color: transparent;
  background-image: url("../img/menu/menu-icon-notes.png"); }

.menu__icon--reports {
  background-color: transparent;
  background-image: url("../img/menu/menu-icon-reports.png"); }

.menu__icon--settings {
  background-color: transparent;
  background-image: url("../img/menu/menu-icon-settings.png"); }

.menu__icon--help {
  background-color: transparent;
  background-image: url("../img/menu/menu-icon-help.png"); }

.menu__submenu {
  max-height: 0;
  padding: 0;
  position: relative;
  margin: 0;
  overflow: hidden;
  background-color: #386b87;
  transition: all 0.2s ease; }
  .menu__submenu:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 50px;
    border-style: solid;
    border-width: 0 7px 5px 7px;
    border-color: transparent transparent #386b87 transparent; }
  .menu__submenu li {
    position: relative;
    border-bottom: 1px solid #7eb7d7; }
  .menu__submenu a {
    padding: 5px 20px;
    font-weight: 600 !important; }
    .menu__submenu a:hover {
      color: #ffb470 !important; }
.menu__submenu--open {
  max-height: 1000px; }


@media screen and (min-width: 1180px) {
  .menu {
    height: 87px;
    float: left;
    border-left: 1px solid #334955; }
    .menu > li {
      display: block;
      width: 100px;
      padding: 6px 0 16px 0;
      float: left;
      /*border-right: 1px solid #334955;*/
      border-bottom: none;
      overflow: visible; }
      .menu > li:hover .menu__submenu {
        display: block; }
      .menu > li a {
        text-align: center; }

  .header--collapsed .menu {
    height: 54px; }
    .header--collapsed .menu > li {
      height: 54px; }
      .header--collapsed .menu > li > a {
        height: 55px;
        margin-top: -7px;
        padding-top: 7px;
        font-size: 0;
        transition: font-size 0.5s ease; }
        .header--collapsed .menu > li > a span {
          display: none; }

  .menu__icon {
    display: block;
    margin: 0 auto; }

  .menu__submenu {
    display: none;
    max-height: none;
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: left !important;
    overflow: visible;
    z-index: 99; }
    .menu__submenu:before {
      left: 50%;
      margin-left: -7px;
      border-bottom-color: #00aecb; }
    .menu__submenu a {
      background-color: #00aecb;
      white-space: nowrap;
      text-align: left !important; } }
@media screen and (min-width: 1180px) and (max-width: 1580px) {
  .menu > li {
    /*width: 86px;*/width: 86px; }
    .menu > li > a {
      font-size: 11px; } }
.genesis {
  display: block;
  position: relative;
  margin: 0 -20px;
  text-align: left !important;
  vertical-align: middle; }

.genesis__action {
  display: block;
  width: 100%;
  height: 88px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  border: none;
  background-color: transparent;
  line-height: 110%;
  text-align: left;
  outline: none;
  border: none; }
  .genesis__action:after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -4px;
    margin-left: -7px;
    border-style: solid;
    border-width: 0 7px 5px 7px;
    border-color: transparent transparent white transparent; }
  .genesis__action i {
    display: block;
    color: white;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase; }
    .genesis__action i:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      margin-bottom: 2px;
      margin-left: 15px;
      border-style: solid;
      border-width: 5px 7px 0 7px;
      border-color: white transparent transparent transparent;
      vertical-align: middle;
      transition: all 0.2s ease; }
  .genesis__action span {
    color: #ff7900;
    font-size: 13px;
    font-weight: 600; }
    .genesis__action span.genesis__rega {
      color: white;
      opacity: 0.5; }

.genesis__action--active {
  background-color: white; }
  .genesis__action--active:after {
    display: block; }
  .genesis__action--active i {
    color: #677071; }
    .genesis__action--active i:after {
      border-color: #677071 transparent transparent transparent;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transform-origin: center;
              transform-origin: center; }
  .genesis__action--active span {
    color: #ff7900; }
    .genesis__action--active span.genesis__rega {
      color: #002a41;
      opacity: 1; }

.genesis__submenu,
.settings-menu {
  max-height: 0;
  padding: 0 20px;
  z-index: 90;
  overflow: hidden;
  background-color: white;
  color: #677071;
  opacity: 0;
  transition: all 0.2s ease; }
  .genesis__submenu:before,
  .settings-menu:before {
    content: '';
    position: absolute; }

.genesis__submenu--open,
.settings-menu--open {
  max-height: 10000px;
  padding: 30px 20px;
  opacity: 1;
  overflow: visible; }

.genesis__divider {
  display: block;
  height: 1px;
  margin: 20px -20px 0 -20px;
  z-index: -1;
  background-color: #dedfe0; }

.genesis__type {
  color: #ff7900;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; }

.genesis__options {
  border-top: 1px dashed #dedfe0; }

.genesis__caption {
  color: #7eb7d7;
  font-size: 15px;
  font-weight: 300; }

.genesis__title {
  margin-top: 35px;
  margin-bottom: 15px;
  color: #677071;
  font-size: 20px;
  font-weight: 600; }

.genesis__visualization {
  display: inline-block;
  height: 52px;
  padding: 15px 30px;
  margin-top: 0;
  margin-right: 20px;
  border: 1px solid #dedfe0;
  border-radius: 10px;
  transition: all 0.2s ease; }
  .genesis__visualization:hover, .genesis__visualization.active {
    outline: none;
    border-color: #ffb470;
    background-color: #ffb470;
    background-position: 5px bottom;
    color: white; }
  .genesis__visualization span {
    display: none; }

.genesis__visualization--map {
  background: transparent url("../img/genesis/genesis-map.png") 5px top no-repeat; }

.genesis__visualization--graph {
  background: transparent url("../img/genesis/genesis-graph.png") 5px top no-repeat; }

.genesis__visualization--table {
  background: transparent url("../img/genesis/genesis-table.png") 5px top no-repeat; }

.genesis__date-range * {
  display: inline-block !important;
  position: relative; }
.genesis__date-range input {
  width: 45%;
  max-width: 250px;
  background: white url("../img/calendar/calendar-datepicker.png") calc(100% - 16px) center no-repeat;
  background-size: 16px 15px; }
.genesis__date-range span {
  margin: 0 15px; }

.genesis__interval-preset {
  margin-top: 15px; }
  .genesis__interval-preset button {
    display: inline-block;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none; }
    .genesis__interval-preset button:last-child {
      padding-right: 0;
      margin-right: 0; }
      .genesis__interval-preset button:last-child:after {
        display: none; }
    .genesis__interval-preset button:after {
      content: '';
      display: inline-block;
      width: 1px;
      height: 10px;
      margin: 0 5px 0 15px;
      background-color: #dedfe0; }
  .genesis__interval-preset .active {
    text-decoration: underline; }

.genesis__update {
  padding: 30px;
  margin-right: -20px;
  margin-bottom: -30px;
  margin-left: -20px;
  clear: both;
  background-color: #f0f2f2; }
  .genesis__update a {
    width: 100%;
    max-width: 280px; }

.header__user {
  width: 130px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

.header__alert,
.header__profile {
  width: 50%;
  height: 100%;
  position: relative;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.15); }

.header__alert {
  cursor: pointer;
  text-align: center; }
  .header__alert > button {
    display: inline-block;
    width: 21px;
    height: 19px;
    position: relative;
    margin-top: 17px;
    border: none;
    background: transparent url("../img/notifications/icon-alert.png") center center no-repeat;
    line-height: 55px;
    cursor: pointer;
    vertical-align: middle; }
    .header__alert > button:focus {
      outline: none; }
    .header__alert > button i {
      display: inline-block;
      width: 15px;
      height: 15px;
      position: absolute;
      margin-top: -15px;
      margin-left: 5px;
      border-radius: 20px;
      background-color: #ff7900;
      color: white;
      font-size: 10px;
      font-weight: bold;
      font-style: normal;
      line-height: 15px;
      text-align: center; }

.header__alert--active:after, .header__profile--active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -5px;
  margin-left: -7px;
  border-style: solid;
  border-width: 0 7px 5px 7px;
  border-color: transparent transparent #285974 transparent;
  transition: all 0.2s ease; }

.header__user__menu {
  max-height: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #285974;
  text-align: left;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 10; }
  .header__user__menu li {
    list-style-type: none; }
  .header__user__menu a {
    display: block;
    padding: 10px 25px 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid #386b87;
    color: #d1ebef;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    background-position: 100% center;
    background-repeat: no-repeat;
    transition: color 0.2s ease; }
    .header__user__menu a:hover {
      color: white; }

.header__user__menu--open {
  max-height: 500px;
  padding: 30px 0 40px 0;
  overflow: visible;
  opacity: 1;
  overflow-y: auto; }

.header__profile {
  position: relative;
  background-color: #1f3f4f;
  cursor: pointer; }
  .header__profile > img {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 1px solid #5d6768;
    border-radius: 100%;
    transition: all 0.4s ease; }

.header__profile__info {
  display: none; }

.header__profile .header__user__menu {
  -webkit-transform: none;
          transform: none;
  right: 0;
  left: auto; }

.header__user__menu__logout a {
  padding-left: 20px;
  margin: 0 0 -40px 0;
  background: #002a41 url("../img/menu/logout.png") calc(100% - 20px) center no-repeat;
  text-transform: uppercase; }

.breadcrumbs a {
  transition: color 0.2s ease; }
  .breadcrumbs a:hover {
    color: #ffb470; }

.header__collapse {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  position: relative;
  background-color: #334955;
  transition: all 0.2s ease; }
  .header__collapse ul {
    padding: 0;
    margin: 0; }
  .header__collapse li {
    float: left;
    list-style-type: none;
    transition: all 0.2s ease; }
    .header__collapse li:after {
      content: '';
      display: inline-block;
      width: 6px;
      height: 6px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: center;
              transform-origin: center;
      margin: 0 10px;
      border-right: 1px solid #b0d5ea;
      border-bottom: 1px solid #b0d5ea; }
    .header__collapse li:last-child:after {
      display: none; }
  .header__collapse li, .header__collapse a {
    color: #b0d5ea;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase; }

.collapse__toggle {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease; }
  .collapse__toggle:focus {
    outline: none; }
  .collapse__toggle span {
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    margin-top: -7px;
    border-top: 1px solid #b0d5ea;
    border-right: 1px solid #b0d5ea;
    vertical-align: middle;
    transition: all 0.2s ease; }

.settings-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (min-width: 992px) {
  .settings-menu > div:nth-child(6n+1) {
    clear: left; } }
@media screen and (max-width: 992px) {
  .settings-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
.settings-menu {
  padding: 0;
  background: white; }
  .settings-menu:after {
    content: '';
    display: block;
    width: 100%;
    float: none;
    clear: both; }
  .settings-menu > div {
    min-height: 80px;
    padding: 30px 30px 10px;
    border-right: 2px dashed #f0f2f2;
    border-bottom: 2px dashed #f0f2f2; }
  .settings-menu a {
    font-weight: 500 !important;
    text-align: left !important;
    text-transform: none; }
    .settings-menu a:hover {
      color: #334955 !important; }
  .settings-menu ul {
    padding: 10px 0 30px;
    margin: 0; }
    .settings-menu ul li {
      border-bottom: none; }
    .settings-menu ul a {
      color: #7eb7d7; }
  .settings-menu .settings-menu__title {
    color: #386b87;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

@media screen and (max-width: 768px) {
  .header__user__menu {
    -webkit-transform: none;
            transform: none;
    position: fixed;
    top: 55px;
    left: 0 !important;
    right: 0; } }
@media screen and (max-width: 1180px) {
  .header__user__menu {
    -webkit-transform: none;
            transform: none;
    position: fixed;
    top: 55px;
    left: auto;
    right: 0; }

  .genesis__submenu > .col-md-6 {
    width: 100%;
    float: none; } }
@media screen and (min-width: 1190px) and (max-width: 1380px) {
  .header--collapsed .header__user__menu {
    top: 55px; }

  .header__user__menu {
    position: fixed;
    top: 88px;
    right: 0;
    left: auto;
    -webkit-transform: none;
            transform: none; } }
@media screen and (min-width: 1180px) and (max-width: 1200px) {
  .header__menu {
    padding-left: 10px !important; } }
@media screen and (min-width: 1380px) {
  .header--collapsed .header__profile img {
    display: none;
  }
}
@media screen and (min-width: 1180px) {
  .header {
    height: 88px; }

  .header--collapsed {
    height: 55px; }
    .header--collapsed .header__logo {
      width: 69px;
      height: 16px;
      margin-top: 0; }
    .header--collapsed .settings-menu > div:nth-child(6n) {
      border-right: none; }
    .header--collapsed .settings-menu > div:nth-child(7n), .header--collapsed .settings-menu > div:nth-child(8n), .header--collapsed .settings-menu > div:nth-child(9n), .header--collapsed .settings-menu > div:nth-child(10n), .header--collapsed .settings-menu > div:nth-child(11n), .header--collapsed .settings-menu > div:nth-child(12n) {
      border-bottom: none; }
    .header--collapsed .genesis__action {
      height: 55px; }
      .header--collapsed .genesis__action span {
        display: none; }
    .header--collapsed .genesis__submenu,
    .header--collapsed .settings-menu {
      top: 56px; }
    .header--collapsed .header__alert button {
      margin-top: 20px; }
    .header--collapsed .header__profile img {
      /*width: 0;
      height: 0;*/
      position: absolute;
      /*top: -500px;
      opacity: 0;*/ }
    .header--collapsed .header__profile__info {
      padding-top: 20px;
      margin-right: 50px; }
    .header--collapsed .header__collapse {
      max-height: 0;
      padding: 0; }
    .header--collapsed .breadcrumbs {
      display: none;
      opacity: 0; }
    .header--collapsed .collapse__toggle {
      width: 50px;
      height: 50px;
      border-radius: 100px;
      background-color: #002a41; }
      .header--collapsed .collapse__toggle span {
        width: 8px;
        height: 8px;
        margin-top: 0;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }

  .header__menu-toggle {
    display: none; }

  .header__logo {
    /*width: 84px;
    height: 20px;
    margin-top: 15px;
    margin-left: 50px;*/
    width: 107px;
    height: 25px;
    margin-top: 6px;
    margin-left: 27px;
    vertical-align: middle; }

  .header__menu {
    display: inline-block;
    height: 100%;
    max-height: none;
    padding: 0 0 0 30px;
    position: relative;
    top: auto;
    opacity: 1;
    overflow: visible;
    vertical-align: middle; }

  .genesis {
    display: block;
    float: left;
    margin: 0;
    max-width: 360px; }

  .genesis__action--active {
    background-color: #f0f2f2; }

  .genesis__submenu,
  .settings-menu {
    position: fixed;
    top: 88px;
    right: 0;
    left: 0; }
    .genesis__submenu > .col-md-6,
    .settings-menu > .col-md-6 {
      padding: 25px 45px 40px; }

  .genesis__divider {
    width: 1px;
    height: auto;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 50%;
    margin: auto; }

  .genesis__options {
    border-top: none;
    border-left: 1px dashed #dedfe0; }

  .genesis__visualization {
    padding: 15px 25px 15px 60px; }
    .genesis__visualization:hover span {
      color: white; }
    .genesis__visualization span {
      display: inline-block; }

  .genesis__interval-preset a:after {
    margin: 0 15px !important; }

  .header__alert {
    cursor: pointer; }
    .header__alert > button {
      margin-top: 35px; }

  .header__user__menu {
    min-width: 300px; }

  .header__collapse {
    display: block;
    max-height: 500px; } }
@media screen and (min-width: 1050px) and (max-width: 1190px) {
  .header--collapsed .header__user__menu {
    position: fixed;
    top: 55px;
    left: auto;
    right: 0; }

  .header__user__menu--open {
    -webkit-transform: none;
            transform: none; } }
@media screen and (min-width: 1380px) {
  .header__alert, .header__profile {
    min-width: 80px;
    width: auto !important; }

  .header__user {
    width: auto; }

  .header__alert > button {
    margin-top: 35px; }

  .header__profile > img {
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
    top: auto;
    left: auto;
    float: left;
    margin: 16px 50px 17px 40px;
    -webkit-transform: none;
            transform: none;
    border-width: 2px; }

  .header__profile__info {
    display: block;
    padding-top: 25px;
    padding-left: 30px;
    float: left;
    color: white;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase; } }
.chosen-select-client .chosen-container-single .chosen-single {
  height: 45px;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #dedfe0;
  background: transparent;
  color: #677071;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px; }
.chosen-select-client .chosen-container-single .chosen-single div b {
  position: relative;
  background: transparent !important; }
  .chosen-select-client .chosen-container-single .chosen-single div b:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 6.5px 0 6.5px;
    border-color: #dedfe0 transparent transparent transparent; }
.chosen-select-client .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop a {
  border-radius: 10px 10px 0 0;
  border: 1px solid #dedfe0; }
.chosen-select-client .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop div b:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }
.chosen-select-client .chosen-container .chosen-drop {
  border: 1px solid #dedfe0;
  border-top: none; }
.chosen-select-client .chosen-container-single .chosen-search input[type="text"] {
  height: 30px;
  border: 1px solid #dedfe0; }
.chosen-select-client .chosen-container .chosen-results {
  margin: 10px; }
.chosen-select-client .chosen-container .chosen-results li {
  padding: 9px 0;
  border: none; }
.chosen-select-client .chosen-container .chosen-results li.highlighted {
  background: transparent !important;
  color: #ffb470; }
.chosen-select-client .chosen-container-single .chosen-drop {
  border-radius: 0 0 10px 10px;
  box-shadow: none; }

.view-type-option {
  margin-bottom: 7px; }

.chosen-select-client {
  margin-bottom: 40px; }

/**
 * Footer Styles
 */
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 0;
  background-color: #002a41; }
  .footer > div {
    padding: 0 20px; }
  .footer small {
    color: #386b87;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px; }
  .footer span {
    display: block; }
  .footer img {
    /*width: 40px;
    height: 10px;*/
    width: 18%;
    opacity: 0.25;
    transition: opacity 0.2s ease; }
    .footer img:hover {
      opacity: 1; }

.footer__menu {
  padding: 0;
  margin: 12px 0 0 0; }
  .footer__menu li {
    padding-right: 10px;
    float: left;
    margin-right: 10px;
    border-right: 1px solid #90b2c6;
    color: #b0d5ea;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    list-style-type: none;
    text-transform: uppercase; }
    .footer__menu li:last-child {
      padding-right: 0;
      margin-right: 0;
      border-right: none; }
  .footer__menu a {
    text-decoration: none; }

.service-status {
  display: block;
  width: 100%;
  margin: 8px 0 0 0;
  clear: both;
  color: #b0d5ea;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase; }

.footer__hidrosoph {
  display: block;
  margin-top: -27px; }

@media screen and (min-width: 992px) {
  .footer > div {
    padding: 0 50px; }
  .footer span {
    display: inline-block; }

  .footer__menu {
    margin: -15px 0 30px 0; }

  .service-status {
    text-align: center; }

  .footer__hidrosoph {
    display: block;
    margin-top: -27px; } }
.not-found-links {
  padding: 0;
  margin: 40px 0 0 0; }
  .not-found-links li {
    display: inline-block;
    width: 125px;
    margin-bottom: 30px;
    text-align: center; }
  .not-found-links a {
    display: inline-block;
    color: #334955;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase; }
    .not-found-links a:hover {
      color: #386b87;
      transition: color 0.2s ease; }
      .not-found-links a:hover span {
        color: #ff7900;
        transition: color 0.2s ease; }
  .not-found-links span {
    display: block;
    margin-bottom: 15px;
    color: #386b87;
    font-size: 55px;
    text-align: center; }

@media screen and (max-width: 768px) {
  .not-found-links li {
    width: 32%; } }
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #002a41;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #dedfe0; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #dedfe0;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #dedfe0;
      border: 1px solid #dedfe0;
      color: #fff; }
    .ranges li.active {
      background-color: #dedfe0;
      border: 1px solid #dedfe0;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }
.daterangepicker .applyBtn.btn,
.daterangepicker .cancelBtn.btn {
  display: block;
  min-width: 0;
  width: 120px;
  padding: 10px;
  margin-top: 0; }

.daterangepicker .glyphicon.glyphicon-chevron-right,
.daterangepicker .glyphicon.glyphicon-chevron-left {
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
  top: -5px; }

.daterangepicker .glyphicon.glyphicon-chevron-right {
  border-width: 6px 0 6px 5px;
  border-color: transparent transparent transparent #aaa; }

.daterangepicker .glyphicon.glyphicon-chevron-left {
  border-width: 6px 5px 6px 0;
  border-color: transparent #aaa transparent transparent; }

.daterangepicker_input .glyphicon-calendar {
  display: none; }

.datepicker-icon {
  background: white url("../img/calendar/calendar-datepicker.png") calc(100% - 16px) center no-repeat;
  background-size: 16px 15px; }

.help-tooltip {
  padding: 0 5px;
  border-radius: 20px;
  background-color: #7eb7d7;
  color: white;
  font-size: 10px;
  text-align: center;
  vertical-align: top; }


.submenu__submenu {
    display: none;
    padding: 0;
}


/* PRELOADER */

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}

.preloader-hide {
  display: none !important;
}


.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 0.6s infinite ease-in-out both;
          animation: sk-circleFadeDelay 0.6s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -0.55s;
          animation-delay: -0.55s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.35s;
          animation-delay: -0.35s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.05s;
          animation-delay: -0.05s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}


.drophere {
  float: left;
  width: 100%;
  min-height: 50px;
  padding: 15px;
  margin: 0;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  background: transparent;
}

.drophere.half {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .drophere.half {
  width: 100%;
  } 
}

.draghere {
  width: auto;
  min-height: 50px;
  padding: 30px;
  box-shadow: 2px 2px 3px rgba(73, 78, 77, 0.1);
	border-radius: 0 0 8px 8px !important;
	border: none;
  background: white;
  transition: opacity 0.3s ease, width 0.3s ease;
}
.ui-draggable-dragging {
  background: rgba(0, 42, 65, 0.2);
}

.hoverClass {
  border: 2px dashed rgba(0, 42, 65, 0.5);
  background: rgba(0, 42, 65, 0.2);
}

.hoverClass .draghere {
  opacity: 0.5;
}

.placeholder {
  border: 2px dashed rgba(0, 42, 65, 0.5);
  background: rgba(0, 42, 65, 0.2);
  /* border: 5px dashed blue; */
  /* height:100px;  */
  /* border-radius:5px; */
  /* margin-top: 30px; */
}



.widget--add {
  padding: 30px 15px 15px 15px;
  clear: both;
  float: none;
  cursor: pointer;
}

.widget--add > div {
  min-height: 100px;
  position: relative;
  border: 2px dashed rgba(0, 42, 65, 0.3);
  background: rgba(0, 42, 65, 0.1);
}

.widget--add span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(0, 42, 65, 0.3);
  font-size: 40px;
  font-weight: bold;
}

.widget__header {
  position: relative;
  margin-top: -30px;
  margin-bottom: 20px;
}

.widget__handle {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -13px;
  cursor: move;
}

.widget__handle:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 0  rgba(0, 42, 65, 0.3), 0 -8px 0  rgba(0, 42, 65, 0.3);
  border-radius: 50%;
  background:  rgba(0, 42, 65, 0.3);
}

.widget.drophere.edit {
  position: relative;
  z-index: 90;
}

.widget.drophere.edit .widget__options {
  display: block !important;
}

.widget__header h3 {
  padding-right: 40px;
  padding-left: 20px;
}

.widget__header > button {
  display: block;
	width: 40px;
	height: 40px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.2s ease;
}

.widget__header > button:focus {
  outline: none;
}

.widget__header > button:hover {
  opacity: 1;
}

.widget__options {
  display: none;
  max-width: 300px;
  padding: 20px;
  position: absolute;
  right: -5px;
  top: 0;
  box-shadow: 0 3px 6px rgba(73, 78, 77, 0.25);
	border-radius: 0 0 8px 8px !important;
  background: white;
  z-index: 100;
}

.widget__options .row {
  margin-bottom: 10px;
}

.widget__options .row > div + div {
  text-align: right;
}

.widget__options label {
  margin-top: 5px;
}

.widget__options input,
.widget__options .slider,
.widget__options .jcf-select {
  margin: 0;
}

.widget__options input,
.widget__options .jcf-select {
  height: 35px;
}

.widget__options .jcf-select-text {
  text-align: left;
}

.widget__options__footer .widget__delete {
  min-width: 65px;
	padding: 10px 20px;
	margin: 5px 0;
	border: none;
	border-radius: 10px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease;
}

.widget__options__footer .btn {
  min-width: 65px;
	padding: 10px 20px;
	margin: 5px 0;
	border: none;
	border-radius: 10px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.widget__options__footer .btn:focus {
  outline: none;
}

.widget__options__footer .btn.btn-primary {
  float: right;
}

.has-submenu {
  position: relative;
}

.has-submenu:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: 2px solid rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 1180px) {
  .submenu__submenu {
    background: rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1180px) {
  .menu__submenu li:hover .submenu__submenu {
    display: block;
  }
  .submenu__submenu {
    position: absolute;
    top: 0;
    left: 100%;
  }
}

.chosen-container-single .chosen-single span {
  height: 43px;
  line-height: 43px;
}

.table-sm {

}

.table-sm .table-previous,
.table-sm .table-next,
.table-sm .table-first,
.table-sm .table-last {
  min-width: 55px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 30px;
}

.table-sm .paginate_input {
	width: 50px;
  height: 30px !important;
}

.table-sm .btn-sm {
  min-width: 95px;
	padding: 10px 15px;
}

.table-sm .dataTables_wrapper .table-headers > .btn,
.table-sm .dataTables_wrapper .top .btn-group-drop {
  margin-right: 10px; 
}

.table-sm .btn-group-drop > span {
  padding-right: 45px !important;
}

.table-sm .btn-group-drop ul li {
  padding: 0 15px;
}

.table-sm .dataTables_wrapper .top .jcf-select {
  height: 40px;
  margin-top: 5px;
  margin-right: 15px;
}

.table-sm .dataTables_wrapper .top .jcf-select .jcf-select-text {
  line-height: 38px;
}

.table-sm .table.display tbody td:not(.select-checkbox):after {
	top: 10px;
  bottom: 10px;
}

.table-sm .table.display thead > tr th {
  padding: 10px;
  font-size: 13px;
}

.table-sm .table.display thead .sorting_asc, .table.display thead .sorting_desc, .table.display thead .sorting {
  background-position: calc(100% - 8px) center;
  background-size: 10px 10px;
}

.table-sm .table.display td {
  min-width: 100px;
}

.table-sm .table.display tbody td {
  height: 35px;
  padding-top: 8px !important;
  padding-right: 10px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
}

.header--collapsed .genesis__action br {
  display: none;
}

.tab-content>.tab-pane {
  display: block !important;
  visibility: hidden;
  position: absolute;
}

.tab-content>.active {
  visibility: visible;
  position: relative;
}

.mydatatable-nocheckbox .titlerow th {
  display: table-cell !important;
}

td.nowrap {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.atlwdg-trigger {
  background: #002a41 !important;
  border: 0px solid white !important;
  font-family: 'Open Sans', Arial, sans-serif !important;
  border-radius: 0 0 0 0 !important;
}