﻿body.hub365 {
    font-family: 'Quicksand',serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.8;
    color: #333333;
    background: #fff;
    margin: 0;
    position: absolute;
    width: 100vw;
    overflow-x: hidden;

    background-image: url(/Uploads/AffiliateBrand/AMS_HUB365_Main2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
clearfix:before {
    content: "";
    display: table;
}

.hub365 {
    --hubBlue: #0B73D1;
    --hubGreen: #90CE59;
    --hubCream: #FFFFB0;
    --hubPeach: #FFFFB0;
    --hubMint: #8CFFAD;
    --hubBrightBlue: #B7FFFF;
    --hubDarkBlue: #324978;
    --hubLightBlue: #7eb9ef;
    font-family: Arial;
    line-height: 1.8;
}
.hub365 .container {
    width: 100%;
    margin: 0 auto;
}
/***************************************HEADER**************************************/
#masthead.hub365 {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.hub365 .header {
    box-shadow: none;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    background: rgba(0,0,0,0);
}
.hub365.home .header {
    margin-bottom: 110px;
}
    .hub365 .header .container {
        height: 98px;
        max-width: 1170px;
        margin: 0 auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
        .hub365 .header .container #site-branding {
            padding: 15px 0;
        }

        .hub365 .header .container  #site-branding img {
            height: 125px;
            max-height: 68px;
            width: auto;
        }
.hub365 .main-navigation ul {
    list-style: none;
    margin: 0;
}

.hub365 #site-navigation {
    display: flex;
    font-size: 14px;
    font-family: Asap;
    align-items: center;
}
/***************************************NAV**************************************/

.menu > ul > li.menu-item {
    float: left;
    margin-left: 6px;
}

.menu > ul > li.menu-item a {
    padding: 0 15px;
    position: relative;
    display: block;
    color: #333333;
    padding: 0 15px;
}

.menu > ul > li > a {
    font-family: 'Asap',serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 2.7;
}
.menu > ul > li.menu-item:hover a,
.menu > ul > li.menu-item.current_page_item > a {
    background: #2d83b4;
    color: #efefef;
}

#mobile-menu {
    display: none;
}

/***************************************MAIN**************************************/

.content {
    clear: both;
}

.hub365.main-content {
    min-height: 80vh;
    display: flex;
    flex-flow: column wrap;
    
}


.hub365 .section {
    position: relative;
    margin: 0 auto;
    max-width: 1170px;
    min-width: 400px;
}
/*
    .hub365 .section:before {
        position: absolute;
        inset: 0;
        content: "";
        z-index: -2;
        box-shadow: 0 0 40px 20px rgb(255 255 255 / 60%);
        background-color: rgba(255,255,255,60%);
    }


    .hub365 .main-banner:before {
        background-color: rgba(10,10,10,0);
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .banner-caption:before {
        position: absolute;
        inset: 0;
        content: "";
        z-index: -2;
        background-image: radial-gradient(closest-side, rgba(255,255,255,.5), rgba(255,255,255,.5), transparent)
    }
    */
    .main-content .section:first-child {
        /*padding-top: 110px;*/
    }
.hub365 .banner-center .banner-caption {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
    .hub365 .banner-caption {
        color: #FFF;
    }
.hub365 .banner-title {
    color: #333333;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1em;
   
}

.hub365 .banner-subtitle {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    text-align: left;
    text-indent: 20%;
    font-weight: 600;
    line-height: 1em;
}
        .hub365 .banner-subtitle i {
            margin-right: 20px;
        }

.hub365 .section .container.login {
    width: 500px;
    margin: 0 auto;
}
.hub365 .section .spnloginValidMsg {
    display: block;
    min-height: 70px;
}
.hub365 .section a#lnkpassword {
    text-decoration: none;
    color: var(--hubDarkBlue);
    font-weight: bold;
    font-size: .8em;
}
.hub365 .section .spnRemindMe {
    font-size: .8em;
    margin-left: 20px;
}

