/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}*/

body {
    padding-top: 0px;
    padding-bottom: 80px;
    font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;
    background-color: #f9f9f9;
    scroll-behavior: smooth;
    min-height: 0 !important;
    height: auto;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top:15px;
    min-height: 0 !important;
    height: auto;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* Start EXPO MOBILE specific*/
.pageheadersmall {
    font-size: 14px;
    color: darkred;
    font-family: Arial;
    text-align: center;
    font-weight: bold;
}

.pageheaderLG {
    font-size: 20px;
    color: darkred;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
}

.listheader {
    font-size: 16px;
    color: black;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
}

.center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.ExpoHeader {
    background-color: #0071bc;
    padding-bottom: 5px;
}
header {
    background-color: #0071bc;
    padding-bottom: 8px;
}


.footer {
    background-color: #0071bc;
    position: fixed;
    width: 100%;
    bottom: 0;
    color: white;
    padding: 5px;
    z-index: 999;
}


.lnkbuton {
    margin-top: 5px;
    margin-bottom: 5px;
}

.formattable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0071bc;
    color: white;
}

.formattable {
    margin-bottom: 0px !important;
}

.panel {
    border-top-left-radius: .6em !important;
    border-top-right-radius: .6em !important;
    border-bottom-left-radius: .6em !important;
    border-bottom-right-radius: .6em !important;
    -webkit-border-top-left-radius: .6em !important;
    -webkit-border-top-right-radius: .6em !important;
    -webkit-border-bottom-left-radius: .6em !important;
    -webkit-border-bottom-right-radius: .6em !important;
}

.panel-home .panel-title {
    color: darkblue;
    font-weight: bolder;
}

    .panel-home .panel-title:after {
        content: "\e082";
        float: left;
        color: #7d7d7d;
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        padding-right: 5px;
    }

    .panel-home .panel-title.collapsed:after {
        content: "\e081";
        float: left;
        color: #7d7d7d;
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        padding-right: 5px;
    }

.panel-home .panel-body {
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #dddddd;
}

.highlight {
    color: #3388cc;
}

.modal-header, .modal-footer {
    background-color: #235278;
    background-color: #0082c4;
    padding: 9px 15px;
    color: #FFF;
    text-align: center;
    font-weight: bolder;
}

    .modal-footer span {
        font-size: 30px;
        color: #FFF;
    }

footer a, footer a:focus {
    color: white !important;
    text-decoration: underline;
}

footer a i {      
    color: white !important;
}

footer .btn {
    border-radius: 15px;
}

@media all and (min-width: 960px) {
    footer a i {
        font-size: 25px;
    }
}

@media all and (max-width: 599px), all and (max-width: 959px) and (min-width: 600px) {
    footer a i {
       font-size: 25px;      
    }

    footer a .img-responsive {
        max-width: 170% !important;
        padding: 0px !important;
    }

    footer a .img-right {
        margin-left: -55px !important;
    }

    footer {
        padding: 5px;
    }

    .vendor-img-responsive {
        max-width: 80% !important;
        padding: 0px !important;
    }

    .glyphicon-30 {
        font-size: 30px;
    }
}

.menuitem {
    font-size: 15px;
    color: darkblue;
    font-weight: bolder;
    font-family: Arial;
}

.sessionitem {
    font-size: 15px;
    color: darkblue;
    font-family: Arial;
    white-space: nowrap;
}

.menuitem1 {
    font-size: 20px;
    color: gray;
    /*background-color: darkgrey;*/
}

.menuitem2 {
    background-color: darkgrey;
}

.disabledlink {
    font-size: 12px;
    font-family: Arial;
    font-weight: bolder;
    opacity: 1.0; /* Opacity for Modern Browsers */
    filter: alpha(opacity=65); /* Opacity for IE8 and lower */
    zoom: 1; /* Fix for IE7 */
    /*color: grey; */
    color: gray;
    cursor: none;
}


.siteheader {
    font-size: 8px;
    color: white;
    font-family: Arial;
    white-space: normal;
    text-align: center;
}


.pageheader {
    font-size: 18px;
    color: darkred;
    font-weight: bolder;
    font-family: Arial;
    text-align: center;
}


.pagemsg {
    font-size: 12px;
    color: darkred;
    font-family: Arial;
    font-weight: bold;
}

.labeldesc1 {
    font-size: 12px;
    color: darkred;
    font-family: Arial;
    white-space: normal;
}

.labeldesc2 {
    font-size: 12px;
    color: darkblue;
    font-family: Arial;
    white-space: normal;
}

.textwrapleft {
    clear: right;
    float: left;
    margin: 10px;
}

.textwrap {
    float: left;
}


h1 {
    font-size: 22px;
    color: darkred;
    font-family: Arial;
    font-weight: bold;
    white-space: normal;
    text-align: center;
}

h2 {
    font-size: 20px;
    color: darkred;
    font-family: Arial;
    white-space: normal;
    text-align: center;
}

h3 {
    font-size: 16px;
    color: darkblue;
    font-family: Arial;
    font-weight: bolder;
    white-space: normal;
}

h4 {
    font-size: 18px;
    color: darkred;
    font-family: Arial;
    font-weight: bolder;
    white-space: normal;
    text-align: center;
}

licontent {
    overflow: hidden;
    white-space: no-wrap;
    text-overflow: ellipsis;
}

.textblack {
    font-size: 12px;
    color: black;
    font-family: Arial;
    white-space: normal;
}

.textblackLG {
    font-size: 14px;
    color: black;
    font-family: Arial;
    white-space: normal;
}

.labeldates {
    font-size: 12px;
    color: black;
    font-weight: bolder;
    font-family: Arial;
}

.labeldatesBold {
    font-size: 14px;
    color: black;
    font-weight: bolder;
    font-family: Arial;
}

