/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/* JQuery Validate*/
label.error {
    color: red;
}

/* 隱藏圖片上傳 progress bar */

#power-station-images-form .dz-preview .dz-progress,
#power-station-single-line-form .dz-preview .dz-progress,
#record-file-div .dz-preview .dz-progress {
    display: none;
}

/* 修改 Sweet Alert 2*/
.swal2-container {
    z-index: 2051;
}

.highcharts-credits {
    display: none;
}

.nav-item.active > a {
    color: #ffc800 !important;
}