﻿@font-face {
    font-family: 'Flags';
    src: url('../fonts/flags.ttf') format('truetype');
}

html {
    margin: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
}

#xEventLoginFrm {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
}

#loginContainer {
    width: 100%;
    max-width: 330px;
    margin: 0px auto;
    box-sizing: border-box;
}

.loginBody {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.loginHead {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.75rem;
    font-weight: 400;
    text-align: right;
    color: #212529;
    padding: 15px 5px 0px 0px;
    border-radius: 10px;
    background-image: url(../../css/images/xeventlogo.png);
    background-repeat: no-repeat;
    background-position-y: 5px;
    background-position-x: 5px;
    min-height: 60px;
}

.loginPrompt {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    color: #212529;
}

.loginInput {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    margin-bottom: 5px;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    width: 100%;
    font-weight: 400;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.loginButton {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    width: 100%;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #fff;
    background-color: #344467;
    border-color: #344467;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 10px;
}

.loginAcctButton {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 1.0rem;
    color: cornflowerblue;
    text-decoration: none;
}

.CreateContainer {
    width: 100%;
    max-width: 800px;
    margin: auto;
    text-align: center;
    box-sizing: border-box;
}

.ConfirmInfo {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.8rem;
    margin: 100px 0px 20px 0px;
}

.CreateInput {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    margin-bottom: 5px;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-weight: 400;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.CreateButton {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    width: 300px;
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #fff;
    background-color: #344467;
    border-color: #344467;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 10px;
}

/* -------------- Main Page ------------------------ */
#xInvitesMainFrm {
    width: 100%;
}

.mainOuter {
    width: 100%;
}

.mainContainer {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    display: block;
}

.mainStepInfo {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 1.0rem;
    text-align: center;
    color: #666;
    margin: 0;
}

.mainStepTtl {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 1.0rem;
    background-color: #344467;
    color: white;
    padding: 10px 5px;
    margin: 0;
}

.mainCampaignsTbl {
    width: 100%;
    border-spacing: 0;
}

    .mainCampaignsTbl tbody {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-weight: 400;
        font-size: 1.0rem;
    }

        .mainCampaignsTbl tbody tr:hover {
            background-color: #f0f0f0;
        }

        .mainCampaignsTbl tbody td {
            padding: 3px 5px;
            border: 0;
            border-collapse: collapse;
        }

            .mainCampaignsTbl tbody td a {
                text-decoration: none;
                color: cadetblue
            }

.mainCampaignsTblHead {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 1.0rem;
    text-align: center;
    background-color: #344467;
    color: white;
    padding: 10px;
}

.mainCmpCmdTbl {
    width: 100%;
    border-spacing: 0;
}

    .mainCmpCmdTbl td {
        padding: 15px 3px;
    }

.PgTitleClass {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.0rem;
    margin: 0;
    padding: 10px 5px;
    white-space: nowrap;
    color: white;
    background-color: #344467;
    box-sizing: border-box;
}

    .PgTitleClass a {
        color: white;
    }

.mctActive {
    color: #006d00;
}

.mctInactive {
    color: #a0a0a0;
}

.mccActive {
    color: dodgerblue;
}

.mccInactive {
    color: #a0a0a0;
}

.mainCmpCommand {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 1.1rem;
    text-decoration: none;
}

.mainCmpSetupInfo {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.8rem;
    margin: 0;
    padding: 10px;
}

.mainCmpSetupOp {
    display:table-cell;
    box-sizing: border-box;
    vertical-align: top;
    width: 65%;
    padding: 5px 10px 0px 0px;
}

.mainCmpSetupPv {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
    width: 35%;
    padding: 5px 0px 0px 0px;
}

.mainCmpSetupIv {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
    width: 35%;
    height: 100%;
    padding: 5px 0px 10px 0px;
}

    .mainCmpSetupIv p {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-weight: 400;
        font-size: 1.1rem;
        color: #666;
        margin: 0;
        padding: 10px 0px 0px 0px;
    }

.mainCmpSetupLbl {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 1.1rem;
}

.AlrdySntInfo {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-size: 1.1rem;
    text-align: center;
    color: red;
}

.ErrMsgContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.ErrMsgInner {
    border: 1px solid #808080;
    padding: 5px;
    min-height: 100px;
}

.ErrMsgContent {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11pt;
    color: red;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 5px;
    border: 1px solid #888;
    border-radius: 5px;
    width: 80%;
    max-width: 500px;
    min-width: 200px;
}

    .ErrMsgContent input {
        width: 100px;
        height: 40px;
        font-size: 12pt;
    }
