@import url(stylesheets/bootstrap-material-design.min.css);
@import url(../node_modules/angular-ui-bootstrap/dist/ui-bootstrap-csp.css);
@import url(javascript/nvd3/build/nv.d3.css);
@import url(../node_modules/angular-bootstrap-grid-tree/src/treeGrid.css);
@import url(../node_modules/@fortawesome/fontawesome-free/css/all.min.css);
@import url(../node_modules/angular-gridster/dist/angular-gridster.min.css);
@import url(../node_modules/bootstrap-table/dist/bootstrap-table.min.css);
@import url(../node_modules/bootstrap-toggle/css/bootstrap-toggle.min.css);
@import url(../node_modules/angular-moment-picker/dist/angular-moment-picker.min.css);
@import url(../node_modules/@azerafati/angularjs-filemanager/dist/angularjs-filemanager.css);
@import url(../node_modules/jsonformatter/dist/json-formatter.min.css);
.zoom {
  margin-top: 30px; }

.activeSelected {
  background-color: #007bff !important; }

.box {
  height: 100%;
  background-color: #fff; }

.h-94 {
  height: 94% !important; }

.h-6 {
  height: 6% !important; }

.box-header {
  height: 30px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  cursor: move;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.box-header h3 {
  width: 100%;
  margin: auto;
  font-size: 20px;
  display: inline-block; }

.box-content {
  height: 100%;
  padding: 0; }

.box-header-btns {
  top: 3px;
  right: 3px;
  cursor: pointer;
  position: absolute; }

.gridster-item {
  border: 2px solid #ccc; }

.gridster {
  margin-left: -10px;
  margin-right: -10px; }

.fixed-table-loading {
  top: 35px !important;
  position: relative;
  z-index: 3; }

.row {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.goal {
  background: #f6f6f6;
  margin-left: 40px;
  padding: 10px;
  margin-bottom: 40px; }

.goal * {
  display: block; }

.container {
  margin-top: 10px; }

.progress-bar-vertical {
  width: 20px;
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  float: left; }

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease; }

.sbars {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 30px; }

.sbar {
  display: none;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  font-size: 17px;
  margin-bottom: 25px; }

.sk-circle {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 999; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.cl-banner {
  background: #000000;
  height: auto;
  min-height: 24px;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 15px 25px;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.cl-banner p {
  color: white;
  margin: 0;
  padding: 0; }

.cl-banner a {
  color: white;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin: 11px 20px 0 20px; }

.cl-banner .cl-accept {
  background: #007700; }

.cl-banner .cl-accept:hover {
  background: #009900; }

.cl-banner .cl-disable {
  background: #990000; }

.cl-banner .cl-disable:hover {
  background: #bb0000; }

.cl-banner .cl-policy {
  background: #0033bb; }

.cl-banner .cl-policy:hover {
  background: #0055dd; }

.custom-marker:focus-within {
  z-index: 10000; }

.nopad {
  padding: 0;
  margin: 0; }

.v-pad {
  padding-top: 9.5px;
  padding-bottom: 9.5px; }

.third-pad {
  margin: 2%;
  width: 29%;
  min-width: 150px;
  height: 32px;
  padding-top: 9.5px;
  padding-bottom: 9.5px; }

.unit {
  width: 15px;
  margin-left: -15px;
  white-space: nowrap; }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #adb5bd; }

.theme1 .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #066c9f; }

.theme2 .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #46c12c; }

.dropdown-menu .dropdown-item {
  min-width: 100%; }

input[type="checkbox"].caret-toggle {
  align-items: center;
  appearance: none;
  display: flex;
  height: 1.25rem;
  justify-content: center;
  outline: 1px solid transparent !important;
  tap-highlight-color: none;
  user-select: none;
  width: 1.25rem; }
  input[type="checkbox"].caret-toggle:after {
    content: '\25C0';
    transition-duration: 100ms;
    transition-property: transform;
    transition-timing-function: ease-in-out; }
  input[type="checkbox"].caret-toggle:checked:after {
    transform: rotate(-90deg); }

fieldset.titled-border {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0 0 0 0 #000;
  box-shadow: 0 0 0 0 #000; }

legend.titled-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none; }

.page-item.active .page-link {
  background-color: #6c757d;
  border-color: #6c757d; }

.page-link {
  color: #1b1e21; }

.angularjs-filemanager .sidebar {
  background-color: #474747 !important; }

.file-tree-root button.btn {
  color: black !important; }

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