html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.no-select
{
    user-select: none;
}

.Warning {
    background-color: yellow !important;
}

.Error {
    color: red !important;
}

#watermark {
    font-size: 100pt;
    font-weight: bolder;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    width: 50%;
    height: 50%;
    margin: 0;
    z-index: -1;
    left: 25%;
    top: -10%;
    opacity: 30%;
    user-select: none;
}

    #watermark.Development {
        color: blue;
    }

    #watermark.Test {
        color: green;
    }

    #watermark.Production {
        color: red;
    }


.hide {
    display: none;
}

.logcontent {
    margin-bottom: 0;
    word-wrap: break-word !important;
    word-break: break-word !important;
}