﻿div[id$='-big-rounded'] {
    border-radius: 10px;
}

div[id$='nopadding'] {
    padding: 0px;
    border-radius: 5px;
}

input[type="text"],
textarea {
    padding: 4px;
    border-radius: 4px;
}

input[type="checkbox"] {
    border-radius: 4px;
}

select {
    padding: 3px;
    border-radius: 4px;
}

input[type="button"] {
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    border-style: solid;
    height: 30px;
    font-family: Helvetica;
    border-width: 1px;
}

.text-shadow {
    text-shadow: 2px 2px #eeeeee;
}


.btn_green {
    border-color: rgb(126, 180, 41);
    background: linear-gradient(to bottom, rgb(126, 180, 41), rgb(198, 217, 154));
}

.btn_blue {
    border-color: rgb(0, 109, 137);
    background: linear-gradient(to bottom, rgb(0, 109, 137), rgb(122, 159, 181));
    color: white;
}

.btn_tracking {
    display: inline-block;
    width: 100px !important;
    padding-block-end: 4px !important;
}

.btn_no_tracking {
    display: inline-block;
    width: 100px !important;
    padding-block-end: 4px !important;
}

body {
    < !-- background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(226, 225, 223));
    -- >
}






/******************************************/
/*                NEW CSS                 */
/******************************************/

/*  Digiforms logo header */
.header-logo-left {
    float: left;
    background-image: url(ImageDB?imageName=%22Logo-Digiforms-software-by-Metafocus-R-Black.svg%22);
    background-repeat: no-repeat;
    height: 100px;
    width: 100%;
    background-size: 300px;
}



/******************************************/
/*               COOKIES                  */
/******************************************/

.gb_cookies_warn {
    position: fixed !important;
    top: auto !important;
    bottom: 30px !important;
    width: 300px !important;
    height: auto !important;
    background: #b1ceeb;
    left: 30px !important;
    z-index: 9;
    padding: 30px !important;
}

.gb_cookies_warn_text {
    white-space: normal;
    font-family: sans-serif;
    padding-bottom: 20px;
}


/******************************************/
/*          top_menu_hamburger            */
/******************************************/

.menu-container-main {
    display: block;
}

.menu-container-mobile {
    display: none;
}

.menu-items {
    text-align: center;
    position: absolute;
    padding: 5rem;
    margin-top: 0;
    margin-left: -1rem;
    top: 0;
    right: 0;
    list-style: none;
    opacity: 0;
    z-index: 1;
    font-size: 22px;
    background-color: #056183;
    transition: transform 100ms ease-in-out, opacity 200ms;
}

.menu-items li {
    color: #ffffff;
    padding: 0.5rem;
}

.menu-items li a {
    color: #ffffff;
    text-decoration: none;
}

.menu-items li a:hover {
    color: rgb(174, 174, 174);
}

.check {
    position: absolute;
    top: 65px;
    right: 2rem;
    height: 3rem;
    width: 3rem;
    opacity: 0;
    z-index: 3;
}

.check:hover {
    cursor: pointer;
}

.check:checked ~ .menu-items {
    display: block;
    transform: translateX(0%);
    opacity: 1;
}

.ham-menu {
    height: 2rem;
    position: absolute;
    top: 65px;
    right: 2rem;
    padding: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #056183;
}

.ham-menu .line {
    background-color: white;
    width: 2rem;
    height: 0.25rem;
}

.ham-menu .line1 {
    transform-origin: 0% 0%;
    transition: transform 100ms ease-in-out;
}

.ham-menu .line3 {
    transform-origin: 0% 100%;
    transition: transform 100ms ease-in-out;
}

.check:checked ~ .ham-menu .line1 {
    display: block;
    transform: rotate(45deg);
}

.check:checked ~ .ham-menu .line2 {
    opacity: 0;
}

.check:checked ~ .ham-menu .line3 {
    display: block;
    transform: rotate(-45deg);
}


/******************************************/
/*                 MOBILE                 */
/******************************************/

@media (max-width:768px) {
    .header-logo-left {
        float: none;
        position: absolute;
        margin-top: 10px;
        left: 20px;
        height: 100px;
        background-size: 200px;
    }

    #header-logo-left {
        border: 0;
        width: 200px;
        position: absolute;
        left: 25px;
        top: 25px;
    }

    .menu-container-main {
        display: none;
    }

    .menu-container-mobile {
        display: block;
        margin-top: 100px;
    }

    .ham-menu,
    .check {
        top: 40px;
        right: 30px;
    }

    .menu-items {
        right: -40px;
    }

    .gb_cookies_warn {
        display: none;
        bottom: 0 !important;
        left: 0 !important;
        padding: 30px !important;
    }
}
