﻿body {
    padding-top: 20px;
    padding-bottom: 20px;
}
.logotype img {
    width: 125px;
}

.content {
    padding-top: 80px;
    padding-bottom: 80px;
}
h3 {
    margin-bottom: 22px !important;
}
.text-bold {
    font-weight: 700;
}

.text-cl-light {
    color: #595959;
}
.text-xs {
    font-size: 12px;
}

a {
    color:#074896; 
    
}
a:visited {
    color: #1C70B1;
}
    a:hover {
        color: #636363;
    }
    a:active {
        color: #222222;
    }
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

ol {
    margin-bottom: 80px;
}

table {
    overflow-x: auto;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 40px 0;
    border: none;
}

    table tr {
        vertical-align: top;
        height: auto !important;
    }

        table tr:last-of-type td {
            border-bottom: 1px solid #636363 !important;
        }

        table tr td {
            border: none;
            background-color: transparent;
            border-bottom: 1px solid #ccc !important;
        }

        table tr th {
            border-top: 1px solid #636363 !important;
            border-bottom: 1px solid #636363 !important;
            border-left: none;
            border-right: none;
        }

        table tr th, table tr td {
            text-align: left;
            padding: 6px;
            height: auto !important;
            width: auto !important;
            /*border: none !important; // Override TinyMCE's annoying borders*/
            /*border-bottom: 1px solid darken($gray-light, 8) !important; // Override TinyMCE's annoying borders*/
        }

            table tr th:first-child, table tr td:first-child {
                border-left: none;
                padding-left: 5px;
            }

            table tr th:last-child, table tr td:last-child {
                border-right: none;
                padding-right: 5px;
            }

    table[style*="border-width: 0"] {
        border: none;
        height: unset;
        line-height: 1.45;
    }

        table[style*="border-width: 0"] tr td {
            padding: 0 0.375rem;
            border: none !important;
        }

    table.opening-hours {
        border: none;
        width: 400px !important;
        height: unset;
        line-height: 1.45;
        margin-bottom: 0.5rem;
    }

        table.opening-hours tr td {
            border: none !important;
        }

            table.opening-hours tr td:nth-child(1) {
                width: 200px !important;
            }

            table.opening-hours tr td:nth-child(2) {
                width: 200px !important;
                color: #636363;
            }

.icon-checkbox {
    color: #315e2d;
   
}
    .icon-checkbox:before {
        content: "\e92b";
        font-size: 30px;
    }

button,
.btn {
    background-color: #bbd197;
    transition: background-color 0.5s cubic-bezier(0, 0, 0.34, 1), border 0.5s cubic-bezier(0, 0, 0.34, 1);
    padding: 1rem 3.75rem 0.9375rem;
    border: 2px solid #bbd197;
    border-radius: 1.875rem;
    text-align: center;
    color: #000;
    display: inline-block;
}
  button:hover,
  .btn:hover {
    color: #000;
    border-color: #dde8cb;
    background-color: #dde8cb; }
  button--outline,
  .btn--outline {
    background-color: transparent;
    border: 2px solid #bbd197;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem; }
  button--block,
  .btn--block {
    display: block; }
  button:focus-visible,
  .btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0px 2px #1c70b1; }