.hub365 input[type='text'],
.hub365 input[type='password'] {
    min-width: 250px;
    margin-bottom: 5px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 7px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
    color: #5d5d5d;
}

 /***************************************FOOTER**************************************/
 footer.hub365 {
    margin-top: 0 !important;
    background-image: url();
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    background-attachment: scroll;
    position: relative;
    display: block;
    margin: 0;
    color: #EEEEEE;
}
footer.hub365 ul {
    list-style: none;
    margin: 0;
}
footer.hub365:before {
    background-color: #333333;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
    footer.hub365 .top-footer {
        position: relative;
    }
    footer.hub365 .main-footer {
        padding: 30px;
    }
    
    footer.hub365 .container {
    border-bottom: 1px solid rgba( 0, 0, 0, 0.1);
    padding: 30px 0;
    text-align: center;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.75em;
    font-size: 16px;
    color: #fff;
}
    footer.hub365 li {
        overflow: auto;
        margin-bottom: 10px;
    }
    footer.hub365 i {
        margin-right: 20px;
        margin-top: 5px;
        float: left;
    }
    footer p {
        float: left;
        margin: 0;
    }

  .hub365 .ui-dialog-titlebar {
        background-color: #2d83b4;
        color: white;
    }

.hub365 #content-area {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    width: 1000px
}

.hub365 .flex {
    display: flex;
}
.hub365 .form-content {
}
    .hub365 .form-content .form-block {
        display: flex;
        gap: 10px;
    }
        .hub365 .form-content .form-block.row {
            flex-flow: row wrap;
        }
        .hub365 .form-content .form-block.column {
            flex-flow: column wrap;
        }

.hub365 .form-block {
    /*
    margin: 10px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0);
    */
    }

    .hub365 .form-content fieldset {
        width: auto;
        display: flex;
        flex-flow: row wrap;
        gap: 10px;
        align-content: flex-start;
        flex: 1 1 50%;
    }
    .hub365 .form-content fieldset.column {
        flex-flow: column wrap;
    }
    .hub365 .form-block .heading {
            width: 100%;
        }

    .hub365 .line {
        width: 100%;
    }


.hub365 .form-content label {
    display: block;
    font-weight: 600;
    font-size: .7em;
    color: #666666;
}
.hub365 .form-content input[type='text'],
.hub365 .form-content select {
    min-width: 50px;
    margin-bottom: 5px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 7px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
    color: #5d5d5d;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
    .hub365 .form-content select option {
    }


    .hub365 .form-content input:focus-visible {
        border: solid 1px #90CE59;
    }

.hub365 input[type='submit'],
.hub365 input[type='button'],
.hub365 a.button
{
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 10px;
    font-size: 1em;
    font-weight: 400;
    color: white;
    box-shadow: inset 0 0 4px rgb(0 0 0 / 20%);
    min-width: 100px;
    margin: 5px;
    background-color: var(--hubBlue);
    cursor: pointer;
    margin-left: auto;
    order: 2;
    text-decoration: none;
}
    .hub365 input[type='submit']:hover,
    .hub365 input[type='button']:hover {
        opacity: .8;
    }
    .hub365 input[type='submit']:active,
    .hub365 input[type='submit']:focus,
    .hub365 input[type='button']:active,
    .hub365 input[type='button']:focus
    {
        opacity: .8;
        background-color: var(--hubGreen);
    }

        .hub365 input[type='submit']:active.submitted,
        .hub365 input[type='submit']:focus.submitted,
        .hub365 input[type='submit'].submitted {
            opacity: .7;
            background-color: var(--hubBlue);
        }

    .hub365 input[type='text']:read-only {
        background-color: rgba(239, 239, 239, 0.3);
        cursor: default;
    }
.hub365 input[type='text']:read-only:focus-visible {
    outline: none;
}

.hub365 input[type='radio'] {
    margin: 3px 3px 3px 10px;
}

/****** GRID ***********/



.hub365 .t-grid table {
    border: 1px solid #809da7 !important;
    width: 100% !important;
    border-collapse: separate;
    empty-cells: show;
    font-size: .8em;
}
    .hub365 .t-grid table i.fa-solid.fa-shake {
        color: var(--hubGreen);
    }
    .hub365 .t-grid table i.fa-solid {
        color: var(--hubLightBlue);
    }

.hub365 .t-widget {
    color: #000;
}
.hub365 .gridbox .t-grid-header {
    background: #606875;
    color: #FFF;
}
.hub365 .gridbox th.t-header {
    letter-spacing: 1px;
}

.hub365 .t-grid-header .t-header {
    padding: 0.3em 0.6em;
    border-width: 0 0 1px 1px;
    border-style: solid;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hub365 .t-grid-header .t-header:first-child, .t-grid tbody td:first-child, .t-grid tfoot td:first-child {
    border-left-width: 0;
}
.hub365 .t-header .t-link {
    text-decoration: none;
}
.hub365 .t-link {
    font-size: 12px !important;
    color: #FFF !important;
    white-space: nowrap !important;
    cursor: pointer;
    outline: 0;
}
}
.hub365 .t-grid-header .t-header .t-link {
    line-height: 18px;
    height: 18px;
    display: block;
    margin: -0.3em -0.6em;
    padding: 0.3em 2.4em 0.3em 0.6em;
    border: 0;
    background: 0;
}
.hub365 .t-grid-filter {
    float: right;
    height: 18px;
    padding: 0.3em 0.2em;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: -1.8em 0px -0.3em 3px;
}
.hub365 .t-grid-header .t-header .t-icon {
    position: static;
}
.hub365 .t-grid .t-header, .t-grid td {
    border-bottom-width: 1px;
    border-color: #eee;
}
.hub365 .t-grid-filter .t-icon {
    vertical-align: top;
}
.hub365 .t-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -3333px;
    text-align: center;
    vertical-align: middle;
    background-image: url(../../../../Content/Style/images/sprite2.png) !important;
}



