html {  

}

body {
	background-color:#f1f4f8 !important;
	color:#444444;
    
    /* Font Baseline */
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.hlx-title-row {
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	font-size:25px;
	font-weight:500;	
}

/* Top Nav Bar*/
.topbar {
    background-color: #343a40 !important;
    color: #ffffff;
}
div#topBar a:link, #topBar a:visited {
    color: #cccccc;
}
div#topBar a:hover {
    color: #fff;
}

.hidden_control {
    display: none;
}


/* New Bootstrap Nav Bar (top nav and middle nav)*/
.navbar {
    min-height:40px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff; /* rgba(255,255,255,.5);*/
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
.navbar-dark .navbar-text {
    color: #fff; /* rgba(255,255,255,.5);*/
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

#navbarToggler ul li:hover {
    background: #676f78;
    color:#ffffff;
    cursor: pointer;    
    margin-bottom: -.5rem;
    -moz-border-top-left-radius: .25rem;
    -moz-border-top-right-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}


/* App Title and Logo (ie, "Speaker Program") */
.hlx-title-row {
    margin: 0px;
    background-color:#ffffff;
}
.hlx-title {
    font-size: 1.5rem;    
    margin-top: .7rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-left: 1.0rem;
    float: left;
}
.logo {
    margin-right:6px;
}

/* put media queries into it's own styles-*/
/* Q: Needs testing after Boostrapping*/
@media (max-width:440px) {
    .hlx-title {
        font-size: 1.9rem; 
    }
    .navbar-text{
        font-size:.9rem;
    }

    div#divFooter {
        min-height: 102px;
    }
}

/* Menu Bar*/
.menubar {
    background-color: #343a40 !important;
    color: #ffffff;
}

.menubar a:hover
{
	color: #cccccc;
}


/* Page Title (ie, "Welcome!" or "Login Page") */
.hlx-page-title {
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0px 20px 0px;
    color: #3c434c;
}

/* System Announcements button */
.system-announcement
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.content {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.btn.collapsed:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f054";
    font-weight: 900;
}

/* Home Page Titles and Areas (ie. "Menu", "Workflow Summary", "Upcoming Meetings") */
.hlx-home-title {
    font-size: 1.75rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}

/*
.div-table-outer {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}
.div-table-outer > div {
    display: table-row;
    min-height: 10px;
}
.div-table-outer > div > div {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
    width: 33%;
}
*/

/* table divs */
.div-table-outer {
    display: table;
    margin-bottom: 10px;
    width: 90%;
}

.div-table-outer > div {
    display: table-row;
    min-height: 10px;
}

.div-table-outer > div > div {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
}

.div-table-left {
    min-width: 300px;
}

.div-table-center {
    min-width: 300px;
}

.div-table-right {
    min-width: 300px;
}

.div-table-2col-left {
    width: 20%;
}

.div-table-2col-right {
    flex-grow: 1;
}

.div-table-1col {
    width: 100%;
}

.table-container {
    display: flex;
}

.table-container > div {
    flex: 1; /*grow*/
}

/* Left Home page Menu (ie. "Meeting List", "Payment History" )*/
.hlx-home-menu {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
.nav-list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
a.nav-list-group-item, button.nav-list-group-item {
    color: #555;
}
.nav-list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    font-size: 16px;
}


/* Middle Workflow Summary area */
.nav-list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.nav-list-group-item:hover {
    font-size: 16px;
    color: #3c434c;
    background-color: #ffffff;
    text-decoration: none;
}
.nav-list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.nav-list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

/* MODAL - Meeting Details */
.modal-header {
    padding-bottom:0px;
    border-bottom:0px none;
}
.tab-content {
    padding-top:25px;
}

.hlx-modal-title {
    font-size: 1.5rem;    
    margin-top: .7rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-left: 1.0rem;
    float: left;
}
.nav.nav-tabs.hlx-tabs {
    background-color: #343a40 !important;
    color: #ffffff;
     padding: 10px 10px 0px 10px;
}
.nav-tabs.hlx-tabs .nav-link.active {
    color: #495057;
     font-weight: 500;
    background-color: #fff;
    border: 0px none #fff; /*#dee2e6 #dee2e6 #fff;*/
}
.nav-tabs.hlx-tabs a {
    color: #fff;
     font-weight: 500;
}
.nav-tabs.hlx-tabs .nav-item {
    margin-bottom: -2px;
}

.hlx-tab-content {
    background-color: #ffffff;
}

