#app {
  color: #000 !important;
}

main {
  min-height: 100vh;
  padding: 1rem;
}

.bg-gray-400 {
  background: #ced4da;
}

.bg-gray-500 {
  background: #adb5bd;
}

.bg-cyan {
  background: cyan;
}

.text-cyan {
  color: cyan;
}

header {
  height: 80px;
}

.navbar {
  border-radius: 0.5rem;
}

.card-header {
  padding: 0.75rem 15px;
}

.card .list-group-item {
  padding: 0.5rem 0;
}

.datePicker.form-control[readonly],
.dateTimePicker.form-control[readonly] {
  background: #eee;
}

.form-check {
  position: relative;
}

.form-check input {
  position: absolute;
  margin: 0;
  left: 0;
  top: calc((1.5em + 0.75rem + 2px)*0.5 - 8px);
}

.custom-datepicker {
  position: relative;
}

.custom-datepicker input {
  padding-left: 35px;
}

.custom-datepicker svg {
  position: absolute;
  left: 0.5rem;
  top: calc(50% - 10px);
}

.jfilestyle {
  margin-bottom: 0;
}

div.jfilestyle input {
  border-radius: 0.25rem;
  width: calc(100% - 100px);
}

div.jfilestyle.jfilestyle-corner input:last-child, div.jfilestyle.jfilestyle-corner label:last-child {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0 0.75rem;
  border-radius: 0.25rem;
}

div.jfilestyle.jfilestyle-theme-blue label {
  background: #1DA6D0;
}

span.focus-jfilestyle {
  margin-left: 10px;
}

.focus-jfilestyle span {
  line-height: calc(1.5em + 0.75rem + 2px);
}

.custom-select,
.form-control,
.custom-file-label {
  background-color: #eee;
}

.list-group-item {
  line-height: calc(1.5em + 0.75rem + 2px);
}

.form-control:disabled, .form-control[readonly],
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #9FA4AC;
}

.custom-control-label:before, .custom-control-label:after {
  top: calc(50% - .5rem);
}

.table-primary, .table-primary > th, .table-primary > td {
  background-color: #1DA6D0;
  color: #fff;
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #1DA6D0 !important;
}

.table_narrow .table th, .table_narrow .table td {
  padding: 0.5rem !important;
}

.btn {
  line-height: calc(1.5em + 0.75rem - 2px);
  height: calc(1.5em + 0.75rem);
  padding: 0 0.75rem;
}

.list-group-item {
  padding: 0.5rem 1.25rem;
}
.accordion_btn {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    color: #000;
    font-weight: bold;
    padding-left: 50px;
}

.accordion_btn.collapsed:before {
    content: '';
    display: block;
    position: absolute;
    left: 24px;
    top: calc(50% - 11px);
    width: 4px;
    height: 22px;
    background: #2cd0e7;
}

.accordion_btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: calc(50% - 2px);
    width: 22px;
    height: 4px;
    background: #2cd0e7;
}
#map {
  width: 100%;
  height: 80vh;
}

.login_warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login_logo {
  width: 80%;
  margin: 30px auto 50px auto;
}

.logon_btn {
  border-radius: calc(1.5em + 0.75rem - 2px);
}

.holiday .form-check {
  width: 31%;
  text-align: center;
  padding-left: 0;
  border: 1px solid #aaa;
  padding-bottom: 10px;
}
.power .form-check {
    width: 31%;
    text-align: center;
    padding-left: 0;
    padding-bottom: 10px;
}

.holiday .form-check input {
  position: static;
  margin: 0 auto;
  display: block;
}

@media (max-width: 600px) {
  .holiday {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .holiday .form-check {
    width: 20%;
  }
  .power .form-check {
        width: 20%;
    }
}

.mapPolygons {
  z-index: 999;
  top: 80px;
  left: 10px;
  width: 150px;
  height: calc(100% - 90px);
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 5px;
  overflow: scroll;
}


/*# sourceMappingURL=style.css.map */