.t-refresh {
    background-position: -32px -240px;
}

.hub365 .gridbox table td {
    padding: 8px 10px 8px 10px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e7ecf1;
    cursor: auto;
}
.hub365 .t-grid td {
    padding: 0.2em 0.2em;
    border-style: solid;
    border-width: 0;
    border-left-width: 1px;
    vertical-align: middle;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    border-color: #eee;
}
.hub365 .radioOptions {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    font-size: 1.5em;
}

.hub365 .form-cell.clear {
    flex-basis: 100%;
}

/********************SHOW MESSAGE ******************/
.hub365 .messagePlaceholder {
    display: flex;
    width: auto;
    height: 52px;

}

.hub365 .showMessage {
    display: flex;
    width: auto;
    padding: 10px;
    flex-flow: row nowrap;
    align-items: center;
    gap: 10px;
    border: 1px solid grey;
    border-radius: 10px;
    box-shadow: 5px 5px 0px #ccc;
    position: relative;
    font-weight: bold;
    margin-bottom: 20px;
}
    .hub365 .showMessage.Failure,
    .hub365 .showMessage.Error {
        background-color: #ffdddd;
        border: 1px solid #f44336;
    }
        .hub365 .showMessage.Failure .messageType,
        .hub365 .showMessage.Failure .messageIcon,
        .hub365 .showMessage.Error .messageType,
        .hub365 .showMessage.Error .messageIcon {
            color: #f44336;
        }

        .hub365 .showMessage.Warning {
            background-color: #ffffcc;
            border: 1px solid #ffeb3b;
        }
            .hub365 .showMessage.Warning .messageType,
            .hub365 .showMessage.Warning .messageIcon {
                color: #ffeb3b;
            }
    .hub365 .showMessage.Success,
    .hub365 .showMessage.SuccessWithMessage {
        background-color: #ddffdd;
        border: 1px solid #4CAF50;
    }
        .hub365 .showMessage.Success .messageType,
        .hub365 .showMessage.Success .messageIcon,
        .hub365 .showMessage.SuccessWithMessage .messageType,
        .hub365 .showMessage.SuccessWithMessage .messageIcon {
            color: #4CAF50;
        }
    .hub365 .showMessage.Info {
        background-color: #ddffff;
        border: 1px solid #2196F3;
    }
        .hub365 .showMessage.Info .messageType,
        .hub365 .showMessage.Info .messageIcon {
            color: #2196F3;
        }
    .hub365 .showMessage .close {
        margin-left: auto;
    }

.hub365 .importantMessage {
    color: red;
    font-weight:bold;
    margin-left: 20px;
}
/*
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,221,221,.8);
        border-radius: 10px;
*/


