/* 
    Created on : Jan 28, 2024, 9:01:21 AM
    Author     : sbanash
*/

* {
    font-family: Arial, Verdana, sans-serif;
    color: #665544;
}

/*
//--- HTML TAGS
*/
body {
    margin: 0px 20px;
}

select {
    overflow: auto;
}

.listbox-control-items {
    border-radius:0px;
}

li {
    display: inline;
    padding: 0.5em;
}

#nav, #feature, #footer {
    margin: 1%;
}
.column1, .column2, .column3 {
    width: 31.3%;
    float: left;
    margin: 1%;
}
.column3 {
    margin-right: 0%;
}
#nav, #footer {
    background-color: #efefef;
    padding: 0.5em 0;
}
#feature, .article {
    height: 10em;
    margin-bottom: 1em;
    background-color: #efefef;
}

a {
  color: -webkit-link;
}


/*
//--- Button classes
*/
.btn,
.btn-search {
    color: #fff;
    background: #295073;
    display: inline-block;
    width: min-content;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: .1rem .5rem;
    line-height: 1.5;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-left: 10px;
}

.btn:hover {
    color: #fff;
    background: #666;
    cursor: pointer;
}

.btn-primary,
.btn-primary-cancel,
.btn-primary-delete,
.btn-primary-publish {
    background-color: #295073;
    border-color: #295073;
}

.btn-primary:hover,
.btn-primary-cancel:hover,
.btn-primary-delete:hover,
.btn-primary-publish:hover {
    background-color: #137ad7;
    border-color: #137ad7;
}

.btn-secondary {
    color: #333;
    background: #e1e0de;
}
.btn-secondary:hover {
    color: #fff;
    background: #717170;
}

.btn-danger {
    background-color: #a62d2d;
}
.btn-danger:hover {
    background: #666;
}

.btn-primary-disabled,
.btn-primary:disabled,
.btn-primary[disabled],
.btn-primary-delete:disabled,
.btn-primary-delete[disabled],
.btn-primary-publish:disabled,
.btn-primary-publish[disabled],
.btn-primary-cancel:disabled,
.btn-primary-cancel[disabled] {
    pointer-events: none;
    background-color: #87a0b5;
    border-color: #87a0b5;
}

.btn-primary-cancel,
.btn-primary-delete,
.btn-primary-publish {
    margin-right: 10px;

}

.multi-button-line {
    display: flex;
    justify-content: flex-end;
}

#deletesession-btn,
#deletemeet-btn,
#cancelbutton,
#dialogcancelbtn,
#dialogwrncancelbtn {
    margin-left: 0;
    margin-right: auto;
}

.listbox-control {
    display: block;
    width: 100%;
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}


.listbox-default-option {
    font-style: italic;
    font-weight: bold;
}

.listbox-items {
    border-radius:0px;
}

.multi-section {
    margin-bottom: 1.5rem;
    border: solid thin #295073;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width:400px;
}

input[type=text]:read-only, input[type=email]:read-only, input[type=tel]:read-only {
    background-color: #DDD;
}

input[type=text]:read-write, input[type=email]:read-write, input[type=tel]:read-write {
    background-color: field;
}

input[type=submit], input[type=button] {
    /*    float: right;*/
    display: block;
    /*    margin-left: auto;*/
    margin-right: 0;
}

input[type=submit]:hover, input[type=button]:hover {
    cursor: pointer;
}

/*---------------------------------------------------------------------------------------------------------------------- 
//--- NAVIGATION
----------------------------------------------------------------------------------------------------------------------*/
#movetoselected,
#movetoavailable,
#movealltoselected,
#movealltoavailable {
    float: unset;
    margin:0.5rem;
    display: unset;
}

/*---------------------------------------------------------------------------------------------------------------------- 
//--- IMAGES, LOGOS, AND ICONS
----------------------------------------------------------------------------------------------------------------------*/
.teamlogo {
    max-width: 64px;
    max-height: 64px;
}

.logopicker {
    margin: 0.5rem 0rem 1rem 0rem;
    font-size: 10pt;
}

.icon {
    min-width: 10px;
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: 13px;
    margin-top: 7px;
}

.icon2x {
    width: 20px;
    height: 20px;
}

.icon-mini {
    width: 16px;
    height: 16px;
}

.advisoryicon {
    vertical-align: text-bottom;
    width: 24px;
    height: 24px;
}

.dialoglabel {
    text-align: center;
}

/*----------------------------------------------------------------------------------------------------------------------
//--- TABLES
----------------------------------------------------------------------------------------------------------------------*/
table {
    width: 100%;
    table-layout: fixed;
    background-color: transparent;
    border-collapse: collapse;
    border-color: #295073;
    border-width: thin;
}

td {
    width: 100%;
    padding: .25rem;
    vertical-align: middle;
}


.td button image {
    float: right;
}

table {
    margin-top: unset;
}

td.right {
    padding: unset;
    border-top: unset;
    width: 47%;
}

