/* Bionosity Plugin Styles */
.patient-dash-container {
  font-size: 1em;
}
.admin-header{
    padding-bottom: 15px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 15px;
    overflow: hidden;
}

/* Custom Class for Dialogs on the Patient Page */
.patient-dialog,
.user-dialog,
.video-dialog {
  z-index: 99999;
}

/* Hide Practice ID on signup form */
.mepr_mepr_practice {
  display: none;
}

.invalid-form-field-color {
  color: #ff0000;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    color: #858994;
}
input[type="search"]{
    height: 29px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0px;
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
    width: 200px;
}
.admin-body h3{
    border-bottom: 1px solid #1ecde2
}
.admin-list-container{
    margin-bottom: 40px;
}
form.stacked-fields input{ margin-bottom: 15px; }
table.list{
    margin-bottom: 20px;
    width: 100%;
}
table.list.single-item tr{
    border-bottom: 1px solid #aaa;
}
table.list .list-number{
    display: block;
    font-weight: bold;
    color: #333;
    width: auto;
    float: right;
}
table.list.alternate-background tr:nth-child(odd){
    background-color: #eee;
}
table.list.alternate-background tr:nth-child(even){
    background-color: transparent;
    border-bottom: 1px solid #eee;
}
table.list.alternate-background tr td{
    padding: 3px 5px;
}
.session-status{ /* the circle meter on the patient dashboard, below the circle */
    text-transform: uppercase;
}
body button a, button a:hover{
    color: white
}
.form-left-column {
    float: left;
}
.form-right-column {
    float: right;
}
.form-submit-alert {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    border-radius: 25px;
}

.form-submit-alert.success {
    background-color: #009900;
}

.form-submit-alert.failure {
    background-color: #990000;
}

#signup-wait-overlay,
#manage-wait-overlay,
#invite-wait-overlay,
#practice-wait-overlay,
#alert-wait-overlay {
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#signup-wait-overlay span,
#manage-wait-overlay span,
#invite-wait-overlay span,
#practice-wait-overlay span,
#alert-wait-overlay span {
    position: fixed;
    margin: 0 auto;
    top: 45%;
    left: 15%;
    right: 15%;
    font-size: 25px;
}

.bionosity-btn {
    cursor: pointer;
}
button.ui-button.cancel-subscription-button,
button.ui-button.cancel-subscription-button:hover{
    background-color: #da3b21;
    border: 1px solid #da3b21 !important;
}

.ui-dialog {
    z-index: 100000;
}

#admin-patient-search,
#admin-practice-search {
    display: none;
}

.fusion-text.subscription-note{ min-height: 60px; }

table#practice-list td{
    text-align: center;
}

/* modify the ability to scroll width wise for the patient details page if you are an admin... the first row of the viewing session logs is very wide */
body.admin-bar.page-id-611{
    overflow-x: scroll;
}

/* BIONOSITY STATUS V1/V2 HIDE AND SHOW */

div.bionosity_v1, div.bionosity_v2{
    display:none !important;
}

body.bionosity_v1 .bionosity_v1{
    display:block !important;
}

body.bionosity_v2 .bionosity_v2{
    display:block !important;
}

/* Bionosity V2 member-homepage style */

.get-started-flip-box .flip-box-front{
    background-size:contain !important;
    /*background-size: 65% 65% !important;
    background-position: 50% 20% !important;*/
    background-position:center;
    align-items:end !important;
}

.selected{
    border: 3px solid lightgray !important;
    border-radius:6px;
}

.last-watched-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 205, 226 , 0.90);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75em;
    color: white;
    transition:all 0.25s ease;
}






