@font-face {
    font-family: Raleway;
    src: url(/assets/fonts/Raleway/Raleway-VariableFont_wght.ttf)
}

@font-face {
    font-family: Poppins;
    font-weight: 900;
    font-style: normal;
    src: url(/assets/fonts/Poppins/Poppins-Black.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 900;
    font-style: italic;
    src: url(/assets/fonts/Poppins/Poppins-BlackItalic.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    src: url(/assets/fonts/Poppins/Poppins-Bold.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 700;
    font-style: italic;
    src: url(/assets/fonts/Poppins/Poppins-BoldItalic.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 800;
    font-style: normal;
    src: url(/assets/fonts/Poppins/Poppins-ExtraBold.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 800;
    font-style: italic;
    src: url(/assets/fonts/Poppins/Poppins-ExtraBoldItalic.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 200;
    font-style: normal;
    src: url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 200;
    font-style: italic;
    src: url(/assets/fonts/Poppins/Poppins-ExtraLightItalic.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 400;
    font-style: italic;
    src: url(/assets/fonts/Poppins/Poppins-Italic.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 300;
    font-style: normal;
    src: url(/assets/fonts/Poppins/Poppins-Light.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 300;
    font-style: italic;
    src: url(/assets/fonts/Poppins/Poppins-LightItalic.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 500;
    font-style: normal;
    src: url(/assets/fonts/Poppins/Poppins-Medium.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 500;
    font-style: italic;
    src: url(/assets/fonts/Poppins/Poppins-MediumItalic.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    src: url(/assets/fonts/Poppins/Poppins-Regular.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    src: url(/assets/fonts/Poppins/Poppins-SemiBold.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 600;
    font-style: italic;
    src: url(/assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 100;
    font-style: normal;
    src: url(/assets/fonts/Poppins/Poppins-Thin.ttf)
}
@font-face {
    font-family: Poppins;
    font-weight: 100;
    font-style: italic;
    src: url(/assets/fonts/Poppins/Poppins-ThinItalic.ttf)
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Raleway, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: rgb(58, 62, 65);
    background-color: rgb(238, 240, 242);
    height: 100%;
}

@media screen and (min-width: 768px) {
    body {
        padding-top: 3%;
    }
}

@media screen and (min-width: 768px) {
    .modal-large {
        width: 80vw;
    }
}

.container {
    -webkit-box-shadow: 0 0 10px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 10px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 10px 3px rgba(50, 50, 50, 0.75);
    background-color: rgb(255, 255, 255);
}
body > div.container {
    background-color: #ffffff;
    box-shadow: none
}
label {
    font-weight: 500;
}

.headerImage {
    width: 100%;
}

.footerImage {
    width: 100%;
}

.infoFooter {
    background-color: rgb(228, 226, 227);
    padding-top: 2%;
}

.spacer {
    font-size: 3pt;
    background-color: rgb(255, 255, 255);
}

.headerBreadcrumb {
    background-color: rgb(58, 62, 65);
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    font-size: 10pt;
}
@media screen and (max-width: 768px) {
    .teaserStripeRight {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .teaserStripeRight {
        text-align: right;
    }
}

.registration-steps li:not(.active) {
    color: #000f30;
}
.registration-steps li:not(.active) .label {
    color: #000f30;
}
.registration-steps li .label {
    width: 10px;
    max-width: 10px;
    display: inline-block;
    vertical-align: text-top;
    padding: .2em 1em .3em;
}

.footerNavigation {
    background-color: rgb(58, 62, 65);
    padding-top: 1.0em;
    padding-bottom: 1.0em;
}

@media screen and (max-width: 768px) {
    .footerNavigationRight {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .footerNavigationRight {
        text-align: right;
    }
}

.attention {
    font-style: italic;
    font-weight: bold;
    color: rgb(255, 0, 0);
}

.text-sm {
    font-size: 9pt;
}

a {
    color: rgb(58, 62, 65);
    font-weight: 500;
    text-decoration: none;
}

.footer_links {
    cursor: pointer;
}

h1, .h1 {
    font-size: 150%;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 6px;
    margin-bottom: 0.2em;
    color: rgb(58, 62, 65);
}

h2, .h2 {
    font-size: 130%;
    width: 100%;
    color: rgb(58, 62, 65);
    display: inline-block;
}


h3, .h3 {
    font-size: 110%;
    padding: 0;
    width: 100%;
    color: rgb(58, 62, 65);
    display: inline-block;
}

.panel-heading h3 {
    margin: 0;
}

.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(58, 62, 65);
    border: 1px solid rgb(255, 255, 255);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    transition: all 300ms ease;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: rgb(255, 255, 255);
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-full-width {
    width: 100%;
}

.discount-code-validation-workshop {
    color: rgb(58, 62, 65) !important;
}

.discount-code-validation-workshop:hover {
    cursor: pointer;
}

.inactive {
    background-color: rgb(150, 150, 156);
    border-color: rgb(150, 150, 156);
    color: rgb(255, 255, 255);
}

.inactive:hover, .inactive:focus, .inactive:active {
    background-color: rgb(150, 150, 156);
    border-color: rgb(150, 150, 156);
    color: rgb(255, 255, 255);
}


.label-blog-post {
    display: inline;
    padding: 1.0em 1.0em 1.0em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: rgb(58, 62, 65);
}

.label-blog-post:hover {
    cursor: pointer;
}

.btn-unpaid-invoice {
    background-color: rgb(255, 0, 0);
}

.bold {
    font-weight: bold;
}

.underline {
    border-bottom: 1px solid #333333;
}

.alert-info, .alert-danger, .alert-warning, .alert-success {
    color: rgb(68, 68, 68);
}

.alert.alert-warning {
    background-color: rgb(255, 87, 34);
    color: rgb(68, 68, 68);
}

.alert.alert-success {
    color: rgb(68, 68, 68);
}

.action-fa {
    margin-right: 20px;
}

.action-fa:hover {
    cursor: pointer;
}

.action-fa-red {
    color: rgb(255, 0, 0) !important;
}

.action-fa-red:hover {
    cursor: pointer;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover, .tooltip-inner {
    color: #444;
    line-height: 1em;
    background: #fff;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.popover .arrow, .tooltip .arrow, .popover .tooltip-arrow, .tooltip .tooltip-arrow {
    display: block;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    min-width: 250px;
    max-width: 500px;
    padding: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.red {
    color: rgb(255, 0, 0);
}

.red:hover {
    cursor: pointer;
}

.no-margin {
    margin: 0 0 0 0;
}

.badge-top-left {
    position: relative;
    top: -20px;
    left: -15px;
}

.cc-theme-edgeless.cc-window {
    padding: 12px;
}


@media screen and (max-width: 768px) {
    .btn.btn-primary {
        width: 100%;
    }
}

.summary-table {
    margin-bottom: 0px;
}
.form-control+.dropdown-menu{
    display: block;
}

.has-success .form-control {
    border-color: #759d0c;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

#arena11iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

#arena11iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.invoiceListLine:nth-child(even){
    background-color: #b7b7b7;
    padding: 5px 5px 5px 5px;
}
.invoiceListLine:nth-child(odd){
    background-color: #d2d0d0;
    padding: 5px 5px 5px 5px;
}

.payment-types img {
    width: 25px;
}

.payment-types p {
    display: inline-block;
}

.payment-types .footer_links {
    cursor: default;
}
.payment-types .footer_links:hover {
    text-decoration: none !important;
}

.snackbar-error {
    background-color: red !important;
}

.form-control {
    color: #000f30;
    background-color: #e8efef;
    background-image: none;
    border: none;
    border-radius: 0;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=file] {
    display: block !important;
    right: 1px;
    top: 1px;
    height: 34px;
    opacity: 0;
    width: 100%;
    background: none;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.control-fileupload {
    display: block;
    border: 1px solid #d6d7d6;
    background: #FFF;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px 2px 10px;
    overflow: hidden;
    position: relative;

    &:before, input, label {
        cursor: pointer !important;
    }
    /* File upload button */
    &:before {
        /* inherit from boostrap btn styles */
        padding: 4px 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        text-align: center;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        vertical-align: middle;
        cursor: pointer;
        background-color: #f5f5f5;
        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
        border: 1px solid #cccccc;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-bottom-color: #b3b3b3;
        border-radius: 4px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
        transition: color 0.2s ease;

        /* add more custom styles*/
        content: 'Browse';
        display: block;
        position: absolute;
        z-index: 1;
        top: 2px;
        right: 2px;
        line-height: 20px;
        text-align: center;
    }
    &:hover, &:focus {
        &:before {
            color: #333333;
            background-color: #e6e6e6;
            color: #333333;
            text-decoration: none;
            background-position: 0 -15px;
            transition: background-position 0.2s ease-out;
        }
    }

    label {
        line-height: 24px;
        color: #999999;
        font-size: 14px;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        z-index: 1;
        margin-right: 90px;
        margin-bottom: 0px;
        cursor: text;
    }
}