.hlx-modal-subtitle {
    font-size:1.3em;
    font-weight: 500;
    float: left;
     padding-top: 10px;
    padding-bottom: 10px;
    color:darkgray;
}
.hlx-modal-label {
    font-size:1.2em;
    font-weight: 500;
    float: left;
}
.hlx-modal-text {
    font-size:1.0em;
    float: left;
    margin-right: 10px;
}
.hlx-contact {
    padding:5px;
    border: 1px solid #666;
    background-color: #f1f1f1;
    border-radius:3px;
    margin:10px;    
    min-width: 230px;
}
.hlx-contact span {
    font-size: 1.2em;
}
.hlx-modal-label svg:not(:root).svg-inline--fa {
    color: gray;
}
.hlx-table .row {
    margin-bottom:6px;
}
svg.svg-inline--fa.fa-file.fa-w-12.fa-2x.hlx-download {
    color:blue;
    cursor:pointer;
}

/* Login Widget */
.form-signin {
       max-width: 500px;
    padding: 30px;
    margin: 0 auto;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    background-color: #fff;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-primary { /* login button */
    color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}
.hlx-login-btn {
    line-height: 0.5;
}
.hlx-forgot-password {
    text-align:center;
    margin-top:10px;
}




/* GENERAL */
/* text boxes/inputs and dropdowns */
input, select {
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #c0c0c0;
    padding: 5px 4px 5px 2px;
    border-radius: 5px;
    /* height: 30px; JW FIX */
    vertical-align: middle;
    margin-top: -1px;
    box-sizing: border-box !important;
}

/* Table Items */
td {
    font-size: 13px;
}

/* Links */
a.bodynav {
    font-size: 13px;
    color: #0B73F3;
    text-decoration: underline;
}

/* Buttons */
button {
    font-weight: bold;
    font-size: 13px;
}

/* Text area*/
textarea {
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #c0c0c0;
    padding: 5px 4px 5px 2px;
    border-radius: 5px;
}

/* Box */
.box {
        background: #FFFFFF;
    padding: 25px;
    margin: 0px 0px 10px 0px;
    -moz-box-shadow: 0px 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
}

/* Meeting Calendar */
.sb-meeting-calendar {
    
}

/* Accordion Collapse */
.hlx-acc-card-header
{
    display: flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    align-items: center;
    -ms-flex-align: center;
    cursor: pointer;
}
.hlx-acc-card-header .expand-btn:last-child
{
    float: none;
}

.hlx-acc-card-header .card-title
{
    margin-bottom: 0;
}

.hlx-card-view > div {
            border: none;
            box-shadow: none;
}

.hlx-card-meeting {
    background-color: #cccccc;
}

.rating {  
color: orange;
}

.gridview-header,  .gridview-header a ,  .gridview-header button
{
	color: #ffffff;
    background-color:#575e66; 
}

.radioButton, .radioButtons input {
    margin: -1px 5px 0px 12px;
    padding: 0px;
    border: none;
    vertical-align: auto;
}

.meetingSurveyAnswer-default input[type="radio"] {
    display: none;
}

.meetingSurveyAnswer-compliant input[type="radio"] {
    display: none;
}

.meetingSurveyAnswer-noncompliant input[type="radio"] {
    display: none;
}

