/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- layout --- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

html {box-sizing: border-box;}

*, *:before, *:after {
    box-sizing: inherit;
}

html * {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Segoe UI', 'Open Sans', sans-serif;
    line-height: 1.2em;
}

body {
    background-color: #192E43;
    color: white;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

b, strong {font-weight: 700;}
em {font-style: italic;}

a {
    font-style: normal;
    text-decoration: none;
}


[v-cloak] { display: none }

.container {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto !important;
    position: relative;
}

@media (min-width: 992px) {
  .container {
      padding-left: 30px;
      padding-right: 30px;
  }
}

.content-wrap {
    min-height: calc(100vh - 70px);
    padding:18px 0;
}

/* --- grid --- */
.grid-float:before, .grid-float:after {
  content: " ";
  display: table; }

.grid-float:after {
  clear: both; }

.grid-float [class*="col-"] {
  width: 100%;
  min-height: 1px;
  float: left; }

.grid-float .col-1 {
  width: 8.33%; }

.grid-float .col-2 {
  width: 16.66%; }

.grid-float .col-3 {
  width: 25%; }

.grid-float .col-4 {
  width: 33.33%; }

.grid-float .col-5 {
  width: 41.66%; }

.grid-float .col-6 {
  width: 50%; }

.grid-float .col-7 {
  width: 58.33%; }

.grid-float .col-8 {
  width: 66.66%; }

.grid-float .col-9 {
  width: 75%; }

.grid-float .col-10 {
  width: 83.33%; }

.grid-float .col-11 {
  width: 91.66%; }

.grid-float .col-12 {
  width: 100%; }

@media (min-width: 576px) {
  .grid-float .col-xs-1 {
    width: 8.33%; }
  .grid-float .col-xs-2 {
    width: 16.66%; }
  .grid-float .col-xs-3 {
    width: 25%; }
  .grid-float .col-xs-4 {
    width: 33.33%; }
  .grid-float .col-xs-5 {
    width: 41.66%; }
  .grid-float .col-xs-6 {
    width: 50%; }
  .grid-float .col-xs-7 {
    width: 58.33%; }
  .grid-float .col-xs-8 {
    width: 66.66%; }
  .grid-float .col-xs-9 {
    width: 75%; }
  .grid-float .col-xs-10 {
    width: 83.33%; }
  .grid-float .col-xs-11 {
    width: 91.66%; }
  .grid-float .col-xs-12 {
    width: 100%; }
}

@media (min-width: 768px) {
  .grid-float .col-sm-1 {
    width: 8.33%; }
  .grid-float .col-sm-2 {
    width: 16.66%; }
  .grid-float .col-sm-3 {
    width: 25%; }
  .grid-float .col-sm-4 {
    width: 33.33%; }
  .grid-float .col-sm-5 {
    width: 41.66%; }
  .grid-float .col-sm-6 {
    width: 50%; }
  .grid-float .col-sm-7 {
    width: 58.33%; }
  .grid-float .col-sm-8 {
    width: 66.66%; }
  .grid-float .col-sm-9 {
    width: 75%; }
  .grid-float .col-sm-10 {
    width: 83.33%; }
  .grid-float .col-sm-11 {
    width: 91.66%; }
  .grid-float .col-sm-12 {
    width: 100%; }
}

@media (min-width: 992px) {
  .grid-float .col-md-1 {
    width: 8.33%; }
  .grid-float .col-md-2 {
    width: 16.66%; }
  .grid-float .col-md-3 {
    width: 25%; }
  .grid-float .col-md-4 {
    width: 33.33%; }
  .grid-float .col-md-5 {
    width: 41.66%; }
  .grid-float .col-md-6 {
    width: 50%; }
  .grid-float .col-md-7 {
    width: 58.33%; }
  .grid-float .col-md-8 {
    width: 66.66%; }
  .grid-float .col-md-9 {
    width: 75%; }
  .grid-float .col-md-10 {
    width: 83.33%; }
  .grid-float .col-md-11 {
    width: 91.66%; }
  .grid-float .col-md-12 {
    width: 100%; }
}

@media (min-width: 1200px) {
  .grid-float .col-lg-1 {
    width: 8.33%; }
  .grid-float .col-lg-2 {
    width: 16.66%; }
  .grid-float .col-lg-3 {
    width: 25%; }
  .grid-float .col-lg-4 {
    width: 33.33%; }
  .grid-float .col-lg-5 {
    width: 41.66%; }
  .grid-float .col-lg-6 {
    width: 50%; }
  .grid-float .col-lg-7 {
    width: 58.33%; }
  .grid-float .col-lg-8 {
    width: 66.66%; }
  .grid-float .col-lg-9 {
    width: 75%; }
  .grid-float .col-lg-10 {
    width: 83.33%; }
  .grid-float .col-lg-11 {
    width: 91.66%; }
  .grid-float .col-lg-12 {
    width: 100%; }
}

@media (min-width: 1600px) {
  .grid-float .col-xlg-1 {
    width: 8.33%; }
  .grid-float .col-xlg-2 {
    width: 16.66%; }
  .grid-float .col-xlg-3 {
    width: 25%; }
  .grid-float .col-xlg-4 {
    width: 33.33%; }
  .grid-float .col-xlg-5 {
    width: 41.66%; }
  .grid-float .col-xlg-6 {
    width: 50%; }
  .grid-float .col-xlg-7 {
    width: 58.33%; }
  .grid-float .col-xlg-8 {
    width: 66.66%; }
  .grid-float .col-xlg-9 {
    width: 75%; }
  .grid-float .col-xlg-10 {
    width: 83.33%; }
  .grid-float .col-xlg-11 {
    width: 91.66%; }
  .grid-float .col-xlg-12 {
    width: 100%; }
}

/* --- forms (global) --- */
.label-default {font-size: 14px;}

.lb-block {
    display: block;
    margin-bottom: 8px;
}

.input-txt, .input-date {
    background-color: white;
    background-repeat: no-repeat;
    height: 32px;
    border: none;
    border-radius: 4px;
}

.input-txt {padding: 0 15px;}

.input-date {
    background-image: url(ui-calendar-blue.svg);
    background-position: right 10px center;
    background-size: 16px 16px;
    padding: 0 36px 0 15px;
}

:disabled {
    background: #AAA;
}

/* --- table (global) --- */
.table-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    background-color: white;
    color: #000;
    border: 2px solid white;
    border-radius: 4px;
}