.input-validation-error,
 input:focus-visible.input-validation-error {
    border: 1px solid red !important;
    outline: 1px solid red !important;
}
    .input-validation-error-radiobtn,
    input:focus-visible.input-validation-error-radiobtn {
        border: 1px solid red !important;
        outline: 1px solid red !important;
    }

.adminloginbox {
    display: flex;
    margin: 10%;
}


/********************* Welcome **********************/

.welcomeMessage {
    display: flex;
    flex-flow: column wrap;
}
.welcomeTitle {
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}
.welcomeItem {
   width: 50%;
   margin: auto;
}
    .welcomeItem i {
        margin-right: 10px;
        color: var(--hubGreen);
    }
/************** POPUP **************/
/*
textarea {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #C9C9C9;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 4px #CCCCCC inset;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 12px;
}

#divScript {
    margin-left: 2px;
    margin-right: 2px;
}

.h2class {
    color: #C41230 !important;
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px;
}

#mainDivScript {
    margin-left: 8px;
}
*/
#PopupDialog {
    padding: 0px;
    overflow: hidden;
}
    #PopupDialog iframe {
        width: 100% !important;
    }

#PopupDialog body.popupbody {
    background: white;
    margin: 5px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #B2C9E0;
    border-radius: 8px 8px 8px 8px;
}

.hub365 .center {
    display: flex;
    flex-flow: column nowrap;
}

.reset input {
    margin: 10px;
}

.PopupRow {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    padding: 1%;
    font-size: .75em;
}
    .PopupRow.Header {
        font-weight: bold;
    }
    .PopupRow div {
        display: flex;
        flex: 1 1 0;
        min-width: 0;
    }
    .PopupRow div:first-child {
        flex: 2 1 0;
    }

.t-grid .active {
    color: lightseagreen;
}
.t-grid .inactive {
    color: darkorange;
}
.t-grid .action {
    color: blue;
}
.t-grid tr.deleted, .gridbox table tr.deleted td a {
    color: lightgrey;
}
 {
    color: lightgrey !important;
}
.t-grid tr.inactive, .gridbox table tr.inactive td a {
    color: darkorange;
}

.field-validation-error {
    display: inline-block;
    color: red;
    font-size: .8em;
}

input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #f4f3f0 !important;
    float: left;
    *outline: 1px solid #FF0000 !important;
}

.flex-form {
    display: flex;
    flex-flow: column;
    padding: 10px;
}
    .flex-form h3 {
        color: red;
    }
.flex-form-group {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    gap: 10px;
    align-items: flex-start;
}

.flex-form-field {
    display: flex;
    flex-flow: row wrap;
}
    .flex-form-group.subgroup {
        border: 1px solid cornflowerblue;
        padding: 20px;
    }
        .flex-form-group.subgroup.row {
            flex-flow: row wrap;
        }

            .flex-form-group.subgroup.row .flex-form-field,
            .flex-form-group.subgroup.row fieldset {
                flex: 1 1 25%;
            }

    .flex-form-group fieldset {
        flex-flow: row nowrap;
        display: flex;
        border: none;
        padding: 10px 0;
    }
        .flex-form-group fieldset legend {
            font-weight: 600;
            font-size: 1em;
            color: #666666;
        }
.flex-form-field label {
    font-weight: 600;
    font-size: 1em;
    color: #666666;
    padding: 5px;
    display: flex;
    flex: 1 1 100%;
}
.flex-form-field input[type='text'],
.flex-form-field select,
.flex-form-field textarea
{
    min-width: 200px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    color: #5d5d5d;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.flex-form input[type='radio'],
.flex-form input[type='checkbox']
{
    margin: 0 5px 0 10px;
    height: 15px;
}
    .flex-form-field select option {
    }
    .flex-form-field input:focus-visible {
        border: solid 1px #90CE59;
    }
.flex-form .right {
    justify-content: flex-end;
}
.flex-form .gridbox {
    flex: 1 1 100%;
}


.validation span {
    display: none;
    color: red;
}

.infomessage {
    font-size: .75em;
    padding: 5px 20px 5px 40px;
    display: inline-block;
    opacity: .75;
}