.meetingSurveyAnswer-default label {
    display: inline-block;
    background-color: #ddd;
    padding: 4px 11px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.meetingSurveyAnswer-compliant label {
    display: inline-block;
    background-color: #ddd;
    padding: 4px 11px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.meetingSurveyAnswer-noncompliant label {
    display: inline-block;
    background-color: #ddd;
    padding: 4px 11px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.meetingSurveyAnswer-default input[type="radio"]:checked + label {
    background-color: #bbb;
}

.meetingSurveyAnswer-compliant input[type="radio"]:checked + label {
    background-color: lightgreen;
}

.meetingSurveyAnswer-noncompliant input[type="radio"]:checked + label {
    background-color: red;
}

.datagrid-footer, datagrid-footer td, datagrid-footer p, datagrid-footer span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #939598;
    color: #000000;
}

.datagrid-edititem, datagrid-edititem td, datagrid-edititem p, datagrid-edititem span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #939598;
    color: #000000;
}

.datagrid-item td {
    background-color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 11px;
    border-right: #eaeaea 1px solid;
    border-top: #eaeaea 1px solid;
    text-align: left;
    cursor: pointer;
}

.datagrid-alternateitem td {
    background-color: #f5f5f5;
    font-family: Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 11px;
    border-right: #eaeaea 1px solid;
    border-top: #eaeaea 1px solid;
    text-align: left;
    cursor: pointer;
}

.datagrid-alternateitemfont td {
    font-size: 13px !important;
}

    .datagrid-alternateitem td:last-child, .datagrid-item td:last-child {
        border-right: none;
    }

.datagrid-item:hover td, .datagrid-alternateitem:hover td {
    background: #cddef3;
    border-color: #cddef3;
}

.datagrid-item.disabled td {
    background-color: #f1f1f1;
    cursor: default;
}

.datagrid-alternateitem.disabled td {
    background-color: #FFFFFF;
    cursor: default;
}

.ajax__tab_body span {
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
}

/* PAGE TABS.............................................................*/
.pageTabs .ajax__tab_header {
    background: #575e66;
    padding: 10px 10px 0px 10px;
    margin: 0px 0px 10px 0px;
}

.pageTabs .ajax__tab_tab {
    float: left;
    padding: 13px 20px 13px 20px;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0px 1px 1px #1f1f1f;
}

a.ajax__tab_tab {
    box-sizing: content-box;
}

.pageTabs .ajax__tab_active .ajax__tab_tab {
    background: #f1f4f8;
    color: #3c434c;
    text-shadow: 0px 1px 0px #ffffff;
    border-top: 1px solid #FFFFFF;
    cursor: pointer;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topRight: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.modalPopup .pageTabs .ajax__tab_active .ajax__tab_tab, .modalPopup .pageTabs .ajax__tab_active .ajax__tab_tab:hover {
    background: #FFFFFF;
}

.pageTabs .ajax__tab_tab:hover {
    background: #676f78;
    cursor: pointer;
}

.pageTabs .ajax__tab_active .ajax__tab_tab:hover {
    background: #f1f4f8;
}

.pageTabs .buttons {
    margin: 6px 6px 0px 0px;
    float: right;
}

.ajax__tab_panel {
    padding: 10px;
}

.ajax__tab_disabled {
    display: none;
}

.help-tip {
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: center;
    background-color: #575E66;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #fff;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip p { /* The tooltip */
        display: none;
        text-align: left;
        background-color: #1E2021;
        padding: 20px;
        width: 300px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        right: -4px;
        color: #FFF;
        font-size: 13px;
        line-height: 1.4;
        height: auto;
        white-space: normal !important;
        z-index: 999;
    }

        .help-tip p:before { /* The pointer of the tooltip */
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #1E2021;
            right: 10px;
            top: -12px;
        }

        .help-tip p:after { /* Prevents the tooltip from being hidden */
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

.hlx-button, a.hlx-button:link, a.hlx-button:visited {
    background: url(../images/button_background_repeat.gif) repeat-x top #dfdfdf;
    border: #d0d0d0 1px solid;
    border-bottom: #b0b0b0 1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #666666;
    text-shadow: 0px 1px 0px #ffffff;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 28px;
    padding: 0px 15px 0px 15px;
    cursor: pointer;
    width: auto;
    height: 28px;
    margin: 0px;
    display: inline-block;
}

    .hlx-button:hover, a.hlx-button:hover {
        background: url(../images/button_background_repeat_hover.gif) repeat-x top #e6e6e6;
        border: #c0c0c0 1px solid;
        border-bottom: #a0a0a0 1px solid;
    }

    .hlx-button[disabled] {
        cursor: not-allowed;
    }

.autocomplete_completionListElement {
    background-color: #FFFFFF;
    z-index: 1000;
    text-align: inherit;
    text-indent: -1;
    list-style: none;
    overflow: auto;
    scrollbar-arrow-color: #B89020;
    scrollbar-base-color: #8E6E1C;
    scrollbar-face-color: #B6C5D4;
    scrollbar-3dlight-color: #8E6E1C;
    scrollbar-highlight-color: #EED47D;
    scrollbar-shadow-color: #959595;
    scrollbar-darkshadow-color: #00337E;
    margin-left: 0px;
    border-bottom: 1px solid #B5C6D4;
    border-left: 1px solid #B5C6D4;
    margin-top: 0px;
}

.autocomplete_listItem {
    background-color: silver;
    color: #00337E;
    white-space: nowrap;
    text-align: inherit left;
}

.autocomplete_highlightedListItem {
    background-color: #EED47D;
    color: #00337E;
    border-top: 1px solid #FFF8E8;
    border-left: 1px solid #FFF8E8;
    border-bottom: 1px solid #00337E;
    border-right: 1px solid #00337E;
}

.hlx-checkbox input {
    margin: 0px 5px 0px 0px;
}
