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;
}


/*----------------------------------------------------------*/


a:hover {
    font-weight: bold;
}

body {
    /*background-color: aliceblue;*/
    /*background-color: rgb(170, 215, 247);*/
    background-image: linear-gradient(0deg, rgba(170, 215, 255, 1) 20%, rgba(195, 227, 255, 1) 40%, rgba(221, 239, 255, 1) 60%, rgba(247, 251, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
}

.convertingColorsRadialTextGradient {
    background: #ffffff;
    background-color: #ffffff;
    background-image: radial-gradient(circle farthest-corner at center, rgba(170, 215, 255, 1) 20%, rgba(195, 227, 255, 1) 40%, rgba(221, 239, 255, 1) 60%, rgba(247, 251, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: content-box;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: content-box;
    -moz-text-fill-color: transparent;
}

.convertingColorsLinearGradient {
    background-image: linear-gradient(0deg, rgba(170, 215, 255, 1) 20%, rgba(195, 227, 255, 1) 40%, rgba(221, 239, 255, 1) 60%, rgba(247, 251, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
}

.convertingColorsLinearGradientBlue {
    background-image: linear-gradient(0deg, rgba(0, 0, 255, 0.2) 20%, rgba(0, 0, 255, 0.4) 40%, rgba(0, 0, 255, 0.6) 60%, rgba(0, 0, 255, 0.8) 80%, rgba(0, 0, 255, 1) 100%);
}

.convertingColorsLinearGradientRed {
    background-image: linear-gradient(0deg, rgba(255, 0, 0, 0.2) 20%, rgba(255, 0, 0, 0.4) 40%, rgba(255, 0, 0, 0.6) 60%, rgba(255, 0, 0, 0.8) 80%, rgba(255, 0, 0, 1) 100%);
}

.select2-selection__rendered {
    line-height: 32px !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.dark-mode {
    background-color: black;
    color: white;
}

.navbar button.navbar-toggler:hover {
    color: cornflowerblue;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    /*border: 5px solid #0094ff;*/
    display: none;
    position: fixed;
    /*background-color: darkgrey;*/
    z-index: 999;
}

.table-rounded {
    border-radius: 1.10rem;
    overflow: hidden;
}

