/* DataMetrics */

body {
    font-family: 'Aptos', sans-serif !important;
}

.bg-orange {
    background-color: #ec6608;

}

code.project-symbol {
    background-color: #ede7f6;
    color: #311b92;
    padding: 4px 6px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 4px;
}

.nav-item > .nav-link {
    color: #004077;
}

.nav-item > .nav-link.active {
    /*
    color: #ec6608;
    background-color: #f8f9fa;
    */
    color: white;
    background: none;
}

.text-orange {
    color: #ec6608 !important;
    transition: all 0.2s ease-in-out;
}
.text-orange:hover {
    color: #ad4b17 !important;
}

footer.test {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    border: none !important;
    background-color: #f8f9fa !important;
    color: #dee2e6;
    text-shadow: 1px 1px 5px white;
    opacity: 1;
}

p.help-block {
    font-size: 0.875rem;
}

table {
    font-size: 0.875rem;
}
table thead th {
    text-transform: uppercase;
}

a.paginate_button.current{
    background-color: white !important;
    border: 1px solid #004077 !important;
    /*
    border-radius: 12px !important;
    font-weight: bold !important!
    */
}

div.welcome_screen {
  background-image: url('/static/img/logo-welcome-screen.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.btn-login {
    color: #004077;
}
.btn-light-green {
    background-color: #a8e5b9 !important;
    transition: all 0.2s ease-in-out;
}
.btn-light-green:hover {
    background-color: #b9f6ca !important;
}

.dm-box-shadow {
    box-shadow: 0 2px 20px 0 black;
}

.dm-border-bottom {
    border-bottom: 5px solid #EC6608;
}

.dm-bg-blue{
    background-color: #004077 !important;
}
/*
.navbar{
    height: 60px !important;
}
*/
.dm-nav-link{
    background-color: #004077;
    margin: 0;
    margin-top: 10px;
    height: 60px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    color: whitesmoke;
    text-decoration: none;
    padding-top: 18px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px 10px 0 0 !important;
}
.dm-nav-link:hover{
    background-color: #115188;
    color: white;
    text-shadow: 1px 2px 3px black;
}

.dm-nav-link.active{
    background-color: #ec6608;
}
.dm-nav-link.active:hover{
    background-color: #f1883d;
}



.dm-nav-link-simple{
    background-color: #004077;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    height: 60px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    /*
    border-bottom: 5px solid #004077;
    */
    color: whitesmoke;
    text-decoration: none;
    padding: 15px 10px;
}
.dm-nav-link-simple:hover{
    color: white;
    text-shadow: 1px 2px 3px black;
    /*
    background-color: #115188;
    border-bottom: 5px solid #ec6608;
    */
}

.dm-nav-link-simple.active{
    /*
    background-color: #ec6608;
    border-bottom: 5px solid #c51a1b;
    */
}
.dm-nav-link-simple.active:hover{
    /*
    background-color: #f1883d;
    border-bottom: 5px solid #c51a1b;
    */
}


.dm-footer-border {
    border-top: 5px solid #ec6608;
}

.filter-link {
    font-size: 0.875rem;
}
.filter-link:hover {
    cursor: pointer;
}

pre{
    padding: 12px;
    background-color: silver;
}
code {
    font-family: 'Courier', sans-serif !important;
}

.uppercase{
    text-transform: uppercase;
}

#myInput {
  background-image: url('/static/icon/search24.png'); /* Add a search icon to input */
  background-position: 8px 6px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  font-size: 16px; /* Increase font-size */
  padding: 6px 10px 6px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd; /* Add a border to all links */
  margin-top: -1px; /* Prevent double borders */
  background-color: white; /* Grey background color */
  padding: 2px 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
  background-color: #eee; /* Add a hover effect to all links, except for headers */
}

.custom-check{
	display: none;
}
.custom-check + label{
  /*
  width: 128px;
	height: 128px;
  background: url("img/image.png") 0px 0px;
  */
	display: block;
	cursor: pointer;
	opacity: 0.8;
	-webkit-filter: grayscale(0);
  filter: grayscale(0);
  text-align: center;
	font-weight: normal;
	font-size: 14px;
  padding: 6px 12px;
  border: 2px solid silver;
  background-color: whitesmoke;
  border-radius: 4px;
  transition: all 0.3s ease;
  color: gray;
  margin: 0;
}
/*
.custom-check + label a{
  display: inline-block;
  opacity: 0.3;
}
*/
.custom-check:checked + label{
	background-position:  0px 0px;
	-webkit-filter: grayscale(0);
  filter: grayscale(0);
	opacity: 1;
  background-color: #28a745;
  border: 2px solid  #28a745;
  color: white;
}
.custom-check:disabled + label{
	background-position:  0px 0px;
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-color: #E9ECEF;
  opacity: 0.5;
}
.custom-check + label:hover,.custom-check:checked + label:hover{
	-webkit-filter: grayscale(0);
  filter: grayscale(0);
	opacity: 0.9;
	background-color: #068523;
  color: white;
  border: 2px solid limegreen;
}
.custom-check:disabled + label:hover{
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
  cursor: not-allowed;
  color: white;
}
