
/* Reset */
table {
    border-spacing: 0;
}

td {
    padding: 0;
    vertical-align: top;
}

img {
    border: 0;
    display: block;
}

p, ul, ol {
    Margin: 0;
}

/* Base */
body {
    background-color: #f0f0f0;
    Margin: 0;
}

.wrapper {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.webkit {
    max-width: 610px;
    padding: 10px 5px 20px 5px;
    text-align: left;
}

.outer {
    Margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

a {
    color: #222222;
}

@media print {
    html {
        font-size: 14px !important;
    }

    body {
        background-color: #fff !important;
    }

    .webkit {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .outer {
        max-width: 100% !important;
    }

    .hide-print {
        display: none !important;
    }

    .page-break-inside-avoid {
        page-break-inside: avoid;
    }

    .show-print {
        display: block !important;
    }

    a {
        color: #000 !important;
    }

    /* page break support */
    .outer > tbody {
        display: block;
    }

        .outer > tbody > tr {
            display: block;
        }

        .outer > tbody > tr {
            display: block;
        }

            .outer > tbody > tr > td {
                display: block;
            }
}

/* Text */
.text {
    font-family: 'Inter', 'Roboto', sans-serif;
    font-size: 15px;
    color: #222222;
    line-height: 1.5;
}

    .text.text-lg {
        font-size: 18px;
    }

    .text.text-small {
        font-size: 13px;
    }

    .text.text-muted {
        color: #878787;
    }

        .text.text-muted a {
            color: #878787;
        }

.text-strike {
    text-decoration: line-through;
}

.text.text-alert {
    color: #cc0000;
}

.text.text-discount {
    color: #cc0000;
}

.text.text-nowrap {
    white-space: nowrap;
}

@media print {
    .text {
        color: #000 !important;
        font-size: 1rem !important;
        font-family: Arial, sans-serif !important;
    }

    .text-small {
        font-size: 1rem !important;
    }
}

.heading {
    font-family: 'Inter', 'Roboto', sans-serif;
    font-weight: bold;
    color: #222222;
    line-height: normal;
    line-height: 1.4;
}

.heading-margin {
    Margin-bottom: 7px;
}

.heading.heading-1 {
    font-size: 24px;
}

.heading.heading-2 {
    font-size: 18px;
}

@media print {
    .heading {
        color: #000 !important;
    }

        .heading.heading-1 {
            font-size: 1.5rem !important;
            font-family: Arial, sans-serif !important;
        }

        .heading.heading-2 {
            font-size: 1.2rem !important;
            font-family: Arial, sans-serif !important;
        }
}

.table-title {
    background-color: #999;
    color: #fff;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase
}

/* Misc */
.logo-header {
    Margin-bottom: 15px;
}

.margin-bottom {
    Margin-bottom: 15px;
}

.margin-top {
    Margin-top: 15px;
}

tr.align-middle td,
td.align-middle {
    vertical-align: middle;
}

.image-fullwidth {
    width: 100%;
    max-width: 550px;
    height: auto;
}

.image-fullwidth-edge {
    width: 100%;
    max-width: 600px;
    height: auto;
}

@media print {
    .image-fullwidth {
        max-width: 100% !important;
        Margin-bottom: 35px;
    }

    .image-fullwidth-edge {
        max-width: 100% !important;
        Margin-bottom: 35px;
    }
}

/* Colors */
.bg-white {
    background-color: #ffffff;
}

.bg-dark {
    background-color: #999;
}

.bg-message {
    background-color: #fbebb3;
}

.bg-light {
    background-color: #f0f0f0;
}

/* Padding */
.padding {
    padding: 25px 24px;
}

.padding-lg {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media print {
    .padding {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .padding-lg {
        padding-top: 0 !important;
    }
    /* no top padding on page break, img replacement added below */
}

/* Divider */
.divider {
    border-top: 1px solid #dcdcdc;
}

.divider-dashed {
    border-top-style: dashed;
}

.section-divider {
    font-size: 0px;
    padding: 0 10px;
}

    .section-divider td {
        font-size: 0;
    }

.section-divider-inner > td {
    padding: 0 24px;
}

.section-divider-inner td {
    font-size: 0;
}

.section-spacer {
    font-size: 0px;
    padding: 10px 0;
}

.section-spacer-sm {
    font-size: 0px;
    padding: 5px 0;
}

@media print {
    .section-divider-inner > td {
        padding: 0 !important;
    }

    .section-spacer {
        padding: 0 !important;
    }
}

/* Section 2 column */
.section-2column .columns {
    font-size: 0px;
    padding: 15px 14px;
}

.section-2column .column {
    width: 100%;
    max-width: 285px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.section-2column .padding-gutter {
    padding: 10px;
}

.section-2column .image img {
    max-width: 265px;
    height: auto;
    Margin: auto;
}

.section-2column .padding {
    padding: 20px 0 0 0;
}

.section-2column .padding-box {
    padding: 20px;
}

@media print {
    .section-2column .columns {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .section-2column .column {
        max-width: 50% !important;
    }

    .section-2column .padding-gutter {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

/* Border radius */
.rounded {
    border-radius: 3px;
}

.rounded-top {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.rounded-right {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.rounded-bottom {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.rounded-left {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

/* Outline */
.outline {
    border-color: #fff;
}

    .outline.outline-sides {
        border-right-width: 1px;
        border-right-style: solid;
        border-left-width: 1px;
        border-left-style: solid;
    }

    .outline.outline-start {
        border-top-width: 1px;
        border-top-style: solid;
    }

    .outline.outline-end {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

@media print {
    .outline {
        border-color: #fff !important;
    }
}

/* Button */
.button,
.button > a {
    border-radius: 3px;
    width: 100%;
}
.button > a:hover {
    color: #fff;
}

.button {
    background-color: #43a047;
}

    .button > a {
        color: #ffffff;
        text-decoration: none;
        padding: 8px 0;
        border: 1px solid #43a047;
        display: inline-block;
    }

    .button.button-lg > a {
        padding: 15px 0;
    }

@media print {
    .button {
        background: none !important;
    }

        .button > a {
            border: 1px solid #999 !important;
        }
}

/* Table */
.td-column-label {
    width: 80px;
}

@media print {
    .td-column-label {
        width: 120px !important;
    }
}

/* CUSTOM CSS ---------------------------------------------------------------------------*/


table.InputSingle td {
    display: flex;
    flex-direction: row;
}

    table.InputSingle td > input {
        margin-right: 10px;
        margin-bottom: 5px;
    }

.testhidden {
    display: none;
}

.Intro {
    margin-top: 15px;
}

.form-wrapper divider:last-child {display: none;}


.flex-alias {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin-top: 15px;
}

    .flex-alias .flex-alias--name {
        margin-right: 15px;
    }

    .flex-alias .flex-alias--text {
        flex-grow: 1;
        flex-basis: 100%
    }

        .flex-alias .flex-alias--text input {
            width: 100%;
        }



input[type="radio"], input[type="checkbox"] {
    width: 17px;
    height: 17px;
}

.webkit {
    padding: 20px 5px 20px 5px;
}

.margin-top {
    margin-top: 20px;
}

/* Admin Professional css */







/* CSS for adding image in admin */
/*.background-image {
	background-image: url(https://resources.citybreak.com/online3/client/norwaysbest/header.jpg);
	background-size: cover;
	height: 180px;
}*/

