
.cnd-sync-indicator {
  width: 100%;
}

.cnd-sync-indicator-percentage {
  color: #fff;
  float: left;
  line-height: 42px;
  margin-left: 14px;
}

.cnd-sync-indicator-status {
  float: right;
  width: 32.5%;
  height: 40px;
  margin-right: 10px;
}

.cnd-sync-indicator-status img {
  height : 24px;
}

.trim-icon-patients {
    height: 36px !important;
    margin-left: -6px;
}

.cnd-sync-indicator-timelapsing {
  background-image: url(/static/img/icons/status_sync_icon.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 12.5%;
  height: 40px;
  float: right;
}

.cnd-sync-indicator-connected {
  background-image: url(/static/img/icons/warning_yellow.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 12.5%;
  height: 40px;
  float: right;
}


.cnd-row-selected-left > div {
  padding : 6px !important;
}

.patient_header_icon {
     display:table-cell;
     text-align:center;
     margin-top:-28px;
}

.patient-table-border {
    border-bottom: 1px solid #265a86;
}

.filtering-tabs {
    position: absolute;
    bottom: 0px;
    right: 20px;
    height: 56px;
    padding: 0px;
}

.filtering-tabs table {
    border-collapse: collapse;
}

.filter_tab {
    float: left;
    height: 57px;
    width: 62px;
    background-color: #265a86;
    border: 1px solid #265a86;
    border-radius: 8px 8px 0 0;
    margin-left: 15px;
    cursor: pointer;
}

.selected_tab {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    cursor: default;
    height: 62px;
}

.filter_tab--unallocated {
  background-image: url(/static/img/icons/unallocated_white.svg);
}

.filter_tab--unallocated.selected_tab {
  background-image: url(/static/img/icons/unallocated_blue.svg);
}

.filter_tab--recording {
  background-image: url(/static/img/icons/recording_white.svg);
}

.filter_tab--recording.selected_tab {
  background-image: url(/static/img/icons/recording_blue.svg);
}

.filter_tab--historical {
  background-image: url(/static/img/icons/recording_complete_white.svg);
}

.filter_tab--historical.selected_tab {
  background-image: url(/static/img/icons/recording_complete_blue.svg);
}

.Patient_Details ul.pagination {
  margin-top: 0 !important;
}

table.patients {
  margin-bottom: 12px;
}

.pagination-summary {
  line-height: 34px;
  margin-left: 14px;
}

.session-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  height: 40px;
  width: 42px;
  float: right;
}

.session-icon--available {
  background-image: none;
}

.session-icon--archived {
  background-image: url(/static/img/icons/trim_white.svg);
  background-size: 40px;
}

.session-icon--finished {
  background-image: url(/static/img/icons/status_comp_icon.svg);
}

.session-icon--allocated {
  background-image: url(/static/img/icons/status_alloc_icon.svg);
}

.session-icon--timelapsing {
  background-image: url(/static/img/icons/status_rec_icon.svg);
}

.Patient_Details .session-available-duration {
  position: absolute;
  font-size: 13px;
  margin-top: 32px;
  opacity: 0.6;
}

.Patient_Details tr:hover .session-available-duration {
    opacity: 1.0;
}