.table-flexbox tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.table-flexbox tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.table-flexbox tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.table-flexbox thead,
.table-flexbox tbody {
    display: block;
}

.table-flexbox th,
.table-flexbox td {
    display: inline-block;
}

.table-flexbox thead {
    background-color: #1E3653;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.table-flexbox thead th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
    color: white;
    text-transform: uppercase;
    border-right: 1px solid white;
}

.table-flexbox thead th:last-child {
    border-right: none;
}

.table-flexbox tbody tr {
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.table-flexbox tbody tr:nth-child(odd) {background-color: white;}
.table-flexbox tbody tr:nth-child(even) {background-color: #EEEEEE;}

.table-flexbox tbody tr:hover  {
    color: #fff;
    background: #6a83a1 !important;
    /* background: #b3daff !important; */
}

.table-flexbox tbody tr.active {
    background-color: #192E43 !important;
    /* background-color: #28AEFF !important; */
    color: white;
}

.table-flexbox tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 34px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}

/* --- when table in table --- */
.table-flexbox .table-flexbox {
    background-color: transparent;
    border: none;
    border-left: 20px solid transparent;
    border-radius: 0;
}

.table-flexbox tbody .table-flexbox tr {background-color: transparent;}
.table-flexbox tbody tr:nth-child(odd) .table-flexbox {background-color: white;}
.table-flexbox tbody tr:nth-child(even) .table-flexbox {background-color: #EEEEEE;}

/* --- patients filter --- */
.patients-filter .form-col {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: calc(100vh - 130px); */
}

.patients-filter .label-default {color: #B8C7D5;}

.patients-filter .input-txt,
.patients-filter .input-date {
    width: 100%;
    margin-bottom: 26px;
}

.patients-filter .vdp-datepicker {
    color: #000;
    margin-bottom: 26px;
}

.patients-filter .vdp-datepicker input[type=text] {
    margin-bottom: 0;
}

.vdp-datepicker__calendar header span {
    line-height: 40px;
}

.patients-filter .btns-wrap {
    text-align: right;
    width: 150px;
    min-width: 150px;
    padding-top: 22px;
}

.patients-filter .btns-wrap button {
  padding: 0 15px;
}

@media (min-width: 992px) {
    /* .patients-filter {width: 270px !important;} */
/* 
    .patients-filter .btns-wrap {
        padding-top: 4px;
    } */

    /* .patients-filter .btns-wrap .btn-reset {
        float: left;
    } */
}

@media (max-width: 991px) {
    /* .patients-filter .btns-wrap {
        padding-top: 20px;
    }

    .patients-filter .btns-wrap .btn-lg {
        margin-left: 6px;
        margin-bottom: 10px;
    } */
}

/* --- patients list table --- */
.list-table .scrollable {
    max-height: calc((100vh - 180px)/3 - 45px);
    overflow: hidden;
    overflow-y: auto;
}
.list-table th:not(:first-child) {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.list-table th:not(:first-child):hover {background-color: #2B4E78;}

.list-table .cell-btn {
    width: 4%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-table tr[data-level="1"] {
  font-weight: bold;
}

.list-table tr[data-level="2"] {
  padding-left: 20px;
}

.patient-status, .study-status {
  width: 15px;
  height: 15px;
  margin: auto;
  border-radius: 10px;
}
.status-reviewed {
  background-color: #1eb11e;
}

.status-not-reviewed {
  background-color: #b52525;
}

.status-partly-reviewed {
  background-color: #f9c63b;
}

.patients-list .t-cell-0 {
  width: 8%;
  text-align: center;
}

.patients-list .t-cell-1 {
    width: 25%;
    text-align: left;
    padding-left: 2%;
}

.patients-list .t-cell-2 {
    width: 17%;
    text-align: center;
}

.patients-list .t-cell-3 {
    width: 50%;
    text-align: left;
    padding-left: 2%;
}

/* .patients-list .t-cell-4 {
    width: 9%;
    text-align: center;
}

.patients-list .t-cell-5 {
    width: 22%;
    text-align: left;
    padding-left: 2%;
}

.patients-list .t-cell-6 {
    width: 11%;
    text-align: center;
}

.patients-list .t-cell-7 {
    width: 20%;
    text-align: left;
    padding-left: 2%;
}

.patients-list .t-cell-8 {
  width: 6%;
  text-align: center;
} */


.study-list .t-cell-1 {
  width: 8%;
  text-align: center;
}

.study-list .t-cell-2 {
  width: 14%;
  text-align: left;
  padding-left: 2%;
}

.study-list .t-cell-3 {
  width: 14%;
  text-align: left;
  padding-left: 2%;
}

.study-list .t-cell-4 {
  width: 30%;
  text-align: left;
  padding-left: 2%;
}

.study-list .t-cell-5 {
  width: 34%;
  text-align: left;
  padding-left: 2%;
}

.study-list .t-cell-6 {
  width: 0%;
}

.patients-list .cell-table,
.study-list .cell-table {
    width: 100%;
    min-height: 0;
    /* max-height: 0; */
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.patients-list .btn-more {
    width: 20px;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}


.study-list-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.list-wrap {
  min-height: calc((100vh - 180px)/3);
  overflow: auto;
  background: #fff;
  border-radius: 5px;
}

.thumb-selectors {
  display: flex;
  gap: 20px;
}

.series-selector-block, .session-selector-block {
  border: 2px solid #FFF;
  border-radius: 5px;
  width: 50%;
  padding:15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow-x: auto;
  min-height: 170px;
}

.series-selector-block .series-selector-wrapper {
  width: 155px;
  flex-grow: 0;
  flex-shrink: 0;
  background: #000;
}

/* .series-selector-block .series-selector {
  overflow: hidden;
} */


.series-selector-block .series-selector-wrapper.selected {
  box-shadow: inset 0px 0px 0px 1px #28aeff;
}

.session-selector-block img {
  height: 120px;
  cursor: pointer;
}

.tbl-btns-wrap {
    padding-top: 17px;
    text-align: right;
    float: right;
}

.tbl-btns-wrap .btn-lg {
    margin-left: 6px;
}

@media (min-width: 992px) {
    /* .patients-list-wrap {width: calc(100% - 270px) !important;} */
}

/* --- modals --- */
.modal-wrapper {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

.modal-wrapper.shown {display: block;}

.modal-tile {
    background-color: white;
    max-height: 80vh;
    color: black;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    overflow-y: auto;
}

.mdl-selected-uid {
    max-width: 450px;
    padding: 40px 50px 30px 50px;
}

.mdl-selected-uid .title-txt {
    padding-bottom: 15px;
    text-align: center;
}

.mdl-selected-uid .list-txt {
    padding-bottom: 30px;
    text-align: center;
}

.mdl-selected-uid .list-txt li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.mdl-selected-uid .btn-lg {
    display: block;
    margin: 0 auto;
}


/***********/
#sessions-btn {
  display: none;
}

.auth-info-wrapper {
  flex-grow: 1;
}

.auth-info {
  /* margin-top: 30px;
  position: absolute;
  right: 32px;
  top: 59px;
  z-index: 1px; */
}

.auth-info p {
  font-size: 14px;
  color: #B8C7D5;
  text-align: right;
  margin-bottom: 5px;
}

.auth-info p span {
  color: #28aeff;
}

.auth-info .btn-lg {
  padding: 0 15px;
}

.auth-info .btns-wrap {
  padding-top: 0px;
  width: 260px;
  float: right;
}

#server-selector {
  position: absolute;
  top: -69px;
  right: 189px;
  width: 270px;
  display: flex;
  align-items: baseline;
}

#server-selector label {
  margin-right: 12px;
}

#server-selector select {
      padding: 0 15px 0px 5px;
}

.filter-fields {
  flex-wrap: wrap-reverse;
  display: flex;
  min-width: 1108px;
}

.filter-fields .field {
  padding-right: 12px;
  /* min-width: 135px; */
  min-width: 146px;
}

.session-selector-wrapper {
  position: relative;
}

.session-selector-wrapper:hover button.delete {
  display: block;
}

.session-selector-wrapper:hover button.delete:hover {
  background-color: #b52525;
}

.session-selector-wrapper button.delete {
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  background: none;
  display: none;
  padding: 0px;
  border-radius: 5px;
}

.session-selector-wrapper button.delete img {
  height: 30px;
}