@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/*@font-face {
  font-family: "Open Sans";
  src: url("http://dev.local/fonts/OpenSansRegular/OpenSansRegular.eot"),
  url("http://dev.local/fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
  url("http://dev.local/fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  unicode-range: U+000-5FF, U+1e00-1fff, U+2000-2300;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("/../../fonts/OpenSansBold/OpenSansBold.eot"),
  url("/../../fonts/OpenSansBold/OpenSansBold.woff") format("woff"),
  url("/../../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  unicode-range: U+000-5FF, U+1e00-1fff, U+2000-2300;
}*/
/* PAPER */
/* COLORS */
/* COMMON */
html,
body {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  -webkit-tap-highlight-color: transparent;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  color: #212121;
  background: #ededed;
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
button {
  font-family: inherit;
}
label {
  font-size: 0.9rem;
}
input[type],
input:not([type]) {
  padding: 0;
}
input:focus,
textarea:focus {
  outline: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
td {
  vertical-align: middle;
}
legend {
  font-size: 0.9em;
}
.silver {
  background: #efefef;
}
.text-green {
  color: green;
}
/* MIXINS */
.absoluteFill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.relative {
  position: relative;
}
/* WAVES OVERRIDE */
.waves-effect {
  display: block;
}
/*    CONSOLE     */
.console-container {
  position: absolute;
  z-index: 1000;
  overflow: hidden;
  transition: transform 0.2s cubic-bezier(0.37, 0.15, 0.32, 0.94);
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  font-size: 0.8rem;
  box-shadow: 0 -4px 24px #a8a8a8;
  background: #fff;
  transform: translateY(300px);
}
.console-container ul > li * {
  -webkit-user-select: text!important;
  /* Chrome all / Safari all */
  -moz-user-select: text!important;
  /* Firefox all */
  -ms-user-select: text!important;
  /* IE 10+ */
  user-select: text!important;
  /* Likely future */
}
.console-container ul {
  position: absolute;
  left: 1em;
  right: 4em;
  top: 1em;
  bottom: 2em;
  padding: 1em;
  border: 1px solid silver;
  overflow: auto;
  background: #222;
}
.console-container ul > li {
  padding: 0.5em 1em 0 0.5em;
  color: #fff;
  font-size: 0.94em;
}
.console-container ul > li * {
  cursor: text;
  line-height: 1.6em;
}
.console-container ul > li pre {
  color: #fff9c6;
}
.console-container ul > li b {
  color: lime;
}
.console-button {
  position: absolute;
  right: 1em;
  bottom: 260px;
  background: #31446b;
  color: #fff;
  text-align: center;
  height: 28px;
  line-height: 28px;
  width: 28px;
  cursor: pointer;
  border-radius: 48%;
  box-shadow: 0 0 8px 0 #707070;
}
/*    END OF CONSOLE     */
/* LOADING PROGRESS */
#loading {
  display: none;
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding-top: 45vh;
  background: rgba(0, 0, 0, 0.7);
}
.ball {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(3, 229, 82, 0.9);
  opacity: .9;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0 0 35px #02ac3d;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spin .5s infinite linear;
  -webkit-animation: spin .5s infinite linear;
}
.ball1 {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(3, 229, 82, 0.9);
  opacity: .9;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0 0 15px #02ac3d;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  top: -40px;
  -moz-animation: spinoff .5s infinite linear;
  -webkit-animation: spinoff .5s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes spinoff {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
/* END OF LOADING PROGRESS */
/* COMMON */
.hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
}
.showing {
  display: block!important;
  visibility: visible !important;
  opacity: 1;
}
i.fa,
li > a > i,
a > i,
li > a,
.btn span,
.btn i,
[data-navigate] span,
[data-command] span {
  pointer-events: none;
}
.flex-swap-xs {
  display: flex;
  flex-direction: row;
}
.flex-swap-xs-field {
  flex: 1;
  padding: 0 0.5em;
}
/* ALIGNMENT CLASSES */
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.viewport {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
/* LAYOUT ELEMENTS */
.overlay,
.tree-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 97;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
/* CARDS */
.bravo-card {
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 0.25s;
  position: relative;
  border-radius: 2px;
  margin: 0 auto;
  background: #fff;
}
.bravo-card-close {
  float: right;
  text-align: right;
}
.bravo-card-title {
  padding: 0.8em 0.8em 0 0.8em;
  line-height: 1.4em;
  display: flex;
  flex-direction: row;
}
.bravo-card-title div {
  flex: 1;
}
.bravo-card-title a {
  flex: 0;
}
.bravo-card-content {
  position: relative;
}
.bravo-card-content p {
  margin: 1em;
  text-indent: 8px;
}
.bravo-card-1 {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.bravo-card-2 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.bravo-card-3 {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
}
.bravo-card-4 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}
.bravo-card-5 {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 2px 5px -1px rgba(0, 0, 0, 0.4);
}
.bravo-card-6 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}
.bravo-card-7 {
  box-shadow: 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 2px rgba(0, 0, 0, 0.12), 0 4px 5px -3px rgba(0, 0, 0, 0.4);
}
.bravo-card-8 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.bravo-card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 12px 24px;
}
.bravo-card-action a:not(.btn) {
  display: inline-block;
  cursor: pointer;
  color: #ffab40;
  transition: color .3s ease;
  text-transform: uppercase;
}
.bravo-card-action a:not(.btn):hover {
  color: #ffef9c;
}
/*  DIALOG */
.bravo-dialog-overlay {
  z-index: 999;
}
.bravo-dialog {
  display: table;
  min-width: 200px;
  margin-top: 10%;
}
.bravo-dialog .bravo-card-action {
  padding: 12px;
  text-align: right;
}
.bravo-dialog .bravo-card-action a {
  color: #56968e;
  margin-left: 6px;
}
.bravo-dialog .bravo-card-action a:hover {
  color: #56968e;
}
.bravo-dialog li {
  line-height: 2.4em;
  padding: 0 10px;
  cursor: pointer;
}
.bravo-dialog li:hover {
  background: #cafec9;
}
.bravo-dialog li.active-sel {
  background: #80a3ca;
  color: #fff !important;
}
/*  PANELS  */
.bravo-panels {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.bravo-panels > div.panels-container {
  position: relative;
  margin: 0;
  padding: 0;
  left: 0;
  height: 100%;
  list-style: none;
}
.bravo-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.bravo-panel-content {
  position: relative;
  transform: translateZ(0);
}
.bravo-panel-table {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  background: #fff;
}
.bravo-panel-row {
  display: flex;
}
.bravo-panel-content-row {
  min-height: 1px;
  display: block;
  /* 1 */
  flex: 1;
  position: relative;
  overflow: hidden;
}
.bravo-panel-content-row .list {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.bravo-panel-content-row .list > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 5px;
}
.bravo-panel-content-cell {
  color: #000;
}
.bravo-panel-field {
  width: 60%;
  margin: 5% auto;
  max-width: 99vw;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.62);
}
.bravo-panel-field .bravo-panel-content-row {
  padding: 0;
  flex-grow: 0;
}
.bravo-panel-field .bravo-panel-table {
  min-height: inherit;
}
.bravo-panel-footer {
  flex-shrink: 0;
  width: 100%;
  border-top: 1px solid silver;
}
.bravo-panel-list {
  line-height: 2.2em;
  margin: 0 1em;
}
.bravo-panel-list li {
  padding-left: 1em;
  transition: background 0.2s ease;
}
.bravo-panel-list li:not(.bravo-panel-list-heading):not(.bravo-panel-list-group) {
  border-radius: 4px;
}
.bravo-panel-list li:not(.bravo-panel-list-heading):not(.bravo-panel-list-group):hover {
  background: #80cbc4;
  box-shadow: 0 2px 6px #e9effe;
}
.bravo-panel-list-heading {
  color: #2a5f5a;
  line-height: 1.8em;
  padding-left: 0 !important;
  padding-top: 1em;
  margin: 0 0.5em 8px ;
  border-bottom: 1px solid #8dc6e0;
}
.bravo-panel-list-group {
  color: #0000a6;
  font-size: 0.9em;
  line-height: 1.8em;
  padding-left: 0 !important;
  padding-top: 1em;
  border-bottom: 1px solid rgba(141, 198, 224, 0.27);
  font-weight: bold;
}
/*  NAVBAR */
.navbar {
  display: flex;
  padding: 0.2em 0;
  font-size: 0.9rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  background: #eaeaea;
  border-bottom: 1px solid #B6B6B6;
}
.navbar-title {
  font-size: 0.9em;
  max-width: 80vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.navbar-leftside {
  display: flex;
  flex: 2 1 auto;
  flex-direction: row;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.navbar-rightside {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: flex-end;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.navbar-rightside div.nline,
.navbar-leftside div.nline {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.navbar-rightside div.nline span,
.navbar-leftside div.nline span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 1em;
}
.dark .navbar-leftside div.nline span {
  margin-left: 0;
}
.navbar-path {
  position: absolute;
  right: 22px;
  top: 32px;
  z-index: 1000;
  padding: 2px 8px;
  cursor: pointer;
  color: #bbb;
  width: 34px;
  height: 34px;
  text-shadow: 0 2px 2px #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background: rgba(252, 255, 169, 0.89);
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}
.navbar-path i {
  font-size: 20px;
}
.navbar.dark {
  background: #263238;
  box-shadow: 0 1px 2px #7b7b7b;
  border-bottom: none;
  z-index: 12;
  color: #fff;
}
.navbar.nav-gis {
  z-index: 2;
  color: white;
  background: #093e19;
  box-shadow: 0 2px 4px #626262;
  border-bottom: none;
}
/*  SIDEBAR */
.sidebar {
  position: absolute;
  z-index: 99;
  top: 0;
  left: -310px;
  bottom: 0.1em;
  width: 310px;
  line-height: 3em;
  background: rgba(7, 16, 25, 0.93);
  color: #fff;
  transition: transform 0.2s cubic-bezier(0.37, 0.15, 0.32, 0.94);
}
.sidebar-overlay {
  display: none;
  z-index: 97;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}
.sidebar.active {
  box-shadow: 0 1px 6px #000;
}
.sidebar.active ul li:nth-child(1) a {
  transition: opacity .3s ease .2s, transform .4s ease .2s;
}
.sidebar.active ul li:nth-child(2) a {
  transition: opacity .3s ease .25s, transform .4s ease .25s;
}
.sidebar.active ul li:nth-child(3) a {
  transition: opacity .4s ease .3s, transform .4s ease .3s;
}
.sidebar.active ul li:nth-child(4) a {
  transition: opacity .4s ease .35s, transform .4s ease .35s;
}
.sidebar.active ul li:nth-child(5) a {
  transition: opacity .5s ease .4s, transform .4s ease .4s;
}
.sidebar.active ul li:nth-child(6) a {
  transition: opacity .5s ease .45s, transform .4s ease .45s;
}
.sidebar.active ul li:nth-child(7) a {
  transition: opacity .6s ease .5s, transform .4s ease .5s;
}
.sidebar.active ul li:nth-child(8) a {
  transition: opacity .6s ease .55s, transform .4s ease .55s;
}
.sidebar.active ul li:nth-child(9) a {
  transition: opacity .7s ease .6s, transform .4s ease .6s;
}
.sidebar.active ul li:nth-child(10) a {
  transition: opacity .7s ease .65s, transform .4s ease .65s;
}
.sidebar.active ul li:nth-child(11) a {
  transition: opacity .8s ease .7s, transform .4s ease .7s;
}
.sidebar.active ul li:nth-child(12) a {
  transition: opacity .8s ease .75s, transform .4s ease .75s;
}
.sidebar.active ul li a {
  opacity: 1;
  width: 100%;
  transform: translateX(0);
}
.sidebar ul.sb-list {
  margin-top: 2em ;
}
.sidebar ul li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0.8em 0;
  line-height: 1em;
  width: 100%;
  position: relative;
  font-size: 0.9rem;
}
.sidebar ul li:hover {
  color: #fff !important;
}
.sidebar ul li a {
  padding: 0 16px;
  display: inline-block;
  opacity: .5;
  transform: translateX(-30px);
  color: #fff;
}
.sidebar ul li a i {
  font-size: 1.4em;
  vertical-align: middle;
}
.sidebar ul li a i + div {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  margin-left: 12px;
}
.sidebar ul li a:not([data-toggle="menu-dropdown"]):hover {
  background-color: #3173af;
  transition: background 0.3s ease-in-out;
}
.sidebar .logout {
  padding: 1em;
  height: 100%;
  text-align: center;
  color: yellow;
  font-size: 1.1rem;
}
.sidebar .logout div {
  padding: 0;
  line-height: normal;
}
.sidebar .logout div + i {
  font-size: 2em;
}
.sidebar-submenu {
  overflow: hidden;
  transition: max-height 0.2s;
  max-height: 0;
  background: rgba(13, 29, 45, 0.6);
  margin-top: 10px;
  margin-bottom: -10px;
}
.sidebar-submenu li {
  padding-left: 100px;
}
.sidebar-submenu li.sm-level2 {
  border: none !important;
  padding-left: 36px !important;
  font-size: 0.9em;
  position: relative;
}
.sidebar-submenu li.sm-level2 a {
  color: #d7f5d8!important;
}
.sidebar .profile {
  height: 118px;
  color: #FFFFFF;
}
.sidebar-scroll-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
  margin: 0 auto;
}
.sidebar-scroll,
.sidebar .bravo-panel-content-inner {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  min-width: 100%;
  transform: translateZ(0);
  -webkit-touch-callout: none;
  user-select: none;
}
.caret {
  float: right;
  font-size: 1.3em !important;
  height: 1.3em !important;
  transition: transform 0.2s ease;
}
.caret.visible {
  transform: rotate(180deg);
}
.sidebar li:not([data-toggle="menu-dropdown"]):hover {
  background-color: #3173af;
  transition: background 0.3s ease-in-out;
}
/* END OF SIDEBAR*/
/* CONTROLS */
button:focus {
  outline: none;
}
label {
  color: #212121;
}
[type="radio"]:not(:checked),
[type="radio"]:checked,
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
[type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid transparent;
}
[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}
[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}
[type="radio"]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #56968e;
  background-color: #56968e;
  z-index: 0;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  transition: .28s ease;
  user-select: none;
}
[type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid #212121;
}
[type="radio"]:not(:checked) + label:after {
  border-radius: 50%;
  border: 2px solid #212121;
  z-index: -1;
  transform: scale(0);
}
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: #B6B6B6;
}
[type="checkbox"] + label {
  font-size: 0.9em;
  position: relative;
  padding: 0 0 0 26px;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
[type="checkbox"]:checked + label:before {
  top: -3px;
  left: -3px;
  width: 12px;
  height: 18px;
  border: 2px solid transparent;
  border-right-color: #56968e;
  border-bottom-color: #56968e;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #727272;
  transition: .1s;
}
input:disabled,
textarea:disabled,
span[disabled],
div[data-disabled] {
  color: #B6B6B6 !important;
}
/*.touch-btn {
  margin: 0 4px;
}*/
/*  FIELD   */
.bravo-field-container {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.5em 0 0;
  margin-top: 0.5em;
  font-size: 14px;
}
.bravo-field-container label {
  position: absolute;
  bottom: 0.1em;
  font-size: 0.8rem;
  left: 0;
  right: 0;
  pointer-events: none;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bravo-field-container label:after {
  background-color: #009688;
  bottom: 0;
  content: '';
  height: 2px;
  left: 45%;
  position: absolute;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 10px;
}
.bravo-field-container .messages {
  display: none;
  opacity: 0;
  position: absolute;
  background: #fff;
  color: red;
  z-index: 2;
  padding: 0.5em;
  top: 4px;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 4px;
  transition: opacity 0.5s ease;
  box-shadow: 0 0 6px #e81515;
  font-size: 11px;
}
.bravo-field-container .required {
  color: blue;
}
.bravo-field-container textarea {
  resize: none;
}
.bravo-field-container input,
.bravo-field-container textarea {
  border: none;
  margin: 0;
  text-align: left;
  color: inherit;
  background: 0 0;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 0.9rem;
  padding: 6px 0 0 0;
}
.bravo-field-container input:focus + label,
.bravo-field-container input[value] + label,
.bravo-field-container input.bravo-input-active + label,
.bravo-field-container textarea:focus + label,
.bravo-field-container input[value] + label,
.bravo-field-container textarea.bravo-input-active + label {
  bottom: -2px;
  top: -2px;
  left: 0;
  font-size: 0.8rem;
  color: #56968e;
  transition: all 0.3s ease;
}
.bravo-field-container input:focus + label:after,
.bravo-field-container input[value] + label,
.bravo-field-container input.bravo-input-active + label,
.bravo-field-container textarea:focus + label:after,
.bravo-field-container textarea[value] + label,
.bravo-field-container textarea.bravo-input-active + label {
  left: 0;
  width: 100%;
  visibility: visible;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* SWITCH */
.switch,
.switch * {
  user-select: none;
  margin: 12px 4px;
}
.switch div {
  font-size: 0.8rem;
  width: 150px;
  margin: 0;
  float: left;
}
.switch label {
  cursor: pointer;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #56968e;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #56968e;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #727272;
  border-radius: 15px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #B6B6B6;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px transparentize(red, 0.9);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
.switch label input[type=checkbox]:checked + .lever:after {
  left: 24px;
}
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #B6B6B6;
}
/*  BUTTONS */
.btn {
  border: none;
  font-size: 0.9rem;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 1;
  margin: 8px 0.5em;
  outline: 0;
  padding: 0 1rem;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #fff;
  background-color: #2a5f5a;
  letter-spacing: .5px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-out;
}
.btn span {
  margin: 0 8px;
}
.btn .btn-np {
  padding: 0 10px;
  margin: 0;
}
.btn:hover {
  background-color: #32716b;
  color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}
.btn.btn-light {
  background-color: #f8f8f8;
  color: #505050;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.btn.btn-light:hover {
  background-color: #ffffff;
  color: #000;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}
.btn.btn-orange {
  background-color: #ffa631;
  color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.btn.btn-orange:hover {
  background-color: #f9cc8d;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}
.btn.btn-transparent {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
}
.btn.btn-transparent:hover {
  background-color: transparent;
}
.btn.btn-red {
  background-color: #7e0909;
  color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.btn.btn-red:hover {
  background-color: #e51111;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}
.btn[data-disabled] {
  color: #B6B6B6;
  cursor: default;
}
.btn[data-disabled]:hover {
  background-color: #f8f8f8;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #B6B6B6;
}
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  line-height: inherit;
  pointer-events: none;
}
.btn-floating {
  display: inline-block;
  color: #2a5f5a;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 36px;
  padding: 0;
  background-color: #2a5f5a;
  border-radius: 50%;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 37px;
  border-radius: 50%;
}
.btn-floating:hover {
  background-color: #2a5f5a;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.btn-large {
  width: 55.5px;
  height: 55.5px;
}
.btn-floating.btn-large i {
  line-height: 58px;
  height: 55.5px;
}
.btn-floating.btn-raised {
  border: 1px solid silver;
}
.btn-floating-tooltip {
  position: absolute;
  right: 60px;
  top: 2px;
  padding: 6px 20px;
  background: #99f49f;
  border-radius: 2px;
  width: auto;
  white-space: nowrap;
  color: #000;
  opacity: 0;
  transform: scale(0);
  font-size: 0.8rem;
  max-width: 70vw;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn-floating-tooltip > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.fixed-action-btn {
  position: absolute;
  right: 3em;
  bottom: 0;
  cursor: pointer;
  margin-bottom: 4em;
  z-index: 3;
}
.fixed-action-btn i.fa-plus {
  transition: transform .3s ease;
}
.fixed-action-btn i.fa-plus:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.fixed-action-btn a.btn-large i {
  transition: transform .3s ease;
}
.fixed-action-btn.active ul {
  visibility: visible;
}
.fixed-action-btn.active a.btn-large i:not(.static) {
  transition: transform .3s ease;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 4.5em;
  margin: 0;
  visibility: hidden;
}
.fixed-action-btn ul li {
  position: relative;
  margin-bottom: 0.6em;
  background: transparent !important;
}
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
.fixed-action-btn .horizontal {
  padding: 0 0 0 15px;
}
.fixed-action-btn .horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: initial;
  width: 500px;
}
.fixed-action-btn .horizontal ul li {
  display: inline-block;
  position: relative;
  margin: 15px 15px 0 0;
}
a.btn-add i {
  transition: transform .2s ease;
}
a.btn-add i:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.fab-wide .btn-floating-tooltip {
  width: 250px;
}
.fab-rotate i {
  transform: rotate(180deg);
}
.btn-floating-tooltip::before,
.btn-floating-tooltip::after {
  content: '';
  position: absolute;
  top: 4px;
  right: -16px;
  border: 8px solid transparent;
  border-left: 8px solid #99f49f;
}
.btn-floating-tooltip ::after {
  border-bottom: 8px solid #99f49f;
  right: -15px;
}
.fab-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: silver;
  z-index: 2;
  opacity: 0;
  transform-origin: right bottom 100px;
  transform: scale(0);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.fab-overlay.active {
  opacity: 0.7;
  transform: scale(1);
  border-radius: 0;
  background: white;
}
/*  DROP DOWN  */
.dropdown-container {
  opacity: 0;
}
.dropdown-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: transparent;
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: all 0.3s ease;
}
[data-toggle="drop-down"] a + ul,
ul.drop-down {
  background: #fff;
  position: absolute;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.62);
  min-width: 320px;
  max-width: 80vw;
  overflow-y: auto;
  overflow-x: hidden;
  height: 0;
}
.drop-down-separator {
  height: 1px;
  border-bottom: 1px solid #eee;
}
.drop-down li {
  color: #17655e;
  line-height: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.drop-down li:not(.dropdown-separator) > div:hover {
  background: #80cbc4;
}
.drop-down li > div {
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drop-down li > div:hover,
.drop-down li > div .dropdown-item:hover {
  background: #eee !important;
}
.drop-down li > div.selected {
  background: #80cbc4 !important;
}
.drop-down li > div.selected:hover {
  background: #80cbc4 !important;
  color: #fff;
}
.drop-down .history {
  font-size: 0.8rem;
  background: #eee;
}
.drop-down .history li > div {
  color: black;
}
/*  SELECT  */
.select {
  cursor: pointer;
  transition: all 0.3s ease;
}
.select-label {
  position: absolute;
}
.select-wrapper {
  position: relative;
  cursor: pointer;
}
.select-wrapper div[data-role="text"] {
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 0 0 0;
}
.select-wrapper div[data-role="text"].caret {
  color: silver;
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 0.8rem;
}
.select-wrapper div[data-role="text"].caret.disabled {
  color: #B6B6B6;
}
.select-wrapper + label {
  position: absolute;
}
.select-wrapper a {
  color: #000;
  max-width: 90%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-wrapper ul {
  left: 0;
  top: 4px;
  border: 1px solid rgba(92, 92, 92, 0.12);
}
.select-wrapper div[data-role="text"]:after {
  content: '\F107';
  font-family: "FontAwesome";
  font-size: 1.1em;
  position: absolute;
  right: 0;
}
.select ul {
  display: none;
  opacity: 0;
  background: white;
  position: absolute;
  z-index: 1000;
  min-width: 200px;
  overflow-y: auto;
  max-height: 260px;
  right: 4px;
  width: auto;
  transition: all 0.3s ease;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.62);
}
/*  BADGE */
.badge {
  display: inline-block;
  margin: 0 0 0 8px;
  cursor: pointer;
  padding: 0 8px;
  background: #c2f4c1;
  color: #000;
  border-radius: 3px;
}
.badge.red {
  background: red;
  color: #fff;
}
i.lmargin {
  margin-left: 12px;
}
i.rmargin {
  margin-right: 12px;
}
/*  END OF BADGE  */
.btn-folder {
  position: absolute;
  right: 10px;
  background: silver;
}
.btn-condensed {
  margin: 12px 0 12px 8px;
  padding: 0 8px;
  font-size: 0.8rem;
}
/*  ACCORDION   */
[data-accordion] {
  border-bottom: 1px solid silver;
  margin: 6px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
  padding: 16px;
  cursor: pointer;
  color: black;
  background: #fff;
}
.active[data-accordion] {
  color: #ffa631;
}
[data-accordion] div.header-icon {
  float: right;
  transition: transform 0.2s ease;
}
.active[data-accordion] div.header-icon {
  transform: rotate(90deg);
}
[data-accordion] div.header {
  line-height: 28px;
  float: left;
}
[data-accordion-item] {
  display: none;
  overflow: hidden;
}
li[data-accordion] {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background: #fff;
}
li[data-accordion].active {
  color: inherit !important;
  background: #fff !important;
}
.active[data-accordion] [data-accordion-item] {
  display: block;
  background: #fff;
  overflow: hidden;
}
/*  END OF ACCORDION   */
.datepicker-here + label + span:after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  color: #eee;
  content: '\F073';
  font-family: "FontAwesome";
  font-size: 1.3em;
}
.period-picker {
  width: 480px;
  max-width: none;
}
.period-picker div[data-send] {
  flex: 0;
}
.period-picker div[data-send]:last-child {
  border-left: 1px solid rgba(80, 188, 255, 0.41);
}