td.left {
    padding: unset;
    border-top: unset;
    width: 47%;
}

td.center {
    padding: unset;
    border-top: unset;
    width: 15%;
}

td.centerbuttons {
    padding: unset;
    border-top: unset;
    width: 12%;
    text-align: center;
}

tr.separator {
    border-color: #295073;
    border-style: none;
    border-top-style: solid;
    border-width: thin;
}

/*---------------------------------------------------------------------------------------------------------------------- 
//--- SEARCH
----------------------------------------------------------------------------------------------------------------------*/
.search-container {
    /*    float: left;*/
    width: 100%;
}
.search-container button:hover {
    background: #ccc;
}

.search-container button, td button {
    float: right;
    display: inline;
    margin: 0;
    border-width:thin;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
    height:24px;
    width:24px;
    background: #ddd;
    cursor: pointer;
}

td button {
    margin-left: 5px;
    margin-right: 5px;
}

.search-select {
    font-family:inherit;
    font-size:inherit;
    line-height:inherit;
    color:inherit;
    padding-top:1px;
    padding-bottom:1px;
    min-width: 111px;
    margin-bottom: 5px;
}

.search-criteria {
    width: auto;
}

div.search-option {
    margin-top: 1rem;
}

.search-option input[type=checkbox] {
    margin: unset;
}

.search-option label {
    margin-left: 20px;
}

/*---------------------------------------------------------------------------------------------------------------------- 
//--- ALERTS AND INSTRUCTIONS
----------------------------------------------------------------------------------------------------------------------*/
.alert {
    border: 1px solid transparent;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width:400px;
    width:auto;
}

.alert-danger {
    color: #a62d2d;
    background: #f8d7da;
    border-color: #a62d2d;
}

.alert-success {
    color: #155724;
    background: #d1e7dd;
    border-color: #155724;
}

.instructions {
    font-size: 0.8rem;
    font-style: italic;
    margin: 0.8rem 0rem 0.8rem 0rem;
}

#dialogbg, #dialogwarn {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

#dialogwindow, #dialogwarnwindow {
    min-width: 360px;
    width:360px;
    background-color: white;
    padding: 1%;
    border: solid medium #295073;
    position: fixed;
}

/*---------------------------------------------------------------------------------------------------------------------- 
//--- FORMS
----------------------------------------------------------------------------------------------------------------------*/
.form-membership,
.form-contact,
.narrow {
  max-width: 400px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .125rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

/*---------------------------------------------------------------------------------------------------------------------- 
//--- TOOLTIPS
----------------------------------------------------------------------------------------------------------------------*/
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    font-size: 0.9rem;
    background-color: #FFF;
    color: #295073;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #ced4da;
    padding: 5px 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.hasTooltip {
    position:relative;
}
.hasTooltip span {
    display:none;
}

.hasTooltip:hover span {
    display:block;
    background-color:#FFF;
    border-radius:3px;
    border: 1px solid #ced4da;
    color:#295073;
    box-shadow:1px 1px 3px gray;
    position:relative;
    padding:5px;
    top:1.3em;
    left:50px;
    max-width:300px;
    min-width:200px;
}

@-webkit-keyframes tooltipkeys {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes tooltipkeys {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes tooltipkeys {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tooltipkeys {
    0% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.waiting-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.waiting {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 10px solid #ddd;
    border-top-color: #295073;
    animation: waiting 1s linear infinite;
    position: fixed;
}
@keyframes waiting {
    to {
        transform: rotate(360deg);
    }
}

.blink_text {
    animation-name:blink;
    width:280px;
    animation-duration:2s;
    animation-timing-function:ease-in;
    animation-iteration-count:Infinite;
}

@keyframes blink{
    0%{
        color:red;
    }
    50%{
        color:white;
    }
    100%{
        color:red;
    }
}

/*---------------------------------------------------------------------------------------------------------------------- 
//--- FAQ Files
----------------------------------------------------------------------------------------------------------------------*/

.faq {
    text-align: center;
    font-weight: bolder;
    font-size: 48px;
    color: #295073;
}

.collapsible, .collapsible-narrow {
    background-color: #295073;
    color: #fff;
    cursor: pointer;
    padding: 0.25rem;
    width: 100%;
    border-bottom: thin solid #717170;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: bold;
}

.collapsible-narrow {
    background-color: #295073;
    color: #fff;
    cursor: pointer;
    padding: 0rem;
    width: 100%;
    border-bottom: thin solid #717170;
    text-align: left;
    outline: none;
    font-size: 14px;
    font-weight: normal;
}

.collapsible-header {
    padding: 0.25rem;
    width: 100%;
    border: medium solid #295073;
    text-align: center;
    font-weight: bold;
    color: #295073;
}

.collapsible:after, .collapsible-narrow:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active, .collapsible:hover, .collapsible-narrow:hover {
    background-color: #137ad7;
    border-color: #137ad7;
}

.active:after {
    content: "\2212";
}

.content {
    padding: 0 0.75rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
