html, body {
    height: 100%;
}

.body-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 75px;
}

    .body-content > footer {
        margin-top: auto;
    }

body {
    background-image: url('../img/karla4.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #f8f9fa;
}


h1 {
    font-family: "Gelasio", serif;
    letter-spacing: -.02em;
    text-transform: none;
    margin-top: 0;
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.1;
    color:#fff;
}



h2, h3, h4, h5 {
    font-family: "Open Sans", sans-serif
}
p, small, text {
    font-family: "Open Sans", sans-serif;
}

form-signin {
    max-width: 330px;
    padding: 1rem;
}

.m-auto {
    margin: auto !important;
}

.w-100 {
    width: 100% !important;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
}
.align-items-center {
    align-items: center !important;
}


.table-hover tbody tr:hover td {
    background-color: rgba( 34, 87, 183, 0.45 );
}

.table-headerinside {
    background-color: red !important; /* Bakgrundsfärg för hela raden */
    color: white !important; /* Textfärg för bättre kontrast */
    font-weight: bold; /* Gör texten fet */
}

.center {
    align-items: center;
    justify-content:center;
    min-height: 100vh;
}

.glass {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.blueglass {
    background: rgba( 34, 87, 183, 0.45 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.frontIcon {
    color: #fff;
}

.white {
    color:#fff;
}

.lightblue {
    color: lightslategray;
}

.ablue {
    color: lightslategray;
}

.aorange {
    color:coral;
}

.ared {
    color: palevioletred;
}

.agreen {
    color: mediumseagreen;
}

.apurple {
    color: rebeccapurple;
}

.circleSm {
    border: 1px solid lightslategray;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.circleMd {
    border: 1px solid #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

.logostyling {
    letter-spacing: 5px;
    font-size:24px;
}

.bold {
    font-weight: bold;
}

.greytext {
    color: #778899;
}

.alert {
    margin-top: 50px;
}

.top-jumbo {
    margin-top: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
  /*  text-align: center;
    justify-items:center;*/
}

.pill {
    border-radius:40px!important;
    padding:2px;
}

.pillLG {
    border-radius: 8em !important;
    padding: 2px;
}

.glassbutton {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #3260a8;
}

.btn-outline-primary {
    color: lightslategrey;
    background-color: white;
    border: none;
    /*    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
*/ box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 5px 12px 0 rgba(0,0,0,0.19);
    box-shadow: 2px 2px 5px 0px rgba(219,213,242,1);
}

    .btn-outline-primary:hover {
        background-color: #132fbd !important;
        color: #fff !important;
    }

.popup-button {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 1em;
    text-transform: uppercase;
    color: white;
    padding: 1em 3em;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    background-image: linear-gradient(to right, #895cf2 0%, #ffabf4 50%, #895cf2 100%);
    transition: 0.5s;
}  
    .popup-button:hover
    {
        background-position: right center;
    }
 

    bg-white {
        background-color:white;
    }

    mp-0 {
        margin: 0;
        padding: 0;
    }


/*.btn-outline-primary.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}*/
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.accordion-body {
    max-height: 250px;
    overflow: auto;
}

/*Scrollbar*/
/* width */
::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    } 

    .red {
        color:red;
        background-color:palevioletred;
    }


@media screen and (max-width: 991px) {
    h1 {
        font-size: 3.06rem;
        color: black;
    }

    .lead {
        font-size: 0.8rem;
        font-weight: 500;
    }

    .glassonSM {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .frontIcon {
        color: #f03627;
    }

    .circleMd {
        border: 1px solid #f03627;
    }

    #navbarText {
        background-color: #f03627!important;
        padding-left:5px;
    }
}

.accordion-body {
    max-height: 500px;
}
    .blue {
    color: darkblue;
}

.lightblue {
    color: #98DDDF;
}

.darkblue {
    color: #2E5283;
}

.orange {
    color: #E2552D;
}

.darkred {
    color: darkred;
}

.green {
    color: #6F8D6A;
}

.lightgreen {
    color: #A6BE47;
}

.lime {
    color: #D7E8BC;
}
.yellow {
    color: #E3BD33;
}

.pink {
    color: #C67FAE;
}

.purple {
    color: rebeccapurple;
}

.black {
    color: black;
}

.brown {
    color: #A47864;
}

.grey {
    color: dimgrey;
}

.beige {
    color: #C9B27C;
}

.teal {
    color: teal;
}

.turkos {
    color: darkturquoise;
}


