﻿.crs-header
{
    width: 100%;
    margin-top: 60px;
    opacity: 1;
}

.watermark {
    height: 80%;
    width: 100%;
    background-image: url('/Images/background.png');
    background-size: contain;
    background-repeat:no-repeat;
    background-position:center;
    
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 30px;
    opacity: 0.1;
    z-index: -1;
}

    body{
        opacity: 1; /* Set the opacity of all direct children elements of the body to 100% */
    }

.form-group-temp {
    margin: 30px 15% 0 15%;
    display: flex;
    justify-content: space-between;
}

    .form-group-temp select {
        flex-basis: 70%; /* Adjust the value as needed */
    }

.image-reround {
    width: 70px;
    height: 75px;
}

a{
    color: #ffffff;
    font-size: 17px;
}

.my-nav {
    background-color: darkgray;
}

.nav-menu {
    list-style: none;
    display: flex;
}

.nav-item {
    position: relative;
    margin-right: 20px;
}

.nav-link {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.sub-menu {
    display: none;
    position: absolute;
}

.nav-item:hover .sub-menu {
    display: block;
}

.sub-menu li {
    display: block;
}

    .sub-menu li a {
        display: block;
        padding: 5px 25px 5px 25px;
        /*background-color: #808080;*/
        color: #FFFFFF;
        text-decoration: none;
    }

        .sub-menu li a:hover {
            /*background-color: #808080;*/
            color: #FFFFFF;
            padding: 5px 25px 5px 25px;
        }

.little-nav
{
    margin-right: 60px;
}
/*----------------------------------------*/

.red-line-hr{
    color: red;
    height: 10px;
}

.logo-netext {
    height: 100%;
    margin: -8px 1px -8px 50px;
    display: flex;
    justify-content: space-evenly;
}

.form-control .input-sm {
    border: none;
    border-bottom: 2px solid black;
    margin: 40px 15% 30px 15%;
}

.form-control .input-sm:focus {
    border: none;
    border-bottom: 2px solid black;
    margin: 40px 15% 30px 15%;
}

.nice-button {
    padding: 6px 40px 6px 40px;
    color: white;
    /*background-color: #808080;*/
    border-radius: 4px;
}

.red-line {
    background-color: red;
    height: 3px;
}

html {
    margin-top: -60px;
    font-size: 16px;
}
a.navbar-brand {
    margin-left: 25px;
  white-space: unset;
  text-align: left;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */

/*.btn-primary {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
}*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 30px; /* Vertically center the text there */
}

#map {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .news-input {
        width: 50%;
    }
}

.card{
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
}

.card-header {
    /*background: #808080;*/
    border-bottom: 5px solid #e76700;
    text-align: center;
    text-decoration: #e5e5e5;
}

.card-footer {
    /*background: #808080;*/
    border-top: 5px solid #e76700;
    text-align: center;
    text-transform: full-width;
}

.navbar, .footer {
    height: 100%;
    background: darkgray;
}

.footer{
    height: 60px;
}

th {
    /*background-color: #808080;*/
    color: white;
    border-bottom: 5px solid #e76700;
}

.btn-primary {
    /*background-color: #808080;*/
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #808080;*/
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}