.unselected {
    text-decoration: none;
    color: black;
    font-size: 12px;
    font-family: Arial;
    border-bottom: white;
    white-space: normal
}

.selected {
    text-decoration: underline;
    color: red;
    font-size: 12px;
    font-family: Arial;
    white-space: normal
}

.logout {
    background-color: #f9f9f9;
    font-size: 18px;
    font-weight: normal;
    color: black;
    font-family: Arial;
    /* border-bottom: solid;
    border-top: solid;
    border-left: solid;
    border-right: solid;*/
}

a.borderless {
    border-left: 0 none;
    border-right: 0 none;
}

.title-red {
    height: 30px;
    font-family: Verdana;
    font-style: normal;
    font-weight: 700;
    font-size: 13.55pt;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    background-color: red;
}

.page-title {
    font-family: Arial;
    font-style: normal;
    font-weight: 700;
    font-size: 19pt;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}

.my-custom-scrollbar {
    position: relative;
    height: 200px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.panel-title-color {
    background-color: #0071bc;
}

.sessionitemA {
    font-size: 12px;
    color: darkblue;
    font-family: Arial;
    font-weight: bolder;
    text-decoration: underline;
}

.sessionitemBold {
    font-size: 12px;
    color: darkblue;
    font-weight: bolder;
    font-family: Arial;
    text-decoration: none;
}

.sessionitemLGBold {
    font-size: 14px;
    color: darkblue;
    font-weight: bolder;
    font-family: Arial;
    text-decoration: none;
}

a:hover, a:focus {
    color: darkblue;
    text-decoration: none;
}

a.btn {
    text-decoration: none !important;
}

.headerlcolor {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-size: 16px;
    color: darkblue;
    font-family: Arial;
    font-weight: bolder;
    white-space: normal;
}

.sessionitem {
    font-size: 12px;
    color: darkblue;
    font-family: Arial;
}

.long-textbox {
    width: 1250px;
    max-width: 1120px;
    left: 0;
    margin: 0;
}

.searchCourses {
    display: block;
    padding-left: 0px !important;
}

.nosearch {
    display: none;
}

hr.style-two {
    border: 0;
    height: 2px;
    background: #333;
}


.input-maxwidth {
    max-width: 100% !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}


hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    /*background-image: linear-gradient(to right, #ccc, #333, #ccc);*/
}

.textareacls {
    height: 50px;
    border-radius: 1rem;
    /*box-shadow: 0 0 0 1px #000;*/
    border: 2px solid lightgray;
}

.highlight {
    background-color: palegoldenrod;
}

.checked {
    color: orange;
}

.big {
    font-size: 28px;
}

.pagetext {
    font-size: 17px;
    color: darkred;
    font-family: Arial;
}

textarea {
    width: 98%;
}

 
.active {
    display: block;
    position: relative;
    background-color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #e7e7e7;
}

 

 

.speakerImage {
    max-width: 20%;
    height: auto;
}

 

/* End EXPO MOBILE*/

.accordion-item {
    border: 1px solid #d0d7de;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-bottom: 16px;
    background-color: #fff;
    overflow: hidden;
}

.accordion-button {
    background-color: #f4f6f8;
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: #2a2a2a;
    border-bottom: 1px solid #e0e0e0;
}

    .accordion-button.collapsed {
        background-color: #fafbfc;
    }

.accordion-body {
    padding: 1.5rem;
    background-color: #fff;
}

.row-detail {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 12px;
    border: 1px solid #e1e4e8;
}

    .row-detail label {
        display: block;
        font-weight: 500;
        margin-bottom: 0.25rem;
        color: #333;
    }

.form-check-input {
    transform: scale(1.2);
    margin-top: 0.4rem;
    margin-right: 0.5rem;
}

.accordion-button label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
}

.btn-primary {
    background-color: #4f46e5;
    border-color: #4f46e5;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 8px;
}

    .btn-primary:hover {
        background-color: #4338ca;
        border-color: #4338ca;
    }

.dropdown-menu .dropdown-item:hover {
    background-color: #eef2ff;
    color: #1e40af;
    font-weight: 500;
}

textarea.form-control {
    font-family: "Segoe UI", sans-serif;
    font-size: 0.9rem;
    border-radius: 6px;
    resize: none;
}

.panel-hidden button {
    background-color: #fff3cd;
    font-weight: 600;
    color: #856404;
    border: none;
}

.pageheader {
    font-size: 2rem;
    font-weight: bold;
    color: #334155;
}

.menuitem {
    font-weight: 600;
    color: #3b82f6;
}

.accordion-button:focus {
    box-shadow: none;
}

.CompletedChk {
    width: 20px;
    height: 20px;
    border: 2px solid #4b4b4b;
    background-color: #fff;
    accent-color: #007bff;
}

.accordion-button .toggle-icon {
    font-size: 1.2rem;
    margin-right: 10px;
    transition: transform 0.2s ease;
}

/*body {
    background: linear-gradient(-45deg, #ffd1a9, #a9d1ff, #ffe4b5, #b8e0f8);
    background-size: 500% 500%;
    animation: gradientFlow 12s ease-in-out infinite;
    font-family: 'Segoe UI', sans-serif;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}*/

.accordion-item {
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    margin-bottom: 15px;
}

.accordion-button {
    font-weight: bold;
    font-size: 1rem;
}

textarea.form-control {
    background: #f9f9f9;
    border-radius: 8px;
}

.btn-ActiveTab {
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Bootbox modal background white */
.bootbox .modal-content {
    background-color: #ffffff;
    color: #000000;
}

/* Center the Bootbox body text */
.bootbox .modal-body {
    text-align: center;
}

.bootbox .modal-footer {
    justify-content: center;
}
